From 90b9fb1c3261d25f7e1c7cade0d2f7dcb0af189b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20S=C3=B6derberg?= Date: Mon, 20 Oct 2025 16:23:28 +0200 Subject: [PATCH] removed default vscode button --- main.tf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.tf b/main.tf index f2470b5..2076a8a 100644 --- a/main.tf +++ b/main.tf @@ -25,6 +25,9 @@ locals { resource "coder_agent" "main" { arch = data.coder_provisioner.me.arch os = "linux" + display_apps { + vscode = false + } startup_script = <<-EOT set -e