Skip to content

chore: update module sources for Windsurf and Zed #18759

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

matifali
Copy link
Member

@matifali matifali commented Jul 6, 2025

Switch Windsurf and Zed modules to use development registry URLs, replacing the local relative path for Zed. Remove redundant Zed module file to streamline configuration.
@matifali matifali requested a review from mafredri July 6, 2025 13:29
@matifali matifali self-assigned this Jul 6, 2025
@@ -337,15 +337,16 @@ module "cursor" {

module "windsurf" {
count = data.coder_workspace.me.start_count
source = "registry.coder.com/coder/windsurf/coder"
source = "dev.registry.coder.com/coder/windsurf/coder"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With dev containers / multi agents, we'll need to add agent_name to this module as well.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch. Please contribute in coder/registry :)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will hold on merging if you want to help add that to all IDE modules.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants