Documentation ¶
Index ¶
Constants ¶
View Source
const (
OpenNewWindow = "OPEN_NEW_WINDOW"
)
Variables ¶
View Source
var Options = ide.Options{ OpenNewWindow: { Name: OpenNewWindow, Description: "If true, DevPod will open the project in a new window", Default: "true", Enum: []string{ "false", "true", }, }, }
Functions ¶
func InstallAPKRequirements ¶ added in v0.5.18
InstallAPKRequirements installs the requirements using apk.
This is used by Alpine- and Wolfi-based images.
Types ¶
type VsCodeServer ¶
type VsCodeServer struct {
// contains filtered or unexported fields
}
func NewVSCodeServer ¶
func NewVSCodeServer(extensions []string, settings string, userName string, values map[string]config.OptionValue, flavor Flavor, log log.Logger) *VsCodeServer
func (*VsCodeServer) Install ¶
func (o *VsCodeServer) Install() error
func (*VsCodeServer) InstallExtensions ¶
func (o *VsCodeServer) InstallExtensions() error
Click to show internal directories.
Click to hide internal directories.