-
Notifications
You must be signed in to change notification settings - Fork 53
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
Add Windsurf Desktop module #353
base: main
Are you sure you want to change the base?
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. |
This PR adds Windsurf as another option for one click opening via the Coder Remote extension.