@theia/core
Version: 
Theia is a cloud & desktop IDE framework implemented in TypeScript.
1,763 lines • 1.37 MB
JSON
{
	"keys": {
		"vs/base/browser/ui/actionbar/actionViewItems": [
			{
				"key": "titleLabel",
				"comment": [
					"action title",
					"action keybinding"
				]
			}
		],
		"vs/base/browser/ui/button/button": [
			"button dropdown more actions"
		],
		"vs/base/browser/ui/dialog/dialog": [
			"ok",
			"dialogInfoMessage",
			"dialogErrorMessage",
			"dialogWarningMessage",
			"dialogPendingMessage",
			"dialogClose"
		],
		"vs/base/browser/ui/dropdown/dropdownActionViewItem": [
			"moreActions"
		],
		"vs/base/browser/ui/findinput/findInput": [
			"defaultLabel"
		],
		"vs/base/browser/ui/findinput/findInputToggles": [
			"caseDescription",
			"wordsDescription",
			"regexDescription"
		],
		"vs/base/browser/ui/findinput/replaceInput": [
			"defaultLabel",
			"label.preserveCaseToggle"
		],
		"vs/base/browser/ui/hover/hoverWidget": [
			"acessibleViewHint",
			"acessibleViewHintNoKbOpen"
		],
		"vs/base/browser/ui/icons/iconSelectBox": [
			"iconSelect.placeholder",
			"iconSelect.noResults"
		],
		"vs/base/browser/ui/inputbox/inputBox": [
			"alertErrorMessage",
			"alertWarningMessage",
			"alertInfoMessage",
			{
				"key": "history.inputbox.hint.suffix.noparens",
				"comment": [
					"Text is the suffix of an input field placeholder coming after the action the input field performs, this will be used when the input field ends in a closing parenthesis \")\", for example \"Filter (e.g. text, !exclude)\". The character inserted into the final string is ⇅ to represent the up and down arrow keys."
				]
			},
			{
				"key": "history.inputbox.hint.suffix.inparens",
				"comment": [
					"Text is the suffix of an input field placeholder coming after the action the input field performs, this will be used when the input field does NOT end in a closing parenthesis (eg. \"Find\"). The character inserted into the final string is ⇅ to represent the up and down arrow keys."
				]
			},
			"clearedInput"
		],
		"vs/base/browser/ui/keybindingLabel/keybindingLabel": [
			"unbound"
		],
		"vs/base/browser/ui/menu/menubar": [
			"mAppMenu",
			"mMore"
		],
		"vs/base/browser/ui/selectBox/selectBoxCustom": [
			{
				"key": "selectBox",
				"comment": [
					"Behave like native select dropdown element."
				]
			}
		],
		"vs/base/browser/ui/splitview/paneview": [
			"viewSection"
		],
		"vs/base/browser/ui/toolbar/toolbar": [
			"moreActions"
		],
		"vs/base/browser/ui/tree/abstractTree": [
			"type to search",
			"close",
			"type to search",
			"not found",
			"replFindNoResults",
			"foundResults",
			"type to filter",
			"type to search",
			"filter",
			"fuzzySearch"
		],
		"vs/base/browser/ui/tree/asyncDataTree": [
			"type to filter",
			"type to search"
		],
		"vs/base/browser/ui/tree/treeDefaults": [
			"collapse all"
		],
		"vs/base/common/actions": [
			"submenu.empty"
		],
		"vs/base/common/date": [
			"date.fromNow.in",
			"date.fromNow.now",
			"date.fromNow.seconds.singular.ago.fullWord",
			"date.fromNow.seconds.singular.ago",
			"date.fromNow.seconds.plural.ago.fullWord",
			"date.fromNow.seconds.plural.ago",
			"date.fromNow.seconds.singular.fullWord",
			"date.fromNow.seconds.singular",
			"date.fromNow.seconds.plural.fullWord",
			"date.fromNow.seconds.plural",
			"date.fromNow.minutes.singular.ago.fullWord",
			"date.fromNow.minutes.singular.ago",
			"date.fromNow.minutes.plural.ago.fullWord",
			"date.fromNow.minutes.plural.ago",
			"date.fromNow.minutes.singular.fullWord",
			"date.fromNow.minutes.singular",
			"date.fromNow.minutes.plural.fullWord",
			"date.fromNow.minutes.plural",
			"date.fromNow.hours.singular.ago.fullWord",
			"date.fromNow.hours.singular.ago",
			"date.fromNow.hours.plural.ago.fullWord",
			"date.fromNow.hours.plural.ago",
			"date.fromNow.hours.singular.fullWord",
			"date.fromNow.hours.singular",
			"date.fromNow.hours.plural.fullWord",
			"date.fromNow.hours.plural",
			"date.fromNow.days.singular.ago",
			"date.fromNow.days.plural.ago",
			"date.fromNow.days.singular",
			"date.fromNow.days.plural",
			"date.fromNow.weeks.singular.ago.fullWord",
			"date.fromNow.weeks.singular.ago",
			"date.fromNow.weeks.plural.ago.fullWord",
			"date.fromNow.weeks.plural.ago",
			"date.fromNow.weeks.singular.fullWord",
			"date.fromNow.weeks.singular",
			"date.fromNow.weeks.plural.fullWord",
			"date.fromNow.weeks.plural",
			"date.fromNow.months.singular.ago.fullWord",
			"date.fromNow.months.singular.ago",
			"date.fromNow.months.plural.ago.fullWord",
			"date.fromNow.months.plural.ago",
			"date.fromNow.months.singular.fullWord",
			"date.fromNow.months.singular",
			"date.fromNow.months.plural.fullWord",
			"date.fromNow.months.plural",
			"date.fromNow.years.singular.ago.fullWord",
			"date.fromNow.years.singular.ago",
			"date.fromNow.years.plural.ago.fullWord",
			"date.fromNow.years.plural.ago",
			"date.fromNow.years.singular.fullWord",
			"date.fromNow.years.singular",
			"date.fromNow.years.plural.fullWord",
			"date.fromNow.years.plural",
			"today",
			"yesterday",
			"duration.ms.full",
			"duration.ms",
			"duration.s.full",
			"duration.s",
			"duration.m.full",
			"duration.m",
			"duration.h.full",
			"duration.h",
			"duration.d"
		],
		"vs/base/common/errorMessage": [
			"stackTrace.format",
			"nodeExceptionMessage",
			"error.defaultMessage",
			"error.defaultMessage",
			"error.moreErrors",
			"error.defaultMessage"
		],
		"vs/base/common/jsonErrorMessages": [
			"error.invalidSymbol",
			"error.invalidNumberFormat",
			"error.propertyNameExpected",
			"error.valueExpected",
			"error.colonExpected",
			"error.commaExpected",
			"error.closeBraceExpected",
			"error.closeBracketExpected",
			"error.endOfFileExpected"
		],
		"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": "optKey.long",
				"comment": [
					"This is the long form for the Alt/Option 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/node/zip": [
			"invalid file",
			"incompleteExtract",
			"notFound"
		],
		"vs/code/electron-main/app": [
			"confirmOpenMessageWorkspace",
			"confirmOpenMessageFolder",
			"confirmOpenMessageFileOrFolder",
			{
				"key": "open",
				"comment": [
					"&& denotes a mnemonic"
				]
			},
			{
				"key": "cancel",
				"comment": [
					"&& denotes a mnemonic"
				]
			},
			"confirmOpenDetail",
			"doNotAskAgainLocal",
			"doNotAskAgainRemote"
		],
		"vs/code/electron-main/main": [
			"mainLog",
			"secondInstanceAdmin",
			"secondInstanceAdminDetail",
			"secondInstanceNoResponse",
			"secondInstanceNoResponseDetail",
			"statusWarning",
			"startupDataDirError",
			"startupUserDataAndExtensionsDirErrorDetail",
			{
				"key": "close",
				"comment": [
					"&& denotes a mnemonic"
				]
			}
		],
		"vs/code/electron-sandbox/processExplorer/processExplorerMain": [
			"name",
			"cpu",
			"pid",
			"memory",
			"killProcess",
			"forceKillProcess",
			"copy",
			"copyAll",
			"debug"
		],
		"vs/code/electron-utility/sharedProcess/sharedProcessMain": [
			"sharedLog",
			"sharedLog",
			"networkk"
		],
		"vs/code/node/cliProcessMain": [
			"cli"
		],
		"vs/editor/browser/controller/editContext/native/screenReaderSupport": [
			"editor"
		],
		"vs/editor/browser/controller/editContext/screenReaderUtils": [
			"accessibilityModeOff",
			"accessibilityOffAriaLabel",
			"accessibilityOffAriaLabelNoKb",
			"accessibilityOffAriaLabelNoKbs"
		],
		"vs/editor/browser/controller/editContext/textArea/textAreaEditContext": [
			"editor"
		],
		"vs/editor/browser/coreCommands": [
			"stickydesc",
			"stickydesc",
			"removedCursor"
		],
		"vs/editor/browser/editorExtensions": [
			{
				"key": "miUndo",
				"comment": [
					"&& denotes a mnemonic"
				]
			},
			"undo",
			"undo",
			{
				"key": "miRedo",
				"comment": [
					"&& denotes a mnemonic"
				]
			},
			"redo",
			"redo",
			{
				"key": "miSelectAll",
				"comment": [
					"&& denotes a mnemonic"
				]
			},
			"selectAll",
			"selectAll"
		],
		"vs/editor/browser/gpu/viewGpuContext": [
			"editor.dom.render"
		],
		"vs/editor/browser/services/hoverService/hoverWidget": [
			"hoverhint"
		],
		"vs/editor/browser/services/hoverService/updatableHoverWidget": [
			"iconLabel.loading"
		],
		"vs/editor/browser/widget/codeEditor/codeEditorWidget": [
			"cursors.maximum",
			"goToSetting"
		],
		"vs/editor/browser/widget/diffEditor/commands": [
			"toggleCollapseUnchangedRegions",
			"toggleShowMovedCodeBlocks",
			"toggleUseInlineViewWhenSpaceIsLimited",
			"diffEditor",
			"switchSide",
			"exitCompareMove",
			"collapseAllUnchangedRegions",
			"showAllUnchangedRegions",
			"revert",
			"accessibleDiffViewer",
			"editor.action.accessibleDiffViewer.next",
			"editor.action.accessibleDiffViewer.prev"
		],
		"vs/editor/browser/widget/diffEditor/components/accessibleDiffViewer": [
			"accessibleDiffViewerInsertIcon",
			"accessibleDiffViewerRemoveIcon",
			"accessibleDiffViewerCloseIcon",
			"label.close",
			"ariaLabel",
			"no_lines_changed",
			"one_line_changed",
			"more_lines_changed",
			{
				"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 changed\", \"1 line changed\" or \"X lines changed\", localized separately."
				]
			},
			"blankLine",
			{
				"key": "unchangedLine",
				"comment": [
					"The placeholders are contents of the line and should not be translated."
				]
			},
			"equalLine",
			"insertLine",
			"deleteLine"
		],
		"vs/editor/browser/widget/diffEditor/components/diffEditorEditors": [
			"diff-aria-navigation-tip"
		],
		"vs/editor/browser/widget/diffEditor/components/diffEditorViewZones/inlineDiffDeletedCodeMargin": [
			"diff.clipboard.copyDeletedLinesContent.label",
			"diff.clipboard.copyDeletedLinesContent.single.label",
			"diff.clipboard.copyChangedLinesContent.label",
			"diff.clipboard.copyChangedLinesContent.single.label",
			"diff.clipboard.copyDeletedLineContent.label",
			"diff.clipboard.copyChangedLineContent.label",
			"diff.inline.revertChange.label"
		],
		"vs/editor/browser/widget/diffEditor/diffEditor.contribution": [
			"useInlineViewWhenSpaceIsLimited",
			"showMoves",
			"revertHunk",
			"revertSelection",
			"Open Accessible Diff Viewer"
		],
		"vs/editor/browser/widget/diffEditor/features/hideUnchangedRegionsFeature": [
			"foldUnchanged",
			"hiddenLines",
			"diff.hiddenLines.top",
			"showUnchangedRegion",
			"diff.bottom",
			"hiddenLines",
			"diff.hiddenLines.expandAll"
		],
		"vs/editor/browser/widget/diffEditor/features/movedBlocksLinesFeature": [
			"codeMovedToWithChanges",
			"codeMovedFromWithChanges",
			"codeMovedTo",
			"codeMovedFrom"
		],
		"vs/editor/browser/widget/diffEditor/features/revertButtonsFeature": [
			"revertSelectedChanges",
			"revertChange"
		],
		"vs/editor/browser/widget/diffEditor/registrations.contribution": [
			"diffEditor.move.border",
			"diffEditor.moveActive.border",
			"diffEditor.unchangedRegionShadow",
			"diffInsertIcon",
			"diffRemoveIcon"
		],
		"vs/editor/browser/widget/multiDiffEditor/colors": [
			"multiDiffEditor.headerBackground",
			"multiDiffEditor.background",
			"multiDiffEditor.border"
		],
		"vs/editor/browser/widget/multiDiffEditor/multiDiffEditorWidgetImpl": [
			"loading",
			"noChangedFiles"
		],
		"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",
			"editor.experimental.treeSitterTelemetry",
			"editor.experimental.preferTreeSitter",
			"schema.brackets",
			"schema.openBracket",
			"schema.closeBracket",
			"schema.colorizedBracketPairs",
			"schema.openBracket",
			"schema.closeBracket",
			"maxComputationTime",
			"maxFileSize",
			"sideBySide",
			"renderSideBySideInlineBreakpoint",
			"useInlineViewWhenSpaceIsLimited",
			"renderMarginRevertIcon",
			"renderGutterMenu",
			"ignoreTrimWhitespace",
			"renderIndicators",
			"codeLens",
			"wordWrap.off",
			"wordWrap.on",
			"wordWrap.inherit",
			"diffAlgorithm.legacy",
			"diffAlgorithm.advanced",
			"hideUnchangedRegions.enabled",
			"hideUnchangedRegions.revealLineCount",
			"hideUnchangedRegions.minimumLineCount",
			"hideUnchangedRegions.contextLineCount",
			"showMoves",
			"showEmptyDecorations",
			"useTrueInlineView"
		],
		"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",
			"editor.find.history.never",
			"editor.find.history.workspace",
			"find.history",
			"editor.find.replaceHistory.never",
			"editor.find.replaceHistory.workspace",
			"find.replaceHistory",
			"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",
			"inlayHints.maximumLength",
			"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",
			"minimap.showRegionSectionHeaders",
			"minimap.showMarkSectionHeaders",
			"minimap.sectionHeaderFontSize",
			"minimap.sectionHeaderLetterSpacing",
			"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.syntaxHighlightingEnabled",
			"inlineSuggest.suppressSuggestions",
			"inlineSuggest.fontFamily",
			"inlineSuggest.edits.codeShifting",
			"inlineSuggest.edits.renderSideBySide",
			"editor.inlineSuggest.edits.renderSideBySide.auto",
			"editor.inlineSuggest.edits.renderSideBySide.never",
			"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",
			"wordSegmenterLocales",
			"wordSegmenterLocales",
			"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",
			"overtypeCursorStyle",
			"cursorSurroundingLines",
			"cursorSurroundingLinesStyle.default",
			"cursorSurroundingLinesStyle.all",
			"cursorSurroundingLinesStyle",
			"cursorWidth",
			"dragAndDrop",
			"experimentalEditContextEnabled",
			"experimentalGpuAcceleration.off",
			"experimentalGpuAcceleration.on",
			"experimentalGpuAcceleration",
			"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",
			"occurrencesHighlightDelay",
			"overtypeOnPaste",
			"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."
				]
			},
			"editor.defaultColorDecorators.auto",
			"editor.defaultColorDecorators.always",
			"editor.defaultColorDecorators.never",
			"defaultColorDecorators",
			"tabFocusMode"
		],
		"vs/editor/common/core/editorColorRegistry": [
			"lineHighlight",
			"lineHighlightBorderBox",
			"rangeHighlight",
			"rangeHighlightBorder",
			"symbolHighlight",
			"symbolHighlightBorder",
			"caret",
			"editorCursorBackground",
			"editorMultiCursorPrimaryForeground",
			"editorMultiCursorPrimaryBackground",
			"editorMultiCursorSecondaryForeground",
			"editorMultiCursorSecondaryBackground",
			"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/editor/common/editorContextKeys": [
			"editorTextFocus",
			"editorFocus",
			"textInputFocus",
			"editorReadonly",
			"inDiffEditor",
			"isEmbeddedDiffEditor",
			"multiDiffEditorAllCollapsed",
			"diffEditorHasChanges",
			"comparingMovedCode",
			"accessibleDiffViewerVisible",
			"diffEditorRenderSideBySideInlineBreakpointReached",
			"diffEditorInlineMode",
			"diffEditorOriginalWritable",
			"diffEditorModifiedWritable",
			"diffEditorOriginalUri",
			"diffEditorModifiedUri",
			"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/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/editor/common/languages/modesRegistry": [
			"plainText.alias"
		],
		"vs/editor/common/model/editStack": [
			"edit"
		],
		"vs/editor/common/standaloneStrings": [
			"accessibilityHelpTitle",
			"openingDocs",
			"readonlyDiffEditor",
			"editableDiffEditor",
			"readonlyEditor",
			"editableEditor",
			"changeConfigToOnMac",
			"changeConfigToOnWinLinux",
			"auto_on",
			"auto_off",
			"screenReaderModeEnabled",
			"screenReaderModeDisabled",
			"tabFocusModeOnMsg",
			"tabFocusModeOffMsg",
			"stickScrollKb",
			"codeFolding",
			"intellisense",
			"showOrFocusHover",
			"goToSymbol",
			"showAccessibilityHelpAction",
			"listSignalSoundsCommand",
			"listAnnouncementsCommand",
			"quickChatCommand",
			"startInlineChatCommand",
			"debug.startDebugging",
			"debugConsole.setBreakpoint",
			"debugConsole.addToWatch",
			"debugConsole.executeSelection",
			"chatEditorModification",
			"chatEditorRequestInProgress",
			"chatEditing.navigation",
			"inspectTokens",
			"gotoLineActionLabel",
			"helpQuickAccess",
			"quickCommandActionLabel",
			"quickCommandActionHelp",
			"quickOutlineActionLabel",
			"quickOutlineByCategoryActionLabel",
			"editorViewAccessibleLabel",
			"toggleHighContrast",
			"bulkEditServiceSummary"
		],
		"vs/editor/common/viewLayout/viewLineRenderer": [
			"showMore",
			"overflow.chars"
		],
		"vs/editor/contrib/anchorSelect/browser/anchorSelect": [
			"selectionAnchor",
			"anchorSet",
			"setSelectionAnchor",
			"goToSelectionAnchor",
			"selectFromAnchorToCursor",
			"cancelSelectionAnchor"
		],
		"vs/editor/contrib/bracketMatching/browser/bracketMatching": [
			"overviewRulerBracketMatchForeground",
			{
				"key": "miGoToBracket",
				"comment": [
					"&& denotes a mnemonic"
				]
			},
			"smartSelect.jumpBracket",
			"smartSelect.selectToBracket",
			"smartSelect.selectToBracketDescription",
			"smartSelect.removeBrackets"
		],
		"vs/editor/contrib/caretOperations/browser/caretOperations": [
			"caret.moveLeft",
			"caret.moveRight"
		],
		"vs/editor/contrib/caretOperations/browser/transpose": [
			"transposeLetters.label"
		],
		"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",
			{
				"key": "miPaste",
				"comment": [
					"&& denotes a mnemonic"
				]
			},
			"actions.clipboard.pasteLabel",
			"actions.clipboard.pasteLabel",
			"actions.clipboard.pasteLabel",
			"copy as",
			"copy as",
			"share",
			"share",
			"actions.clipboard.copyWithSyntaxHighlightingLabel"
		],
		"vs/editor/contrib/codeAction/browser/codeAction": [
			"applyCodeActionFailed"
		],
		"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",
			"editor.action.quickFix.noneMessage",
			"editor.action.codeAction.noneMessage.preferred.kind",
			"editor.action.codeAction.noneMessage.kind",
			"editor.action.codeAction.noneMessage.preferred",
			"editor.action.codeAction.noneMessage",
			"editor.action.refactor.noneMessage.preferred.kind",
			"editor.action.refactor.noneMessage.kind",
			"editor.action.refactor.noneMessage.preferred",
			"editor.action.refactor.noneMessage",
			"editor.action.source.noneMessage.preferred.kind",
			"editor.action.source.noneMessage.kind",
			"editor.action.source.noneMessage.preferred",
			"editor.action.source.noneMessage",
			"editor.action.organize.noneMessage",
			"fixAll.noneMessage",
			"editor.action.autoFix.noneMessage",
			"quickfix.trigger.label",
			"refactor.label",
			"source.label",
			"organizeImports.label",
			"organizeImports.description",
			"fixAll.label",
			"autoFix.label"
		],
		"vs/editor/contrib/codeAction/browser/codeActionContributions": [
			"showCodeActionHeaders",
			"includeNearbyQuickFixes",
			"triggerOnFocusChange"
		],
		"vs/editor/contrib/codeAction/browser/codeActionController": [
			"editingNewSelection",
			"hideMoreActions",
			"showMoreActions"
		],
		"vs/editor/contrib/codeAction/browser/codeActionMenu": [
			"codeAction.widget.id.more",
			"codeAction.widget.id.quickfix",
			"codeAction.widget.id.extract",
			"codeAction.widget.id.inline",
			"codeAction.widget.id.convert",
			"codeAction.widget.id.move",
			"codeAction.widget.id.surround",
			"codeAction.widget.id.source"
		],
		"vs/editor/contrib/codeAction/browser/lightBulbWidget": [
			"gutterLightbulbWidget",
			"gutterLightbulbAutoFixWidget",
			"gutterLightbulbAIFixWidget",
			"gutterLightbulbAIFixAutoFixWidget",
			"gutterLightbulbSparkleFilledWidget",
			"codeActionAutoRun",
			"preferredcodeActionWithKb",
			"codeActionWithKb",
			"codeAction"
		],
		"vs/editor/contrib/codelens/browser/codelensController": [
			"placeHolder",
			"showLensOnLine"
		],
		"vs/editor/contrib/colorPicker/browser/colorPickerParts/colorPickerCloseButton": [
			"closeIcon"
		],
		"vs/editor/contrib/colorPicker/browser/colorPickerParts/colorPickerHeader": [
			"clickToToggleColorOptions"
		],
		"vs/editor/contrib/colorPicker/browser/hoverColorPicker/hoverColorPickerParticipant": [
			"hoverAccessibilityColorParticipant"
		],
		"vs/editor/contrib/colorPicker/browser/standaloneColorPicker/standaloneColorPickerActions": [
			{
				"key": "mishowOrFocusStandaloneColorPicker",
				"comment": [
					"&& denotes a mnemonic"
				]
			},
			"showOrFocusStandaloneColorPicker",
			"showOrFocusStandaloneColorPickerDescription",
			{
				"key": "hideColorPicker",
				"comment": [
					"Action that hides the color picker"
				]
			},
			"hideColorPickerDescription",
			{
				"key": "insertColorWithStandaloneColorPicker",
				"comment": [
					"Action that inserts color with standalone color picker"
				]
			},
			"insertColorWithStandaloneColorPickerDescription"
		],
		"vs/editor/contrib/comment/browser/comment": [
			{
				"key": "miToggleLineComment",
				"comment": [
					"&& denotes a mnemonic"
				]
			},
			{
				"key": "miToggleBlockComment",
				"comment": [
					"&& denotes a mnemonic"
				]
			},
			"comment.line",
			"comment.line.add",
			"comment.line.remove",
			"comment.block"
		],
		"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/cursorUndo/browser/cursorUndo": [
			"cursor.undo",
			"cursor.redo"
		],
		"vs/editor/contrib/dropOrPasteInto/browser/copyPasteContribution": [
			"pasteAs.kind",
			"pasteAs.preferences",
			"pasteAs",
			"pasteAsText"
		],
		"vs/editor/contrib/dropOrPasteInto/browser/copyPasteController": [
			"pasteWidgetVisible",
			"postPasteWidgetTitle",
			"noPreferences",
			"pasteAsError",
			"resolveProcess",
			"pasteIntoEditorProgress",
			"pasteAsDefault",
			"pasteAsPickerPlaceholder",
			"pasteAsProgress"
		],
		"vs/editor/contrib/dropOrPasteInto/browser/defaultProviders": [
			"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/dropOrPasteInto/browser/postEditWidget": [
			"resolveError",
			"applyError"
		],
		"vs/editor/contrib/editorState/browser/keybindingCancellation": [
			"cancellableOperation"
		],
		"vs/editor/contrib/find/browser/findController": [
			"too.large.for.replaceall",
			{
				"key": "miFind",
				"comment": [
					"&& denotes a mnemonic"
				]
			},
			"findMatchAction.noResults",
			"findMatchAction.inputPlaceHolder",
			"findMatchAction.inputValidationMessage",
			"findMatchAction.inputValidationMessage",
			{
				"key": "miReplace",
				"comment": [
					"&& denotes a mnemonic"
				]
			},
			"startFindAction",
			"startFindWithArgsAction",
			"startFindWithSelectionAction",
			"findNextMatchAction",
			"findPreviousMatchAction",
			"findMatchAction.goToMatch",
			"nextSelectionMatchFindAction",
			"previousSelectionMatchFindAction",
			"startReplace"
		],
		"vs/editor/contrib/find/browser/findWidget": [
			"findCollapsedIcon",
			"findExpandedIcon",
			"findSelectionIcon",
			"findReplaceIcon",
			"findReplaceAllIcon",
			"findPreviousMatchIcon",
			"findNextMatchIcon",
			"label.findDialog",
			"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",
			"ariaSearchNoResultEmpty",
			"ariaSearchNoResult",
			"ariaSearchNoResultWithLineNum",
			"ariaSearchNoResultWithLineNumNoCurrentMatch",
			"ctrlEnter.keybindingChanged"
		],
		"vs/editor/contrib/folding/browser/folding": [
			"unfoldAction.label",
			"unFoldRecursivelyAction.label",
			"foldAction.label",
			"toggleFoldAction.label",
			"foldRecursivelyAction.label",
			"toggleFoldRecursivelyAction.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",
			"toggleImportFold.label",
			"foldLevelAction.label"
		],
		"vs/editor/contrib/folding/browser/foldingDecorations": [
			"foldBackgroundBackground",
			"collapsedTextColor",
			"editorGutter.foldingControlForeground",
			"foldingExpandedIcon",
			"foldingCollapsedIcon",
			"foldingManualCollapedIcon",
			"foldingManualExpandedIcon",
			"linesCollapsed",
			"linesExpanded"
		],
		"vs/editor/contrib/fontZoom/browser/fontZoom": [
			"EditorFontZoomIn.label",
			"EditorFontZoomOut.label",
			"EditorFontZoomReset.label"
		],
		"vs/editor/contrib/format/browser/formatActions": [
			"formatDocument.label",
			"formatSelection.label"
		],
		"vs/editor/contrib/gotoError/browser/gotoError": [
			"nextMarkerIcon",
			"previousMarkerIcon",
			{
				"key": "miGotoNextProblem",
				"comment": [
					"&& denotes a mnemonic"
				]
			},
			{
				"key": "miGotoPreviousProblem",
				"comment": [
					"&& denotes a mnemonic"
				]
			},
			"markerAction.next.label",
			"markerAction.previous.label",
			"markerAction.nextInFiles.label",
			"markerAction.previousInFiles.label"
		],
		"vs/editor/contrib/gotoError/browser/gotoErrorWidget": [
			"Error",
			"Warning",
			"Info",
			"Hint",
			"marker aria",
			"problems",
			"change",
			"editorMarkerNavigationError",
			"editorMarkerNavigationErrorHeaderBackground",
			"editorMarkerNavigationWarning",
			"editorMarkerNavigationWarningBackground",
			"editorMarkerNavigationInfo",
			"editorMarkerNavigationInfoHeaderBackground",
			"editorMarkerNavigationBackground"
		],
		"vs/editor/contrib/gotoSymbol/browser/goToCommands": [
			"peek.submenu",
			"def.title",
			"noResultWord",
			"generic.noResults",
			{
				"key": "miGotoDefinition",
				"comment": [
					"&& denotes a mnemonic"
				]
			},
			"decl.title",
			"decl.noResultWord",
			"decl.generic.noResults",
			{
				"key": "miGotoDeclaration",
				"comment": [
					"&& denotes a mnemonic"
				]
			},
			"decl.noResultWord",
			"decl.generic.noResults",
			"typedef.title",
			"goToTypeDefinition.noResultWord",
			"goToTypeDefinition.generic.noResults",
			{
				"key": "miGotoTypeDefinition",
				"comment": [
					"&& denotes a mnemonic"
				]
			},
			"impl.title",
			"goToImplementation.noResultWord",
			"goToImplementation.generic.noResults",
			{
				"key": "miGotoImplementation",
				"comment": [
					"&& denotes a mnemonic"
				]
			},
			"references.no",
			"references.noGeneric",
			{
				"key": "miGotoReference",
				"comment": [
					"&& denotes a mnemonic"
				]
			},
			"ref.title",
			"ref.title",
			"generic.title",
			"generic.noResult",
			"ref.title",
			"actions.goToDecl.label",
			"actions.goToDeclToSide.label",
			"actions.previewDecl.label",
			"actions.goToDeclaration.label",
			"actions.peekDecl.label",
			"actions.goToTypeDefinition.label",
			"actions.peekTypeDefinition.label",
			"actions.goToImplementation.label",
			"actions.peekImplementation.label",
			"goToReferences.label",
			"references.action.label",
			"label.generic"
		],
		"vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [
			"multipleResults"
		],
		"vs/editor/contrib/gotoSymbol/browser/peek/referencesController": [
			"referenceSearchVisible",
			"labelLoading",
			"metaTitle.N"
		],
		"vs/editor/contrib/gotoSymbol/browser/peek/referencesTree": [
			"referencesCount",
			"referenceCount",
			"treeAriaLabel"
		],
		"vs/editor/contrib/gotoSymbol/browser/peek/referencesWidget": [
			"missingPreviewMessage",
			"noResults",
			"peekView.alternateTitle"
		],
		"vs/editor/contrib/gotoSymbol/browser/referencesModel": [
			"aria.oneReference",
			{
				"key": "aria.oneReference.preview",
				"comment": [
					"Placeholders are: 0: filename, 1:line number, 2: column number, 3: preview snippet of source code"
				]
			},
			"aria.fileReferences.1",
			"aria.fileReferences.N",
			"aria.result.0",
			"aria.result.1",
			"aria.result.n1",
			"aria.result.nm"
		],
		"vs/editor/contrib/gotoSymbol/browser/symbolNavigation": [
			"hasSymbols",
			"location.kb",
			"location"
		],
		"vs/editor/contrib/gpu/browser/gpuActions": [
			"logTextureAtlasStats.label",
			"saveTextureAtlas.label",
			"drawGlyph.label",
			"gpuDebug.label"
		],
		"vs/editor/contrib/hover/browser/contentHoverRendered": [
			"hoverAccessibilityStatusBar",
			"hoverAccessibilityStatusBarActionWithKeybinding",
			"hoverAccessibilityStatusBarActionWithoutKeybinding"
		],
		"vs/editor/contrib/hover/browser/hoverAccessibleViews": [
			"increaseVerbosity",
			"decreaseVerbosity"
		],
		"vs/editor/contrib/hover/browser/hoverActionIds": [
			{
				"key": "increaseHoverVerbosityLevel",
				"comment": [
					"Label for action that will increase the hover verbosity level."
				]
			},
			{
				"key": "decreaseHoverVerbosityLevel",
				"comment": [
					"Label for action that will decrease the hover verbosity level."
				]
			}
		],
		"vs/editor/contrib/hover/browser/hoverActions": [
			"showOrFocusHover.focus.noAutoFocus",
			"showOrFocusHover.focus.focusIfVisible",
			"showOrFocusHover.focus.autoFocusImmediately",
			{
				"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."
				]
			},
			"showOrFocusHoverDescription",
			{
				"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."
				]
			},
			"showDefinitionPreviewHoverDescription",
			{
				"key": "hideHover",
				"comment": [
					"Label for action that will hide the hover in the editor."
				]
			},
			{
				"key": "scrollUpHover",
				"comment": [
					"Action that allows to scroll up in the hover widget with the up arrow when the hover widget is focused."
				]
			},
			"scrollUpHoverDescription",
			{
				"key": "scrollDownHover",
				"comment": [
					"Action that allows to scroll down in the hover widget with the up arrow when the hover widget is focused."
				]
			},
			"scrollDownHoverDescription",
			{
				"key": "scrollLeftHover",
				"comment": [
					"Action that allows to scroll left in the hover widget with the left arrow when the hover widget is focused."
				]
			},
			"scrollLeftHoverDescription",
			{
				"key": "scrollRightHover",
				"comment": [
					"Action that allows to scroll right in the hover widget with the right arrow when the hover widget is focused."
				]
			},
			"scrollRightHoverDescription",
			{
				"key": "pageUpHover",
				"comment"