- Notifications
You must be signed in to change notification settings - Fork34
Labels
Description
Coder’s current VS Code extension relies onms-vscode-remote.remote-ssh
, which is only available via the Microsoft Marketplace. This limits compatibility with non-Microsoft VS Code forks such asVSCodium,Cursor IDE, andWindsurf, 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
- Create a Coder extension variant that is compatible withVSCodium,Cursor IDE,Windsurf, and other VS Code forks by using an open-source SSH extension such as
jeanp413.open-remote-ssh
. - Publish this extension onOpen VSX for easy access.
- Create terraform modules for these editors, similar to the existingVS Code Desktop module.
Implementation Requirements
- Extension Development:
- Marketplace Deployment:
- Terraform Modules:
- VSCodium -Create VSCodium coder module internal#432
- Windsurf -Create Windsurf Coder module internal#433
- Existing PR:Add Windsurf Desktop module modules#353
- Documentation: