Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a830def

Browse files
committedApr 8, 2025
v1.8.0
1 parent eac9eda commit a830def

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
 

Diff for: ‎CHANGELOG.md

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

33
## Unreleased
44

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+
511
## [v1.7.0](https://github.com/coder/vscode-coder/releases/tag/v1.7.0) (2025-04-03)
612

713
### Added

Diff for: ‎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.7.0",
7+
"version": "1.8.0",
88
"engines": {
99
"vscode": "^1.73.0"
1010
},

0 commit comments

Comments
 (0)
Please sign in to comment.