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