Documentation
¶
Overview ¶
Package settings stores user preferences and desktop launcher state.
Index ¶
Constants ¶
View Source
const MaxWorkspaces = 3
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Settings ¶
type Settings struct {
EditorTabCompletion bool `json:"editor.tab.completion"`
Workspaces []string `json:"workspaces,omitempty"`
}
func (*Settings) AddWorkspace ¶
func (*Settings) RemoveWorkspace ¶
Click to show internal directories.
Click to hide internal directories.