docs: fix vs code web module reference (#13785)

This commit is contained in:
Eric Paulsen
2024-07-10 21:29:40 +03:00
committed by GitHub
parent 2238593f57
commit 2a297b073a
+2 -1
View File
@@ -144,7 +144,8 @@ command. To add VS Code web as a web IDE, you have two options.
```hcl
module "vscode-web" {
source = "https://registry.coder.com/modules/vscode-web"
source = "registry.coder.com/modules/vscode-web/coder"
version = "1.0.14"
agent_id = coder_agent.main.id
accept_license = true
}