Skip to content

Commit 37948de

Browse files
committed
v1.9.0
1 parent a4640f0 commit 37948de

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## Unreleased
44

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+
516
## [v1.8.0](https://github.com/coder/vscode-coder/releases/tag/v1.8.0) (2025-04-22)
617

718
### Added

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"displayName": "Coder",
55
"description": "Open any workspace with a single click.",
66
"repository": "https://github.com/coder/vscode-coder",
7-
"version": "1.8.0",
7+
"version": "1.9.0",
88
"engines": {
99
"vscode": "^1.73.0"
1010
},

0 commit comments

Comments
 (0)