|
|
@ -29,7 +29,7 @@ Automatically install [VS Code](https://code.visualstudio.com) in a workspace, c
|
|
|
|
module "vscode-web" {
|
|
|
|
module "vscode-web" {
|
|
|
|
source = "https://registry.coder.com/modules/vscode-web"
|
|
|
|
source = "https://registry.coder.com/modules/vscode-web"
|
|
|
|
agent_id = coder_agent.example.id
|
|
|
|
agent_id = coder_agent.example.id
|
|
|
|
version = "1.82.0"
|
|
|
|
custom_version = "1.82.0"
|
|
|
|
folder = "/home/coder/my-projet"
|
|
|
|
folder = "/home/coder/my-projet"
|
|
|
|
accept_license = true
|
|
|
|
accept_license = true
|
|
|
|
}
|
|
|
|
}
|
|
|
|