monaco-editor
Version:
A browser based code editor
1,736 lines • 186 kB
JSON
{
"keys": {
"vs/base/common/platform": [
{
"key": "ensureLoaderPluginIsLoaded",
"comment": [
"{Locked}"
]
}
],
"vs/editor/common/config/editorOptions": [
"accessibilitySupport.auto",
"accessibilitySupport.on",
"accessibilitySupport.off",
"accessibilitySupport",
"comments.insertSpace",
"comments.ignoreEmptyLines",
"emptySelectionClipboard",
"find.cursorMoveOnType",
"editor.find.seedSearchStringFromSelection.never",
"editor.find.seedSearchStringFromSelection.always",
"editor.find.seedSearchStringFromSelection.selection",
"find.seedSearchStringFromSelection",
"editor.find.autoFindInSelection.never",
"editor.find.autoFindInSelection.always",
"editor.find.autoFindInSelection.multiline",
"find.autoFindInSelection",
"find.globalFindClipboard",
"find.addExtraSpaceOnTop",
"find.loop",
"fontLigatures",
"fontFeatureSettings",
"fontLigaturesGeneral",
"fontVariations",
"fontVariationSettings",
"fontVariationsGeneral",
"fontSize",
"fontWeightErrorMessage",
"fontWeight",
"editor.gotoLocation.multiple.peek",
"editor.gotoLocation.multiple.gotoAndPeek",
"editor.gotoLocation.multiple.goto",
"editor.gotoLocation.multiple.deprecated",
"editor.editor.gotoLocation.multipleDefinitions",
"editor.editor.gotoLocation.multipleTypeDefinitions",
"editor.editor.gotoLocation.multipleDeclarations",
"editor.editor.gotoLocation.multipleImplemenattions",
"editor.editor.gotoLocation.multipleReferences",
"alternativeDefinitionCommand",
"alternativeTypeDefinitionCommand",
"alternativeDeclarationCommand",
"alternativeImplementationCommand",
"alternativeReferenceCommand",
"hover.enabled",
"hover.delay",
"hover.sticky",
"hover.hidingDelay",
"hover.above",
"wrappingStrategy.simple",
"wrappingStrategy.advanced",
"wrappingStrategy",
"editor.lightbulb.enabled.off",
"editor.lightbulb.enabled.onCode",
"editor.lightbulb.enabled.on",
"enabled",
"editor.stickyScroll.enabled",
"editor.stickyScroll.maxLineCount",
"editor.stickyScroll.defaultModel",
"editor.stickyScroll.scrollWithEditor",
"inlayHints.enable",
"editor.inlayHints.on",
"editor.inlayHints.onUnlessPressed",
"editor.inlayHints.offUnlessPressed",
"editor.inlayHints.off",
"inlayHints.fontSize",
"inlayHints.fontFamily",
"inlayHints.padding",
"lineHeight",
"minimap.enabled",
"minimap.autohide",
"minimap.size.proportional",
"minimap.size.fill",
"minimap.size.fit",
"minimap.size",
"minimap.side",
"minimap.showSlider",
"minimap.scale",
"minimap.renderCharacters",
"minimap.maxColumn",
"padding.top",
"padding.bottom",
"parameterHints.enabled",
"parameterHints.cycle",
"on",
"inline",
"off",
"quickSuggestions.strings",
"quickSuggestions.comments",
"quickSuggestions.other",
"quickSuggestions",
"lineNumbers.off",
"lineNumbers.on",
"lineNumbers.relative",
"lineNumbers.interval",
"lineNumbers",
"rulers.size",
"rulers.color",
"rulers",
"scrollbar.vertical.auto",
"scrollbar.vertical.visible",
"scrollbar.vertical.fit",
"scrollbar.vertical",
"scrollbar.horizontal.auto",
"scrollbar.horizontal.visible",
"scrollbar.horizontal.fit",
"scrollbar.horizontal",
"scrollbar.verticalScrollbarSize",
"scrollbar.horizontalScrollbarSize",
"scrollbar.scrollByPage",
"scrollbar.ignoreHorizontalScrollbarInContentHeight",
"unicodeHighlight.nonBasicASCII",
"unicodeHighlight.invisibleCharacters",
"unicodeHighlight.ambiguousCharacters",
"unicodeHighlight.includeComments",
"unicodeHighlight.includeStrings",
"unicodeHighlight.allowedCharacters",
"unicodeHighlight.allowedLocales",
"inlineSuggest.enabled",
"inlineSuggest.showToolbar.always",
"inlineSuggest.showToolbar.onHover",
"inlineSuggest.showToolbar.never",
"inlineSuggest.showToolbar",
"inlineSuggest.suppressSuggestions",
"inlineSuggest.fontFamily",
"bracketPairColorization.enabled",
"bracketPairColorization.independentColorPoolPerBracketType",
"editor.guides.bracketPairs.true",
"editor.guides.bracketPairs.active",
"editor.guides.bracketPairs.false",
"editor.guides.bracketPairs",
"editor.guides.bracketPairsHorizontal.true",
"editor.guides.bracketPairsHorizontal.active",
"editor.guides.bracketPairsHorizontal.false",
"editor.guides.bracketPairsHorizontal",
"editor.guides.highlightActiveBracketPair",
"editor.guides.indentation",
"editor.guides.highlightActiveIndentation.true",
"editor.guides.highlightActiveIndentation.always",
"editor.guides.highlightActiveIndentation.false",
"editor.guides.highlightActiveIndentation",
"suggest.insertMode.insert",
"suggest.insertMode.replace",
"suggest.insertMode",
"suggest.filterGraceful",
"suggest.localityBonus",
"suggest.shareSuggestSelections",
"suggest.insertMode.always",
"suggest.insertMode.never",
"suggest.insertMode.whenTriggerCharacter",
"suggest.insertMode.whenQuickSuggestion",
"suggest.selectionMode",
"suggest.snippetsPreventQuickSuggestions",
"suggest.showIcons",
"suggest.showStatusBar",
"suggest.preview",
"suggest.showInlineDetails",
"suggest.maxVisibleSuggestions.dep",
"deprecated",
"editor.suggest.showMethods",
"editor.suggest.showFunctions",
"editor.suggest.showConstructors",
"editor.suggest.showDeprecated",
"editor.suggest.matchOnWordStartOnly",
"editor.suggest.showFields",
"editor.suggest.showVariables",
"editor.suggest.showClasss",
"editor.suggest.showStructs",
"editor.suggest.showInterfaces",
"editor.suggest.showModules",
"editor.suggest.showPropertys",
"editor.suggest.showEvents",
"editor.suggest.showOperators",
"editor.suggest.showUnits",
"editor.suggest.showValues",
"editor.suggest.showConstants",
"editor.suggest.showEnums",
"editor.suggest.showEnumMembers",
"editor.suggest.showKeywords",
"editor.suggest.showTexts",
"editor.suggest.showColors",
"editor.suggest.showFiles",
"editor.suggest.showReferences",
"editor.suggest.showCustomcolors",
"editor.suggest.showFolders",
"editor.suggest.showTypeParameters",
"editor.suggest.showSnippets",
"editor.suggest.showUsers",
"editor.suggest.showIssues",
"selectLeadingAndTrailingWhitespace",
"selectSubwords",
"wrappingIndent.none",
"wrappingIndent.same",
"wrappingIndent.indent",
"wrappingIndent.deepIndent",
"wrappingIndent",
"dropIntoEditor.enabled",
"dropIntoEditor.showDropSelector",
"dropIntoEditor.showDropSelector.afterDrop",
"dropIntoEditor.showDropSelector.never",
"pasteAs.enabled",
"pasteAs.showPasteSelector",
"pasteAs.showPasteSelector.afterPaste",
"pasteAs.showPasteSelector.never",
"acceptSuggestionOnCommitCharacter",
"acceptSuggestionOnEnterSmart",
"acceptSuggestionOnEnter",
"accessibilityPageSize",
"editorViewAccessibleLabel",
"screenReaderAnnounceInlineSuggestion",
"editor.autoClosingBrackets.languageDefined",
"editor.autoClosingBrackets.beforeWhitespace",
"autoClosingBrackets",
"editor.autoClosingComments.languageDefined",
"editor.autoClosingComments.beforeWhitespace",
"autoClosingComments",
"editor.autoClosingDelete.auto",
"autoClosingDelete",
"editor.autoClosingOvertype.auto",
"autoClosingOvertype",
"editor.autoClosingQuotes.languageDefined",
"editor.autoClosingQuotes.beforeWhitespace",
"autoClosingQuotes",
"editor.autoIndent.none",
"editor.autoIndent.keep",
"editor.autoIndent.brackets",
"editor.autoIndent.advanced",
"editor.autoIndent.full",
"autoIndent",
"editor.autoSurround.languageDefined",
"editor.autoSurround.quotes",
"editor.autoSurround.brackets",
"autoSurround",
"stickyTabStops",
"codeLens",
"codeLensFontFamily",
"codeLensFontSize",
"colorDecorators",
"editor.colorDecoratorActivatedOn.clickAndHover",
"editor.colorDecoratorActivatedOn.hover",
"editor.colorDecoratorActivatedOn.click",
"colorDecoratorActivatedOn",
"colorDecoratorsLimit",
"columnSelection",
"copyWithSyntaxHighlighting",
"cursorBlinking",
"cursorSmoothCaretAnimation.off",
"cursorSmoothCaretAnimation.explicit",
"cursorSmoothCaretAnimation.on",
"cursorSmoothCaretAnimation",
"cursorStyle",
"cursorSurroundingLines",
"cursorSurroundingLinesStyle.default",
"cursorSurroundingLinesStyle.all",
"cursorSurroundingLinesStyle",
"cursorWidth",
"dragAndDrop",
"experimentalWhitespaceRendering.svg",
"experimentalWhitespaceRendering.font",
"experimentalWhitespaceRendering.off",
"experimentalWhitespaceRendering",
"fastScrollSensitivity",
"folding",
"foldingStrategy.auto",
"foldingStrategy.indentation",
"foldingStrategy",
"foldingHighlight",
"foldingImportsByDefault",
"foldingMaximumRegions",
"unfoldOnClickAfterEndOfLine",
"fontFamily",
"formatOnPaste",
"formatOnType",
"glyphMargin",
"hideCursorInOverviewRuler",
"letterSpacing",
"linkedEditing",
"links",
"matchBrackets",
"mouseWheelScrollSensitivity",
"mouseWheelZoom.mac",
"mouseWheelZoom",
"multiCursorMergeOverlapping",
"multiCursorModifier.ctrlCmd",
"multiCursorModifier.alt",
{
"key": "multiCursorModifier",
"comment": [
"- `ctrlCmd` refers to a value the setting can take and should not be localized.",
"- `Control` and `Command` refer to the modifier keys Ctrl or Cmd on the keyboard and can be localized."
]
},
"multiCursorPaste.spread",
"multiCursorPaste.full",
"multiCursorPaste",
"multiCursorLimit",
"occurrencesHighlight.off",
"occurrencesHighlight.singleFile",
"occurrencesHighlight.multiFile",
"occurrencesHighlight",
"overviewRulerBorder",
"peekWidgetDefaultFocus.tree",
"peekWidgetDefaultFocus.editor",
"peekWidgetDefaultFocus",
"definitionLinkOpensInPeek",
"quickSuggestionsDelay",
"renameOnType",
"renameOnTypeDeprecate",
"renderControlCharacters",
"renderFinalNewline",
"renderLineHighlight.all",
"renderLineHighlight",
"renderLineHighlightOnlyWhenFocus",
"renderWhitespace.boundary",
"renderWhitespace.selection",
"renderWhitespace.trailing",
"renderWhitespace",
"roundedSelection",
"scrollBeyondLastColumn",
"scrollBeyondLastLine",
"scrollPredominantAxis",
"selectionClipboard",
"selectionHighlight",
"showFoldingControls.always",
"showFoldingControls.never",
"showFoldingControls.mouseover",
"showFoldingControls",
"showUnused",
"showDeprecated",
"snippetSuggestions.top",
"snippetSuggestions.bottom",
"snippetSuggestions.inline",
"snippetSuggestions.none",
"snippetSuggestions",
"smoothScrolling",
"inlineCompletionsAccessibilityVerbose",
"suggestFontSize",
"suggestLineHeight",
"suggestOnTriggerCharacters",
"suggestSelection.first",
"suggestSelection.recentlyUsed",
"suggestSelection.recentlyUsedByPrefix",
"suggestSelection",
"tabCompletion.on",
"tabCompletion.off",
"tabCompletion.onlySnippets",
"tabCompletion",
"unusualLineTerminators.auto",
"unusualLineTerminators.off",
"unusualLineTerminators.prompt",
"unusualLineTerminators",
"useTabStops",
"wordBreak.normal",
"wordBreak.keepAll",
"wordBreak",
"wordSeparators",
"wordWrap.off",
"wordWrap.on",
{
"key": "wordWrap.wordWrapColumn",
"comment": [
"- `editor.wordWrapColumn` refers to a different setting and should not be localized."
]
},
{
"key": "wordWrap.bounded",
"comment": [
"- viewport means the edge of the visible window size.",
"- `editor.wordWrapColumn` refers to a different setting and should not be localized."
]
},
{
"key": "wordWrap",
"comment": [
"- 'off', 'on', 'wordWrapColumn' and 'bounded' refer to values the setting can take and should not be localized.",
"- `editor.wordWrapColumn` refers to a different setting and should not be localized."
]
},
{
"key": "wordWrapColumn",
"comment": [
"- `editor.wordWrap` refers to a different setting and should not be localized.",
"- 'wordWrapColumn' and 'bounded' refer to values the different setting can take and should not be localized."
]
},
"defaultColorDecorators",
"tabFocusMode"
],
"vs/editor/browser/coreCommands": [
"stickydesc",
"stickydesc",
"removedCursor"
],
"vs/editor/browser/widget/diffEditor/diffEditor.contribution": [
"useInlineViewWhenSpaceIsLimited",
"showMoves",
"diffEditor",
"accessibleDiffViewer",
"Open Accessible Diff Viewer",
"toggleCollapseUnchangedRegions",
"toggleShowMovedCodeBlocks",
"toggleUseInlineViewWhenSpaceIsLimited",
"switchSide",
"exitCompareMove",
"collapseAllUnchangedRegions",
"showAllUnchangedRegions",
"editor.action.accessibleDiffViewer.next",
"editor.action.accessibleDiffViewer.prev"
],
"vs/editor/contrib/anchorSelect/browser/anchorSelect": [
"selectionAnchor",
"anchorSet",
"setSelectionAnchor",
"goToSelectionAnchor",
"selectFromAnchorToCursor",
"cancelSelectionAnchor"
],
"vs/editor/contrib/caretOperations/browser/transpose": [
"transposeLetters.label"
],
"vs/editor/contrib/caretOperations/browser/caretOperations": [
"caret.moveLeft",
"caret.moveRight"
],
"vs/editor/browser/widget/codeEditorWidget": [
"cursors.maximum",
"goToSetting"
],
"vs/editor/contrib/bracketMatching/browser/bracketMatching": [
"overviewRulerBracketMatchForeground",
"smartSelect.jumpBracket",
"smartSelect.selectToBracket",
"smartSelect.removeBrackets",
{
"key": "miGoToBracket",
"comment": [
"&& denotes a mnemonic"
]
},
"smartSelect.selectToBracketDescription"
],
"vs/editor/contrib/clipboard/browser/clipboard": [
{
"key": "miCut",
"comment": [
"&& denotes a mnemonic"
]
},
"actions.clipboard.cutLabel",
"actions.clipboard.cutLabel",
"actions.clipboard.cutLabel",
{
"key": "miCopy",
"comment": [
"&& denotes a mnemonic"
]
},
"actions.clipboard.copyLabel",
"actions.clipboard.copyLabel",
"actions.clipboard.copyLabel",
"copy as",
"copy as",
"share",
"share",
"share",
{
"key": "miPaste",
"comment": [
"&& denotes a mnemonic"
]
},
"actions.clipboard.pasteLabel",
"actions.clipboard.pasteLabel",
"actions.clipboard.pasteLabel",
"actions.clipboard.copyWithSyntaxHighlightingLabel"
],
"vs/editor/contrib/codeAction/browser/codeActionContributions": [
"showCodeActionHeaders",
"includeNearbyQuickFixes"
],
"vs/editor/contrib/codelens/browser/codelensController": [
"showLensOnLine",
"placeHolder"
],
"vs/editor/contrib/colorPicker/browser/standaloneColorPickerActions": [
"showOrFocusStandaloneColorPicker",
{
"key": "mishowOrFocusStandaloneColorPicker",
"comment": [
"&& denotes a mnemonic"
]
},
{
"key": "hideColorPicker",
"comment": [
"Action that hides the color picker"
]
},
{
"key": "insertColorWithStandaloneColorPicker",
"comment": [
"Action that inserts color with standalone color picker"
]
}
],
"vs/editor/contrib/comment/browser/comment": [
"comment.line",
{
"key": "miToggleLineComment",
"comment": [
"&& denotes a mnemonic"
]
},
"comment.line.add",
"comment.line.remove",
"comment.block",
{
"key": "miToggleBlockComment",
"comment": [
"&& denotes a mnemonic"
]
}
],
"vs/editor/contrib/cursorUndo/browser/cursorUndo": [
"cursor.undo",
"cursor.redo"
],
"vs/editor/contrib/contextmenu/browser/contextmenu": [
"context.minimap.minimap",
"context.minimap.renderCharacters",
"context.minimap.size",
"context.minimap.size.proportional",
"context.minimap.size.fill",
"context.minimap.size.fit",
"context.minimap.slider",
"context.minimap.slider.mouseover",
"context.minimap.slider.always",
"action.showContextMenu.label"
],
"vs/editor/contrib/dropOrPasteInto/browser/copyPasteContribution": [
"pasteAs",
"pasteAs.id",
"pasteAsText"
],
"vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorContribution": [
"defaultProviderDescription"
],
"vs/editor/contrib/fontZoom/browser/fontZoom": [
"EditorFontZoomIn.label",
"EditorFontZoomOut.label",
"EditorFontZoomReset.label"
],
"vs/editor/contrib/folding/browser/folding": [
"unfoldAction.label",
"unFoldRecursivelyAction.label",
"foldAction.label",
"toggleFoldAction.label",
"foldRecursivelyAction.label",
"foldAllBlockComments.label",
"foldAllMarkerRegions.label",
"unfoldAllMarkerRegions.label",
"foldAllExcept.label",
"unfoldAllExcept.label",
"foldAllAction.label",
"unfoldAllAction.label",
"gotoParentFold.label",
"gotoPreviousFold.label",
"gotoNextFold.label",
"createManualFoldRange.label",
"removeManualFoldingRanges.label",
"foldLevelAction.label"
],
"vs/editor/contrib/format/browser/formatActions": [
"formatDocument.label",
"formatSelection.label"
],
"vs/editor/contrib/find/browser/findController": [
"too.large.for.replaceall",
"startFindAction",
{
"key": "miFind",
"comment": [
"&& denotes a mnemonic"
]
},
"startFindWithArgsAction",
"startFindWithSelectionAction",
"findNextMatchAction",
"findPreviousMatchAction",
"findMatchAction.goToMatch",
"findMatchAction.noResults",
"findMatchAction.inputPlaceHolder",
"findMatchAction.inputValidationMessage",
"findMatchAction.inputValidationMessage",
"nextSelectionMatchFindAction",
"previousSelectionMatchFindAction",
"startReplace",
{
"key": "miReplace",
"comment": [
"&& denotes a mnemonic"
]
}
],
"vs/editor/contrib/gotoSymbol/browser/goToCommands": [
"peek.submenu",
"def.title",
"noResultWord",
"generic.noResults",
"actions.goToDecl.label",
{
"key": "miGotoDefinition",
"comment": [
"&& denotes a mnemonic"
]
},
"actions.goToDeclToSide.label",
"actions.previewDecl.label",
"decl.title",
"decl.noResultWord",
"decl.generic.noResults",
"actions.goToDeclaration.label",
{
"key": "miGotoDeclaration",
"comment": [
"&& denotes a mnemonic"
]
},
"decl.noResultWord",
"decl.generic.noResults",
"actions.peekDecl.label",
"typedef.title",
"goToTypeDefinition.noResultWord",
"goToTypeDefinition.generic.noResults",
"actions.goToTypeDefinition.label",
{
"key": "miGotoTypeDefinition",
"comment": [
"&& denotes a mnemonic"
]
},
"actions.peekTypeDefinition.label",
"impl.title",
"goToImplementation.noResultWord",
"goToImplementation.generic.noResults",
"actions.goToImplementation.label",
{
"key": "miGotoImplementation",
"comment": [
"&& denotes a mnemonic"
]
},
"actions.peekImplementation.label",
"references.no",
"references.noGeneric",
"goToReferences.label",
{
"key": "miGotoReference",
"comment": [
"&& denotes a mnemonic"
]
},
"ref.title",
"references.action.label",
"ref.title",
"label.generic",
"generic.title",
"generic.noResult",
"ref.title"
],
"vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [
"multipleResults"
],
"vs/editor/contrib/gotoError/browser/gotoError": [
"markerAction.next.label",
"nextMarkerIcon",
"markerAction.previous.label",
"previousMarkerIcon",
"markerAction.nextInFiles.label",
{
"key": "miGotoNextProblem",
"comment": [
"&& denotes a mnemonic"
]
},
"markerAction.previousInFiles.label",
{
"key": "miGotoPreviousProblem",
"comment": [
"&& denotes a mnemonic"
]
}
],
"vs/editor/contrib/hover/browser/hover": [
{
"key": "showOrFocusHover",
"comment": [
"Label for action that will trigger the showing/focusing of a hover in the editor.",
"If the hover is not visible, it will show the hover.",
"This allows for users to show the hover without using the mouse."
]
},
"showOrFocusHover.focus.noAutoFocus",
"showOrFocusHover.focus.focusIfVisible",
"showOrFocusHover.focus.autoFocusImmediately",
{
"key": "showDefinitionPreviewHover",
"comment": [
"Label for action that will trigger the showing of definition preview hover in the editor.",
"This allows for users to show the definition preview hover without using the mouse."
]
},
{
"key": "scrollUpHover",
"comment": [
"Action that allows to scroll up in the hover widget with the up arrow when the hover widget is focused."
]
},
{
"key": "scrollDownHover",
"comment": [
"Action that allows to scroll down in the hover widget with the up arrow when the hover widget is focused."
]
},
{
"key": "scrollLeftHover",
"comment": [
"Action that allows to scroll left in the hover widget with the left arrow when the hover widget is focused."
]
},
{
"key": "scrollRightHover",
"comment": [
"Action that allows to scroll right in the hover widget with the right arrow when the hover widget is focused."
]
},
{
"key": "pageUpHover",
"comment": [
"Action that allows to page up in the hover widget with the page up command when the hover widget is focused."
]
},
{
"key": "pageDownHover",
"comment": [
"Action that allows to page down in the hover widget with the page down command when the hover widget is focused."
]
},
{
"key": "goToTopHover",
"comment": [
"Action that allows to go to the top of the hover widget with the home command when the hover widget is focused."
]
},
{
"key": "goToBottomHover",
"comment": [
"Action that allows to go to the bottom in the hover widget with the end command when the hover widget is focused."
]
}
],
"vs/editor/contrib/indentation/browser/indentation": [
"indentationToSpaces",
"indentationToTabs",
"configuredTabSize",
"defaultTabSize",
"currentTabSize",
{
"key": "selectTabWidth",
"comment": [
"Tab corresponds to the tab key"
]
},
"indentUsingTabs",
"indentUsingSpaces",
"changeTabDisplaySize",
"detectIndentation",
"editor.reindentlines",
"editor.reindentselectedlines"
],
"vs/editor/contrib/lineSelection/browser/lineSelection": [
"expandLineSelection"
],
"vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace": [
"InPlaceReplaceAction.previous.label",
"InPlaceReplaceAction.next.label"
],
"vs/editor/contrib/linesOperations/browser/linesOperations": [
"lines.copyUp",
{
"key": "miCopyLinesUp",
"comment": [
"&& denotes a mnemonic"
]
},
"lines.copyDown",
{
"key": "miCopyLinesDown",
"comment": [
"&& denotes a mnemonic"
]
},
"duplicateSelection",
{
"key": "miDuplicateSelection",
"comment": [
"&& denotes a mnemonic"
]
},
"lines.moveUp",
{
"key": "miMoveLinesUp",
"comment": [
"&& denotes a mnemonic"
]
},
"lines.moveDown",
{
"key": "miMoveLinesDown",
"comment": [
"&& denotes a mnemonic"
]
},
"lines.sortAscending",
"lines.sortDescending",
"lines.deleteDuplicates",
"lines.trimTrailingWhitespace",
"lines.delete",
"lines.indent",
"lines.outdent",
"lines.insertBefore",
"lines.insertAfter",
"lines.deleteAllLeft",
"lines.deleteAllRight",
"lines.joinLines",
"editor.transpose",
"editor.transformToUppercase",
"editor.transformToLowercase",
"editor.transformToTitlecase",
"editor.transformToSnakecase",
"editor.transformToCamelcase",
"editor.transformToKebabcase"
],
"vs/editor/contrib/linkedEditing/browser/linkedEditing": [
"linkedEditing.label",
"editorLinkedEditingBackground"
],
"vs/editor/contrib/links/browser/links": [
"invalid.url",
"missing.url",
"links.navigate.executeCmd",
"links.navigate.follow",
"links.navigate.kb.meta.mac",
"links.navigate.kb.meta",
"links.navigate.kb.alt.mac",
"links.navigate.kb.alt",
"tooltip.explanation",
"label"
],
"vs/editor/contrib/parameterHints/browser/parameterHints": [
"parameterHints.trigger.label"
],
"vs/editor/contrib/multicursor/browser/multicursor": [
"cursorAdded",
"cursorsAdded",
"mutlicursor.insertAbove",
{
"key": "miInsertCursorAbove",
"comment": [
"&& denotes a mnemonic"
]
},
"mutlicursor.insertBelow",
{
"key": "miInsertCursorBelow",
"comment": [
"&& denotes a mnemonic"
]
},
"mutlicursor.insertAtEndOfEachLineSelected",
{
"key": "miInsertCursorAtEndOfEachLineSelected",
"comment": [
"&& denotes a mnemonic"
]
},
"mutlicursor.addCursorsToBottom",
"mutlicursor.addCursorsToTop",
"addSelectionToNextFindMatch",
{
"key": "miAddSelectionToNextFindMatch",
"comment": [
"&& denotes a mnemonic"
]
},
"addSelectionToPreviousFindMatch",
{
"key": "miAddSelectionToPreviousFindMatch",
"comment": [
"&& denotes a mnemonic"
]
},
"moveSelectionToNextFindMatch",
"moveSelectionToPreviousFindMatch",
"selectAllOccurrencesOfFindMatch",
{
"key": "miSelectHighlights",
"comment": [
"&& denotes a mnemonic"
]
},
"changeAll.label",
"mutlicursor.focusNextCursor",
"mutlicursor.focusNextCursor.description",
"mutlicursor.focusPreviousCursor",
"mutlicursor.focusPreviousCursor.description"
],
"vs/editor/contrib/rename/browser/rename": [
"no result",
"resolveRenameLocationFailed",
"label",
"quotableLabel",
"aria",
"rename.failedApply",
"rename.failed",
"rename.label",
"enablePreview"
],
"vs/editor/contrib/smartSelect/browser/smartSelect": [
"smartSelect.expand",
{
"key": "miSmartSelectGrow",
"comment": [
"&& denotes a mnemonic"
]
},
"smartSelect.shrink",
{
"key": "miSmartSelectShrink",
"comment": [
"&& denotes a mnemonic"
]
}
],
"vs/editor/contrib/snippet/browser/snippetController2": [
"inSnippetMode",
"hasNextTabstop",
"hasPrevTabstop",
"next"
],
"vs/editor/contrib/tokenization/browser/tokenization": [
"forceRetokenize"
],
"vs/editor/contrib/unusualLineTerminators/browser/unusualLineTerminators": [
"unusualLineTerminators.title",
"unusualLineTerminators.message",
"unusualLineTerminators.detail",
{
"key": "unusualLineTerminators.fix",
"comment": [
"&& denotes a mnemonic"
]
},
"unusualLineTerminators.ignore"
],
"vs/editor/contrib/toggleTabFocusMode/browser/toggleTabFocusMode": [
{
"key": "toggle.tabMovesFocus",
"comment": [
"Turn on/off use of tab key for moving focus around VS Code"
]
},
"toggle.tabMovesFocus.on",
"toggle.tabMovesFocus.off"
],
"vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter": [
"warningIcon",
"unicodeHighlighting.thisDocumentHasManyNonBasicAsciiUnicodeCharacters",
"unicodeHighlighting.thisDocumentHasManyAmbiguousUnicodeCharacters",
"unicodeHighlighting.thisDocumentHasManyInvisibleUnicodeCharacters",
"unicodeHighlight.configureUnicodeHighlightOptions",
"unicodeHighlight.characterIsAmbiguousASCII",
"unicodeHighlight.characterIsAmbiguous",
"unicodeHighlight.characterIsInvisible",
"unicodeHighlight.characterIsNonBasicAscii",
"unicodeHighlight.adjustSettings",
"unicodeHighlight.disableHighlightingInComments.shortLabel",
"action.unicodeHighlight.disableHighlightingInComments",
"unicodeHighlight.disableHighlightingInStrings.shortLabel",
"action.unicodeHighlight.disableHighlightingInStrings",
"unicodeHighlight.disableHighlightingOfAmbiguousCharacters.shortLabel",
"action.unicodeHighlight.disableHighlightingOfAmbiguousCharacters",
"unicodeHighlight.disableHighlightingOfInvisibleCharacters.shortLabel",
"action.unicodeHighlight.disableHighlightingOfInvisibleCharacters",
"unicodeHighlight.disableHighlightingOfNonBasicAsciiCharacters.shortLabel",
"action.unicodeHighlight.disableHighlightingOfNonBasicAsciiCharacters",
"action.unicodeHighlight.showExcludeOptions",
"unicodeHighlight.excludeInvisibleCharFromBeingHighlighted",
"unicodeHighlight.excludeCharFromBeingHighlighted",
"unicodeHighlight.allowCommonCharactersInLanguage"
],
"vs/editor/contrib/suggest/browser/suggestController": [
"aria.alert.snippet",
"suggest.trigger.label",
"accept.insert",
"accept.insert",
"accept.replace",
"accept.replace",
"accept.insert",
"detail.more",
"detail.less",
"suggest.reset.label"
],
"vs/editor/contrib/wordHighlighter/browser/wordHighlighter": [
"wordHighlight.next.label",
"wordHighlight.previous.label",
"wordHighlight.trigger.label"
],
"vs/editor/contrib/wordOperations/browser/wordOperations": [
"deleteInsideWord"
],
"vs/editor/contrib/readOnlyMessage/browser/contribution": [
"editor.simple.readonly",
"editor.readonly"
],
"vs/editor/common/standaloneStrings": [
"inspectTokens",
"gotoLineActionLabel",
"helpQuickAccess",
"quickCommandActionLabel",
"quickCommandActionHelp",
"quickOutlineActionLabel",
"quickOutlineByCategoryActionLabel",
"editorViewAccessibleLabel",
"accessibilityHelpMessage",
"toggleHighContrast",
"bulkEditServiceSummary"
],
"vs/editor/browser/editorExtensions": [
{
"key": "miUndo",
"comment": [
"&& denotes a mnemonic"
]
},
"undo",
{
"key": "miRedo",
"comment": [
"&& denotes a mnemonic"
]
},
"redo",
{
"key": "miSelectAll",
"comment": [
"&& denotes a mnemonic"
]
},
"selectAll"
],
"vs/editor/common/languages": [
"Array",
"Boolean",
"Class",
"Constant",
"Constructor",
"Enum",
"EnumMember",
"Event",
"Field",
"File",
"Function",
"Interface",
"Key",
"Method",
"Module",
"Namespace",
"Null",
"Number",
"Object",
"Operator",
"Package",
"Property",
"String",
"Struct",
"TypeParameter",
"Variable",
"symbolAriaLabel"
],
"vs/platform/quickinput/browser/helpQuickAccess": [
"helpPickAriaLabel"
],
"vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess": [
"cannotRunGotoSymbolWithoutEditor",
"cannotRunGotoSymbolWithoutSymbolProvider",
"noMatchingSymbolResults",
"noSymbolResults",
"openToSide",
"openToBottom",
"symbols",
"property",
"method",
"function",
"_constructor",
"variable",
"class",
"struct",
"event",
"operator",
"interface",
"namespace",
"package",
"typeParameter",
"modules",
"property",
"enum",
"enumMember",
"string",
"file",
"array",
"number",
"boolean",
"object",
"key",
"field",
"constant"
],
"vs/editor/common/editorContextKeys": [
"editorTextFocus",
"editorFocus",
"textInputFocus",
"editorReadonly",
"inDiffEditor",
"isEmbeddedDiffEditor",
"inMultiDiffEditor",
"multiDiffEditorAllCollapsed",
"diffEditorHasChanges",
"comparingMovedCode",
"accessibleDiffViewerVisible",
"diffEditorRenderSideBySideInlineBreakpointReached",
"editorColumnSelection",
"editorHasSelection",
"editorHasMultipleSelections",
"editorTabMovesFocus",
"editorHoverVisible",
"editorHoverFocused",
"stickyScrollFocused",
"stickyScrollVisible",
"standaloneColorPickerVisible",
"standaloneColorPickerFocused",
"inCompositeEditor",
"editorLangId",
"editorHasCompletionItemProvider",
"editorHasCodeActionsProvider",
"editorHasCodeLensProvider",
"editorHasDefinitionProvider",
"editorHasDeclarationProvider",
"editorHasImplementationProvider",
"editorHasTypeDefinitionProvider",
"editorHasHoverProvider",
"editorHasDocumentHighlightProvider",
"editorHasDocumentSymbolProvider",
"editorHasReferenceProvider",
"editorHasRenameProvider",
"editorHasSignatureHelpProvider",
"editorHasInlayHintsProvider",
"editorHasDocumentFormattingProvider",
"editorHasDocumentSelectionFormattingProvider",
"editorHasMultipleDocumentFormattingProvider",
"editorHasMultipleDocumentSelectionFormattingProvider"
],
"vs/editor/contrib/symbolIcons/browser/symbolIcons": [
"symbolIcon.arrayForeground",
"symbolIcon.booleanForeground",
"symbolIcon.classForeground",
"symbolIcon.colorForeground",
"symbolIcon.constantForeground",
"symbolIcon.constructorForeground",
"symbolIcon.enumeratorForeground",
"symbolIcon.enumeratorMemberForeground",
"symbolIcon.eventForeground",
"symbolIcon.fieldForeground",
"symbolIcon.fileForeground",
"symbolIcon.folderForeground",
"symbolIcon.functionForeground",
"symbolIcon.interfaceForeground",
"symbolIcon.keyForeground",
"symbolIcon.keywordForeground",
"symbolIcon.methodForeground",
"symbolIcon.moduleForeground",
"symbolIcon.namespaceForeground",
"symbolIcon.nullForeground",
"symbolIcon.numberForeground",
"symbolIcon.objectForeground",
"symbolIcon.operatorForeground",
"symbolIcon.packageForeground",
"symbolIcon.propertyForeground",
"symbolIcon.referenceForeground",
"symbolIcon.snippetForeground",
"symbolIcon.stringForeground",
"symbolIcon.structForeground",
"symbolIcon.textForeground",
"symbolIcon.typeParameterForeground",
"symbolIcon.unitForeground",
"symbolIcon.variableForeground"
],
"vs/editor/contrib/quickAccess/browser/gotoLineQuickAccess": [
"cannotRunGotoLine",
"gotoLineColumnLabel",
"gotoLineLabel",
"gotoLineLabelEmptyWithLimit",
"gotoLineLabelEmpty"
],
"vs/editor/contrib/gotoSymbol/browser/peek/referencesController": [
"referenceSearchVisible",
"labelLoading",
"metaTitle.N"
],
"vs/platform/contextkey/common/contextkey": [
"contextkey.parser.error.emptyString",
"contextkey.parser.error.emptyString.hint",
"contextkey.parser.error.noInAfterNot",
"contextkey.parser.error.closingParenthesis",
"contextkey.parser.error.unexpectedToken",
"contextkey.parser.error.unexpectedToken.hint",
"contextkey.parser.error.unexpectedEOF",
"contextkey.parser.error.unexpectedEOF.hint",
"contextkey.parser.error.expectedButGot"
],
"vs/editor/common/languages/modesRegistry": [
"plainText.alias"
],
"vs/platform/markers/common/markers": [
"sev.error",
"sev.warning",
"sev.info"
],
"vs/platform/audioCues/browser/audioCueService": [
"audioCues.lineHasError.name",
"audioCues.lineHasError.alertMessage",
"audioCues.lineHasWarning.name",
"audioCues.lineHasWarning.alertMessage",
"audioCues.lineHasFoldedArea.name",
"audioCues.lineHasFoldedArea.alertMessage",
"audioCues.lineHasBreakpoint.name",
"audioCues.lineHasBreakpoint.alertMessage",
"audioCues.lineHasInlineSuggestion.name",
"audioCues.terminalQuickFix.name",
"audioCues.terminalQuickFix.alertMessage",
"audioCues.onDebugBreak.name",
"audioCues.onDebugBreak.alertMessage",
"audioCues.noInlayHints",
"audioCues.noInlayHints.alertMessage",
"audioCues.taskCompleted",
"audioCues.taskCompleted.alertMessage",
"audioCues.taskFailed",
"audioCues.taskFailed.alertMessage",
"audioCues.terminalCommandFailed",
"audioCues.terminalCommandFailed.alertMessage",
"audioCues.terminalBell",
"audioCues.terminalBell.alertMessage",
"audioCues.notebookCellCompleted",
"audioCues.notebookCellCompleted.alertMessage",
"audioCues.notebookCellFailed",
"audioCues.notebookCellFailed.alertMessage",
"audioCues.diffLineInserted",
"audioCues.diffLineDeleted",
"audioCues.diffLineModified",
"audioCues.chatRequestSent",
"audioCues.chatRequestSent.alertMessage",
"audioCues.chatResponseReceived",
"audioCues.chatResponsePending",
"audioCues.chatResponsePending.alertMessage",
"audioCues.clear",
"audioCues.clear.alertMessage",
"audioCues.save",
"audioCues.save.alertMessage",
"audioCues.format",
"audioCues.format.alertMessage"
],
"vs/editor/browser/widget/diffEditor/registrations.contribution": [
"diffEditor.move.border",
"diffEditor.moveActive.border",
"diffEditor.unchangedRegionShadow",
"diffInsertIcon",
"diffRemoveIcon"
],
"vs/editor/common/core/editorColorRegistry": [
"lineHighlight",
"lineHighlightBorderBox",
"rangeHighlight",
"rangeHighlightBorder",
"symbolHighlight",
"symbolHighlightBorder",
"caret",
"editorCursorBackground",
"editorWhitespaces",
"editorLineNumbers",
"editorIndentGuides",
"deprecatedEditorIndentGuides",
"editorActiveIndentGuide",
"deprecatedEditorActiveIndentGuide",
"editorIndentGuides1",
"editorIndentGuides2",
"editorIndentGuides3",
"editorIndentGuides4",
"editorIndentGuides5",
"editorIndentGuides6",
"editorActiveIndentGuide1",
"editorActiveIndentGuide2",
"editorActiveIndentGuide3",
"editorActiveIndentGuide4",
"editorActiveIndentGuide5",
"editorActiveIndentGuide6",
"editorActiveLineNumber",
"deprecatedEditorActiveLineNumber",
"editorActiveLineNumber",
"editorDimmedLineNumber",
"editorRuler",
"editorCodeLensForeground",
"editorBracketMatchBackground",
"editorBracketMatchBorder",
"editorOverviewRulerBorder",
"editorOverviewRulerBackground",
"editorGutter",
"unnecessaryCodeBorder",
"unnecessaryCodeOpacity",
"editorGhostTextBorder",
"editorGhostTextForeground",
"editorGhostTextBackground",
"overviewRulerRangeHighlight",
"overviewRuleError",
"overviewRuleWarning",
"overviewRuleInfo",
"editorBracketHighlightForeground1",
"editorBracketHighlightForeground2",
"editorBracketHighlightForeground3",
"editorBracketHighlightForeground4",
"editorBracketHighlightForeground5",
"editorBracketHighlightForeground6",
"editorBracketHighlightUnexpectedBracketForeground",
"editorBracketPairGuide.background1",
"editorBracketPairGuide.background2",
"editorBracketPairGuide.background3",
"editorBracketPairGuide.background4",
"editorBracketPairGuide.background5",
"editorBracketPairGuide.background6",
"editorBracketPairGuide.activeBackground1",
"editorBracketPairGuide.activeBackground2",
"editorBracketPairGuide.activeBackground3",
"editorBracketPairGuide.activeBackground4",
"editorBracketPairGuide.activeBackground5",
"editorBracketPairGuide.activeBackground6",
"editorUnicodeHighlight.border",
"editorUnicodeHighlight.background"
],
"vs/platform/theme/common/colorRegistry": [
"foreground",
"disabledForeground",
"errorForeground",
"descriptionForeground",
"iconForeground",
"focusBorder",
"contrastBorder",
"activeContrastBorder",
"selectionBackground",
"textSeparatorForeground",
"textLinkForeground",
"textLinkActiveForeground",
"textPreformatForeground",
"textPreformatBackground",
"textBlockQuoteBackground",
"textBlockQuoteBorder",
"textCodeBlockBackground",
"widgetShadow",
"widgetBorder",
"inputBoxBackground",
"inputBoxForeground",
"inputBoxBorder",
"inputBoxActiveOptionBorder",
"inputOption.hoverBackground",
"inputOption.activeBackground",
"inputOption.activeForeground",
"inputPlaceholderForeground",
"inputValidationInfoBackground",
"inputValidationInfoForeground",
"inputValidationInfoBorder",
"inputValidationWarningBackground",
"inputValidationWarningForeground",
"inputValidationWarningBorder",
"inputValidationErrorBackground",
"inputValidationErrorForeground",
"inputValidationErrorBorder",
"dropdownBackground",
"dropdownListBackground",
"dropdownForeground",
"dropdownBorder",
"buttonForeground",
"buttonSeparator",
"buttonBackground",
"buttonHoverBackground",
"buttonBorder",
"buttonSecondaryForeground",
"buttonSecondaryBackground",
"buttonSecondaryHoverBackground",
"badgeBackground",
"badgeForeground",
"scrollbarShadow",
"scrollbarSliderBackground",
"scrollbarSliderHoverBackground",
"scrollbarSliderActiveBackground",
"progressBarBackground",
"editorError.background",
"editorError.foreground",
"errorBorder",
"editorWarning.background",
"editorWarning.foreground",
"warningBorder",
"editorInfo.background",
"editorInfo.foreground",
"infoBorder",
"editorHint.foreground",
"hintBorder",
"sashActiveBorder",
"editorBackground",
"editorForeground",
"editorStickyScrollBackground",
"editorStickyScrollHoverBackground",
"editorStickyScrollBorder",
"editorStickyScrollShadow",
"editorWidgetBackground",
"editorWidgetForeground",
"editorWidgetBorder",
"editorWidgetResizeBorder",
"pickerBackground",
"pickerForeground",
"pickerTitleBackground",
"pickerGroupForeground",
"pickerGroupBorder",
"keybindingLabelBackground",
"keybindingLabelForeground",
"keybindingLabelBorder",
"keybindingLabelBottomBorder",
"editorSelectionBackground",
"editorSelectionForeground",
"editorInactiveSelection",
"editorSelectionHighlight",
"editorSelectionHighlightBorder",
"editorFindMatch",
"findMatchHighlight",
"findRangeHighlight",
"editorFindMatchBorder",
"findMatchHighlightBorder",
"findRangeHighlightBorder",
"searchEditor.queryMatch",
"searchEditor.editorFindMatchBorder",
"search.resultsInfoForeground",
"hoverHighlight",
"hoverBackground",
"hoverForeground",
"hoverBorder",
"statusBarBackground",
"activeLinkForeground",
"editorInlayHintForeground",
"editorInlayHintBackground",
"editorInlayHintForegroundTypes",
"editorInlayHintBackgroundTypes",
"editorInlayHintForegroundParameter",
"editorInlayHintBackgroundParameter",
"editorLightBulbForeground",
"editorLightBulbAutoFixForeground",
"editorLightBulbAiForeground",
"diffEditorInserted",
"diffEditorRemoved",
"diffEditorInsertedLines",
"diffEditorRemovedLines",
"diffEditorInsertedLineGutter",
"diffEditorRemovedLineGutter",
"diffEditorOverviewInserted",
"diffEditorOverviewRemoved",
"diffEditorInsertedOutline",
"diffEditorRemovedOutline",
"diffEditorBorder",
"diffDiagonalFill",
"diffEditor.unchangedRegionBackground",
"diffEditor.unchangedRegionForeground",
"diffEditor.unchangedCodeBackground",
"listFocusBackground",
"listFocusForeground",
"listFocusOutline",
"listFocusAndSelectionOutline",
"listActiveSelectionBackground",
"listActiveSelectionForeground",
"listActiveSelectionIconForeground",
"listInactiveSelectionBackground",
"listInactiveSelectionForeground",
"listInactiveSelectionIconForeground",
"listInactiveFocusBackground",
"listInactiveFocusOutline",
"listHoverBackground",
"listHoverForeground",
"listDropBackground",
"listDropBetweenBackground",
"highlight",
"listFocusHighlightForeground",
"invalidItemForeground",
"listErrorForeground",
"listWarningForeground",
"listFilterWidgetBackground",
"listFilterWidgetOutline",
"listFilterWidgetNoMatchesOutline",
"listFilterWidgetShadow",
"listFilterMatchHighlight",
"listFilterMatchHighlightBorder",
"treeIndentGuidesStroke",
"treeInactiveIndentGuidesStroke",
"tableColumnsBorder",
"tableOddRowsBackgroundColor",
"listDeemphasizedForeground",
"checkbox.background",
"checkbox.select.background",
"checkbox.foreground",
"checkbox.border",
"checkbox.select.border",
"quickInput.list.focusBackground deprecation",
"quickInput.listFocusForeground",
"quickInput.listFocusIconForeground",
"quickInput.listFocusBackground",
"menuBorder",
"menuForeground",
"menuBackground",
"menuSelectionForeground",
"menuSelectionBackground",
"menuSelectionBorder",
"menuSeparatorBackground",
"toolbarHoverBackground",
"toolbarHoverOutline",
"toolbarActiveBackground",
"snippetTabstopHighlightBackground",
"snippetTabstopHighlightBorder",
"snippetFinalTabstopHighlightBackground",
"snippetFinalTabstopHighlightBorder",
"breadcrumbsFocusForeground",
"breadcrumbsBackground",
"breadcrumbsFocusForeground",
"breadcrumbsSelectedForeground",
"breadcrumbsSelectedBackground",
"mergeCurrentHeaderBackground",
"mergeCurrentContentBackground",
"mergeIncomingHeaderBackground",
"mergeIncomingContentBackground",
"mergeCommonHeaderBackground",
"mergeCommonContentBackground",
"mergeBorder",
"overviewRulerCurrentContentForeground",
"overviewRulerIncomingContentForeground",
"overviewRulerCommonContentForeground",
"overviewRulerFindMatchForeground",
"overviewRulerSelectionHighlightForeground",
"minimapFindMatchHighlight",
"minimapSelectionOccurrenceHighlight",
"minimapSelectionHighlight",
"minimapInfo",
"overviewRuleWarning",
"minimapError",
"minimapBackground",
"minimapForegroundOpacity",
"minimapSliderBackground",
"minimapSliderHoverBackground",
"minimapSliderActiveBackground",
"problemsErrorIconForeground",
"problemsWarningIconForeground",
"problemsInfoIconForeground",
"chartsForeground",
"chartsLines",
"chartsRed",
"chartsBlue",
"chartsYellow",
"chartsOrange",
"chartsGreen",
"chartsPurple"
],
"vs/editor/contrib/dropOrPasteInto/browser/copyPasteController": [
"pasteWidgetVisible",
"postPasteWidgetTitle",
"pasteAsError",
"pasteIntoEditorProgress",
"pasteAsPickerPlaceholder",
"pasteAsProgress"
],
"vs/editor/common/config/editorConfigurationSchema": [
"editorConfigurationTitle",
"tabSize",
"indentSize",
"insertSpaces",
"detectIndentation",
"trimAutoWhitespace",
"largeFileOptimizations",
"wordBasedSuggestions.off",
"wordBasedSuggestions.currentDocument",
"wordBasedSuggestions.matchingDocuments",
"wordBasedSuggestions.allDocuments",
"wordBasedSuggestions",
"semanticHighlighting.true",
"semanticHighlighting.false",
"semanticHighlighting.configuredByTheme",
"semanticHighlighting.enabled",
"stablePeek",
"maxTokenizationLineLength",
"editor.experimental.asyncTokenization",
"editor.experimental.asyncTokenizationLogging",
"editor.experimental.asyncTokenizationVerification",
"schema.brackets",
"schema.openBracket",
"schema.closeBracket",
"schema.colorizedBracketPairs",
"schema.openBracket",
"schema.closeBracket",
"maxComputationTime",
"maxFileSize",
"sideBySide",
"renderSideBySideInlineBreakpoint",
"useInlineViewWhenSpaceIsLimited",
"renderMarginRevertIcon",
"ignoreTrimWhitespace",
"renderIndicators",
"codeLens",
"wordWrap.off",
"wordWrap.on",
"wordWrap.inherit",
"diffAlgorithm.legacy",
"diffAlgorithm.advanced",
"hideUnchangedRegions.enabled",
"hideUnchangedRegions.revealLineCount",
"hideUnchangedRegions.minimumLineCount",
"hideUnchangedRegions.contextLineCount",
"showMoves",
"showEmptyDecorations"
],
"vs/editor/contrib/codeAction/browser/codeActionCommands": [
"args.schema.kind",
"args.schema.apply",
"args.schema.apply.first",
"args.schema.apply.ifSingle",
"args.schema.apply.never",
"args.schema.preferred",
"quickfix.trigger.label",
"editor.action.quickFix.noneMessage",
"editor.action.codeAction.noneMessage.preferred.kind",
"editor.action.codeAction.noneMessage.kind",
"editor.action.codeAction.noneMessage.preferred",
"editor.action.codeAction.noneMessage",
"refactor.label",
"editor.action.refactor.noneMessage.preferred.kind",
"editor.action.refactor.noneMessage.kind",
"editor.action.refactor.noneMessage.preferred",
"editor.action.refactor.noneMessage",
"source.label",
"editor.action.source.noneMessage.preferred.kind",
"editor.action.source.noneMessage.kind",
"editor.action.source.noneMessage.preferred",
"editor.action.source.noneMessage",
"organizeImports.label",
"editor.action.organize.noneMessage",
"fixAll.label",
"fixAll.noneMessage",
"autoFix.label",
"editor.action.autoFix.noneMessage"
],
"vs/editor/contrib/codeAction/browser/codeActionController": [
"editingNewSelection",
"hideMoreActions",
"showMoreActions"
],
"vs/editor/contrib/codeAction/browser/lightBulbWidget": [
"codeActionAutoRun",
"preferredcodeActionWithKb",
"codeActionWithKb",
"codeAction"
],
"vs/platform/configuration/common/configurationRegistry": [
"defaultLanguageConfigurationOverrides.title",
"defaultLanguageConfiguration.description",
"overrideSettings.defaultDescription",
"overrideSettings.errorMessage",
"overrideSettings.defaultDescription",
"overrideSettings.errorMessage",
"config.property.empty",
"config.property.languageDefault",
"config.property.duplicate",
"config.policy.duplicate"
],
"vs/base/browser/ui/actionbar/actionViewItems": [
{
"key": "titleLabel",
"comment": [
"action title",
"action keybinding"
]
}
],
"vs/base/common/actions": [
"submenu.empty"
],
"vs/platform/workspace/common/workspace": [
"codeWorkspace"
],
"vs/editor/contrib/dropOrPasteInto/browser/defaultProviders": [
"builtIn",
"text.label",
"defaultDropProvider.uriList.uris",
"defaultDropProvider.uriList.uri",
"defaultDropProvider.uriList.paths",
"defaultDropProvider.uriList.path",
"defaultDropProvider.uriList.relativePaths",
"defaultDropProvider.uriList.relativePath",
"pasteHtmlLabel"
],
"vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorController": [
"dropWidgetVisible",
"postDropWidgetTitle",
"dropIntoEditorProgress"
],
"vs/editor/contrib/folding/browser/foldingDecorations": [
"foldBackgroundBackground",
"editorGutter.foldingControlForegro