Skip to content

docs: document other editor support #451

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Mar 11, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
yarn lint --fix
  • Loading branch information
bcpeinhardt committed Mar 11, 2025
commit 157da9437314352e52052ea55050874ac73b5fe2
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
[!["Join us on
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)

The Coder Remote extension lets you open
[Coder](https://github.com/coder/coder) workspaces with a single click.
The Coder Remote extension lets you open [Coder](https://github.com/coder/coder)
workspaces with a single click.

- Open workspaces from the dashboard in a single click.
- Automatically start workspaces when opened.
Expand All @@ -14,9 +14,10 @@ The Coder Remote extension lets you open
deployment!
- Supports multiple editors: VS Code, Cursor, and Windsurf.
> [!NOTE]
> The extension builds on VSCode provided implementations of SSH. Make sure you have
> the correct ssh extension installed for your editor (ms-vscode-remote.remote-ssh or
> codeium.windsurf-remote-openssh for windsurf)
> The extension builds on VSCode provided implementations of SSH. Make sure
> you have the correct ssh extension installed for your editor
> (ms-vscode-remote.remote-ssh or codeium.windsurf-remote-openssh for
> windsurf)

![Demo](https://github.com/coder/vscode-coder/raw/main/demo.gif?raw=true)

Expand Down