We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc732ea commit 36ffcf6Copy full SHA for 36ffcf6
CHANGELOG.md
@@ -2,9 +2,15 @@
2
3
## Unreleased
4
5
+### Added
6
+
7
+- Automatic TLS client certificate refresh via new `coder.tlsCertRefreshCommand` setting. Detects
8
+ certificate errors (expired, revoked, etc.) and automatically refreshes and retries.
9
10
### Fixed
11
12
- Fixed `SetEnv` SSH config parsing and accumulation with user-defined values.
13
+- Improved WebSocket error handling for more consistent behavior across connection failures.
14
15
## [v1.11.6](https://github.com/coder/vscode-coder/releases/tag/v1.11.6) 2025-12-15
16
0 commit comments