Skip to content

Commit d4ccfa7

Browse files
committed
v1.3.6
1 parent 8cc079f commit d4ccfa7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
- Autologin setting that automatically initiates login when the extension
99
activates using either the default URL or CODER_URL.
1010

11+
### Changed
12+
13+
- When a client certificate and/or key is configured, skip token authentication.
14+
1115
## [v1.3.5](https://github.com/coder/vscode-coder/releases/tag/v1.3.5) (2024-10-16)
1216

1317
### Fixed

package.json

+1-1
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.5",
7+
"version": "1.3.6",
88
"engines": {
99
"vscode": "^1.73.0"
1010
},

0 commit comments

Comments
 (0)