File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ## [ v1.7.0] ( https://github.com/coder/vscode-coder/releases/tag/v1.7.0 ) (2025-04-03)
6
+
7
+ ### Added
8
+
9
+ - Add new ` /openDevContainer ` path, similar to the ` /open ` path, except this
10
+ allows connecting to a dev container inside a workspace. For now, the dev
11
+ container must already be running for this to work.
12
+
13
+ ### Fixed
14
+
15
+ - When not using token authentication, avoid setting ` undefined ` for the token
16
+ header, as Node will throw an error when headers are undefined. Now, we will
17
+ not set any header at all.
18
+
5
19
## [ v1.6.0] ( https://github.com/coder/vscode-coder/releases/tag/v1.6.0 ) (2025-04-01)
6
20
7
21
### 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.6 .0" ,
7
+ "version" : " 1.7 .0" ,
8
8
"engines" : {
9
9
"vscode" : " ^1.73.0"
10
10
},
You can’t perform that action at this time.
0 commit comments