Properties
diffEditor.codeLens
diffEditor.codeLens: boolean
diffEditor.diffAlgorithm
diffEditor.diffAlgorithm: "smart" | "experimental"
diffEditor.ignoreTrimWhitespace
diffEditor.ignoreTrimWhitespace: boolean
diffEditor.maxComputationTime
diffEditor.maxComputationTime: number
diffEditor.maxFileSize
diffEditor.maxFileSize: number
diffEditor.renderIndicators
diffEditor.renderIndicators: boolean
diffEditor.renderMarginRevertIcon
diffEditor.renderMarginRevertIcon: boolean
diffEditor.renderSideBySide
diffEditor.renderSideBySide: boolean
diffEditor.wordWrap
diffEditor.wordWrap: "off" | "on" | "inherit"
editor.acceptSuggestionOnCommitCharacter
editor.acceptSuggestionOnCommitCharacter: boolean
editor.acceptSuggestionOnEnter
editor.acceptSuggestionOnEnter: "off" | "on" | "smart"
editor.accessibilityPageSize
editor.accessibilityPageSize: number
editor.accessibilitySupport
editor.accessibilitySupport: "off" | "on" | "auto"
editor.autoClosingBrackets
editor.autoClosingBrackets: "always" | "languageDefined" | "beforeWhitespace" | "never"
editor.autoClosingDelete
editor.autoClosingDelete: "auto" | "always" | "never"
editor.autoClosingOvertype
editor.autoClosingOvertype: "auto" | "always" | "never"
editor.autoClosingQuotes
editor.autoClosingQuotes: "always" | "languageDefined" | "beforeWhitespace" | "never"
editor.autoIndent
editor.autoIndent: "none" | "keep" | "brackets" | "advanced" | "full"
editor.autoSurround
editor.autoSurround: "languageDefined" | "never" | "brackets" | "quotes"
editor.bracketPairColorization.enabled
editor.bracketPairColorization.enabled: boolean
editor.bracketPairColorization.independentColorPoolPerBracketType
editor.bracketPairColorization.independentColorPoolPerBracketType: boolean
editor.codeActionWidget.showHeaders
editor.codeActionWidget.showHeaders: boolean
editor.codeActionsOnSave
editor.codeActionsOnSave: string[] | { source.fixAll: boolean } & Record<string, boolean>
editor.codeLens
editor.codeLens: boolean
editor.codeLensFontFamily
editor.codeLensFontFamily: string
editor.codeLensFontSize
editor.codeLensFontSize: number
editor.colorDecorators
editor.colorDecorators: boolean
editor.columnSelection
editor.columnSelection: boolean
editor.comments.ignoreEmptyLines
editor.comments.ignoreEmptyLines: boolean
editor.comments.insertSpace
editor.comments.insertSpace: boolean
editor.copyWithSyntaxHighlighting
editor.copyWithSyntaxHighlighting: boolean
editor.cursorBlinking
editor.cursorBlinking: "blink" | "smooth" | "phase" | "expand" | "solid"
editor.cursorSmoothCaretAnimation
editor.cursorSmoothCaretAnimation: boolean
editor.cursorStyle
editor.cursorStyle: "line" | "block" | "underline" | "line-thin" | "block-outline" | "underline-thin"
editor.cursorSurroundingLines
editor.cursorSurroundingLines: number
editor.cursorSurroundingLinesStyle
editor.cursorSurroundingLinesStyle: "default" | "all"
editor.cursorWidth
editor.cursorWidth: number
editor.defaultFormatter
editor.defaultFormatter: null | string
editor.definitionLinkOpensInPeek
editor.definitionLinkOpensInPeek: boolean
editor.detectIndentation
editor.detectIndentation: boolean
editor.dragAndDrop
editor.dragAndDrop: boolean
editor.dropIntoEditor.enabled
editor.dropIntoEditor.enabled: boolean
editor.emptySelectionClipboard
editor.emptySelectionClipboard: boolean
editor.experimental.pasteActions.enabled
editor.experimental.pasteActions.enabled: boolean
editor.fastScrollSensitivity
editor.fastScrollSensitivity: number
editor.find.addExtraSpaceOnTop
editor.find.addExtraSpaceOnTop: boolean
editor.find.autoFindInSelection
editor.find.autoFindInSelection: "always" | "never" | "multiline"
editor.find.cursorMoveOnType
editor.find.cursorMoveOnType: boolean
editor.find.globalFindClipboard
editor.find.globalFindClipboard: boolean
editor.find.loop
editor.find.loop: boolean
editor.find.seedSearchStringFromSelection
editor.find.seedSearchStringFromSelection: "always" | "never" | "selection"
editor.folding
editor.folding: boolean
editor.foldingHighlight
editor.foldingHighlight: boolean
editor.foldingImportsByDefault
editor.foldingImportsByDefault: boolean
editor.foldingMaximumRegions
editor.foldingMaximumRegions: number
editor.foldingStrategy
editor.foldingStrategy: "auto" | "indentation"
editor.fontFamily
editor.fontFamily: string
editor.fontLigatures
editor.fontLigatures: string | boolean
editor.fontSize
editor.fontSize: number
editor.fontWeight
editor.fontWeight: string | number
editor.formatOnPaste
editor.formatOnPaste: boolean
editor.formatOnSave
editor.formatOnSave: boolean
editor.formatOnSaveMode
editor.formatOnSaveMode: "file" | "modifications" | "modificationsIfAvailable"
editor.formatOnSaveTimeout
editor.formatOnSaveTimeout: number
editor.formatOnType
editor.formatOnType: boolean
editor.glyphMargin
editor.glyphMargin: boolean
editor.gotoLocation.alternativeDeclarationCommand
editor.gotoLocation.alternativeDeclarationCommand: "" | "editor.action.referenceSearch.trigger" | "editor.action.goToReferences" | "editor.action.peekImplementation" | "editor.action.goToImplementation" | "editor.action.peekTypeDefinition" | "editor.action.goToTypeDefinition" | "editor.action.peekDeclaration" | "editor.action.revealDeclaration" | "editor.action.peekDefinition" | "editor.action.revealDefinitionAside" | "editor.action.revealDefinition"
editor.gotoLocation.alternativeDefinitionCommand
editor.gotoLocation.alternativeDefinitionCommand: "" | "editor.action.referenceSearch.trigger" | "editor.action.goToReferences" | "editor.action.peekImplementation" | "editor.action.goToImplementation" | "editor.action.peekTypeDefinition" | "editor.action.goToTypeDefinition" | "editor.action.peekDeclaration" | "editor.action.revealDeclaration" | "editor.action.peekDefinition" | "editor.action.revealDefinitionAside" | "editor.action.revealDefinition"
editor.gotoLocation.alternativeImplementationCommand
editor.gotoLocation.alternativeImplementationCommand: "" | "editor.action.referenceSearch.trigger" | "editor.action.goToReferences" | "editor.action.peekImplementation" | "editor.action.goToImplementation" | "editor.action.peekTypeDefinition" | "editor.action.goToTypeDefinition" | "editor.action.peekDeclaration" | "editor.action.revealDeclaration" | "editor.action.peekDefinition" | "editor.action.revealDefinitionAside" | "editor.action.revealDefinition"
editor.gotoLocation.alternativeReferenceCommand
editor.gotoLocation.alternativeReferenceCommand: "" | "editor.action.referenceSearch.trigger" | "editor.action.goToReferences" | "editor.action.peekImplementation" | "editor.action.goToImplementation" | "editor.action.peekTypeDefinition" | "editor.action.goToTypeDefinition" | "editor.action.peekDeclaration" | "editor.action.revealDeclaration" | "editor.action.peekDefinition" | "editor.action.revealDefinitionAside" | "editor.action.revealDefinition"
editor.gotoLocation.alternativeTypeDefinitionCommand
editor.gotoLocation.alternativeTypeDefinitionCommand: "" | "editor.action.referenceSearch.trigger" | "editor.action.goToReferences" | "editor.action.peekImplementation" | "editor.action.goToImplementation" | "editor.action.peekTypeDefinition" | "editor.action.goToTypeDefinition" | "editor.action.peekDeclaration" | "editor.action.revealDeclaration" | "editor.action.peekDefinition" | "editor.action.revealDefinitionAside" | "editor.action.revealDefinition"
editor.gotoLocation.multiple
editor.gotoLocation.multiple: null
editor.gotoLocation.multipleDeclarations
editor.gotoLocation.multipleDeclarations: "peek" | "gotoAndPeek" | "goto"
editor.gotoLocation.multipleDefinitions
editor.gotoLocation.multipleDefinitions: "peek" | "gotoAndPeek" | "goto"
editor.gotoLocation.multipleImplementations
editor.gotoLocation.multipleImplementations: "peek" | "gotoAndPeek" | "goto"
editor.gotoLocation.multipleReferences
editor.gotoLocation.multipleReferences: "peek" | "gotoAndPeek" | "goto"
editor.gotoLocation.multipleTypeDefinitions
editor.gotoLocation.multipleTypeDefinitions: "peek" | "gotoAndPeek" | "goto"
editor.guides.bracketPairs
editor.guides.bracketPairs: boolean | "active"
editor.guides.bracketPairsHorizontal
editor.guides.bracketPairsHorizontal: boolean | "active"
editor.guides.highlightActiveBracketPair
editor.guides.highlightActiveBracketPair: boolean
editor.guides.highlightActiveIndentation
editor.guides.highlightActiveIndentation: boolean | "always"
editor.guides.indentation
editor.guides.indentation: boolean
editor.hideCursorInOverviewRuler
editor.hideCursorInOverviewRuler: boolean
editor.history.persistClosedEditors
editor.history.persistClosedEditors: boolean
editor.hover.above
editor.hover.above: boolean
editor.hover.delay
editor.hover.delay: number
editor.hover.enabled
editor.hover.enabled: boolean
editor.hover.sticky
editor.hover.sticky: boolean
editor.inlayHints.enabled
editor.inlayHints.enabled: "off" | "on" | "onUnlessPressed" | "offUnlessPressed"
editor.inlayHints.fontFamily
editor.inlayHints.fontFamily: string
editor.inlayHints.fontSize
editor.inlayHints.fontSize: number
editor.inlayHints.padding
editor.inlayHints.padding: boolean
editor.inlineSuggest.enabled
editor.inlineSuggest.enabled: boolean
editor.insertSpaces
editor.insertSpaces: boolean
editor.language.brackets
editor.language.brackets: null | [string, string][] | "null"
editor.language.colorizedBracketPairs
editor.language.colorizedBracketPairs: null | [string, string][]
editor.largeFileOptimizations
editor.largeFileOptimizations: boolean
editor.letterSpacing
editor.letterSpacing: number
editor.lightbulb.enabled
editor.lightbulb.enabled: boolean
editor.lineHeight
editor.lineHeight: number
editor.lineNumbers
editor.lineNumbers: "off" | "on" | "relative" | "interval"
editor.linkedEditing
editor.linkedEditing: boolean
editor.links
editor.links: boolean
editor.matchBrackets
editor.matchBrackets: "always" | "never" | "near"
editor.maxTokenizationLineLength
editor.maxTokenizationLineLength: number
editor.minimap.autohide
editor.minimap.autohide: boolean
editor.minimap.enabled
editor.minimap.enabled: boolean
editor.minimap.maxColumn
editor.minimap.maxColumn: number
editor.minimap.renderCharacters
editor.minimap.renderCharacters: boolean
editor.minimap.scale
editor.minimap.scale: "1" | "2" | "3"
editor.minimap.showSlider
editor.minimap.showSlider: "always" | "mouseover"
editor.minimap.side
editor.minimap.side: "left" | "right"
editor.minimap.size
editor.minimap.size: "proportional" | "fill" | "fit"
editor.mouseWheelScrollSensitivity
editor.mouseWheelScrollSensitivity: number
editor.mouseWheelZoom
editor.mouseWheelZoom: boolean
editor.multiCursorMergeOverlapping
editor.multiCursorMergeOverlapping: boolean
editor.multiCursorModifier
editor.multiCursorModifier: "ctrlCmd" | "alt"
editor.multiCursorPaste
editor.multiCursorPaste: "full" | "spread"
editor.occurrencesHighlight
editor.occurrencesHighlight: boolean
editor.overviewRulerBorder
editor.overviewRulerBorder: boolean
editor.padding.bottom
editor.padding.bottom: number
editor.padding.top
editor.padding.top: number
editor.parameterHints.cycle
editor.parameterHints.cycle: boolean
editor.parameterHints.enabled
editor.parameterHints.enabled: boolean
editor.peekWidgetDefaultFocus
editor.peekWidgetDefaultFocus: "tree" | "editor"
editor.quickSuggestions
editor.quickSuggestions: boolean | { comments?: QuickSuggestionValues; other?: QuickSuggestionValues; strings?: QuickSuggestionValues }
editor.quickSuggestionsDelay
editor.quickSuggestionsDelay: number
editor.rename.enablePreview
editor.rename.enablePreview: boolean
editor.renameOnType
editor.renameOnType: boolean
editor.renderControlCharacters
editor.renderControlCharacters: boolean
editor.renderFinalNewline
editor.renderFinalNewline: boolean
editor.renderLineHighlight
editor.renderLineHighlight: "none" | "line" | "all" | "gutter"
editor.renderLineHighlightOnlyWhenFocus
editor.renderLineHighlightOnlyWhenFocus: boolean
editor.renderWhitespace
editor.renderWhitespace: "none" | "all" | "selection" | "boundary" | "trailing"
editor.roundedSelection
editor.roundedSelection: boolean
editor.rulers
editor.rulers: (number | { color: string; column: number })[]
editor.scrollBeyondLastColumn
editor.scrollBeyondLastColumn: number
editor.scrollBeyondLastLine
editor.scrollBeyondLastLine: boolean
editor.scrollPredominantAxis
editor.scrollPredominantAxis: boolean
editor.scrollbar.horizontal
editor.scrollbar.horizontal: "auto" | "visible" | "hidden"
editor.scrollbar.horizontalScrollbarSize
editor.scrollbar.horizontalScrollbarSize: number
editor.scrollbar.scrollByPage
editor.scrollbar.scrollByPage: boolean
editor.scrollbar.vertical
editor.scrollbar.vertical: "auto" | "visible" | "hidden"
editor.scrollbar.verticalScrollbarSize
editor.scrollbar.verticalScrollbarSize: number
editor.selectionClipboard
editor.selectionClipboard: boolean
editor.selectionHighlight
editor.selectionHighlight: boolean
editor.semanticHighlighting.enabled
editor.semanticHighlighting.enabled: boolean | "configuredByTheme"
editor.showDeprecated
editor.showDeprecated: boolean
editor.showFoldingControls
editor.showFoldingControls: "always" | "never" | "mouseover"
editor.showUnused
editor.showUnused: boolean
editor.smartSelect.selectLeadingAndTrailingWhitespace
editor.smartSelect.selectLeadingAndTrailingWhitespace: boolean
editor.smoothScrolling
editor.smoothScrolling: boolean
editor.snippetSuggestions
editor.snippetSuggestions: "none" | "inline" | "top" | "bottom"
editor.stablePeek
editor.stablePeek: boolean
editor.stickyScroll.enabled
editor.stickyScroll.enabled: boolean
editor.stickyScroll.maxLineCount
editor.stickyScroll.maxLineCount: number
editor.stickyTabStops
editor.stickyTabStops: boolean
editor.suggest.filterGraceful
editor.suggest.filterGraceful: boolean
editor.suggest.filteredTypes
editor.suggest.filteredTypes: Record<string, boolean>
editor.suggest.insertMode
editor.suggest.insertMode: "insert" | "replace"
editor.suggest.localityBonus
editor.suggest.localityBonus: boolean
editor.suggest.matchOnWordStartOnly
editor.suggest.matchOnWordStartOnly: boolean
editor.suggest.maxVisibleSuggestions
editor.suggest.maxVisibleSuggestions: number
editor.suggest.preview
editor.suggest.preview: boolean
editor.suggest.shareSuggestSelections
editor.suggest.shareSuggestSelections: boolean
editor.suggest.showClasses
editor.suggest.showClasses: boolean
editor.suggest.showColors
editor.suggest.showColors: boolean
editor.suggest.showConstants
editor.suggest.showConstants: boolean
editor.suggest.showConstructors
editor.suggest.showConstructors: boolean
editor.suggest.showCustomcolors
editor.suggest.showCustomcolors: boolean
editor.suggest.showDeprecated
editor.suggest.showDeprecated: boolean
editor.suggest.showEnumMembers
editor.suggest.showEnumMembers: boolean
editor.suggest.showEnums
editor.suggest.showEnums: boolean
editor.suggest.showEvents
editor.suggest.showEvents: boolean
editor.suggest.showFields
editor.suggest.showFields: boolean
editor.suggest.showFiles
editor.suggest.showFiles: boolean
editor.suggest.showFolders
editor.suggest.showFolders: boolean
editor.suggest.showFunctions
editor.suggest.showFunctions: boolean
editor.suggest.showIcons
editor.suggest.showIcons: boolean
editor.suggest.showInlineDetails
editor.suggest.showInlineDetails: boolean
editor.suggest.showInterfaces
editor.suggest.showInterfaces: boolean
editor.suggest.showIssues
editor.suggest.showIssues: boolean
editor.suggest.showKeywords
editor.suggest.showKeywords: boolean
editor.suggest.showMethods
editor.suggest.showMethods: boolean
editor.suggest.showModules
editor.suggest.showModules: boolean
editor.suggest.showOperators
editor.suggest.showOperators: boolean
editor.suggest.showProperties
editor.suggest.showProperties: boolean
editor.suggest.showReferences
editor.suggest.showReferences: boolean
editor.suggest.showSnippets
editor.suggest.showSnippets: boolean
editor.suggest.showStatusBar
editor.suggest.showStatusBar: boolean
editor.suggest.showStructs
editor.suggest.showStructs: boolean
editor.suggest.showTypeParameters
editor.suggest.showTypeParameters: boolean
editor.suggest.showUnits
editor.suggest.showUnits: boolean
editor.suggest.showUsers
editor.suggest.showUsers: boolean
editor.suggest.showValues
editor.suggest.showValues: boolean
editor.suggest.showVariables
editor.suggest.showVariables: boolean
editor.suggest.showWords
editor.suggest.showWords: boolean
editor.suggest.snippetsPreventQuickSuggestions
editor.suggest.snippetsPreventQuickSuggestions: boolean
editor.suggestFontSize
editor.suggestFontSize: number
editor.suggestLineHeight
editor.suggestLineHeight: number
editor.suggestOnTriggerCharacters
editor.suggestOnTriggerCharacters: boolean
editor.suggestSelection
editor.suggestSelection: "first" | "recentlyUsed" | "recentlyUsedByPrefix"
editor.tabCompletion
editor.tabCompletion: "off" | "on" | "onlySnippets"
editor.tabSize
editor.tabSize: number
editor.trimAutoWhitespace
editor.trimAutoWhitespace: boolean
editor.unfoldOnClickAfterEndOfLine
editor.unfoldOnClickAfterEndOfLine: boolean
editor.unicodeHighlight.allowedCharacters
editor.unicodeHighlight.allowedCharacters: Record<string, boolean>
editor.unicodeHighlight.allowedLocales
editor.unicodeHighlight.allowedLocales: Record<string, boolean>
editor.unicodeHighlight.ambiguousCharacters
editor.unicodeHighlight.ambiguousCharacters: boolean
editor.unicodeHighlight.includeComments
editor.unicodeHighlight.includeComments: boolean | "inUntrustedWorkspace"
editor.unicodeHighlight.includeStrings
editor.unicodeHighlight.includeStrings: boolean | "inUntrustedWorkspace"
editor.unicodeHighlight.invisibleCharacters
editor.unicodeHighlight.invisibleCharacters: boolean
editor.unicodeHighlight.nonBasicASCII
editor.unicodeHighlight.nonBasicASCII: boolean | "inUntrustedWorkspace"
editor.unusualLineTerminators
editor.unusualLineTerminators: "off" | "auto" | "prompt"
editor.useTabStops
editor.useTabStops: boolean
editor.wordBasedSuggestions
editor.wordBasedSuggestions: boolean
editor.wordBasedSuggestionsMode
editor.wordBasedSuggestionsMode: "currentDocument" | "matchingDocuments" | "allDocuments"
editor.wordSeparators
editor.wordSeparators: string
editor.wordWrap
editor.wordWrap: "off" | "on" | "wordWrapColumn" | "bounded"
editor.wordWrapColumn
editor.wordWrapColumn: number
editor.wrappingIndent
editor.wrappingIndent: "none" | "same" | "indent" | "deepIndent"
editor.wrappingStrategy
editor.wrappingStrategy: "advanced" | "simple"
files.autoSave
files.autoSave: "off" | "afterDelay" | "onFocusChange" | "onWindowChange"
files.autoSaveDelay
files.autoSaveDelay: number
files.eol
files.eol: "auto" | "\n" | "\r\n"
files.refactoring.autoSave
files.refactoring.autoSave: boolean