We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be09300 commit f8d2fd9Copy full SHA for f8d2fd9
dogfood/coder/main.tf
@@ -332,19 +332,15 @@ module "cursor" {
332
source = "dev.registry.coder.com/coder/cursor/coder"
333
version = "1.1.0"
334
agent_id = coder_agent.dev.id
335
- # Not supported yet.
336
- # agent_name = "dev"
337
- folder = local.repo_dir
+ folder = local.repo_dir
338
}
339
340
module "windsurf" {
341
count = data.coder_workspace.me.start_count
342
source = "registry.coder.com/coder/windsurf/coder"
343
version = "1.0.0"
344
345
346
347
348
349
350
module "zed" {
0 commit comments