update README

pull/42/head
Muhammad Atif Ali 2 years ago
parent 7f3708f306
commit 3763eca1a4
No known key found for this signature in database

@ -23,14 +23,14 @@ Automatically install [VS Code](https://code.visualstudio.com) in a workspace, c
} }
``` ```
2. Install VS Code Web with custom version and folder 2. Install VS Code to a custom folder with a specific version:
```hcl ```hcl
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
custom_version = "1.82.0" install_dir = "/home/coder/.coder/apps/vscode"
folder = "/home/coder/my-projet" folder = "/home/coder"
accept_license = true accept_license = true
} }
``` ```

Loading…
Cancel
Save