We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be4d522 commit 699a4b8Copy full SHA for 699a4b8
dogfood/main.tf
@@ -129,13 +129,6 @@ module "jetbrains_gateway" {
129
default = "GO"
130
}
131
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
-
139
module "filebrowser" {
140
source = "registry.coder.com/modules/filebrowser/coder"
141
version = "1.0.2"
@@ -173,10 +166,6 @@ resource "coder_agent" "dev" {
173
166
174
167
startup_script_behavior = "blocking"
175
168
176
- display_apps {
177
- vscode = false
178
- }
179
180
169
# The following metadata blocks are optional. They are used to display
181
170
# information about your workspace in the dashboard. You can remove them
182
171
# if you don't want to display any information.
0 commit comments