8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3520710 commit 2766d2fCopy full SHA for 2766d2f
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## Unreleased
4
5
+## [v1.3.9](https://github.com/coder/vscode-coder/releases/tag/v1.3.9) (2024-12-12)
6
+
7
+- Only show a login failure dialog for explicit logins (and not autologins).
8
9
## [v1.3.8](https://github.com/coder/vscode-coder/releases/tag/v1.3.8) (2024-12-06)
10
11
- When starting a workspace, shell out to the Coder binary instead of making an
package.json
@@ -4,7 +4,7 @@
"displayName": "Coder",
"description": "Open any workspace with a single click.",
"repository": "https://github.com/coder/vscode-coder",
- "version": "1.3.8",
+ "version": "1.3.9",
"engines": {
"vscode": "^1.73.0"
},
0 commit comments