docs: update VScode module name

pull/64/head
Muhammad Atif Ali 2 years ago committed by GitHub
parent 5e805fef02
commit 47e89f4870
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,13 +13,13 @@ Automatically install [Visual Studio Code Server](https://code.visualstudio.com/
```hcl ```hcl
module "vscode-web" { module "vscode-web" {
source = "https://registry.coder.com/modules/vscode-server" source = "https://registry.coder.com/modules/vscode-web"
agent_id = coder_agent.example.id agent_id = coder_agent.example.id
accept_license = true accept_license = true
} }
``` ```
![VS Code Server with GitHub Copilot and live-share](../.images/vscode-server.gif) ![VS Code Server with GitHub Copilot and live-share](../.images/vscode-web.gif)
## Examples ## Examples
@ -27,9 +27,9 @@ module "vscode-web" {
```hcl ```hcl
module "vscode-web" { module "vscode-web" {
source = "https://registry.coder.com/modules/vscode-server" source = "https://registry.coder.com/modules/vscode-web"
agent_id = coder_agent.example.id agent_id = coder_agent.example.id
install_dir = "/home/coder/.vscode-server" install_dir = "/home/coder/.vscode-web"
folder = "/home/coder" folder = "/home/coder"
accept_license = true accept_license = true
} }

Loading…
Cancel
Save