We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee6e788 commit 7602844Copy full SHA for 7602844
dogfood/contents/main.tf
@@ -154,7 +154,6 @@ module "vscode-web" {
154
source = "registry.coder.com/modules/vscode-web/coder"
155
version = ">= 1.0.0"
156
agent_id = coder_agent.dev.id
157
- install_prefix = "/home/coder/.vscode-web" # by default this is /tmp/vscode-web
158
folder = local.repo_dir
159
extensions = ["github.copilot"]
160
auto_install_extensions = true # will install extensions from the repos .vscode/extensions.json file
0 commit comments