We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8546f4f commit 0bca399Copy full SHA for 0bca399
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Change Log
2
3
+## [v0.1.34](https://github.com/coder/vscode-coder/releases/tag/v0.1.34) (2024-03-03)
4
+
5
+### Changes
6
7
+- Improve fetching the Coder binary. This is mostly just better logging but it
8
+ also will avoid fetching if the existing binary version already matches, to
9
+ support scenarios where the ETag is ignored.
10
11
## [v0.1.33](https://github.com/coder/vscode-coder/releases/tag/v0.1.33) (2024-02-20)
12
13
### Bug fixes
package.json
@@ -4,7 +4,7 @@
"displayName": "Coder",
"description": "Open any workspace with a single click.",
"repository": "https://github.com/coder/vscode-coder",
- "version": "0.1.33",
+ "version": "0.1.34",
"engines": {
"vscode": "^1.73.0"
},
0 commit comments