File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ## [ v1.3.8] ( https://github.com/coder/vscode-coder/releases/tag/v1.3.8 ) (2024-12-06)
6
+
7
+ - When starting a workspace, shell out to the Coder binary instead of making an
8
+ API call. This reduces drift between what the plugin does and the CLI does. As
9
+ part of this, the ` session_token ` file was renamed to ` session ` since that is
10
+ what the CLI expects.
11
+
5
12
## [ v1.3.7] ( https://github.com/coder/vscode-coder/releases/tag/v1.3.7 ) (2024-11-04)
6
13
7
14
### 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" : " 1.3.7 " ,
7
+ "version" : " 1.3.8 " ,
8
8
"engines" : {
9
9
"vscode" : " ^1.73.0"
10
10
},
You can’t perform that action at this time.
0 commit comments