Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1400383

Browse files
committed
v1.7.0
1 parent0d97271 commit1400383

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

‎CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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
},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp