Add a button to open any workspace with a single click in Cursor IDE.
Uses the Coder Remote VS Code Extension.
1module "cursor" { 2 source = "registry.coder.com/modules/cursor/coder" 3 version = "1.0.19" 4 agent_id = coder_agent.example.id 5}
1module "cursor" { 2 source = "registry.coder.com/modules/cursor/coder" 3 version = "1.0.19" 4 agent_id = coder_agent.example.id 5 folder = "/home/coder/project" 6}