From c0e29c341190cba14eea7de7aa5352070a23077f Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Mon, 29 Jan 2024 00:27:11 +0300 Subject: [PATCH] chore(dogfood): use built-in VS Code Desktop button over the module We were using the VS Code Desktop [module](https://registry.coder.com/modules/vscode-desktop) instead of the built-in button. As most users would use the built-in button, we should dogfood that. --- dogfood/main.tf | 11 ----------- 1 file changed, 11 deletions(-) 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.