Skip to content

Commit 6899b5d

Browse files
docs: document other editor support (#451)
Co-authored-by: Michael Smith <[email protected]>
1 parent 0f4199a commit 6899b5d

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

CHANGELOG.md

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

33
## Unreleased
44

5+
### Changed
6+
7+
- Make the MS Remote SSH extension part of an extension pack rather than a hard dependency, to enable
8+
using the plugin in other VSCode likes (cursor, windsurf, etc.)
9+
510
## [v1.4.2](https://github.com/coder/vscode-coder/releases/tag/v1.4.2) (2025-03-07)
611

712
### Fixed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,4 @@ to make sure we're using up to date versions of the client.
135135
3. Push a tag matching the new package.json version.
136136
4. Update the resulting draft release with the changelog contents.
137137
5. Publish the draft release.
138-
6. Download the `.vsix` file from the release and upload to the marketplace.
138+
6. Download the `.vsix` file from the release and upload to both the [official VS Code Extension Marketplace](https://code.visualstudio.com/api/working-with-extensions/publishing-extension), and the [open-source VSX Registry](https://open-vsx.org/).

README.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,20 @@
44
[!["Join us on
55
Discord"](https://badgen.net/discord/online-members/coder)](https://coder.com/chat?utm_source=github.com/coder/vscode-coder&utm_medium=github&utm_campaign=readme.md)
66

7-
The Coder Remote VS Code extension lets you open
8-
[Coder](https://github.com/coder/coder) workspaces with a single click.
7+
The Coder Remote extension lets you open [Coder](https://github.com/coder/coder)
8+
workspaces with a single click.
99

1010
- Open workspaces from the dashboard in a single click.
1111
- Automatically start workspaces when opened.
12-
- No command-line or local dependencies required - just install VS Code!
12+
- No command-line or local dependencies required - just install your editor!
1313
- Works in air-gapped or restricted networks. Just connect to your Coder
1414
deployment!
15+
- Supports multiple editors: VS Code, Cursor, and Windsurf.
16+
> [!NOTE]
17+
> The extension builds on VSCode provided implementations of SSH. Make sure
18+
> you have the correct ssh extension installed for your editor
19+
> (ms-vscode-remote.remote-ssh or codeium.windsurf-remote-openssh for
20+
> windsurf)
1521
1622
![Demo](https://github.com/coder/vscode-coder/raw/main/demo.gif?raw=true)
1723

0 commit comments

Comments
 (0)