We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cc079f commit d4ccfa7Copy full SHA for d4ccfa7
CHANGELOG.md
@@ -8,6 +8,10 @@
8
- Autologin setting that automatically initiates login when the extension
9
activates using either the default URL or CODER_URL.
10
11
+### Changed
12
+
13
+- When a client certificate and/or key is configured, skip token authentication.
14
15
## [v1.3.5](https://github.com/coder/vscode-coder/releases/tag/v1.3.5) (2024-10-16)
16
17
### Fixed
package.json
@@ -4,7 +4,7 @@
4
"displayName": "Coder",
5
"description": "Open any workspace with a single click.",
6
"repository": "https://github.com/coder/vscode-coder",
7
- "version": "1.3.5",
+ "version": "1.3.6",
"engines": {
"vscode": "^1.73.0"
},
0 commit comments