We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a80cb8b commit f779aa2Copy full SHA for f779aa2
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
## Unreleased
4
5
+## [v1.3.5](https://github.com/coder/vscode-coder/releases/tag/v1.3.5) (2024-10-16)
6
+
7
+### Fixed
8
9
+- Error messages from the workspace watch endpoint were not logged correctly.
10
+- Delay notifying about workspaces shutting down since the connection might bump
11
+ the activity, making the notification misleading.
12
13
## [v1.3.4](https://github.com/coder/vscode-coder/releases/tag/v1.3.4) (2024-10-14)
14
15
### Fixed
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.4",
+ "version": "1.3.5",
"engines": {
"vscode": "^1.73.0"
},
0 commit comments