Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6899b5d

Browse files
docs: document other editor support (#451)
Co-authored-by: Michael Smith <throwawayclover@gmail.com>
1 parent0f4199a commit6899b5d

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

‎CHANGELOG.md‎

Lines changed: 5 additions & 0 deletions
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‎

Lines changed: 1 addition & 1 deletion
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 themarketplace.
138+
6. Download the`.vsix` file from the release and upload toboththe[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‎

Lines changed: 9 additions & 3 deletions
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 RemoteVS Codeextension 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 installVS Code!
12+
- No command-line or local dependencies required - just installyour 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)

[8]ページ先頭

©2009-2025 Movatter.jp