chore(dogfood): use built-in VS Code Desktop button over the module (#11869)

This commit is contained in:
Muhammad Atif Ali 2024-01-29 00:37:22 +03:00 committed by GitHub
parent be4d5221ba
commit 699a4b8dd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 11 deletions

View File

@ -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.