mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
chore(dogfood): add windsurf module (#17558)
This commit is contained in:
@@ -225,6 +225,14 @@ module "cursor" {
|
||||
folder = local.repo_dir
|
||||
}
|
||||
|
||||
module "windsurf" {
|
||||
count = data.coder_workspace.me.start_count
|
||||
source = "registry.coder.com/modules/windsurf/coder"
|
||||
version = ">= 1.0.0"
|
||||
agent_id = coder_agent.dev.id
|
||||
folder = local.repo_dir
|
||||
}
|
||||
|
||||
module "zed" {
|
||||
count = data.coder_workspace.me.start_count
|
||||
source = "./zed"
|
||||
|
||||
Reference in New Issue
Block a user