Variables
Const DEFAULT_WORD_SEPARATORS
DEFAULT_WORD_SEPARATORS: "`~!@#$%^&*()-=+[{]}\\|;:'\",.<>/?" = '`~!@#$%^&*()-=+[{]}\\|;:\'",.<>/?'
Const DiffNavigatorProvider
Const EDITOR_CONTEXT_MENU
EDITOR_CONTEXT_MENU: MenuPath = ...
Const EDITOR_FONT_DEFAULTS
EDITOR_FONT_DEFAULTS: { fontFamily: string; fontSize: number; fontWeight: string; letterSpacing: number; lineHeight: number } = ...
Type declaration
-
fontFamily: string
-
fontSize: number
-
fontWeight: string
-
letterSpacing: number
-
lineHeight: number
Const EDITOR_MODEL_DEFAULTS
EDITOR_MODEL_DEFAULTS: { detectIndentation: boolean; indentSize: number; insertSpaces: boolean; largeFileOptimizations: boolean; tabSize: number; trimAutoWhitespace: boolean } = ...
Type declaration
-
detectIndentation: boolean
-
indentSize: number
-
insertSpaces: boolean
-
largeFileOptimizations: boolean
-
tabSize: number
-
trimAutoWhitespace: boolean
Const EditorPreferenceContribution
Const editorPreferenceSchema
editorPreferenceSchema: PreferenceSchema = ...