-
Notifications
You must be signed in to change notification settings - Fork 19
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
VSCodium/WindSurf/Cursor support #408
Comments
@code-asher We have now requests for VSCodium, Windsurf and a buggy behavior on Cursor too. cc: @bpmct |
@f0ssel @bcpeinhardt 'Let''s pull this into the current sprint. |
This comment has been minimized.
This comment has been minimized.
Discussed in coder/coder#15846Originally posted by asgeirn December 12, 2024 I tried installing the Coder VSIX in VSCodium, but it fails because it depends on the ms-vscode-remote.remote-ssh extension. According to VSCodium/vscodium#693 the extension 'jeanp413.open-remote-ssh' does this. Would it be possible to provide a variant of the Codium extension on Open VSX for this, and a module for creating "Open in VSCodium" links in workspaces? |
WindSurf does not use both Microsoft SSH and Open Remote SSH extensions and has its own built-in implementation. |
I've updated the Implementation Requirements in the OP to include decomposed issues for the tasks needed to accomplish this effort: Implementation Requirements
|
The PR mentioned above works around the existing issue by moving MS Remote SSH to be part of an extension pack rather than a hard dependency, and searching for open source alternatives which may be installed, enabling support for VS Code, Cursor, and Windsurf at the same time. |
@bcpeinhardt, we should publish to the OpenVSX registry to be used by WindSurf and other OSS alternatives. |
@matifali On the topic of publishing, uploading to the Microsoft VSCode Marketplace is manual at the moment. I've simply added to the contributing docs that the built .vsix needs to be uploaded to OpenVSX Marketplace as well: https://github.com/coder/vscode-coder/pull/451/files#diff-eca12c0a30e25b4b46522ebf89465a03ba72a03f540796c979137931d8f92055R138 Since the MS Remote Extension has been moved from a dependency to instead be part of an extension pack, we should be able to upload there, but I did move this too early. I'll move back to in progress until the new build is successfully published to both repositories. |
version 1.5.0 works as expected in WindSurf and Cursor command 'coder.login' not found As per VSCodium/vscodium#1777, I installed Open Remote SSH extension. |
In VSCodium, extension from Open VSX installs without issue, but I get this error if I select Coder Remote in the Activity Bar:
I have |
Thanks, @asgeirn We have yet to solve for VSCodium by adding support for We are open to contributions, too. |
Thanks for your response! I did a small test on my setup, and it would appear #467 is sufficient to get it to work. |
Coder’s current VS Code extension relies on
ms-vscode-remote.remote-ssh
, which is only available via the Microsoft Marketplace. This limits compatibility with non-Microsoft VS Code forks such as VSCodium, Cursor IDE, and Windsurf, which cannot access the Microsoft Marketplace. Users in air-gapped or privacy-focused environments need a version of the Coder extension that works without this dependency.Desired Solution
jeanp413.open-remote-ssh
.Implementation Requirements
Related Issues:
The text was updated successfully, but these errors were encountered: