Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions dogfood/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,6 @@ module "jetbrains_gateway" {
default = "GO"
}

module "vscode-desktop" {
source = "registry.coder.com/modules/vscode-desktop/coder"
version = "1.0.2"
agent_id = coder_agent.dev.id
folder = local.repo_dir
}

module "filebrowser" {
source = "registry.coder.com/modules/filebrowser/coder"
version = "1.0.2"
Expand Down Expand Up @@ -173,10 +166,6 @@ resource "coder_agent" "dev" {
}
startup_script_behavior = "blocking"

display_apps {
vscode = false
}

# The following metadata blocks are optional. They are used to display
# information about your workspace in the dashboard. You can remove them
# if you don't want to display any information.
Expand Down