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

Commit34faac3

Browse files
committed
v1.3.8
1 parentf4eeb36 commit34faac3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

‎CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
##Unreleased
44

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+
512
##[v1.3.7](https://github.com/coder/vscode-coder/releases/tag/v1.3.7) (2024-11-04)
613

714
###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.3.7",
7+
"version":"1.3.8",
88
"engines": {
99
"vscode":"^1.73.0"
1010
},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp