We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eac9eda commit 6ad841dCopy full SHA for 6ad841d
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
## Unreleased
4
5
+## [v1.8.0](https://github.com/coder/vscode-coder/releases/tag/v1.8.0) (2025-04-08)
6
+
7
+### Added
8
9
+- Add support for the `jeanp413.open-remote-ssh` extension used by VSCodium.
10
11
## [v1.7.0](https://github.com/coder/vscode-coder/releases/tag/v1.7.0) (2025-04-03)
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.7.0",
+ "version": "1.8.0",
"engines": {
"vscode": "^1.73.0"
},
0 commit comments