We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0740e8 commit ada4ab1Copy full SHA for ada4ab1
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+## [v1.4.2](https://github.com/coder/vscode-coder/releases/tag/v1.4.2) (2025-03-07)
6
+
7
### Fixed
8
9
- Remove agent singleton so that client TLS certificates are reloaded on every API request.
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.4.1",
+ "version": "1.4.2",
"engines": {
"vscode": "^1.73.0"
10
},
0 commit comments