From 699a4b8dd4fad863257d0613bc48625b002c39f9 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Mon, 29 Jan 2024 00:37:22 +0300 Subject: [PATCH] chore(dogfood): use built-in VS Code Desktop button over the module (#11869) --- dogfood/main.tf | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/dogfood/main.tf b/dogfood/main.tf index 0abfdcadd2..87d3c841aa 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.