Closed
Description
Version: v2.3.3+e491217
With the release of display_apps
to give configurable control over built-in buttons/apps, the preview in the template dashboard should show them to accurately tell the developer what the workspace will look like.
display_apps {
vscode = false
vscode_insiders = false
ssh_helper = false
port_forwarding_helper = false
web_terminal = true
}
# code-server
resource "coder_app" "code-server" {
agent_id = coder_agent.dev.id
slug = "code-server"
display_name = "code-server"
icon = "/icon/code.svg"
url = "http://localhost:13337?folder=/home/coder"
subdomain = false
share = "owner"
healthcheck {
url = "http://localhost:13337/healthz"
interval = 3
threshold = 10
}
}
Metadata
Metadata
Assignees
Labels
No labels