File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments