Conversation
|
When I try to use the module, I get that the Coder extension is not available in the marketplace. Coder currently depends on vscode-remote extension which is only available in the VSCode marketplace. This is the reason Coder itself is not available in OpenVSX marketplace.
Related: coder/vscode-coder#387 Edit: If I manually install the Coder Extension using the VSIX, I get
Edit 2: Looks like they have some custom implementation for SSH hosts. Maybe you should request their team to add support for Coder. |
|
I see. Windsurf must have their own flavor of a remote connection extension then. Sounds like coder would not be able to support it without changing code on their end right? |
| resource "coder_app" "windsurf" { | ||
| agent_id = var.agent_id | ||
| external = true | ||
| icon = "/icon/windsurf.svg" |
There was a problem hiding this comment.
for this to work we need the icon to be in https://github.com/coder/coder/tree/main/site/static/icon too.
| maintainer_github: coder | ||
| verified: true |
There was a problem hiding this comment.
Hi @cholojuanito are you affiliated with windsurf? If yes we can add a partner_github. Send me an email to discuss this further.
There was a problem hiding this comment.
I'm not, just enjoy the IDE and figured it would be easy to make one of these integrations since it's a vscode based project. But I guess the licenses around using the official extensions marketplace might make things more difficult
|
@code-asher may have some ideas on how we can make it work. |
|
Might have to distribute a separate vsix without the dependency. |
|
We do support WIndSurf now as we have removed the ms-remote-ssh dependency. |
|
Awesome! Thanks for the excellent support |
|
@cholojuanito are you interested in reworking on the PR?
Thanks |
|
Yeah I could take a look this weekend |
|
We are live on OpenVSX 🎉 The module should be easy to do now. |
|
We are doing it here: https://github.com/coder/modules/tree/windsurf |


This PR adds Windsurf as another option for one click opening via the Coder Remote extension.