File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
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+
519## [ v1.6.0] ( https://github.com/coder/vscode-coder/releases/tag/v1.6.0 ) (2025-04-01)
620
721### 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" : " 1.6 .0" ,
7+ "version" : " 1.7 .0" ,
88 "engines" : {
99 "vscode" : " ^1.73.0"
1010 },
You can’t perform that action at this time.
0 commit comments