Versions in this module Expand all Collapse all v0 v0.1.1 Apr 19, 2026 v0.1.0 Apr 19, 2026 Changes in this version + var AllowedIDEs = []AllowedIDE + func GetIDEOptions(ide string) (ide.Options, error) + func ParseOptions(options []string, ideOptions ide.Options) (map[string]config.OptionValue, error) + func RefreshIDEOptions(devsyConfig *config.Config, workspace *provider.Workspace, ide string, ...) (*provider.Workspace, error) + type AllowedIDE struct + DisplayName string + Experimental bool + Group config.IDEGroup + Icon string + IconDark string + Name config.IDE + Options ide.Options