Skip to content

Commit 7602844

Browse files
authored
remove custom install_prefix
1 parent ee6e788 commit 7602844

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dogfood/contents/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ module "vscode-web" {
154154
source = "registry.coder.com/modules/vscode-web/coder"
155155
version = ">= 1.0.0"
156156
agent_id = coder_agent.dev.id
157-
install_prefix = "/home/coder/.vscode-web" # by default this is /tmp/vscode-web
158157
folder = local.repo_dir
159158
extensions = ["github.copilot"]
160159
auto_install_extensions = true # will install extensions from the repos .vscode/extensions.json file

0 commit comments

Comments
 (0)