MCPcopy Create free account
hub / github.com/coder/coder / DefaultDisplayApps

Function DefaultDisplayApps

provisionersdk/agent.go:58–66  ·  view source on GitHub ↗

DefaultDisplayApps returns the default display applications to enable if none are specified in a template.

()

Source from the content-addressed store, hash-verified

56// DefaultDisplayApps returns the default display applications to enable
57// if none are specified in a template.
58func DefaultDisplayApps() *proto.DisplayApps {
59 return &proto.DisplayApps{
60 Vscode: true,
61 VscodeInsiders: false,
62 WebTerminal: true,
63 PortForwardingHelper: true,
64 SshHelper: true,
65 }
66}

Callers 1

ConvertStateFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected