File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -129,13 +129,6 @@ module "jetbrains_gateway" {
129
129
default = " GO"
130
130
}
131
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
132
module "filebrowser" {
140
133
source = " registry.coder.com/modules/filebrowser/coder"
141
134
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.
You can’t perform that action at this time.
0 commit comments