We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4640f0 commit 37948deCopy full SHA for 37948de
CHANGELOG.md
@@ -2,6 +2,17 @@
2
3
## Unreleased
4
5
+## [v1.9.0](https://github.com/coder/vscode-coder/releases/tag/v1.9.0) 2025-05-15
6
+
7
+### Fixed
8
9
+- The connection indicator will now show for VS Code on Windows, Windsurf, and
10
+ when using the `jeanp413.open-remote-ssh` extension.
11
12
+### Changed
13
14
+- The connection indicator now shows if connecting through Coder Desktop.
15
16
## [v1.8.0](https://github.com/coder/vscode-coder/releases/tag/v1.8.0) (2025-04-22)
17
18
### 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.8.0",
+ "version": "1.9.0",
"engines": {
"vscode": "^1.73.0"
},
0 commit comments