Skip to content

Commit 699a4b8

Browse files
authored
chore(dogfood): use built-in VS Code Desktop button over the module (#11869)
1 parent be4d522 commit 699a4b8

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

dogfood/main.tf

-11
Original file line numberDiff line numberDiff line change
@@ -129,13 +129,6 @@ module "jetbrains_gateway" {
129129
default = "GO"
130130
}
131131

132-
module "vscode-desktop" {
133-
source = "registry.coder.com/modules/vscode-desktop/coder"
134-
version = "1.0.2"
135-
agent_id = coder_agent.dev.id
136-
folder = local.repo_dir
137-
}
138-
139132
module "filebrowser" {
140133
source = "registry.coder.com/modules/filebrowser/coder"
141134
version = "1.0.2"
@@ -173,10 +166,6 @@ resource "coder_agent" "dev" {
173166
}
174167
startup_script_behavior = "blocking"
175168

176-
display_apps {
177-
vscode = false
178-
}
179-
180169
# The following metadata blocks are optional. They are used to display
181170
# information about your workspace in the dashboard. You can remove them
182171
# if you don't want to display any information.

0 commit comments

Comments
 (0)