diff --git a/dogfood/main.tf b/dogfood/main.tf index 0abfdcadd20e0..87d3c841aa4b9 100644 --- a/dogfood/main.tf +++ b/dogfood/main.tf @@ -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" @@ -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.