File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
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
+
5
21
## [ v0.1.37] ( https://github.com/coder/vscode-coder/releases/tag/v0.1.37 ) (2024-05-24)
6
22
7
23
### Added
Original file line number Diff line number Diff line change 4
4
"displayName" : " Coder" ,
5
5
"description" : " Open any workspace with a single click." ,
6
6
"repository" : " https://github.com/coder/vscode-coder" ,
7
- "version" : " 0.1.37 " ,
7
+ "version" : " 1.0.0 " ,
8
8
"engines" : {
9
9
"vscode" : " ^1.73.0"
10
10
},
You can’t perform that action at this time.
0 commit comments