Versions in this module Expand all Collapse all v0 v0.2.0 May 15, 2026 v0.1.0 May 12, 2026 Changes in this version + func GeneratePackageJSON() ([]byte, error) + func Hints() []string + type Command struct + Category string + Command string + Title string + type Configuration struct + Properties map[string]interface{} + Title string + type Contributes struct + Commands []Command + Configuration *Configuration + Keybindings []Keybinding + type ExtensionManifest struct + Activation []string + Categories []string + Contributes *Contributes + Description string + DisplayName string + Engines map[string]string + Main string + Name string + Publisher string + Version string + func DefaultManifest() *ExtensionManifest + type Keybinding struct + Command string + Key string + When string + type ServerConfig struct + Args []string + Command string + Env map[string]string + func SuggestLSPConfig(language string) (*ServerConfig, error)