monaco-editor
Version:
A browser based code editor
1,561 lines • 67.4 kB
JSON
{
"keys": {
"vs/editor/standalone/browser/accessibilityHelp/accessibilityHelp": [
"noSelection",
"singleSelectionRange",
"singleSelection",
"multiSelectionRange",
"multiSelection",
"emergencyConfOn",
"openingDocs",
"readonlyDiffEditor",
"editableDiffEditor",
"readonlyEditor",
"editableEditor",
"changeConfigToOnMac",
"changeConfigToOnWinLinux",
"auto_on",
"auto_off",
"tabFocusModeOnMsg",
"tabFocusModeOnMsgNoKb",
"tabFocusModeOffMsg",
"tabFocusModeOffMsgNoKb",
"openDocMac",
"openDocWinLinux",
"outroMsg",
"ShowAccessibilityHelpAction"
],
"vs/editor/standalone/browser/inspectTokens/inspectTokens": [
"inspectTokens"
],
"vs/editor/standalone/browser/quickOpen/gotoLine": [
"gotoLineLabelValidLineAndColumn",
"gotoLineLabelValidLine",
"gotoLineLabelEmptyWithLineLimit",
"gotoLineLabelEmptyWithLineAndColumnLimit",
"gotoLineAriaLabel",
"gotoLineActionInput",
"GotoLineAction.label"
],
"vs/editor/standalone/browser/quickOpen/quickOutline": [
"entryAriaLabel",
"quickOutlineActionInput",
"QuickOutlineAction.label",
"symbols",
"modules",
"class",
"interface",
"method",
"function",
"property",
"variable",
"variable2",
"_constructor",
"call"
],
"vs/editor/standalone/browser/quickOpen/quickCommand": [
"ariaLabelEntry",
"quickCommandActionInput",
"QuickCommandAction.label"
],
"vs/editor/standalone/browser/toggleHighContrast/toggleHighContrast": [
"toggleHighContrast"
],
"vs/base/browser/ui/aria/aria": [
"repeated",
"repeatedNtimes"
],
"vs/editor/contrib/toggleTabFocusMode/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/platform/theme/common/colorRegistry": [
"schema.colors",
"foreground",
"errorForeground",
"focusBorder",
"contrastBorder",
"activeContrastBorder",
"textLinkForeground",
"textCodeBlockBackground",
"widgetShadow",
"inputBoxBackground",
"inputBoxForeground",
"inputBoxBorder",
"inputBoxActiveOptionBorder",
"inputValidationInfoBackground",
"inputValidationInfoForeground",
"inputValidationInfoBorder",
"inputValidationWarningBackground",
"inputValidationWarningForeground",
"inputValidationWarningBorder",
"inputValidationErrorBackground",
"inputValidationErrorForeground",
"inputValidationErrorBorder",
"dropdownBackground",
"dropdownForeground",
"listFocusBackground",
"listFocusForeground",
"listActiveSelectionBackground",
"listActiveSelectionForeground",
"listInactiveSelectionBackground",
"listInactiveSelectionForeground",
"listInactiveFocusBackground",
"listHoverBackground",
"listHoverForeground",
"listDropBackground",
"highlight",
"pickerGroupForeground",
"pickerGroupBorder",
"badgeBackground",
"badgeForeground",
"scrollbarShadow",
"scrollbarSliderBackground",
"scrollbarSliderHoverBackground",
"scrollbarSliderActiveBackground",
"progressBarBackground",
"menuBorder",
"menuForeground",
"menuBackground",
"menuSelectionForeground",
"menuSelectionBackground",
"menuSelectionBorder",
"menuSeparatorBackground",
"editorBackground",
"editorForeground",
"editorWidgetBackground",
"editorWidgetBorder",
"editorWidgetResizeBorder",
"editorSelectionBackground",
"editorSelectionForeground",
"editorInactiveSelection",
"editorSelectionHighlight",
"editorSelectionHighlightBorder",
"editorFindMatch",
"findMatchHighlight",
"findRangeHighlight",
"editorFindMatchBorder",
"findMatchHighlightBorder",
"findRangeHighlightBorder",
"hoverHighlight",
"hoverBackground",
"hoverBorder",
"activeLinkForeground",
"diffEditorInserted",
"diffEditorRemoved",
"diffEditorInsertedOutline",
"diffEditorRemovedOutline",
"diffEditorBorder",
"snippetTabstopHighlightBackground",
"snippetTabstopHighlightBorder",
"snippetFinalTabstopHighlightBackground",
"snippetFinalTabstopHighlightBorder",
"overviewRulerFindMatchForeground",
"overviewRulerSelectionHighlightForeground"
],
"vs/editor/common/config/editorOptions": [
"accessibilityOffAriaLabel",
"editorViewAccessibleLabel"
],
"vs/editor/browser/controller/coreCommands": [
{
"key": "miSelectAll",
"comment": [
"&& denotes a mnemonic"
]
},
{
"key": "miUndo",
"comment": [
"&& denotes a mnemonic"
]
},
{
"key": "miRedo",
"comment": [
"&& denotes a mnemonic"
]
}
],
"vs/editor/browser/widget/diffEditorWidget": [
"diff.tooLarge"
],
"vs/editor/browser/widget/codeEditorWidget": [
"cursors.maximum"
],
"vs/editor/contrib/bracketMatching/bracketMatching": [
"overviewRulerBracketMatchForeground",
"smartSelect.jumpBracket",
"smartSelect.selectToBracket"
],
"vs/editor/contrib/clipboard/clipboard": [
"actions.clipboard.cutLabel",
{
"key": "miCut",
"comment": [
"&& denotes a mnemonic"
]
},
"actions.clipboard.copyLabel",
{
"key": "miCopy",
"comment": [
"&& denotes a mnemonic"
]
},
"actions.clipboard.pasteLabel",
{
"key": "miPaste",
"comment": [
"&& denotes a mnemonic"
]
},
"actions.clipboard.copyWithSyntaxHighlightingLabel"
],
"vs/editor/contrib/caretOperations/transpose": [
"transposeLetters.label"
],
"vs/editor/contrib/comment/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/contextmenu/contextmenu": [
"action.showContextMenu.label"
],
"vs/editor/contrib/cursorUndo/cursorUndo": [
"cursor.undo"
],
"vs/editor/contrib/fontZoom/fontZoom": [
"EditorFontZoomIn.label",
"EditorFontZoomOut.label",
"EditorFontZoomReset.label"
],
"vs/editor/contrib/find/findController": [
"startFindAction",
{
"key": "miFind",
"comment": [
"&& denotes a mnemonic"
]
},
"startFindWithSelectionAction",
"findNextMatchAction",
"findPreviousMatchAction",
"nextSelectionMatchFindAction",
"previousSelectionMatchFindAction",
"startReplace",
{
"key": "miReplace",
"comment": [
"&& denotes a mnemonic"
]
}
],
"vs/editor/contrib/caretOperations/caretOperations": [
"caret.moveLeft",
"caret.moveRight"
],
"vs/editor/contrib/format/formatActions": [
"hint11",
"hintn1",
"hint1n",
"hintnn",
"no.provider",
"formatDocument.label",
"no.documentprovider",
"formatSelection.label",
"no.selectionprovider"
],
"vs/editor/contrib/goToDefinition/goToDefinitionMouse": [
"multipleResults"
],
"vs/editor/contrib/folding/folding": [
"unfoldAction.label",
"unFoldRecursivelyAction.label",
"foldAction.label",
"foldRecursivelyAction.label",
"foldAllBlockComments.label",
"foldAllMarkerRegions.label",
"unfoldAllMarkerRegions.label",
"foldAllAction.label",
"unfoldAllAction.label",
"foldLevelAction.label"
],
"vs/editor/contrib/hover/hover": [
{
"key": "showHover",
"comment": [
"Label for action that will trigger the showing of a hover in the editor.",
"This allows for users to show the hover without using the mouse."
]
}
],
"vs/editor/contrib/gotoError/gotoError": [
"markerAction.next.label",
"markerAction.previous.label",
"markerAction.nextInFiles.label",
"markerAction.previousInFiles.label"
],
"vs/editor/contrib/goToDefinition/goToDefinitionCommands": [
"noResultWord",
"generic.noResults",
"meta.title",
"actions.goToDecl.label",
"actions.goToDeclToSide.label",
"actions.previewDecl.label",
"goToImplementation.noResultWord",
"goToImplementation.generic.noResults",
"meta.implementations.title",
"actions.goToImplementation.label",
"actions.peekImplementation.label",
"goToTypeDefinition.noResultWord",
"goToTypeDefinition.generic.noResults",
"meta.typeDefinitions.title",
"actions.goToTypeDefinition.label",
"actions.peekTypeDefinition.label",
{
"key": "miGotoDefinition",
"comment": [
"&& denotes a mnemonic"
]
},
{
"key": "miGotoTypeDefinition",
"comment": [
"&& denotes a mnemonic"
]
},
{
"key": "miGotoImplementation",
"comment": [
"&& denotes a mnemonic"
]
}
],
"vs/editor/contrib/inPlaceReplace/inPlaceReplace": [
"InPlaceReplaceAction.previous.label",
"InPlaceReplaceAction.next.label"
],
"vs/editor/contrib/parameterHints/parameterHints": [
"parameterHints.trigger.label"
],
"vs/editor/contrib/linesOperations/linesOperations": [
"lines.copyUp",
{
"key": "miCopyLinesUp",
"comment": [
"&& denotes a mnemonic"
]
},
"lines.copyDown",
{
"key": "miCopyLinesDown",
"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.trimTrailingWhitespace",
"lines.delete",
"lines.indent",
"lines.outdent",
"lines.insertBefore",
"lines.insertAfter",
"lines.deleteAllLeft",
"lines.deleteAllRight",
"lines.joinLines",
"editor.transpose",
"editor.transformToUppercase",
"editor.transformToLowercase"
],
"vs/editor/contrib/links/links": [
"links.navigate.mac",
"links.navigate",
"links.command.mac",
"links.command",
"links.navigate.al.mac",
"links.navigate.al",
"links.command.al.mac",
"links.command.al",
"invalid.url",
"missing.url",
"label"
],
"vs/editor/contrib/referenceSearch/referenceSearch": [
"meta.titleReference",
"references.action.label"
],
"vs/editor/contrib/smartSelect/smartSelect": [
"smartSelect.grow",
{
"key": "miSmartSelectGrow",
"comment": [
"&& denotes a mnemonic"
]
},
"smartSelect.shrink",
{
"key": "miSmartSelectShrink",
"comment": [
"&& denotes a mnemonic"
]
}
],
"vs/editor/contrib/multicursor/multicursor": [
"mutlicursor.insertAbove",
{
"key": "miInsertCursorAbove",
"comment": [
"&& denotes a mnemonic"
]
},
"mutlicursor.insertBelow",
{
"key": "miInsertCursorBelow",
"comment": [
"&& denotes a mnemonic"
]
},
"mutlicursor.insertAtEndOfEachLineSelected",
{
"key": "miInsertCursorAtEndOfEachLineSelected",
"comment": [
"&& denotes a mnemonic"
]
},
"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"
],
"vs/editor/contrib/rename/rename": [
"no result",
"resolveRenameLocationFailed",
"aria",
"rename.failed",
"rename.label"
],
"vs/editor/contrib/wordHighlighter/wordHighlighter": [
"wordHighlight",
"wordHighlightStrong",
"wordHighlightBorder",
"wordHighlightStrongBorder",
"overviewRulerWordHighlightForeground",
"overviewRulerWordHighlightStrongForeground",
"wordHighlight.next.label",
"wordHighlight.previous.label",
"wordHighlight.trigger.label"
],
"vs/editor/contrib/suggest/suggestController": [
"arai.alert.snippet",
"suggest.trigger.label"
],
"vs/base/parts/quickopen/browser/quickOpenModel": [
"quickOpenAriaLabelEntry",
"quickOpenAriaLabel"
],
"vs/editor/contrib/referenceSearch/referencesController": [
"labelLoading"
],
"vs/editor/common/config/commonEditorConfig": [
"editorConfigurationTitle",
"fontFamily",
"fontWeight",
"fontSize",
"lineHeight",
"letterSpacing",
"lineNumbers.off",
"lineNumbers.on",
"lineNumbers.relative",
"lineNumbers.interval",
"lineNumbers",
"rulers",
"wordSeparators",
"tabSize",
"insertSpaces",
"detectIndentation",
"roundedSelection",
"scrollBeyondLastLine",
"scrollBeyondLastColumn",
"smoothScrolling",
"minimap.enabled",
"minimap.side",
"minimap.showSlider",
"minimap.renderCharacters",
"minimap.maxColumn",
"hover.enabled",
"hover.delay",
"hover.sticky",
"find.seedSearchStringFromSelection",
"find.autoFindInSelection",
"find.globalFindClipboard",
"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."
]
},
"wrappingIndent.none",
"wrappingIndent.same",
"wrappingIndent.indent",
"wrappingIndent.deepIndent",
"wrappingIndent",
"mouseWheelScrollSensitivity",
"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."
]
},
"multiCursorMergeOverlapping",
"quickSuggestions.strings",
"quickSuggestions.comments",
"quickSuggestions.other",
"quickSuggestions",
"quickSuggestionsDelay",
"parameterHints.enabled",
"parameterHints.cycle",
"editor.autoClosingBrackets.languageDefined",
"editor.autoClosingBrackets.beforeWhitespace",
"autoClosingBrackets",
"editor.autoClosingQuotes.languageDefined",
"editor.autoClosingQuotes.beforeWhitespace",
"autoClosingQuotes",
"editor.autoSurround.languageDefined",
"editor.autoSurround.brackets",
"editor.autoSurround.quotes",
"autoSurround",
"formatOnType",
"formatOnPaste",
"autoIndent",
"suggestOnTriggerCharacters",
"acceptSuggestionOnEnterSmart",
"acceptSuggestionOnEnter",
"acceptSuggestionOnCommitCharacter",
"snippetSuggestions.top",
"snippetSuggestions.bottom",
"snippetSuggestions.inline",
"snippetSuggestions.none",
"snippetSuggestions",
"emptySelectionClipboard",
"copyWithSyntaxHighlighting",
"wordBasedSuggestions",
"suggestSelection.first",
"suggestSelection.recentlyUsed",
"suggestSelection.recentlyUsedByPrefix",
"suggestSelection",
"suggestFontSize",
"suggestLineHeight",
"tabCompletion.on",
"tabCompletion.off",
"tabCompletion.onlySnippets",
"tabCompletion",
"suggest.filterGraceful",
"suggest.localityBonus",
"suggest.snippetsPreventQuickSuggestions",
"selectionHighlight",
"occurrencesHighlight",
"overviewRulerLanes",
"overviewRulerBorder",
"cursorBlinking",
"mouseWheelZoom",
"cursorStyle",
"cursorWidth",
"fontLigatures",
"hideCursorInOverviewRuler",
"renderWhiteSpace.boundary",
"renderWhitespace",
"renderControlCharacters",
"renderIndentGuides",
"highlightActiveIndentGuide",
"renderLineHighlight.all",
"renderLineHighlight",
"codeLens",
"folding",
"foldingStrategy",
"showFoldingControls",
"matchBrackets",
"glyphMargin",
"useTabStops",
"trimAutoWhitespace",
"stablePeek",
"dragAndDrop",
"accessibilitySupport.auto",
"accessibilitySupport.on",
"accessibilitySupport.off",
"accessibilitySupport",
"showUnused",
"links",
"colorDecorators",
"codeActions",
"codeActionsOnSave.organizeImports",
"codeActionsOnSave",
"codeActionsOnSaveTimeout",
"selectionClipboard",
"sideBySide",
"ignoreTrimWhitespace",
"largeFileOptimizations",
"renderIndicators"
],
"vs/editor/standalone/browser/simpleServices": [
"summary"
],
"vs/editor/standalone/browser/standaloneCodeEditor": [
"editorViewAccessibleLabel",
"accessibilityHelpMessageIE",
"accessibilityHelpMessage"
],
"vs/editor/browser/widget/diffReview": [
"label.close",
"no_lines",
"one_line",
"more_lines",
{
"key": "header",
"comment": [
"This is the ARIA label for a git diff header.",
"A git diff header looks like this: @@ -154,12 +159,39 @@.",
"That encodes that at original line 154 (which is now line 159), 12 lines were removed/changed with 39 lines.",
"Variables 0 and 1 refer to the diff index out of total number of diffs.",
"Variables 2 and 4 will be numbers (a line number).",
"Variables 3 and 5 will be \"no lines\", \"1 line\" or \"X lines\", localized separately."
]
},
"blankLine",
"equalLine",
"insertLine",
"deleteLine",
"editor.action.diffReview.next",
"editor.action.diffReview.prev"
],
"vs/editor/common/view/editorColorRegistry": [
"lineHighlight",
"lineHighlightBorderBox",
"rangeHighlight",
"rangeHighlightBorder",
"caret",
"editorCursorBackground",
"editorWhitespaces",
"editorIndentGuides",
"editorActiveIndentGuide",
"editorLineNumbers",
"editorActiveLineNumber",
"deprecatedEditorActiveLineNumber",
"editorActiveLineNumber",
"editorRuler",
"editorCodeLensForeground",
"editorBracketMatchBackground",
"editorBracketMatchBorder",
"editorOverviewRulerBorder",
"editorGutter",
"errorForeground",
"errorBorder",
"warningForeground",
"warningBorder",
"infoForeground",
"infoBorder",
"hintForeground",
"hintBorder",
"unnecessaryCodeBorder",
"unnecessaryCodeOpacity",
"overviewRuleError",
"overviewRuleWarning",
"overviewRuleInfo"
],
"vs/editor/common/controller/cursor": [
"corrupt.commands"
],
"vs/editor/contrib/codeAction/codeActionCommands": [
"quickFixWithKb",
"quickFix",
"quickfix.trigger.label",
"editor.action.quickFix.noneMessage",
"editor.action.quickFix.noneMessage",
"refactor.label",
"editor.action.refactor.noneMessage",
"source.label",
"editor.action.source.noneMessage",
"organizeImports.label",
"editor.action.organize.noneMessage"
],
"vs/base/browser/ui/actionbar/actionbar": [
{
"key": "titleLabel",
"comment": [
"action title",
"action keybinding"
]
}
],
"vs/editor/common/modes/modesRegistry": [
"plainText.alias"
],
"vs/editor/contrib/find/findWidget": [
"label.find",
"placeholder.find",
"label.previousMatchButton",
"label.nextMatchButton",
"label.toggleSelectionFind",
"label.closeButton",
"label.replace",
"placeholder.replace",
"label.replaceButton",
"label.replaceAllButton",
"label.toggleReplaceButton",
"title.matchesCountLimit",
"label.matchesLocation",
"label.noResults"
],
"vs/editor/contrib/hover/modesContentHover": [
"modesContentHover.loading"
],
"vs/editor/contrib/message/messageController": [
"editor.readonly"
],
"vs/platform/markers/common/markers": [
"sev.error",
"sev.warning",
"sev.info"
],
"vs/editor/contrib/referenceSearch/referencesModel": [
"aria.oneReference",
"aria.fileReferences.1",
"aria.fileReferences.N",
"aria.result.0",
"aria.result.1",
"aria.result.n1",
"aria.result.nm"
],
"vs/editor/contrib/gotoError/gotoErrorWidget": [
"title.wo_source",
"editorMarkerNavigationError",
"editorMarkerNavigationWarning",
"editorMarkerNavigationInfo",
"editorMarkerNavigationBackground"
],
"vs/editor/contrib/referenceSearch/peekViewWidget": [
"label.close"
],
"vs/editor/contrib/parameterHints/parameterHintsWidget": [
"hint"
],
"vs/platform/list/browser/listService": [
"workbenchConfigurationTitle",
"multiSelectModifier.ctrlCmd",
"multiSelectModifier.alt",
{
"key": "multiSelectModifier",
"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."
]
},
{
"key": "openModeModifier",
"comment": [
"`singleClick` and `doubleClick` refers to a value the setting can take and should not be localized."
]
},
"horizontalScrolling setting"
],
"vs/editor/contrib/referenceSearch/referencesWidget": [
"referencesFailre",
"referencesCount",
"referenceCount",
"missingPreviewMessage",
"treeAriaLabel",
"noResults",
"peekView.alternateTitle",
"peekViewTitleBackground",
"peekViewTitleForeground",
"peekViewTitleInfoForeground",
"peekViewBorder",
"peekViewResultsBackground",
"peekViewResultsMatchForeground",
"peekViewResultsFileForeground",
"peekViewResultsSelectionBackground",
"peekViewResultsSelectionForeground",
"peekViewEditorBackground",
"peekViewEditorGutterBackground",
"peekViewResultsMatchHighlight",
"peekViewEditorMatchHighlight",
"peekViewEditorMatchHighlightBorder"
],
"vs/editor/contrib/rename/renameInputField": [
"renameAriaLabel"
],
"vs/editor/contrib/suggest/suggestWidget": [
"editorSuggestWidgetBackground",
"editorSuggestWidgetBorder",
"editorSuggestWidgetForeground",
"editorSuggestWidgetSelectedBackground",
"editorSuggestWidgetHighlightForeground",
"readMore",
"readLess",
"suggestWidget.loading",
"suggestWidget.noSuggestions",
"suggestionAriaAccepted",
"ariaCurrentSnippetSuggestion",
"ariaCurrentSuggestion",
"ariaCurrentSnippeSuggestionReadDetails",
"ariaCurrenttSuggestionReadDetails",
"ariaCurrentSnippetSuggestionWithDetails",
"ariaCurrentSuggestionWithDetails"
],
"vs/base/common/severity": [
"sev.error",
"sev.warning",
"sev.info"
],
"vs/platform/configuration/common/configurationRegistry": [
"defaultConfigurations.title",
"overrideSettings.description",
"overrideSettings.defaultDescription",
"config.property.languageDefault",
"config.property.duplicate"
],
"vs/platform/keybinding/common/abstractKeybindingService": [
"first.chord",
"missing.chord"
],
"vs/editor/common/services/modelServiceImpl": [
"diagAndSourceAndCodeMultiline",
"diagAndSourceMultiline",
"diagAndSourceAndCode",
"diagAndSource"
],
"vs/base/browser/ui/findinput/findInputCheckboxes": [
"caseDescription",
"wordsDescription",
"regexDescription"
],
"vs/editor/contrib/snippet/snippetVariables": [
"Sunday",
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Saturday",
"SundayShort",
"MondayShort",
"TuesdayShort",
"WednesdayShort",
"ThursdayShort",
"FridayShort",
"SaturdayShort",
"January",
"February",
"March",
"April",
"May",
"June",
"July",
"August",
"September",
"October",
"November",
"December",
"JanuaryShort",
"FebruaryShort",
"MarchShort",
"AprilShort",
"MayShort",
"JuneShort",
"JulyShort",
"AugustShort",
"SeptemberShort",
"OctoberShort",
"NovemberShort",
"DecemberShort"
],
"vs/base/parts/quickopen/browser/quickOpenWidget": [
"quickOpenAriaLabel",
"treeAriaLabel",
{
"key": "quickInput.visibleCount",
"comment": [
"This tells the user how many items are shown in a list of items to select from. The items can be anything. Currently not visible, but read by screen readers."
]
}
],
"vs/base/common/keybindingLabels": [
{
"key": "ctrlKey",
"comment": [
"This is the short form for the Control key on the keyboard"
]
},
{
"key": "shiftKey",
"comment": [
"This is the short form for the Shift key on the keyboard"
]
},
{
"key": "altKey",
"comment": [
"This is the short form for the Alt key on the keyboard"
]
},
{
"key": "windowsKey",
"comment": [
"This is the short form for the Windows key on the keyboard"
]
},
{
"key": "ctrlKey",
"comment": [
"This is the short form for the Control key on the keyboard"
]
},
{
"key": "shiftKey",
"comment": [
"This is the short form for the Shift key on the keyboard"
]
},
{
"key": "altKey",
"comment": [
"This is the short form for the Alt key on the keyboard"
]
},
{
"key": "superKey",
"comment": [
"This is the short form for the Super key on the keyboard"
]
},
{
"key": "ctrlKey.long",
"comment": [
"This is the long form for the Control key on the keyboard"
]
},
{
"key": "shiftKey.long",
"comment": [
"This is the long form for the Shift key on the keyboard"
]
},
{
"key": "altKey.long",
"comment": [
"This is the long form for the Alt key on the keyboard"
]
},
{
"key": "cmdKey.long",
"comment": [
"This is the long form for the Command key on the keyboard"
]
},
{
"key": "ctrlKey.long",
"comment": [
"This is the long form for the Control key on the keyboard"
]
},
{
"key": "shiftKey.long",
"comment": [
"This is the long form for the Shift key on the keyboard"
]
},
{
"key": "altKey.long",
"comment": [
"This is the long form for the Alt key on the keyboard"
]
},
{
"key": "windowsKey.long",
"comment": [
"This is the long form for the Windows key on the keyboard"
]
},
{
"key": "ctrlKey.long",
"comment": [
"This is the long form for the Control key on the keyboard"
]
},
{
"key": "shiftKey.long",
"comment": [
"This is the long form for the Shift key on the keyboard"
]
},
{
"key": "altKey.long",
"comment": [
"This is the long form for the Alt key on the keyboard"
]
},
{
"key": "superKey.long",
"comment": [
"This is the long form for the Super key on the keyboard"
]
}
],
"vs/base/browser/ui/list/listWidget": [
"aria list"
],
"vs/base/browser/ui/findinput/findInput": [
"defaultLabel"
],
"vs/base/browser/ui/inputbox/inputBox": [
"alertErrorMessage",
"alertWarningMessage",
"alertInfoMessage"
],
"vs/base/browser/ui/menu/menu": [
{
"key": "titleLabel",
"comment": [
"action title",
"action keybinding"
]
}
]
},
"messages": {
"vs/editor/standalone/browser/accessibilityHelp/accessibilityHelp": [
"No selection",
"Line {0}, Column {1} ({2} selected)",
"Line {0}, Column {1}",
"{0} selections ({1} characters selected)",
"{0} selections",
"Now changing the setting `accessibilitySupport` to 'on'.",
"Now opening the Editor Accessibility documentation page.",
" in a read-only pane of a diff editor.",
" in a pane of a diff editor.",
" in a read-only code editor",
" in a code editor",
"To configure the editor to be optimized for usage with a Screen Reader press Command+E now.",
"To configure the editor to be optimized for usage with a Screen Reader press Control+E now.",
"The editor is configured to be optimized for usage with a Screen Reader.",
"The editor is configured to never be optimized for usage with a Screen Reader, which is not the case at this time.",
"Pressing Tab in the current editor will move focus to the next focusable element. Toggle this behavior by pressing {0}.",
"Pressing Tab in the current editor will move focus to the next focusable element. The command {0} is currently not triggerable by a keybinding.",
"Pressing Tab in the current editor will insert the tab character. Toggle this behavior by pressing {0}.",
"Pressing Tab in the current editor will insert the tab character. The command {0} is currently not triggerable by a keybinding.",
"Press Command+H now to open a browser window with more information related to editor accessibility.",
"Press Control+H now to open a browser window with more information related to editor accessibility.",
"You can dismiss this tooltip and return to the editor by pressing Escape or Shift+Escape.",
"Show Accessibility Help"
],
"vs/editor/standalone/browser/inspectTokens/inspectTokens": [
"Developer: Inspect Tokens"
],
"vs/editor/standalone/browser/quickOpen/gotoLine": [
"Go to line {0} and character {1}",
"Go to line {0}",
"Type a line number between 1 and {0} to navigate to",
"Type a character between 1 and {0} to navigate to",
"Go to line {0}",
"Type a line number, followed by an optional colon and a character number to navigate to",
"Go to Line..."
],
"vs/editor/standalone/browser/quickOpen/quickOutline": [
"{0}, symbols",
"Type the name of an identifier you wish to navigate to",
"Go to Symbol...",
"symbols ({0})",
"modules ({0})",
"classes ({0})",
"interfaces ({0})",
"methods ({0})",
"functions ({0})",
"properties ({0})",
"variables ({0})",
"variables ({0})",
"constructors ({0})",
"calls ({0})"
],
"vs/editor/standalone/browser/quickOpen/quickCommand": [
"{0}, commands",
"Type the name of an action you want to execute",
"Command Palette"
],
"vs/editor/standalone/browser/toggleHighContrast/toggleHighContrast": [
"Toggle High Contrast Theme"
],
"vs/base/browser/ui/aria/aria": [
"{0} (occurred again)",
"{0} (occurred {1} times)"
],
"vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode": [
"Toggle Tab Key Moves Focus",
"Pressing Tab will now move focus to the next focusable element",
"Pressing Tab will now insert the tab character"
],
"vs/platform/theme/common/colorRegistry": [
"Colors used in the workbench.",
"Overall foreground color. This color is only used if not overridden by a component.",
"Overall foreground color for error messages. This color is only used if not overridden by a component.",
"Overall border color for focused elements. This color is only used if not overridden by a component.",
"An extra border around elements to separate them from others for greater contrast.",
"An extra border around active elements to separate them from others for greater contrast.",
"Foreground color for links in text.",
"Background color for code blocks in text.",
"Shadow color of widgets such as find/replace inside the editor.",
"Input box background.",
"Input box foreground.",
"Input box border.",
"Border color of activated options in input fields.",
"Input validation background color for information severity.",
"Input validation foreground color for information severity.",
"Input validation border color for information severity.",
"Input validation background color for warning severity.",
"Input validation foreground color for warning severity.",
"Input validation border color for warning severity.",
"Input validation background color for error severity.",
"Input validation foreground color for error severity.",
"Input validation border color for error severity.",
"Dropdown background.",
"Dropdown foreground.",
"List/Tree background color for the focused item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.",
"List/Tree foreground color for the focused item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.",
"List/Tree background color for the selected item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.",
"List/Tree foreground color for the selected item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.",
"List/Tree background color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.",
"List/Tree foreground color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.",
"List/Tree background color for the focused item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.",
"List/Tree background when hovering over items using the mouse.",
"List/Tree foreground when hovering over items using the mouse.",
"List/Tree drag and drop background when moving items around using the mouse.",
"List/Tree foreground color of the match highlights when searching inside the list/tree.",
"Quick picker color for grouping labels.",
"Quick picker color for grouping borders.",
"Badge background color. Badges are small information labels, e.g. for search results count.",
"Badge foreground color. Badges are small information labels, e.g. for search results count.",
"Scrollbar shadow to indicate that the view is scrolled.",
"Scrollbar slider background color.",
"Scrollbar slider background color when hovering.",
"Scrollbar slider background color when clicked on.",
"Background color of the progress bar that can show for long running operations.",
"Border color of menus.",
"Foreground color of menu items.",
"Background color of menu items.",
"Foreground color of the selected menu item in menus.",
"Background color of the selected menu item in menus.",
"Border color of the selected menu item in menus.",
"Color of a separator menu item in menus.",
"Editor background color.",
"Editor default foreground color.",
"Background color of editor widgets, such as find/replace.",
"Border color of editor widgets. The color is only used if the widget chooses to have a border and if the color is not overridden by a widget.",
"Border color of the resize bar of editor widgets. The color is only used if the widget chooses to have a resize border and if the color is not overridden by a widget.",
"Color of the editor selection.",
"Color of the selected text for high contrast.",
"Color of the selection in an inactive editor. The color must not be opaque to not hide underlying decorations.",
"Color for regions with the same content as the selection. The color must not be opaque to not hide underlying decorations.",
"Border color for regions with the same content as the selection.",
"Color of the current search match.",
"Color of the other search matches. The color must not be opaque to not hide underlying decorations.",
"Color of the range limiting the search. The color must not be opaque to not hide underlying decorations.",
"Border color of the current search match.",
"Border color of the other search matches.",
"Border color of the range limiting the search. The color must not be opaque to not hide underlying decorations.",
"Highlight below the word for which a hover is shown. The color must not be opaque to not hide underlying decorations.",
"Background color of the editor hover.",
"Border color of the editor hover.",
"Color of active links.",
"Background color for text that got inserted. The color must not be opaque to not hide underlying decorations.",
"Background color for text that got removed. The color must not be opaque to not hide underlying decorations.",
"Outline color for the text that got inserted.",
"Outline color for text that got removed.",
"Border color between the two text editors.",
"Highlight background color of a snippet tabstop.",
"Highlight border color of a snippet tabstop.",
"Highlight background color of the final tabstop of a snippet.",
"Highlight border color of the final stabstop of a snippet.",
"Overview ruler marker color for find matches. The color must not be opaque to not hide underlying decorations.",
"Overview ruler marker color for selection highlights. The color must not be opaque to not hide underlying decorations."
],
"vs/editor/common/config/editorOptions": [
"The editor is not accessible at this time. Press Alt+F1 for options.",
"Editor content"
],
"vs/editor/browser/controller/coreCommands": [
"&&Select All",
"&&Undo",
"&&Redo"
],
"vs/editor/browser/widget/diffEditorWidget": [
"Cannot compare files because one file is too large."
],
"vs/editor/browser/widget/codeEditorWidget": [
"The number of cursors has been limited to {0}."
],
"vs/editor/contrib/bracketMatching/bracketMatching": [
"Overview ruler marker color for matching brackets.",
"Go to Bracket",
"Select to Bracket"
],
"vs/editor/contrib/clipboard/clipboard": [
"Cut",
"Cu&&t",
"Copy",
"&&Copy",
"Paste",
"&&Paste",
"Copy With Syntax Highlighting"
],
"vs/editor/contrib/caretOperations/transpose": [
"Transpose Letters"
],
"vs/editor/contrib/comment/comment": [
"Toggle Line Comment",
"&&Toggle Line Comment",
"Add Line Comment",
"Remove Line Comment",
"Toggle Block Comment",
"Toggle &&Block Comment"
],
"vs/editor/contrib/contextmenu/contextmenu": [
"Show Editor Context Menu"
],
"vs/editor/contrib/cursorUndo/cursorUndo": [
"Soft Undo"
],
"vs/editor/contrib/fontZoom/fontZoom": [
"Editor Font Zoom In",
"Editor Font Zoom Out",
"Editor Font Zoom Reset"
],
"vs/editor/contrib/find/findController": [
"Find",
"&&Find",
"Find With Selection",
"Find Next",
"Find Previous",
"Find Next Selection",
"Find Previous Selection",
"Replace",
"&&Replace"
],
"vs/editor/contrib/caretOperations/caretOperations": [
"Move Caret Left",
"Move Caret Right"
],
"vs/editor/contrib/format/formatActions": [
"Made 1 formatting edit on line {0}",
"Made {0} formatting edits on line {1}",
"Made 1 formatting edit between lines {0} and {1}",
"Made {0} formatting edits between lines {1} and {2}",
"There is no formatter for '{0}'-files installed.",
"Format Document",
"There is no document formatter for '{0}'-files installed.",
"Format Selection",
"There is no selection formatter for '{0}'-files installed."
],
"vs/editor/contrib/goToDefinition/goToDefinitionMouse": [
"Click to show {0} definitions."
],
"vs/editor/contrib/folding/folding": [
"Unfold",
"Unfold Recursively",
"Fold",
"Fold Recursively",
"Fold All Block Comments",
"Fold All Regions",
"Unfold All Regions",
"Fold All",
"Unfold All",
"Fold Level {0}"
],
"vs/editor/contrib/hover/hover": [
"Show Hover"
],
"vs/editor/contrib/gotoError/gotoError": [
"Go to Next Problem (Error, Warning, Info)",
"Go to Previous Problem (Error, Warning, Info)",
"Go to Next Problem in Files (Error, Warning, Info)",
"Go to Previous Problem in Files (Error, Warning, Info)"
],
"vs/editor/contrib/goToDefinition/goToDefinitionCommands": [
"No definition found for '{0}'",
"No definition found",
" – {0} definitions",
"Go to Definition",
"Open Definition to the Side",
"Peek Definition",
"No implementation found for '{0}'",
"No implementation found",
" – {0} implementations",
"Go to Implementation",
"Peek Implementation",
"No type definition found for '{0}'",
"No type definition found",
" – {0} type definitions",
"Go to Type Definition",
"Peek Type Definition",
"Go to &&Definition",
"Go to &&Type Definition",
"Go to &&Implementation"
],
"vs/editor/contrib/inPlaceReplace/inPlaceReplace": [
"Replace with Previous Value",
"Replace with Next Value"
],
"vs/editor/contrib/parameterHints/parameterHints": [
"Trigger Parameter Hints"
],
"vs/editor/contrib/linesOperations/linesOperations": [
"Copy Line Up",
"&&Copy Line Up",
"Copy Line Down",
"Co&&py Line Down",
"Move Line Up",
"Mo&&ve Line Up",
"Move Line Down",
"Move &&Line Down",
"Sort Lines Ascending",
"Sort Lines Descending",
"Trim Trailing Whitespace",
"Delete Line",
"Indent Line",
"Outdent Line",
"Insert Line Above",
"Insert Line Below",
"Delete All Left",
"Delete All Right",
"Join Lines",
"Transpose characters around the cursor",
"Transform to Uppercase",
"Transform to Lowercase"
],
"vs/editor/contrib/links/links": [
"Cmd + click to follow link",
"Ctrl + click to follow link",
"Cmd + click to execute command",
"Ctrl + click to execute command",
"Option + click to follow link",
"Alt + click to follow link",
"Option + click to execute command",
"Alt + click to execute command",
"Failed to open this link because it is not well-formed: {0}",
"Failed to open this link because its target is missing.",
"Open Link"
],
"vs/editor/contrib/referenceSearch/referenceSearch": [
" – {0} references",
"Find All References"
],
"vs/editor/contrib/smartSelect/smartSelect": [
"Expand Select",
"&&Expand Selection",
"Shrink Select",
"&&Shrink Selection"
],
"vs/editor/contrib/multicursor/multicursor": [
"Add Cursor Above",
"&&Add Cursor Above",
"Add Cursor Below",
"A&&dd Cursor Below",
"Add Cursors to Line Ends",
"Add C&&ursors to Line Ends",
"Add Selection To Next Find Match",
"Add &&Next Occurrence",
"Add Selection To Previous Find Match",
"Add P&&revious Occurrence",
"Move Last Selection To Next Find Match",
"Move Last Selection To Previous Find Match",
"Select All Occurrences of Find Match",
"Select All &&Occurrences",
"Change All Occurrences"
],
"vs/editor/contrib/rename/rename": [
"No result.",
"An unknown error occurred while resolving rename location",
"Successfully renamed '{0}' to '{1}'. Summary: {2}",
"Rename failed to execute.",
"Rename Symbol"
],
"vs/editor/contrib/wordHighlighter/wordHighlighter": [
"Background color of a symbol during read-access, like reading a variable. The color must not be opaque to not hide underlying decorations.",
"Background color of a symbol during write-access, like writing to a variable. The color must not be opaque to not hide underlying decorations.",
"Border color of a symbol during read-access, like reading a variable.",
"Border color of a symbol during write-access, like writing to a variable.",
"Overview ruler marker color for symbol highlights. The color must not be opaque to not hide underlying decorations.",
"Overview ruler marker color for write-access symbol highlights. The color must not be opaque to not hide underlying decorations.",
"Go to Next Symbol Highlight",
"Go to Previous Symbol Highlight",
"Trigger Symbol Highlight"
],
"vs/editor/contrib/suggest/suggestController": [
"Accepting '{0}' did insert the following text: {1}",
"Trigger Suggest"
],
"vs/base/parts/quickopen/browser/quickOpenModel": [
"{0}, picker",
"picker"
],
"vs/editor/contrib/referenceSearch/referencesController": [
"Loading..."
],
"vs/editor/common/config/commonEditorConfig": [
"Editor",
"Controls the font family.",
"Controls the font weight.",
"Controls the font size in pixels.",
"Controls the line height. Use 0 to compute the line height from the font size.",
"Controls the letter spacing in pixels.",
"Line numbers are not rendered.",
"Line numbers are rendered as absolute number.",
"Line numbers are rendered as distance in lines to cursor position.",
"Line numbers are rendered every 10 lines.",
"Controls the display of line numbers.",
"Render vertical rulers after a certain number of monospace characters. Use multiple values for multiple rulers. No rulers are drawn if array is empty.",
"Characters that will be used as word separators when doing word related navigations or operations.",
"The number of spaces a tab is equal to. This setting is overridden based on the file contents when `#editor.detectIndentation#` is on.",
"Insert spaces when pressing `Tab`. This setting is overridden based on the file contents when `#editor.detectIndentation#` is on.",
"Controls whether `#editor.tabSize#` and `#editor.insertSpaces#` will be automatically detected when a file is opened based on the file contents.",
"Controls whether selections should have rounded corners.",
"Controls whether the editor will scroll beyond the last line.",
"Controls the number of extra characters beyond which the editor will scroll horizontally.",
"Controls whether the editor will scroll using an animation.",
"Controls whether the minimap is shown.",
"Controls the side where to render the minimap.",
"Controls whether the minimap slider is automatically hidden.",
"Render the actual characters on a line as opposed to color blocks.",
"Limit the width of the minimap to render at most a certain number of columns.",
"Controls whether the hover is shown.",
"Controls the delay in milliseconds after which the hover is shown.",
"Controls whether the hover should remain visible when mouse is moved over it.",
"Controls whether the search string in the Find Widget is seeded from the editor selection.",
"Controls whether the find operation is carried out on selected text or the entire file in the editor.",
"Controls whether the Find Widget should read or modify the shared find clipboard on macOS.",
"Lines will never wrap.",
"Lines will wrap at the viewport width.",
"Lines will wrap at `#editor.wordWrapColumn#`.",
"Lines will wrap at the minimum of viewport and `#editor.wordWrapColumn#`.",
"Controls how lines should wrap.",
"Controls the wrapping column of the editor when `#editor.wordWrap#` is `wordWrapColumn` or `bounded`.",
"No indentation. Wrapped lines begin at column 1.",
"Wrapped lines get the same indentation as the parent.",
"Wrapped lines get +1 indentation toward the parent.",
"Wrapped lines get +2 indentation toward the parent.",
"Controls the indentation of wrapped lines.",
"A multiplier to be used on the `deltaX` and `deltaY` of mouse wheel scroll events.",
"Maps to `Control` on Windows and Linux and to `Command` on macOS.",
"Maps to `Alt` on Windows and Linux and to `Option` on macOS.",
"The modifier to be used to add multiple cursors with the mouse. The Go To Definition and Open Link mouse gestures will adapt such that they do not conflict with the multicursor modifier. [Read more](https://code.visualstudio.com/docs/editor/codebasics#_multicursor-modifier).",
"Merge multiple cursors when they are overlapping.",
"Enable quick suggestions inside strings.",
"Enable quick suggestions inside comments.",
"Enable quick suggestions outside of strings and comments.",
"Controls whether suggestions should automatically show up while typing.",
"Controls the delay in milliseconds after which quick suggestions will show up.",
"Enables a pop-up that shows parameter documentation and type information as you type.",
"Controls whether the parameter hints menu cycles or closes when reaching the end of the list.",
"Use language configurations to determine when to autoclose brackets.",
"Autoclose brackets only when the cursor is to the left of whitespace.",
"Controls whether the editor should automatically close brackets after the user adds an opening bracket.",
"Use language configurations to determine when to autoclose quotes.",
"Autoclose quotes only when the cursor is to the left of whitespace.",
"Controls whether the editor should automatically close quotes after the user adds an opening quote.",
"Use language configurations to determine when to automatically surround selections.",
"Surround with brackets but not quotes.",
"Surround with quotes but not brackets.",
"Controls whether the editor should automatically surround selections.",
"Controls whether the editor should automatically format the line after typing.",
"Controls whether the editor should automatically format the pasted content. A formatter must be available and the formatter should be able to format a range in a document.",
"Controls whether the editor should automatically adjust the indentation when users type, paste or move lines. Extensions with indentation rules of the language must be available.",
"Controls whether suggestions should automatically show up when typing trigger characters.",
"Only accept a suggestion with `Enter` when it makes a textual change.",
"Controls whether suggestions should be accepted on `Enter`, in addition to `Tab`. Helps to avoid ambiguity between inserting new lines or accepting suggestions.",
"Controls whether suggestions should be accepted on commit characters. For example, in JavaScript, the semi-colon (`;`) can be a commit character that accepts a suggestion and types that character.",
"Show snippet suggestions on top of other suggestions.",
"Show snippet suggestions below other suggestions.",
"Show snippets suggestions with other suggestions.",
"Do not show snippet suggestions.",
"Controls whether snippets are shown with other suggestions and how they are sorted.",
"Controls whether copying without a selection copies the current line.",
"Controls whether syntax highlighting should be copi