We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cc268e commit 09196aaCopy full SHA for 09196aa
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
## Unreleased
4
5
+## [v1.0.1](https://github.com/coder/vscode-coder/releases/tag/v1.0.1) (2024-06-07)
6
+
7
+### Changed
8
9
+- Improve an error message for when watching a build fails.
10
11
## [v1.0.0](https://github.com/coder/vscode-coder/releases/tag/v1.0.0) (2024-06-05)
12
13
### Added
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.0.0",
+ "version": "1.0.1",
"engines": {
"vscode": "^1.73.0"
},
0 commit comments