8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8645db commit 4dd0d70Copy full SHA for 4dd0d70
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+## [v1.3.10](https://github.com/coder/vscode-coder/releases/tag/v1.3.9) (2025-01-17)
6
+
7
- Fix bug where checking for overridden properties incorrectly converted host name pattern to regular expression.
8
9
## [v1.3.9](https://github.com/coder/vscode-coder/releases/tag/v1.3.9) (2024-12-12)
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.9",
+ "version": "1.3.10",
"engines": {
"vscode": "^1.73.0"
10
},
0 commit comments