Skip to content

Commit a463da7

Browse files
committed
v1.0.0
1 parent 403aa7b commit a463da7

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
## Unreleased
44

5+
## [v1.0.0](https://github.com/coder/vscode-coder/releases/tag/v1.0.0) (2024-06-05)
6+
7+
### Added
8+
9+
- Support opening workspaces that belong to a different deployment than the one
10+
which is currently logged in. This will only work for new connections. If you
11+
have an existing connection that errors when connecting because of this,
12+
please connect it again using the plugin or the Coder dashboard. Optionally,
13+
you may also want to delete your old workspaces from the recents list.
14+
15+
### Fixed
16+
17+
- Escape variables in the header command. If you have a variable in the header
18+
command itself, like `echo TEST=$CODER_URL`, it will now work as expected
19+
instead of being substituted with a blank or erroneous value.
20+
521
## [v0.1.37](https://github.com/coder/vscode-coder/releases/tag/v0.1.37) (2024-05-24)
622

723
### Added

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"displayName": "Coder",
55
"description": "Open any workspace with a single click.",
66
"repository": "https://github.com/coder/vscode-coder",
7-
"version": "0.1.37",
7+
"version": "1.0.0",
88
"engines": {
99
"vscode": "^1.73.0"
1010
},

0 commit comments

Comments
 (0)