From b597a0405acfca9d7f1a2de6c8614ec4bf448346 Mon Sep 17 00:00:00 2001 From: Mark Sujew Date: Mon, 23 Jan 2023 16:08:58 +0100 Subject: [PATCH] Localization metadata update 1.68.1 (#12092) --- packages/core/src/browser/about-dialog.tsx | 2 +- packages/core/src/browser/core-preferences.ts | 11 +- packages/core/src/browser/dialogs.ts | 2 +- .../i18n/language-quick-pick-service.ts | 4 +- .../src/browser/shell/application-shell.ts | 6 +- .../core/src/common/i18n/nls.metadata.json | 32891 +++++++++------- ...debug-frontend-application-contribution.ts | 4 +- .../debug/src/browser/debug-preferences.ts | 2 +- ...disassembly-view-accessibility-provider.ts | 8 +- .../disassembly-view-contribution.ts | 2 +- .../disassembly-view-widget.ts | 6 +- .../src/browser/editor-preview-preferences.ts | 2 +- packages/editor/src/browser/editor-command.ts | 5 +- .../editor-generated-preference-schema.ts | 134 +- .../editor/src/browser/editor-preferences.ts | 2 +- .../src/browser/editor-widget-factory.ts | 3 +- .../editor-language-status-service.ts | 4 +- .../filesystem/src/browser/file-service.ts | 4 +- .../filesystem-frontend-contribution.ts | 2 +- .../src/browser/filesystem-preferences.ts | 7 +- .../src/browser/getting-started-widget.tsx | 14 +- packages/git/src/common/git-model.ts | 1 + .../memory-diff-options-widget.tsx | 4 +- .../memory-widget/memory-options-widget.tsx | 4 +- .../output/src/browser/output-contribution.ts | 2 +- .../src/main/browser/authentication-main.ts | 2 +- .../main/browser/view/plugin-view-registry.ts | 5 +- .../views/preference-searchbar-widget.tsx | 2 +- .../resource-property-view-tree-widget.tsx | 2 +- packages/scm/src/browser/scm-contribution.ts | 8 +- .../browser/terminal-frontend-contribution.ts | 10 +- .../src/browser/terminal-preferences.ts | 13 +- .../browser/terminal-quick-open-service.ts | 2 +- .../tree/typehierarchy-tree-widget.tsx | 2 +- .../src/browser/vsx-extension.tsx | 2 +- .../browser/vsx-extensions-contribution.ts | 2 +- .../browser/workspace-trust-preferences.ts | 3 +- 37 files changed, 18713 insertions(+), 14466 deletions(-) diff --git a/packages/core/src/browser/about-dialog.tsx b/packages/core/src/browser/about-dialog.tsx index bb1a745dc43db..c56703f75a0f6 100644 --- a/packages/core/src/browser/about-dialog.tsx +++ b/packages/core/src/browser/about-dialog.tsx @@ -66,7 +66,7 @@ export class AboutDialog extends ReactDialog { const compatibilityUrl = 'https://eclipse-theia.github.io/vscode-theia-comparator/status.html'; const detailsLabel = nls.localizeByDefault('Details'); - const versionLabel = nls.localizeByDefault('Version'); + const versionLabel = nls.localize('theia/core/about/version', 'Version'); const defaultApiLabel = nls.localize('theia/core/about/defaultApi', 'Default {0} API', 'VS Code'); const compatibilityLabel = nls.localize('theia/core/about/compatibility', '{0} Compatibility', 'VS Code'); diff --git a/packages/core/src/browser/core-preferences.ts b/packages/core/src/browser/core-preferences.ts index b64abd8670329..021abc8bad14c 100644 --- a/packages/core/src/browser/core-preferences.ts +++ b/packages/core/src/browser/core-preferences.ts @@ -87,12 +87,12 @@ export const corePreferenceSchema: PreferenceSchema = { nls.localizeByDefault('Menu is displayed at the top of the window and only hidden in full screen mode.'), nls.localizeByDefault('Menu is always visible at the top of the window even in full screen mode.'), nls.localizeByDefault('Menu is always hidden.'), - nls.localizeByDefault('Menu is displayed as a compact button in the sidebar. This value is ignored when `#window.titleBarStyle#` is `native`.') + nls.localizeByDefault('Menu is displayed as a compact button in the side bar. This value is ignored when `#window.titleBarStyle#` is `native`.') ], default: 'classic', scope: 'application', // eslint-disable-next-line max-len - markdownDescription: nls.localizeByDefault('Control the visibility of the menu bar. A setting of \'toggle\' means that the menu bar is hidden and a single press of the Alt key will show it. A setting of \'compact\' will move the menu into the sidebar.'), + markdownDescription: nls.localizeByDefault("Control the visibility of the menu bar. A setting of 'toggle' means that the menu bar is hidden and a single press of the Alt key will show it. A setting of 'compact' will move the menu into the side bar."), included: !(isOSX && environment.electron.is()) }, 'window.title': { @@ -133,7 +133,7 @@ export const corePreferenceSchema: PreferenceSchema = { enumDescriptions: [ nls.localizeByDefault('Disable proxy support for extensions.'), nls.localizeByDefault('Enable proxy support for extensions.'), - nls.localize('theia/core/proxySupportFallback', 'Enable proxy support for extensions, fall back to request options, when no proxy found.'), + nls.localizeByDefault('Enable proxy support for extensions, fall back to request options, when no proxy found.'), nls.localizeByDefault('Enable proxy support for extensions, override request options.'), ], default: 'override', @@ -166,13 +166,12 @@ export const corePreferenceSchema: PreferenceSchema = { 'workbench.editor.closeOnFileDelete': { 'type': 'boolean', // eslint-disable-next-line max-len - 'description': nls.localizeByDefault('Controls whether editors showing a file that was opened during the session should close automatically when getting deleted or renamed by some other process. Disabling this will keep the editor open on such an event. Note that deleting from within the application will always close the editor and that dirty files will never close to preserve your data.'), + 'description': nls.localizeByDefault('Controls whether editors showing a file that was opened during the session should close automatically when getting deleted or renamed by some other process. Disabling this will keep the editor open on such an event. Note that deleting from within the application will always close the editor and that editors with unsaved changes will never close to preserve your data.'), 'default': false }, 'workbench.editor.mouseBackForwardToNavigate': { 'type': 'boolean', - // nls-todo: Will be available with newer VSCode API - 'description': nls.localize('theia/core/mouseBackForwardToNavigate', "Enables the use of mouse buttons four and five for commands 'Go Back' and 'Go Forward'."), + 'description': nls.localizeByDefault("Enables the use of mouse buttons four and five for commands 'Go Back' and 'Go Forward'."), 'default': true }, 'workbench.commandPalette.history': { diff --git a/packages/core/src/browser/dialogs.ts b/packages/core/src/browser/dialogs.ts index 854ec0c883986..885055fe18e11 100644 --- a/packages/core/src/browser/dialogs.ts +++ b/packages/core/src/browser/dialogs.ts @@ -393,7 +393,7 @@ export class ConfirmDialog extends AbstractDialog { export async function confirmExit(): Promise { const safeToExit = await new ConfirmDialog({ - title: nls.localize('theia/core/quitTitle', 'Are you sure you want to quit?'), + title: nls.localizeByDefault('Are you sure you want to quit?'), msg: nls.localize('theia/core/quitMessage', 'Any unsaved changes will not be saved.'), ok: Dialog.YES, cancel: Dialog.NO, diff --git a/packages/core/src/browser/i18n/language-quick-pick-service.ts b/packages/core/src/browser/i18n/language-quick-pick-service.ts index fed5f81dac0bc..19b114b8fef68 100644 --- a/packages/core/src/browser/i18n/language-quick-pick-service.ts +++ b/packages/core/src/browser/i18n/language-quick-pick-service.ts @@ -38,7 +38,7 @@ export class LanguageQuickPickService { const quickInputItems: (LanguageQuickPickItem | QuickPickSeparator)[] = [ { type: 'separator', - label: nls.localize('theia/core/installedLanguages', 'Installed languages') + label: nls.localizeByDefault('Installed languages') }, ...installedItems ]; @@ -55,7 +55,7 @@ export class LanguageQuickPickService { if (availableItems.length > 0) { quickInputItems.push({ type: 'separator', - label: nls.localize('theia/core/availableLanguages', 'Available languages') + label: nls.localizeByDefault('Available languages') }); const installed = new Set(installedItems.map(e => e.languageId)); for (const available of availableItems) { diff --git a/packages/core/src/browser/shell/application-shell.ts b/packages/core/src/browser/shell/application-shell.ts index 839dafff0f253..4a63dbe6cc3a3 100644 --- a/packages/core/src/browser/shell/application-shell.ts +++ b/packages/core/src/browser/shell/application-shell.ts @@ -2033,9 +2033,9 @@ export namespace ApplicationShell { export const areaLabels: Record = { main: nls.localizeByDefault('Main'), top: nls.localize('theia/shell-area/top', 'Top'), - left: nls.localize('theia/shell-area/left', 'Left'), - right: nls.localize('theia/shell-area/right', 'Right'), - bottom: nls.localize('theia/shell-area/bottom', 'Bottom'), + left: nls.localizeByDefault('Left'), + right: nls.localizeByDefault('Right'), + bottom: nls.localizeByDefault('Bottom'), secondaryWindow: nls.localize('theia/shell-area/secondary', 'Secondary Window'), }; diff --git a/packages/core/src/common/i18n/nls.metadata.json b/packages/core/src/common/i18n/nls.metadata.json index bb9e4da601236..44ce375e6e0fa 100644 --- a/packages/core/src/common/i18n/nls.metadata.json +++ b/packages/core/src/common/i18n/nls.metadata.json @@ -56,114 +56,22 @@ "copyAll", "debug" ], - "vs/workbench/services/extensions/electron-browser/extensionService": [ - "extensionService.versionMismatchCrash", - "relaunch", - "extensionService.crash", - "devTools", - "restart", - "getEnvironmentFailure", - "looping", - "enableResolver", - "enable", - "installResolver", - "install", - "resolverExtensionNotFound", - "restartExtensionHost" - ], - "vs/workbench/contrib/extensions/electron-browser/extensions.contribution": [ - "runtimeExtension" - ], - "vs/workbench/contrib/externalTerminal/node/externalTerminal.contribution": [ - "globalConsoleAction", - "terminalConfigurationTitle", - "terminal.explorerKind.integrated", - "terminal.explorerKind.external", - "explorer.openInTerminalKind", - "terminal.external.windowsExec", - "terminal.external.osxExec", - "terminal.external.linuxExec" - ], - "vs/workbench/contrib/cli/node/cli.contribution": [ - "shellCommand", - "install", - "not available", - "ok", - "cancel2", - "warnEscalation", - "cantCreateBinFolder", - "aborted", - "successIn", - "uninstall", - "not available", - "ok", - "cancel2", - "warnEscalationUninstall", - "cantUninstall", - "aborted", - "successFrom" - ], - "vs/workbench/contrib/tasks/electron-browser/taskService": [ - "TaskSystem.runningTask", + "vs/platform/terminal/node/ptyService": [ { - "key": "TaskSystem.terminateTask", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "TaskSystem.noProcess", - { - "key": "TaskSystem.exitAnyways", + "key": "terminal-session-restore", "comment": [ - "&& denotes a mnemonic" + "date the snapshot was taken", + "time the snapshot was taken" ] } ], - "vs/platform/environment/node/argvHelper": [ - "unknownOption", - "multipleValues", - "gotoValidation" - ], - "vs/platform/environment/node/argv": [ - "optionsUpperCase", - "extensionsManagement", - "troubleshooting", - "diff", - "add", - "goto", - "newWindow", - "reuseWindow", - "wait", - "locale", - "userDataDir", - "help", - "extensionHomePath", - "listExtensions", - "showVersions", - "category", - "installExtension", - "uninstallExtension", - "experimentalApis", - "version", - "verbose", - "log", - "status", - "prof-startup", - "disableExtensions", - "disableExtension", - "turn sync", - "inspect-extensions", - "inspect-brk-extensions", - "disableGPU", - "maxMemory", - "telemetry", - "usage", - "options", - "paths", - "stdinWindows", - "stdinUnix", - "unknownVersion", - "unknownCommit" + "vs/base/common/errorMessage": [ + "stackTrace.format", + "nodeExceptionMessage", + "error.defaultMessage", + "error.defaultMessage", + "error.moreErrors", + "error.defaultMessage" ], "vs/code/electron-main/app": [ { @@ -182,18 +90,27 @@ "confirmOpenDetail", "trace.message", "trace.detail", - "trace.ok" + { + "key": "trace.ok", + "comment": [ + "&& denotes a mnemonic" + ] + } ], - "vs/platform/request/common/request": [ - "httpConfigurationTitle", - "proxy", - "strictSSL", - "proxyAuthorization", - "proxySupportOff", - "proxySupportOn", - "proxySupportOverride", - "proxySupport", - "systemCertificates" + "vs/platform/environment/node/argvHelper": [ + "unknownOption", + "multipleValues", + "emptyValue", + "deprecatedArgument", + "gotoValidation" + ], + "vs/platform/files/common/files": [ + "unknownError", + "sizeB", + "sizeKB", + "sizeMB", + "sizeGB", + "sizeTB" ], "vs/platform/files/common/fileService": [ "invalidPath", @@ -218,6 +135,7 @@ "deleteFailedTrashUnsupported", "deleteFailedNotFound", "deleteFailedNonEmptyFolder", + "err.readonly", "err.readonly" ], "vs/platform/files/node/diskFileSystemProvider": [ @@ -228,21 +146,17 @@ "fileCopyErrorPathCase", "fileCopyErrorExists" ], - "vs/platform/files/common/files": [ - "unknownError", - "sizeB", - "sizeKB", - "sizeMB", - "sizeGB", - "sizeTB" - ], - "vs/base/common/errorMessage": [ - "stackTrace.format", - "nodeExceptionMessage", - "error.defaultMessage", - "error.defaultMessage", - "error.moreErrors", - "error.defaultMessage" + "vs/platform/request/common/request": [ + "httpConfigurationTitle", + "proxy", + "strictSSL", + "proxyAuthorization", + "proxySupportOff", + "proxySupportOn", + "proxySupportFallback", + "proxySupportOverride", + "proxySupport", + "systemCertificates" ], "vs/platform/update/common/update.config.contribution": [ "updateConfigurationTitle", @@ -257,227 +171,508 @@ "enableWindowsBackgroundUpdates", "showReleaseNotes" ], - "vs/platform/extensionManagement/node/extensionManagementService": [ - "incompatible", - "restartCode", - "restartCode", - "MarketPlaceDisabled", - "malicious extension", - "notFoundCompatibleDependency", - "MarketPlaceDisabled", - "Not a Marketplace extension", - "removeError", - "quitCode", - "exitCode", - "notInstalled", - "singleDependentError", - "twoDependentsError", - "multipleDependentsError", - "singleIndirectDependentError", - "twoIndirectDependentsError", - "multipleIndirectDependentsError", - "notExists" - ], - "vs/platform/extensionManagement/common/extensionManagement": [ - "extensions", - "preferences" - ], - "vs/platform/telemetry/common/telemetryService": [ - "telemetryConfigurationTitle", - "telemetry.enableTelemetry", - "telemetry.enableTelemetryMd" - ], - "vs/platform/extensionManagement/common/extensionManagementCLIService": [ - "notFound", - "useId", - "listFromLocation", - "installingExtensionsOnLocation", - "installingExtensions", - "alreadyInstalled-checkAndUpdate", - "alreadyInstalled", - "installation failed", - "successVsixInstall", - "cancelVsixInstall", - "alreadyInstalled", - "updateMessage", - "installing builtin ", - "installing", - "successInstall", - "cancelInstall", - "forceDowngrade", - "builtin", - "forceUninstall", - "uninstalling", - "successUninstallFromLocation", - "successUninstall", - "notInstalleddOnLocation", - "notInstalled" - ], - "vs/code/electron-sandbox/issue/issueReporterPage": [ - "completeInEnglish", - "issueTypeLabel", - "issueSourceLabel", - "issueSourceEmptyValidation", - "disableExtensionsLabelText", - "disableExtensions", - "chooseExtension", - "extensionWithNonstandardBugsUrl", - "extensionWithNoBugsUrl", - "issueTitleLabel", - "issueTitleRequired", - "titleEmptyValidation", - "titleLengthValidation", - "details", - "descriptionEmptyValidation", - { - "key": "sendSystemInfo", - "comment": [ - "{0} is either \"show\" or \"hide\" and is a button to toggle the visibility of the system information" - ] - }, - "show", - { - "key": "sendProcessInfo", - "comment": [ - "{0} is either \"show\" or \"hide\" and is a button to toggle the visibility of the process info" - ] - }, - "show", - { - "key": "sendWorkspaceInfo", - "comment": [ - "{0} is either \"show\" or \"hide\" and is a button to toggle the visibility of the workspace information" - ] - }, - "show", - { - "key": "sendExtensions", - "comment": [ - "{0} is either \"show\" or \"hide\" and is a button to toggle the visibility of the enabled extensions list" - ] - }, - "show", - { - "key": "sendExperiments", - "comment": [ - "{0} is either \"show\" or \"hide\" and is a button to toggle the visibility of the current experiment information" - ] - }, - "show" - ], - "vs/platform/userDataSync/common/userDataSync": [ - "settings sync", - "settingsSync.keybindingsPerPlatform", - "settingsSync.ignoredExtensions", - "app.extension.identifier.errorMessage", - "settingsSync.ignoredSettings" - ], - "vs/platform/extensionManagement/electron-sandbox/extensionTipsService": [ - { - "key": "exeRecommended", - "comment": [ - "Placeholder string is the name of the software that is installed." - ] - } - ], - "vs/platform/userDataSync/common/userDataSyncMachines": [ - "error incompatible" - ], - "vs/platform/userDataSync/common/userDataAutoSyncService": [ - "default service changed", - "service changed", - "turned off", - "default service changed", - "service changed", - "session expired", - "turned off machine" - ], - "vs/workbench/services/lifecycle/electron-sandbox/lifecycleService": [ - "errorClose", - "errorQuit", - "errorReload", - "errorLoad" - ], - "vs/workbench/services/workspaces/electron-sandbox/workspaceEditingService": [ - "save", - "doNotSave", - "cancel", - "saveWorkspaceMessage", - "saveWorkspaceDetail", - "workspaceOpenedMessage", - "ok", - "workspaceOpenedDetail" - ], - "vs/workbench/services/extensionManagement/electron-sandbox/extensionManagementServerService": [ - "local", - "remote" - ], - "vs/workbench/services/integrity/electron-sandbox/integrityService": [ - "integrity.prompt", - "integrity.moreInformation", - "integrity.dontShowAgain" - ], - "vs/workbench/contrib/localizations/browser/localizations.contribution": [ - "updateLocale", - "activateLanguagePack", - "changeAndRestart", - "restart", - "neverAgain", - "vscode.extension.contributes.localizations", - "vscode.extension.contributes.localizations.languageId", - "vscode.extension.contributes.localizations.languageName", - "vscode.extension.contributes.localizations.languageNameLocalized", - "vscode.extension.contributes.localizations.translations", - "vscode.extension.contributes.localizations.translations.id", - "vscode.extension.contributes.localizations.translations.id.pattern", - "vscode.extension.contributes.localizations.translations.path" - ], - "vs/workbench/electron-sandbox/desktop.contribution": [ - "newTab", - "showPreviousTab", - "showNextWindowTab", - "moveWindowTabToNewWindow", - "mergeAllWindowTabs", - "toggleWindowTabsBar", - { - "key": "miCloseWindow", - "comment": [ - "&& denotes a mnemonic" - ] - }, - { - "key": "miExit", - "comment": [ - "&& denotes a mnemonic" - ] - }, - { - "key": "miZoomIn", - "comment": [ - "&& denotes a mnemonic" - ] - }, + "vs/editor/common/config/editorOptions": [ + "accessibilitySupport.auto", + "accessibilitySupport.on", + "accessibilitySupport.off", + "accessibilitySupport", + "comments.insertSpace", + "comments.ignoreEmptyLines", + "emptySelectionClipboard", + "find.cursorMoveOnType", + "editor.find.seedSearchStringFromSelection.never", + "editor.find.seedSearchStringFromSelection.always", + "editor.find.seedSearchStringFromSelection.selection", + "find.seedSearchStringFromSelection", + "editor.find.autoFindInSelection.never", + "editor.find.autoFindInSelection.always", + "editor.find.autoFindInSelection.multiline", + "find.autoFindInSelection", + "find.globalFindClipboard", + "find.addExtraSpaceOnTop", + "find.loop", + "fontLigatures", + "fontFeatureSettings", + "fontLigaturesGeneral", + "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.above", + "codeActions", + "inlayHints.enable", + "editor.inlayHints.on", + "editor.inlayHints.onUnlessPressed", + "editor.inlayHints.offUnlessPressed", + "editor.inlayHints.off", + "inlayHints.fontSize", + "inlayHints.fontFamily", + "inlayHints.padding", + "lineHeight", + "minimap.enabled", + "minimap.size.proportional", + "minimap.size.fill", + "minimap.size.fit", + "minimap.size", + "minimap.side", + "minimap.showSlider", + "minimap.scale", + "minimap.renderCharacters", + "minimap.maxColumn", + "padding.top", + "padding.bottom", + "parameterHints.enabled", + "parameterHints.cycle", + "on", + "inline", + "off", + "quickSuggestions.strings", + "quickSuggestions.comments", + "quickSuggestions.other", + "quickSuggestions", + "lineNumbers.off", + "lineNumbers.on", + "lineNumbers.relative", + "lineNumbers.interval", + "lineNumbers", + "rulers.size", + "rulers.color", + "rulers", + "scrollbar.vertical.auto", + "scrollbar.vertical.visible", + "scrollbar.vertical.fit", + "scrollbar.vertical", + "scrollbar.horizontal.auto", + "scrollbar.horizontal.visible", + "scrollbar.horizontal.fit", + "scrollbar.horizontal", + "scrollbar.verticalScrollbarSize", + "scrollbar.horizontalScrollbarSize", + "scrollbar.scrollByPage", + "unicodeHighlight.nonBasicASCII", + "unicodeHighlight.invisibleCharacters", + "unicodeHighlight.ambiguousCharacters", + "unicodeHighlight.includeComments", + "unicodeHighlight.includeStrings", + "unicodeHighlight.allowedCharacters", + "unicodeHighlight.allowedLocales", + "inlineSuggest.enabled", + "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.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.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", + "acceptSuggestionOnCommitCharacter", + "acceptSuggestionOnEnterSmart", + "acceptSuggestionOnEnter", + "accessibilityPageSize", + "editorViewAccessibleLabel", + "editor.autoClosingBrackets.languageDefined", + "editor.autoClosingBrackets.beforeWhitespace", + "autoClosingBrackets", + "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", + "columnSelection", + "copyWithSyntaxHighlighting", + "cursorBlinking", + "cursorSmoothCaretAnimation", + "cursorStyle", + "cursorSurroundingLines", + "cursorSurroundingLinesStyle.default", + "cursorSurroundingLinesStyle.all", + "cursorSurroundingLinesStyle", + "cursorWidth", + "dragAndDrop", + "fastScrollSensitivity", + "folding", + "foldingStrategy.auto", + "foldingStrategy.indentation", + "foldingStrategy", + "foldingHighlight", + "foldingImportsByDefault", + "foldingMaximumRegions", + "unfoldOnClickAfterEndOfLine", + "fontFamily", + "formatOnPaste", + "formatOnType", + "glyphMargin", + "hideCursorInOverviewRuler", + "letterSpacing", + "linkedEditing", + "links", + "matchBrackets", + "mouseWheelScrollSensitivity", + "mouseWheelZoom", + "multiCursorMergeOverlapping", + "multiCursorModifier.ctrlCmd", + "multiCursorModifier.alt", { - "key": "miZoomOut", + "key": "multiCursorModifier", "comment": [ - "&& denotes a mnemonic" + "- `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": "miZoomReset", + "multiCursorPaste.spread", + "multiCursorPaste.full", + "multiCursorPaste", + "occurrencesHighlight", + "overviewRulerBorder", + "peekWidgetDefaultFocus.tree", + "peekWidgetDefaultFocus.editor", + "peekWidgetDefaultFocus", + "definitionLinkOpensInPeek", + "quickSuggestionsDelay", + "renameOnType", + "renameOnTypeDeprecate", + "renderControlCharacters", + "renderFinalNewline", + "renderLineHighlight.all", + "renderLineHighlight", + "renderLineHighlightOnlyWhenFocus", + "renderWhitespace.boundary", + "renderWhitespace.selection", + "renderWhitespace.trailing", + "renderWhitespace", + "roundedSelection", + "scrollBeyondLastColumn", + "scrollBeyondLastLine", + "scrollPredominantAxis", + "selectionClipboard", + "selectionHighlight", + "showFoldingControls.always", + "showFoldingControls.mouseover", + "showFoldingControls", + "showUnused", + "showDeprecated", + "snippetSuggestions.top", + "snippetSuggestions.bottom", + "snippetSuggestions.inline", + "snippetSuggestions.none", + "snippetSuggestions", + "smoothScrolling", + "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", + "wordSeparators", + "wordWrap.off", + "wordWrap.on", + { + "key": "wordWrap.wordWrapColumn", "comment": [ - "&& denotes a mnemonic" + "- `editor.wordWrapColumn` refers to a different setting and should not be localized." ] }, { - "key": "miReportIssue", + "key": "wordWrap.bounded", "comment": [ - "&& denotes a mnemonic", - "Translate this to \"Report Issue in English\" in all languages please!" + "- viewport means the edge of the visible window size.", + "- `editor.wordWrapColumn` refers to a different setting and should not be localized." ] }, { - "key": "miOpenProcessExplorerer", + "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", + "wrappingStrategy.simple", + "wrappingStrategy.advanced", + "wrappingStrategy" + ], + "vs/platform/environment/node/argv": [ + "optionsUpperCase", + "extensionsManagement", + "troubleshooting", + "diff", + "add", + "goto", + "newWindow", + "reuseWindow", + "wait", + "locale", + "userDataDir", + "help", + "extensionHomePath", + "listExtensions", + "showVersions", + "category", + "installExtension", + "install prerelease", + "uninstallExtension", + "experimentalApis", + "version", + "verbose", + "log", + "status", + "prof-startup", + "disableExtensions", + "disableExtension", + "turn sync", + "inspect-extensions", + "inspect-brk-extensions", + "disableGPU", + "maxMemory", + "telemetry", + "deprecated.useInstead", + "paths", + "usage", + "options", + "stdinWindows", + "stdinUnix", + "unknownVersion", + "unknownCommit" + ], + "vs/code/electron-sandbox/issue/issueReporterPage": [ + "sendSystemInfo", + "sendProcessInfo", + "sendWorkspaceInfo", + "sendExtensions", + "sendExperiments", + "completeInEnglish", + "issueTypeLabel", + "issueSourceLabel", + "issueSourceEmptyValidation", + "disableExtensionsLabelText", + "disableExtensions", + "chooseExtension", + "extensionWithNonstandardBugsUrl", + "extensionWithNoBugsUrl", + "issueTitleLabel", + "issueTitleRequired", + "titleEmptyValidation", + "titleLengthValidation", + "details", + "descriptionEmptyValidation", + "show", + "show", + "show", + "show", + "show" + ], + "vs/platform/extensionManagement/common/extensionManagement": [ + "extensions", + "preferences" + ], + "vs/platform/extensionManagement/common/extensionManagementCLIService": [ + "notFound", + "useId", + "listFromLocation", + "installingExtensionsOnLocation", + "installingExtensions", + "alreadyInstalled-checkAndUpdate", + "alreadyInstalled", + "installation failed", + "successVsixInstall", + "cancelVsixInstall", + "alreadyInstalled", + "updateMessage", + "installing builtin with version", + "installing builtin ", + "installing with version", + "installing", + "successInstall", + "cancelInstall", + "forceDowngrade", + "builtin", + "forceUninstall", + "uninstalling", + "successUninstallFromLocation", + "successUninstall", + "notInstalleddOnLocation", + "notInstalled" + ], + "vs/platform/extensionManagement/common/extensionsScannerService": [ + "fileReadFail", + "jsonParseFail", + "jsonParseInvalidType", + "jsonsParseReportErrors", + "jsonInvalidFormat", + "jsonsParseReportErrors", + "jsonInvalidFormat", + "missingNLSKey" + ], + "vs/platform/languagePacks/common/languagePacks": [ + "currentDisplayLanguage" + ], + "vs/platform/extensionManagement/node/extensionManagementService": [ + "incompatible", + "errorDeleting", + "renameError", + "cannot read", + "quitCode", + "exitCode", + "restartCode", + "restartCode", + "notInstalled", + "removeError" + ], + "vs/platform/telemetry/common/telemetryService": [ + "telemetry.telemetryLevelMd", + "telemetry.docsStatement", + "telemetry.docsAndPrivacyStatement", + "telemetry.restart", + "telemetry.crashReports", + "telemetry.errors", + "telemetry.usage", + "telemetry.telemetryLevel.tableDescription", + "telemetry.telemetryLevel.deprecated", + "telemetryConfigurationTitle", + "telemetry.telemetryLevel.default", + "telemetry.telemetryLevel.error", + "telemetry.telemetryLevel.crash", + "telemetry.telemetryLevel.off", + "telemetryConfigurationTitle", + "telemetry.enableTelemetry", + "telemetry.enableTelemetryMd", + "enableTelemetryDeprecated" + ], + "vs/platform/extensionManagement/electron-sandbox/extensionTipsService": [ + { + "key": "exeRecommended", + "comment": [ + "Placeholder string is the name of the software that is installed." + ] + } + ], + "vs/platform/userDataSync/common/userDataSync": [ + "settings sync", + "settingsSync.keybindingsPerPlatform", + "settingsSync.ignoredExtensions", + "app.extension.identifier.errorMessage", + "settingsSync.ignoredSettings" + ], + "vs/platform/userDataSync/common/userDataSyncMachines": [ + "error incompatible" + ], + "vs/workbench/services/textfile/electron-sandbox/nativeTextFileService": [ + "join.textFiles" + ], + "vs/workbench/electron-sandbox/desktop.contribution": [ + "newTab", + "showPreviousTab", + "showNextWindowTab", + "moveWindowTabToNewWindow", + "mergeAllWindowTabs", + "toggleWindowTabsBar", + { + "key": "miExit", "comment": [ "&& denotes a mnemonic" ] @@ -503,12 +698,14 @@ "closeWhenEmpty", "window.doubleClickIconToClose", "titleBarStyle", + "windowControlsOverlay", "dialogStyle", "window.nativeTabs", "window.nativeFullScreen", "window.clickThroughInactive", "telemetryConfigurationTitle", "telemetry.enableCrashReporting", + "enableCrashReporterDeprecated", "keyboardConfigurationTitle", "touchbar.enabled", "touchbar.ignored", @@ -522,500 +719,434 @@ "argv.logLevel", "argv.force-renderer-accessibility" ], - "vs/workbench/contrib/files/electron-sandbox/files.contribution": [ - "textFileEditor" + "vs/workbench/electron-sandbox/desktop.main": [ + "join.closeStorage" ], - "vs/workbench/contrib/files/electron-sandbox/fileActions.contribution": [ - "revealInWindows", - "revealInMac", - "openContainer", - "filesCategory" + "vs/workbench/services/workspaces/electron-sandbox/workspaceEditingService": [ + "save", + "doNotSave", + "cancel", + "saveWorkspaceMessage", + "saveWorkspaceDetail", + "workspaceOpenedMessage", + "workspaceOpenedDetail" ], - "vs/workbench/contrib/issue/electron-sandbox/issue.contribution": [ - { - "key": "reportIssueInEnglish", - "comment": [ - "Translate this to \"Report Issue in English\" in all languages please!" + "vs/workbench/services/workingCopy/electron-sandbox/workingCopyBackupService": [ + "join.workingCopyBackups" + ], + "vs/workbench/services/extensionManagement/electron-sandbox/extensionManagementServerService": [ + "local", + "remote" + ], + "vs/workbench/services/integrity/electron-sandbox/integrityService": [ + "integrity.prompt", + "integrity.moreInformation", + "integrity.dontShowAgain" + ], + "vs/workbench/services/workingCopy/electron-sandbox/workingCopyHistoryService": [ + "join.workingCopyHistory" + ], + "vs/workbench/contrib/files/electron-sandbox/files.contribution": [ + "textFileEditor" + ], + "vs/workbench/contrib/logs/electron-sandbox/logs.contribution": [ + "mainLog", + "sharedLog" + ], + "vs/workbench/contrib/localization/electron-sandbox/localization.contribution": [ + "updateLocale", + "activateLanguagePack", + "changeAndRestart", + "restart", + "doNotChangeAndRestart", + "doNotRestart", + "neverAgain", + "vscode.extension.contributes.localizations", + "vscode.extension.contributes.localizations.languageId", + "vscode.extension.contributes.localizations.languageName", + "vscode.extension.contributes.localizations.languageNameLocalized", + "vscode.extension.contributes.localizations.translations", + "vscode.extension.contributes.localizations.translations.id", + "vscode.extension.contributes.localizations.translations.id.pattern", + "vscode.extension.contributes.localizations.translations.path" + ], + "vs/workbench/contrib/files/electron-sandbox/fileActions.contribution": [ + "revealInWindows", + "revealInMac", + "openContainer", + "filesCategory" + ], + "vs/workbench/contrib/issue/electron-sandbox/issue.contribution": [ + { + "key": "reportIssueInEnglish", + "comment": [ + "Translate this to \"Report Issue in English\" in all languages please!" + ] + }, + { + "key": "miReportIssue", + "comment": [ + "&& denotes a mnemonic", + "Translate this to \"Report Issue in English\" in all languages please!" + ] + }, + { + "key": "miOpenProcessExplorerer", + "comment": [ + "&& denotes a mnemonic" ] } ], + "vs/workbench/contrib/extensions/electron-sandbox/extensions.contribution": [ + "runtimeExtension" + ], "vs/workbench/contrib/remote/electron-sandbox/remote.contribution": [ "remote", "remote.downloadExtensionsLocally" ], "vs/workbench/contrib/userDataSync/electron-sandbox/userDataSync.contribution": [ - "operationId", + "Open Backup folder", + "no backups" + ], + "vs/workbench/contrib/tasks/electron-sandbox/taskService": [ + "TaskSystem.runningTask", { - "key": "too many requests", + "key": "TaskSystem.terminateTask", "comment": [ - "Settings Sync is the name of the feature" + "&& denotes a mnemonic" ] }, - "settings sync", - "show sync logs", - "report issue", - "Open Backup folder", - "no backups" - ], - "vs/platform/files/electron-browser/diskFileSystemProvider": [ - "binFailed", - "trashFailed" + "TaskSystem.noProcess", + { + "key": "TaskSystem.exitAnyways", + "comment": [ + "&& denotes a mnemonic" + ] + } ], - "vs/workbench/services/extensions/electron-browser/localProcessExtensionHost": [ - "extensionHost.startupFailDebug", - "extensionHost.startupFail", - "reloadWindow", - "extension host Log", - "extensionHost.error" + "vs/workbench/contrib/externalTerminal/electron-sandbox/externalTerminal.contribution": [ + "globalConsoleAction", + "terminalConfigurationTitle", + "terminal.explorerKind.integrated", + "terminal.explorerKind.external", + "explorer.openInTerminalKind", + "terminal.external.windowsExec", + "terminal.external.osxExec", + "terminal.external.linuxExec" ], - "vs/workbench/services/extensions/electron-browser/cachedExtensionScanner": [ - "overwritingExtension", - "overwritingExtension", - "extensionUnderDevelopment", - "extensionCache.invalid", - "reloadWindow" + "vs/workbench/api/common/extHostExtensionService": [ + "extensionTestError1", + "extensionTestError" ], - "vs/workbench/services/extensions/common/abstractExtensionService": [ + "vs/workbench/services/extensions/electron-sandbox/electronExtensionService": [ + "extensionService.versionMismatchCrash", + "relaunch", + "extensionService.autoRestart", + "extensionService.crash", + "devTools", + "restart", + "getEnvironmentFailure", "looping", - "extensionTestError" + "enableResolver", + "enable", + "installResolver", + "install", + "resolverExtensionNotFound", + "restartExtensionHost" ], - "vs/workbench/services/extensions/common/remoteExtensionHost": [ - "remote extension host Log" + "vs/workbench/api/common/extHostWorkspace": [ + "updateerror" ], - "vs/workbench/services/extensions/browser/webWorkerExtensionHost": [ - "name" + "vs/workbench/api/common/extHostTerminalService": [ + "launchFail.idMissingOnExtHost" ], - "vs/workbench/common/actions": [ - "view", - "help", - "preferences", + "vs/base/node/processes": [ + "TaskRunner.UNC" + ], + "vs/platform/terminal/node/terminalProcess": [ + "launchFail.cwdNotDirectory", + "launchFail.cwdDoesNotExist", + "launchFail.executableIsNotFileOrSymlink", + "launchFail.executableDoesNotExist" + ], + "vs/platform/shell/node/shellEnv": [ + "resolveShellEnvTimeout", + "resolveShellEnvError", + "resolveShellEnvExitError" + ], + "vs/platform/dialogs/electron-main/dialogMainService": [ + "open", + "openFolder", + "openFile", + "openWorkspaceTitle", { - "key": "developer", + "key": "openWorkspace", "comment": [ - "A developer on Code itself or someone diagnosing issues in Code" + "&& denotes a mnemonic" ] } ], - "vs/workbench/contrib/webview/electron-browser/webviewCommands": [ - "openToolsLabel" + "vs/platform/files/electron-main/diskFileSystemProviderServer": [ + "binFailed", + "trashFailed" + ], + "vs/platform/externalTerminal/node/externalTerminalService": [ + "console.title", + "mac.terminal.script.failed", + "mac.terminal.type.not.supported", + "press.any.key", + "linux.term.failed", + "ext.term.app.not.found" ], - "vs/editor/contrib/clipboard/clipboard": [ + "vs/platform/issue/electron-main/issueMainService": [ + "local", + "issueReporterWriteToClipboard", { - "key": "miCut", + "key": "ok", "comment": [ "&& denotes a mnemonic" ] }, - "actions.clipboard.cutLabel", - "actions.clipboard.cutLabel", { - "key": "miCopy", + "key": "cancel", "comment": [ "&& denotes a mnemonic" ] }, - "actions.clipboard.copyLabel", - "actions.clipboard.copyLabel", - "copy as", - "copy as", + "confirmCloseIssueReporter", { - "key": "miPaste", + "key": "yes", "comment": [ "&& denotes a mnemonic" ] }, - "actions.clipboard.pasteLabel", - "actions.clipboard.pasteLabel", - "actions.clipboard.copyWithSyntaxHighlightingLabel" + { + "key": "cancel", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "issueReporter", + "processExplorer" ], - "vs/editor/browser/editorExtensions": [ + "vs/platform/native/electron-main/nativeHostMainService": [ + "warnEscalation", { - "key": "miUndo", + "key": "ok", "comment": [ "&& denotes a mnemonic" ] }, - "undo", { - "key": "miRedo", + "key": "cancel", "comment": [ "&& denotes a mnemonic" ] }, - "redo", + "cantCreateBinFolder", + "warnEscalationUninstall", { - "key": "miSelectAll", + "key": "ok", "comment": [ "&& denotes a mnemonic" ] }, - "selectAll" + { + "key": "cancel", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "cantUninstall", + "sourceMissing" ], - "vs/platform/theme/common/colorRegistry": [ - "foreground", - "errorForeground", - "descriptionForeground", - "iconForeground", - "focusBorder", - "contrastBorder", - "activeContrastBorder", - "selectionBackground", - "textSeparatorForeground", - "textLinkForeground", - "textLinkActiveForeground", - "textPreformatForeground", - "textBlockQuoteBackground", - "textBlockQuoteBorder", - "textCodeBlockBackground", - "widgetShadow", - "inputBoxBackground", - "inputBoxForeground", - "inputBoxBorder", - "inputBoxActiveOptionBorder", - "inputOption.activeBackground", - "inputOption.activeForeground", - "inputPlaceholderForeground", - "inputValidationInfoBackground", - "inputValidationInfoForeground", - "inputValidationInfoBorder", - "inputValidationWarningBackground", - "inputValidationWarningForeground", - "inputValidationWarningBorder", - "inputValidationErrorBackground", - "inputValidationErrorForeground", - "inputValidationErrorBorder", - "dropdownBackground", - "dropdownListBackground", - "dropdownForeground", - "dropdownBorder", - "checkbox.background", - "checkbox.foreground", - "checkbox.border", - "buttonForeground", - "buttonBackground", - "buttonHoverBackground", - "buttonSecondaryForeground", - "buttonSecondaryBackground", - "buttonSecondaryHoverBackground", - "badgeBackground", - "badgeForeground", - "scrollbarShadow", - "scrollbarSliderBackground", - "scrollbarSliderHoverBackground", - "scrollbarSliderActiveBackground", - "progressBarBackground", - "editorError.background", - "editorError.foreground", - "errorBorder", - "editorWarning.background", - "editorWarning.foreground", - "warningBorder", - "editorInfo.background", - "editorInfo.foreground", - "infoBorder", - "editorHint.foreground", - "hintBorder", - "sashActiveBorder", - "editorBackground", - "editorForeground", - "editorWidgetBackground", - "editorWidgetForeground", - "editorWidgetBorder", - "editorWidgetResizeBorder", - "pickerBackground", - "pickerForeground", - "pickerTitleBackground", - "pickerGroupForeground", - "pickerGroupBorder", - "editorSelectionBackground", - "editorSelectionForeground", - "editorInactiveSelection", - "editorSelectionHighlight", - "editorSelectionHighlightBorder", - "editorFindMatch", - "findMatchHighlight", - "findRangeHighlight", - "editorFindMatchBorder", - "findMatchHighlightBorder", - "findRangeHighlightBorder", - "searchEditor.queryMatch", - "searchEditor.editorFindMatchBorder", - "hoverHighlight", - "hoverBackground", - "hoverForeground", - "hoverBorder", - "statusBarBackground", - "activeLinkForeground", - "editorInlineHintForeground", - "editorInlineHintBackground", - "editorLightBulbForeground", - "editorLightBulbAutoFixForeground", - "diffEditorInserted", - "diffEditorRemoved", - "diffEditorInsertedOutline", - "diffEditorRemovedOutline", - "diffEditorBorder", - "diffDiagonalFill", - "listFocusBackground", - "listFocusForeground", - "listFocusOutline", - "listActiveSelectionBackground", - "listActiveSelectionForeground", - "listInactiveSelectionBackground", - "listInactiveSelectionForeground", - "listInactiveFocusBackground", - "listInactiveFocusOutline", - "listHoverBackground", - "listHoverForeground", - "listDropBackground", - "highlight", - "invalidItemForeground", - "listErrorForeground", - "listWarningForeground", - "listFilterWidgetBackground", - "listFilterWidgetOutline", - "listFilterWidgetNoMatchesOutline", - "listFilterMatchHighlight", - "listFilterMatchHighlightBorder", - "treeIndentGuidesStroke", - "treeIndentGuidesStroke", - "listDeemphasizedForeground", - "quickInput.list.focusBackground deprecation", - "quickInput.listFocusBackground", - "menuBorder", - "menuForeground", - "menuBackground", - "menuSelectionForeground", - "menuSelectionBackground", - "menuSelectionBorder", - "menuSeparatorBackground", - "snippetTabstopHighlightBackground", - "snippetTabstopHighlightBorder", - "snippetFinalTabstopHighlightBackground", - "snippetFinalTabstopHighlightBorder", - "breadcrumbsFocusForeground", - "breadcrumbsBackground", - "breadcrumbsFocusForeground", - "breadcrumbsSelectedForegound", - "breadcrumbsSelectedBackground", - "mergeCurrentHeaderBackground", - "mergeCurrentContentBackground", - "mergeIncomingHeaderBackground", - "mergeIncomingContentBackground", - "mergeCommonHeaderBackground", - "mergeCommonContentBackground", - "mergeBorder", - "overviewRulerCurrentContentForeground", - "overviewRulerIncomingContentForeground", - "overviewRulerCommonContentForeground", - "overviewRulerFindMatchForeground", - "overviewRulerSelectionHighlightForeground", - "minimapFindMatchHighlight", - "minimapSelectionHighlight", - "minimapError", - "overviewRuleWarning", - "minimapBackground", - "minimapSliderBackground", - "minimapSliderHoverBackground", - "minimapSliderActiveBackground", - "problemsErrorIconForeground", - "problemsWarningIconForeground", - "problemsInfoIconForeground", - "chartsForeground", - "chartsLines", - "chartsRed", - "chartsBlue", - "chartsYellow", - "chartsOrange", - "chartsGreen", - "chartsPurple" - ], - "vs/workbench/common/theme": [ - "tabActiveBackground", - "tabUnfocusedActiveBackground", - "tabInactiveBackground", - "tabUnfocusedInactiveBackground", - "tabActiveForeground", - "tabInactiveForeground", - "tabUnfocusedActiveForeground", - "tabUnfocusedInactiveForeground", - "tabHoverBackground", - "tabUnfocusedHoverBackground", - "tabHoverForeground", - "tabUnfocusedHoverForeground", - "tabBorder", - "lastPinnedTabBorder", - "tabActiveBorder", - "tabActiveUnfocusedBorder", - "tabActiveBorderTop", - "tabActiveUnfocusedBorderTop", - "tabHoverBorder", - "tabUnfocusedHoverBorder", - "tabActiveModifiedBorder", - "tabInactiveModifiedBorder", - "unfocusedActiveModifiedBorder", - "unfocusedINactiveModifiedBorder", - "editorPaneBackground", - "editorGroupBackground", - "deprecatedEditorGroupBackground", - "editorGroupEmptyBackground", - "editorGroupFocusedEmptyBorder", - "tabsContainerBackground", - "tabsContainerBorder", - "editorGroupHeaderBackground", - "editorTitleContainerBorder", - "editorGroupBorder", - "editorDragAndDropBackground", - "imagePreviewBorder", - "panelBackground", - "panelBorder", - "panelActiveTitleForeground", - "panelInactiveTitleForeground", - "panelActiveTitleBorder", - "panelInputBorder", - "panelDragAndDropBorder", - "panelSectionDragAndDropBackground", - "panelSectionHeaderBackground", - "panelSectionHeaderForeground", - "panelSectionHeaderBorder", - "panelSectionBorder", - "statusBarForeground", - "statusBarNoFolderForeground", - "statusBarBackground", - "statusBarNoFolderBackground", - "statusBarBorder", - "statusBarNoFolderBorder", - "statusBarItemActiveBackground", - "statusBarItemHoverBackground", - "statusBarProminentItemForeground", - "statusBarProminentItemBackground", - "statusBarProminentItemHoverBackground", - "statusBarErrorItemBackground", - "statusBarErrorItemForeground", - "activityBarBackground", - "activityBarForeground", - "activityBarInActiveForeground", - "activityBarBorder", - "activityBarActiveBorder", - "activityBarActiveFocusBorder", - "activityBarActiveBackground", - "activityBarDragAndDropBorder", - "activityBarBadgeBackground", - "activityBarBadgeForeground", - "statusBarItemHostBackground", - "statusBarItemHostForeground", - "extensionBadge.remoteBackground", - "extensionBadge.remoteForeground", - "sideBarBackground", - "sideBarForeground", - "sideBarBorder", - "sideBarTitleForeground", - "sideBarDragAndDropBackground", - "sideBarSectionHeaderBackground", - "sideBarSectionHeaderForeground", - "sideBarSectionHeaderBorder", - "titleBarActiveForeground", - "titleBarInactiveForeground", - "titleBarActiveBackground", - "titleBarInactiveBackground", - "titleBarBorder", - "menubarSelectionForeground", - "menubarSelectionBackground", - "menubarSelectionBorder", - "notificationCenterBorder", - "notificationToastBorder", - "notificationsForeground", - "notificationsBackground", - "notificationsLink", - "notificationCenterHeaderForeground", - "notificationCenterHeaderBackground", - "notificationsBorder", - "notificationsErrorIconForeground", - "notificationsWarningIconForeground", - "notificationsInfoIconForeground", - "windowActiveBorder", - "windowInactiveBorder" + "vs/platform/workspace/common/workspace": [ + "codeWorkspace" ], - "vs/workbench/browser/editor": [ - "promptOpenWith.defaultEditor.displayName", - "builtinProviderDisplayName", - "editor.editorAssociations", - "editor.editorAssociations.viewType", - "editor.editorAssociations.filenamePattern", - "editorAssociations.viewType.sourceDescription" + "vs/platform/windows/electron-main/windowsMainService": [ + { + "key": "ok", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "pathNotExistTitle", + "uriInvalidTitle", + "pathNotExistDetail", + "uriInvalidDetail" ], - "vs/workbench/contrib/extensions/electron-browser/runtimeExtensionsEditor": [ - "extensionHostProfileStart", - "stopExtensionHostProfileStart", - "saveExtensionHostProfile" + "vs/platform/workspaces/electron-main/workspacesHistoryMainService": [ + "newWindow", + "newWindowDesc", + "recentFoldersAndWorkspaces", + "recentFolders", + "untitledWorkspace", + "workspaceName" ], - "vs/workbench/contrib/extensions/electron-browser/debugExtensionHostAction": [ - "debugExtensionHost", - "restart1", - "restart2", - "restart3", - "cancel", - "debugExtensionHost.launch.name" - ], - "vs/workbench/common/editor": [ - "activeEditorIsDirty", - "activeEditorIsNotPreview", - "activeEditorIsPinned", - "activeEditorIsReadonly", - "activeEditor", - "activeEditorAvailableEditorIds", - "textCompareEditorVisible", - "textCompareEditorActive", - "groupEditorsCount", - "activeEditorGroupEmpty", - "activeEditorGroupIndex", - "activeEditorGroupLast", - "multipleEditorGroups", - "editorIsOpen", - "inZenMode", - "isCenteredLayout", - "splitEditorsVertically", - "editorAreaVisible", - "sideBySideLabels", - "preview", - "pinned" - ], - "vs/workbench/contrib/extensions/electron-browser/extensionProfileService": [ - "profilingExtensionHost", - "profilingExtensionHost", - "selectAndStartDebug", - "profilingExtensionHostTime", - "status.profiler", - "restart1", - "restart2", - "restart3", - "cancel" - ], - "vs/workbench/contrib/extensions/common/runtimeExtensionsInput": [ - "extensionsInputName" - ], - "vs/workbench/contrib/extensions/electron-browser/extensionsAutoProfiler": [ - "unresponsive-exthost", - "show" - ], - "vs/workbench/contrib/extensions/electron-sandbox/extensionsActions": [ - "openExtensionsFolder" + "vs/platform/files/common/io": [ + "fileTooLargeForHeapError", + "fileTooLargeError" ], "vs/platform/configuration/common/configurationRegistry": [ "defaultLanguageConfigurationOverrides.title", "defaultLanguageConfiguration.description", "overrideSettings.defaultDescription", "overrideSettings.errorMessage", + "overrideSettings.defaultDescription", + "overrideSettings.errorMessage", "config.property.empty", "config.property.languageDefault", - "config.property.duplicate" + "config.property.duplicate", + "config.policy.duplicate" ], - "vs/workbench/contrib/terminal/common/terminalConfiguration": [ - "terminalProfile.path", + "vs/workbench/api/node/extHostDebugService": [ + "debug.terminal.title" + ], + "vs/platform/workspaces/electron-main/workspacesManagementMainService": [ + { + "key": "ok", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "workspaceOpenedMessage", + "workspaceOpenedDetail" + ], + "vs/workbench/api/node/extHostTunnelService": [ + "tunnelPrivacy.private", + "tunnelPrivacy.public" + ], + "vs/base/common/actions": [ + "submenu.empty" + ], + "vs/base/common/jsonErrorMessages": [ + "error.invalidSymbol", + "error.invalidNumberFormat", + "error.propertyNameExpected", + "error.valueExpected", + "error.colonExpected", + "error.commaExpected", + "error.closeBraceExpected", + "error.closeBracketExpected", + "error.endOfFileExpected" + ], + "vs/platform/extensionManagement/node/extensionManagementUtil": [ + "invalidManifest" + ], + "vs/platform/extensionManagement/common/abstractExtensionManagementService": [ + "MarketPlaceDisabled", + "MarketPlaceDisabled", + "Not a Marketplace extension", + "malicious extension", + "incompatible platform", + "notFoundCompatiblePrereleaseDependency", + "notFoundReleaseExtension", + "notFoundCompatibleDependency", + "singleDependentError", + "twoDependentsError", + "multipleDependentsError", + "singleIndirectDependentError", + "twoIndirectDependentsError", + "multipleIndirectDependentsError" + ], + "vs/platform/extensions/common/extensionValidator": [ + "extensionDescription.publisher", + "extensionDescription.name", + "extensionDescription.version", + "extensionDescription.engines", + "extensionDescription.engines.vscode", + "extensionDescription.extensionDependencies", + "extensionDescription.activationEvents1", + "extensionDescription.activationEvents2", + "extensionDescription.extensionKind", + "extensionDescription.main1", + "extensionDescription.main2", + "extensionDescription.main3", + "extensionDescription.browser1", + "extensionDescription.browser2", + "extensionDescription.browser3", + "notSemver", + "versionSyntax", + "versionSpecificity1", + "versionSpecificity2", + "versionMismatch" + ], + "vs/base/node/zip": [ + "invalid file", + "incompleteExtract", + "notFound" + ], + "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" + ], + "vs/platform/terminal/common/terminalPlatformConfiguration": [ "terminalProfile.args", "terminalProfile.overrideName", + "terminalProfile.icon", + "terminalProfile.color", + "terminalProfile.env", + "terminalProfile.path", + "terminalAutomationProfile.path", + "terminal.integrated.shell.linux.deprecation", + "terminal.integrated.shell.osx.deprecation", + "terminal.integrated.shell.windows.deprecation", + "terminal.integrated.automationShell.linux.deprecation", + "terminal.integrated.automationShell.osx.deprecation", + "terminal.integrated.automationShell.windows.deprecation", "terminalIntegratedConfigurationTitle", - "terminal.integrated.sendKeybindingsToShell", { "key": "terminal.integrated.automationShell.linux", "comment": [ @@ -1034,6 +1165,12 @@ "{0} and {1} are the `shell` and `shellArgs` settings keys" ] }, + "terminal.integrated.automationProfile.linux", + "terminal.integrated.automationProfile.osx", + "terminal.integrated.automationProfile.windows", + "terminal.integrated.shell.linux", + "terminal.integrated.shell.osx", + "terminal.integrated.shell.windows", "terminal.integrated.shellArgs.linux", "terminal.integrated.shellArgs.osx", "terminal.integrated.shellArgs.windows", @@ -1046,461 +1183,361 @@ ] }, "terminalProfile.windowsSource", - "terminalProfile.overrideName", + "terminalProfile.windowsExtensionIdentifier", + "terminalProfile.windowsExtensionId", + "terminalProfile.windowsExtensionTitle", { "key": "terminal.integrated.profile.osx", "comment": [ "{0} and {1} are the `path` and optional `args` settings keys" ] }, + "terminalProfile.osxExtensionIdentifier", + "terminalProfile.osxExtensionId", + "terminalProfile.osxExtensionTitle", { "key": "terminal.integrated.profile.linux", "comment": [ "{0} and {1} are the `path` and optional `args` settings keys" ] }, + "terminalProfile.linuxExtensionIdentifier", + "terminalProfile.linuxExtensionId", + "terminalProfile.linuxExtensionTitle", "terminal.integrated.useWslProfiles", - "terminal.integrated.macOptionIsMeta", - "terminal.integrated.macOptionClickForcesSelection", - "terminal.integrated.altClickMovesCursor", - "terminal.integrated.copyOnSelection", - "terminal.integrated.drawBoldTextInBrightColors", - "terminal.integrated.fontFamily", - "terminal.integrated.fontSize", - "terminal.integrated.letterSpacing", - "terminal.integrated.lineHeight", - "terminal.integrated.minimumContrastRatio", - "terminal.integrated.fastScrollSensitivity", - "terminal.integrated.mouseWheelScrollSensitivity", - "terminal.integrated.fontWeightError", - "terminal.integrated.fontWeight", - "terminal.integrated.fontWeightError", - "terminal.integrated.fontWeightBold", - "terminal.integrated.cursorBlinking", - "terminal.integrated.cursorStyle", - "terminal.integrated.cursorWidth", - "terminal.integrated.scrollback", - "terminal.integrated.detectLocale", - "terminal.integrated.detectLocale.auto", - "terminal.integrated.detectLocale.off", - "terminal.integrated.detectLocale.on", - "terminal.integrated.rendererType.auto", - "terminal.integrated.rendererType.canvas", - "terminal.integrated.rendererType.dom", - "terminal.integrated.rendererType.experimentalWebgl", - "terminal.integrated.rendererType", - "terminal.integrated.rightClickBehavior.default", - "terminal.integrated.rightClickBehavior.copyPaste", - "terminal.integrated.rightClickBehavior.paste", - "terminal.integrated.rightClickBehavior.selectWord", - "terminal.integrated.rightClickBehavior", - "terminal.integrated.cwd", - "terminal.integrated.confirmOnExit", - "terminal.integrated.enableBell", - "terminal.integrated.commandsToSkipShell", - "terminal.integrated.allowChords", - "terminal.integrated.allowMnemonics", "terminal.integrated.inheritEnv", - "terminal.integrated.env.osx", - "terminal.integrated.env.linux", - "terminal.integrated.env.windows", - "terminal.integrated.environmentChangesIndicator", - "terminal.integrated.environmentChangesIndicator.off", - "terminal.integrated.environmentChangesIndicator.on", - "terminal.integrated.environmentChangesIndicator.warnonly", - "terminal.integrated.environmentChangesRelaunch", - "terminal.integrated.showExitAlert", - "terminal.integrated.splitCwd", - "terminal.integrated.splitCwd.workspaceRoot", - "terminal.integrated.splitCwd.initial", - "terminal.integrated.splitCwd.inherited", - "terminal.integrated.windowsEnableConpty", - "terminal.integrated.wordSeparators", - "terminal.integrated.experimentalUseTitleEvent", - "terminal.integrated.enableFileLinks", - "terminal.integrated.unicodeVersion.six", - "terminal.integrated.unicodeVersion.eleven", - "terminal.integrated.unicodeVersion", - "terminal.integrated.experimentalLinkProvider", - "terminal.integrated.localEchoLatencyThreshold", - "terminal.integrated.localEchoExcludePrograms", - "terminal.integrated.localEchoStyle", - "terminal.integrated.enablePersistentSessions", + "terminal.integrated.persistentSessionScrollback", + "terminal.integrated.showLinkHover", + "terminal.integrated.confirmIgnoreProcesses", "terminalIntegratedConfigurationTitle", - "terminal.integrated.shell.linux.noDefault", - "terminal.integrated.shell.osx.noDefault", - "terminal.integrated.shell.windows.noDefault", - "terminal.integrated.shell.linux", - "terminal.integrated.shell.osx", - "terminal.integrated.shell.windows" - ], - "vs/workbench/contrib/terminal/common/terminal": [ - "terminalFocusContextKey", - "terminalShellTypeContextKey", - "terminalTextSelectedContextKey", - "terminalProcessSupportedContextKey", - "terminalCategory", - "vscode.extension.contributes.terminal", - "vscode.extension.contributes.terminal.types", - "vscode.extension.contributes.terminal.types.command", - "vscode.extension.contributes.terminal.types.title" + "terminal.integrated.defaultProfile.linux", + "terminal.integrated.defaultProfile.osx", + "terminal.integrated.defaultProfile.windows" ], - "vs/workbench/contrib/externalTerminal/node/externalTerminalService": [ - "console.title", - "mac.terminal.script.failed", - "mac.terminal.type.not.supported", - "press.any.key", - "linux.term.failed", - "ext.term.app.not.found" + "vs/platform/userDataSync/common/settingsSync": [ + "errorInvalidSettings" ], - "vs/platform/dialogs/common/dialogs": [ - "moreFile", - "moreFiles" + "vs/platform/userDataSync/common/keybindingsSync": [ + "errorInvalidSettings", + "errorInvalidSettings" ], - "vs/platform/contextkey/common/contextkeys": [ - "isMac", - "isLinux", - "isWindows", - "isWeb", - "isMacNative", - "inputFocus" + "vs/platform/theme/common/iconRegistry": [ + "iconDefinition.fontId", + "iconDefinition.fontCharacter", + "widgetClose", + "previousChangeIcon", + "nextChangeIcon" ], - "vs/workbench/contrib/tasks/common/tasks": [ - "tasks.taskRunningContext", - "tasksCategory", - "TaskDefinition.missingRequiredProperty" + "vs/platform/userDataSync/common/userDataAutoSyncService": [ + "default service changed", + "service changed", + "turned off", + "default service changed", + "service changed", + "session expired", + "turned off machine" ], - "vs/workbench/contrib/tasks/common/taskConfiguration": [ - "ConfigurationParser.invalidCWD", - "ConfigurationParser.inValidArg", - "ConfigurationParser.noShell", - "ConfigurationParser.noName", - "ConfigurationParser.unknownMatcherKind", - "ConfigurationParser.invalidVariableReference", - "ConfigurationParser.noTaskType", - "ConfigurationParser.noTypeDefinition", - "ConfigurationParser.missingType", - "ConfigurationParser.incorrectType", - "ConfigurationParser.notCustom", - "ConfigurationParser.noTaskName", - "taskConfiguration.providerUnavailable", - "taskConfiguration.noCommandOrDependsOn", - "taskConfiguration.noCommand", + "vs/base/browser/ui/tree/abstractTree": [ + "clear", + "disable filter on type", + "enable filter on type", + "empty", + "found" + ], + "vs/platform/list/browser/listService": [ + "workbenchConfigurationTitle", + "multiSelectModifier.ctrlCmd", + "multiSelectModifier.alt", { - "key": "TaskParse.noOsSpecificGlobalTasks", + "key": "multiSelectModifier", "comment": [ - "\"Task version 2.0.0\" refers to the 2.0.0 version of the task system. The \"version 2.0.0\" is not localizable as it is a json key and value." + "- `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." ] - } - ], - "vs/workbench/contrib/tasks/node/processRunnerDetector": [ - "TaskSystemDetector.noGulpTasks", - "TaskSystemDetector.noJakeTasks", - "TaskSystemDetector.noGulpProgram", - "TaskSystemDetector.noJakeProgram", - "TaskSystemDetector.noGruntProgram", - "TaskSystemDetector.noProgram", - "TaskSystemDetector.buildTaskDetected", - "TaskSystemDetector.testTaskDetected" - ], - "vs/workbench/contrib/tasks/node/processTaskSystem": [ - "version1_0", - "TaskRunnerSystem.unknownError", - "TaskRunnerSystem.watchingBuildTaskFinished", - "TaskRunnerSystem.childProcessError", - "TaskRunnerSystem.cancelRequested", - "unknownProblemMatcher" - ], - "vs/workbench/contrib/tasks/browser/abstractTaskService": [ - "ConfigureTaskRunnerAction.label", - "tasks", - "TaskSystem.noHotSwap", - "reloadWindow", - "TaskService.pickBuildTaskForLabel", - "taskServiceOutputPrompt", - "showOutput", - "TaskServer.folderIgnored", - "TaskService.providerUnavailable", - "TaskService.noBuildTask1", - "TaskService.noBuildTask2", - "TaskService.noTestTask1", - "TaskService.noTestTask2", - "TaskServer.noTask", - "TaskService.associate", - "TaskService.attachProblemMatcher.continueWithout", - "TaskService.attachProblemMatcher.never", - "TaskService.attachProblemMatcher.neverType", - "TaskService.attachProblemMatcher.learnMoreAbout", - "selectProblemMatcher", - "customizeParseErrors", - "tasksJsonComment", - "moreThanOneBuildTask", - "TaskSystem.saveBeforeRun.prompt.title", - "saveBeforeRun.save", - "saveBeforeRun.dontSave", - "detail", - "TaskSystem.activeSame.noBackground", - "terminateTask", - "restartTask", - "TaskSystem.active", - "TaskSystem.restartFailed", - "unexpectedTaskType", - "TaskService.providerUnavailable", - "TaskService.noConfiguration", - "TaskSystem.configurationErrors", + }, { - "key": "TaskSystem.invalidTaskJsonOther", + "key": "openModeModifier", "comment": [ - "Message notifies of an error in one of several places there is tasks related json, not necessarily in a file named tasks.json" + "`singleClick` and `doubleClick` refers to a value the setting can take and should not be localized." ] }, - "TasksSystem.locationWorkspaceConfig", - "TaskSystem.versionWorkspaceFile", - "TasksSystem.locationUserConfig", - "TaskSystem.versionSettings", - "TaskSystem.configurationErrors", - "taskService.ignoreingFolder", - "TaskSystem.invalidTaskJson", - "TerminateAction.label", - "TaskSystem.unknownError", - "configureTask", - "recentlyUsed", - "configured", - "detected", - "TaskService.ignoredFolder", - "TaskService.notAgain", - "TaskService.pickRunTask", - "TaskService.noEntryToRunSlow", - "TaskService.noEntryToRun", - "TaskService.fetchingBuildTasks", - "TaskService.pickBuildTask", - "TaskService.noBuildTask", - "TaskService.fetchingTestTasks", - "TaskService.pickTestTask", - "TaskService.noTestTaskTerminal", - "TaskService.taskToTerminate", - "TaskService.noTaskRunning", - "TaskService.terminateAllRunningTasks", - "TerminateAction.noProcess", - "TerminateAction.failed", - "TaskService.taskToRestart", - "TaskService.noTaskToRestart", - "TaskService.template", - "taskQuickPick.userSettings", - "TaskService.createJsonFile", - "TaskService.openJsonFile", - "TaskService.pickTask", - "TaskService.defaultBuildTaskExists", - "TaskService.pickDefaultBuildTask", - "TaskService.defaultTestTaskExists", - "TaskService.pickDefaultTestTask", - "TaskService.pickShowTask", - "TaskService.noTaskIsRunning" - ], - "vs/workbench/contrib/tasks/common/taskService": [ - "tasks.customExecutionSupported", - "tasks.shellExecutionSupported", - "tasks.processExecutionSupported" - ], - "vs/workbench/contrib/tasks/browser/terminalTaskSystem": [ - "TerminalTaskSystem.unknownError", - "dependencyCycle", - "dependencyFailed", - "TerminalTaskSystem.nonWatchingMatcher", - "TerminalTaskSystem.terminalName", - "closeTerminal", - "reuseTerminal", - "TerminalTaskSystem", - "unknownProblemMatcher" + "horizontalScrolling setting", + "tree indent setting", + "render tree indent guides", + "list smoothScrolling setting", + "Mouse Wheel Scroll Sensitivity", + "Fast Scroll Sensitivity", + "keyboardNavigationSettingKey.simple", + "keyboardNavigationSettingKey.highlight", + "keyboardNavigationSettingKey.filter", + "keyboardNavigationSettingKey", + "automatic keyboard navigation setting", + "expand mode" ], "vs/platform/markers/common/markers": [ "sev.error", "sev.warning", "sev.info" ], - "vs/workbench/common/views": [ - "defaultViewIcon", - "duplicateId", - "focusedView" - ], - "vs/workbench/services/preferences/common/preferences": [ - "userSettingsTarget", - "workspaceSettingsTarget" - ], - "vs/platform/workspace/common/workspaceTrust": [ - "trusted", - "untrusted", - "unknown" - ], - "vs/workbench/api/common/extHostExtensionService": [ - "extensionTestError1", - "extensionTestError" - ], - "vs/workbench/api/common/extHostTerminalService": [ - "launchFail.idMissingOnExtHost" - ], - "vs/workbench/api/common/extHostWorkspace": [ - "updateerror" - ], - "vs/base/node/processes": [ - "TaskRunner.UNC" - ], - "vs/platform/terminal/node/terminalProcess": [ - "launchFail.cwdNotDirectory", - "launchFail.cwdDoesNotExist", - "launchFail.executableIsNotFileOrSymlink", - "launchFail.executableDoesNotExist" - ], - "vs/platform/windows/electron-main/windowsMainService": [ - "ok", - "pathNotExistTitle", - "uriInvalidTitle", - "pathNotExistDetail", - "uriInvalidDetail" - ], - "vs/platform/workspaces/common/workspaces": [ - "codeWorkspace" - ], - "vs/platform/issue/electron-main/issueMainService": [ - "local", - "issueReporterWriteToClipboard", - "ok", - "cancel", - "confirmCloseIssueReporter", - "yes", - "cancel", - "issueReporter", - "processExplorer" - ], - "vs/platform/workspaces/electron-main/workspacesHistoryMainService": [ - "newWindow", - "newWindowDesc", - "recentFoldersAndWorkspaces", - "recentFolders", - "untitledWorkspace", - "workspaceName" + "vs/platform/contextkey/browser/contextKeyService": [ + "getContextKeyInfo" ], - "vs/platform/workspaces/electron-main/workspacesManagementMainService": [ - "ok", - "workspaceOpenedMessage", - "workspaceOpenedDetail" + "vs/workbench/browser/actions/textInputActions": [ + "undo", + "redo", + "cut", + "copy", + "paste", + "selectAll" ], - "vs/platform/dialogs/electron-main/dialogMainService": [ - "open", - "openFolder", - "openFile", - "openWorkspaceTitle", + "vs/workbench/browser/actions/layoutActions": [ + "menuBarIcon", + "activityBarLeft", + "activityBarRight", + "panelLeft", + "panelLeftOff", + "panelRight", + "panelRightOff", + "panelBottom", + "statusBarIcon", + "panelBottomLeft", + "panelBottomRight", + "panelBottomCenter", + "panelBottomJustify", + "fullScreenIcon", + "centerLayoutIcon", + "zenModeIcon", + "closeSidebar", + "toggleActivityBar", { - "key": "openWorkspace", + "key": "miShowActivityBar", "comment": [ "&& denotes a mnemonic" ] - } - ], - "vs/platform/files/common/io": [ - "fileTooLargeForHeapError", - "fileTooLargeError" - ], - "vs/base/node/zip": [ - "invalid file", - "incompleteExtract", - "notFound" - ], - "vs/platform/extensions/common/extensionValidator": [ - "versionSyntax", - "versionSpecificity1", - "versionSpecificity2", - "versionMismatch" - ], - "vs/platform/extensionManagement/node/extensionManagementUtil": [ - "invalidManifest" - ], - "vs/platform/extensionManagement/node/extensionsScanner": [ - "errorDeleting", - "cannot read", - "cannot read", - "renameError", - "invalidManifest" - ], - "vs/base/common/actions": [ - "submenu.empty" - ], - "vs/platform/userDataSync/common/keybindingsSync": [ - "errorInvalidSettings", - "errorInvalidSettings" - ], - "vs/platform/userDataSync/common/settingsSync": [ - "errorInvalidSettings" - ], - "vs/base/common/date": [ - "date.fromNow.in", - "date.fromNow.now", - "date.fromNow.seconds.singular.ago", - "date.fromNow.seconds.plural.ago", - "date.fromNow.seconds.singular", - "date.fromNow.seconds.plural", - "date.fromNow.minutes.singular.ago", - "date.fromNow.minutes.plural.ago", - "date.fromNow.minutes.singular", - "date.fromNow.minutes.plural", - "date.fromNow.hours.singular.ago", - "date.fromNow.hours.plural.ago", - "date.fromNow.hours.singular", - "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", - "date.fromNow.weeks.plural.ago", - "date.fromNow.weeks.singular", - "date.fromNow.weeks.plural", - "date.fromNow.months.singular.ago", - "date.fromNow.months.plural.ago", - "date.fromNow.months.singular", - "date.fromNow.months.plural", - "date.fromNow.years.singular.ago", - "date.fromNow.years.plural.ago", - "date.fromNow.years.singular", - "date.fromNow.years.plural" - ], - "vs/base/browser/ui/tree/abstractTree": [ - "clear", - "disable filter on type", - "enable filter on type", - "empty", - "found" + }, + "toggleCenteredLayout", + { + "key": "miToggleCenteredLayout", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "moveSidebarRight", + "moveSidebarLeft", + "toggleSidebarPosition", + "moveSidebarRight", + "moveSidebarLeft", + "toggleSidebarPosition", + "cofigureLayoutIcon", + "configureLayout", + "move side bar right", + "move sidebar right", + "move sidebar left", + "move sidebar left", + "move second sidebar left", + "move second sidebar right", + { + "key": "miMoveSidebarRight", + "comment": [ + "&& denotes a mnemonic" + ] + }, + { + "key": "miMoveSidebarLeft", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "toggleEditor", + { + "key": "miShowEditorArea", + "comment": [ + "&& denotes a mnemonic" + ] + }, + { + "key": "miAppearance", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "toggleSidebar", + "compositePart.hideSideBarLabel", + "compositePart.hideSideBarLabel", + { + "key": "miShowSidebar", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "miShowSidebarNoMnnemonic", + "toggleSideBar", + "toggleSideBar", + "toggleStatusbar", + { + "key": "miShowStatusbar", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "toggleTabs", + "toggleZenMode", + "miToggleZenMode", + "toggleMenuBar", + { + "key": "miShowMenuBar", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "resetViewLocations", + "moveView", + "sidebarContainer", + "panelContainer", + "secondarySideBarContainer", + "moveFocusedView.selectView", + "moveFocusedView", + "moveFocusedView.error.noFocusedView", + "moveFocusedView.error.nonMovableView", + "moveFocusedView.selectDestination", + { + "key": "moveFocusedView.title", + "comment": [ + "{0} indicates the title of the view the user has selected to move." + ] + }, + { + "key": "moveFocusedView.newContainerInPanel", + "comment": [ + "Creates a new top-level tab in the panel." + ] + }, + "moveFocusedView.newContainerInSidebar", + "moveFocusedView.newContainerInSidePanel", + "sidebar", + "panel", + "secondarySideBar", + "resetFocusedViewLocation", + "resetFocusedView.error.noFocusedView", + "increaseViewSize", + "increaseEditorWidth", + "increaseEditorHeight", + "decreaseViewSize", + "decreaseEditorWidth", + "decreaseEditorHeight", + "visible", + "hidden", + "active", + "menuBar", + "activityBar", + "sideBar", + "secondarySideBar", + "panel", + "statusBar", + "leftSideBar", + "rightSideBar", + "leftPanel", + "rightPanel", + "centerPanel", + "justifyPanel", + "fullscreen", + "zenMode", + "centeredLayout", + "customizeLayout", + "toggleVisibility", + "sideBarPosition", + "panelAlignment", + "layoutModes", + "customizeLayoutQuickPickTitle", + "close" ], - "vs/platform/list/browser/listService": [ - "workbenchConfigurationTitle", - "multiSelectModifier.ctrlCmd", - "multiSelectModifier.alt", + "vs/workbench/browser/actions/developerActions": [ + "inspect context keys", + "toggle screencast mode", { - "key": "multiSelectModifier", + "key": "logStorage", "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." + "A developer only action to log the contents of the storage for the current window." ] }, { - "key": "openModeModifier", + "key": "logWorkingCopies", "comment": [ - "`singleClick` and `doubleClick` refers to a value the setting can take and should not be localized." + "A developer only action to log the working copies that exist." ] }, - "horizontalScrolling setting", - "tree indent setting", - "render tree indent guides", - "list smoothScrolling setting", - "keyboardNavigationSettingKey.simple", - "keyboardNavigationSettingKey.highlight", - "keyboardNavigationSettingKey.filter", - "keyboardNavigationSettingKey", - "automatic keyboard navigation setting", - "expand mode" + "screencastModeConfigurationTitle", + "screencastMode.location.verticalPosition", + "screencastMode.fontSize", + "keyboardShortcutsFormat.keys", + "keyboardShortcutsFormat.command", + "keyboardShortcutsFormat.commandWithGroup", + "keyboardShortcutsFormat.commandAndKeys", + "keyboardShortcutsFormat.commandWithGroupAndKeys", + "screencastMode.keyboardShortcutsFormat", + "screencastMode.onlyKeyboardShortcuts", + "screencastMode.keyboardOverlayTimeout", + "screencastMode.mouseIndicatorColor", + "screencastMode.mouseIndicatorSize" ], - "vs/platform/contextkey/browser/contextKeyService": [ - "getContextKeyInfo" + "vs/workbench/browser/actions/helpActions": [ + "keybindingsReference", + { + "key": "miKeyboardShortcuts", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "openVideoTutorialsUrl", + { + "key": "miVideoTutorials", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "openTipsAndTricksUrl", + { + "key": "miTipsAndTricks", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "openDocumentationUrl", + { + "key": "miDocumentation", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "newsletterSignup", + "openTwitterUrl", + { + "key": "miTwitter", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "openUserVoiceUrl", + { + "key": "miUserVoice", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "openLicenseUrl", + { + "key": "miLicense", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "openPrivacyStatement", + { + "key": "miPrivacyStatement", + "comment": [ + "&& denotes a mnemonic" + ] + } ], "vs/workbench/browser/workbench.contribution": [ "workbench.editor.titleScrollbarSizing.default", @@ -1541,6 +1578,12 @@ ], "key": "untitledHint" }, + "workbench.editor.languageDetection", + "workbench.editor.historyBasedLanguageDetection", + "workbench.editor.preferBasedLanguageDetection", + "workbench.editor.showLanguageDetectionHints", + "workbench.editor.showLanguageDetectionHints.editors", + "workbench.editor.showLanguageDetectionHints.notebook", { "comment": [ "This is the description for a setting. Values surrounded by single quotes are not to be translated." @@ -1589,11 +1632,25 @@ "closeEmptyGroups", "revealIfOpen", "mouseBackForwardToNavigate", + "navigationScope", + "workbench.editor.navigationScopeDefault", + "workbench.editor.navigationScopeEditorGroup", + "workbench.editor.navigationScopeEditor", "restoreViewState", + "sharedViewState", + "splitInGroupLayout", + "workbench.editor.splitInGroupLayoutVertical", + "workbench.editor.splitInGroupLayoutHorizontal", "centeredLayoutAutoResize", "limitEditorsEnablement", "limitEditorsMaximum", + "limitEditorsExcludeDirty", "perEditorGroup", + "localHistoryEnabled", + "localHistoryMaxFileSize", + "localHistoryMaxFileEntries", + "exclude", + "mergeWindow", "commandHistory", "preserveInput", "closeOnFocusLost", @@ -1622,6 +1679,43 @@ "settings.editor.json", "settings.editor.desc", "workbench.hover.delay", + "workbench.reduceMotion", + "workbench.reduceMotion.on", + "workbench.reduceMotion.off", + "workbench.reduceMotion.auto", + { + "key": "layoutControlEnabled", + "comment": [ + "{0} is a placeholder for a setting identifier." + ] + }, + "layoutcontrol.type.menu", + "layoutcontrol.type.toggles", + "layoutcontrol.type.both", + "layoutControlType", + { + "key": "layoutControlEnabled", + "comment": [ + "{0} is a placeholder for a setting identifier." + ] + }, + { + "key": "layoutControlEnabledDeprecation", + "comment": [ + "{0} is a placeholder for a setting identifier." + ] + }, + "layoutcontrol.type.menu", + "layoutcontrol.type.toggles", + "layoutcontrol.type.both", + "layoutControlType", + { + "key": "layoutControlTypeDeprecation", + "comment": [ + "{0} is a placeholder for a setting identifier." + ] + }, + "dropIntoEditor", "windowTitle", "activeEditorShort", "activeEditorMedium", @@ -1639,6 +1733,7 @@ "separator", "windowConfigurationTitle", "window.titleSeparator", + "window.experimental.commandCenter", "window.menuBarVisibility.classic", "window.menuBarVisibility.visible", "window.menuBarVisibility.toggle.mac", @@ -1659,10 +1754,14 @@ "window.openFoldersInNewWindow.off", "window.openFoldersInNewWindow.default", "openFoldersInNewWindow", + "window.confirmBeforeClose.always.web", "window.confirmBeforeClose.always", + "window.confirmBeforeClose.keyboardOnly.web", "window.confirmBeforeClose.keyboardOnly", + "window.confirmBeforeClose.never.web", "window.confirmBeforeClose.never", "confirmBeforeCloseWeb", + "confirmBeforeClose", "zenModeConfigurationTitle", "zenMode.fullScreen", "zenMode.centerLayout", @@ -1673,213 +1772,91 @@ "zenMode.restore", "zenMode.silentNotifications" ], - "vs/workbench/browser/actions/developerActions": [ - "inspect context keys", - "toggle screencast mode", - { - "key": "logStorage", - "comment": [ - "A developer only action to log the contents of the storage for the current window." - ] - }, - { - "key": "logWorkingCopies", - "comment": [ - "A developer only action to log the working copies that exist." - ] - }, - "screencastModeConfigurationTitle", - "screencastMode.location.verticalPosition", - "screencastMode.fontSize", - "screencastMode.onlyKeyboardShortcuts", - "screencastMode.keyboardOverlayTimeout", - "screencastMode.mouseIndicatorColor", - "screencastMode.mouseIndicatorSize" - ], - "vs/workbench/browser/actions/textInputActions": [ - "undo", - "redo", - "cut", - "copy", - "paste", - "selectAll" + "vs/workbench/browser/actions/navigationActions": [ + "navigateLeft", + "navigateRight", + "navigateUp", + "navigateDown", + "focusNextPart", + "focusPreviousPart" ], - "vs/workbench/browser/actions/layoutActions": [ - "closeSidebar", - "toggleActivityBar", - { - "key": "miShowActivityBar", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "toggleCenteredLayout", + "vs/workbench/browser/actions/workspaceActions": [ + "workspaces", + "filesCategory", + "openFile", + "openFolder", + "openFolder", + "openFileFolder", + "openWorkspaceAction", + "closeWorkspace", + "openWorkspaceConfigFile", + "globalRemoveFolderFromWorkspace", + "saveWorkspaceAsAction", + "duplicateWorkspaceInNewWindow", { - "key": "miToggleCenteredLayout", + "key": "miOpenFile", "comment": [ "&& denotes a mnemonic" ] }, - "toggleSidebarPosition", - "moveSidebarRight", - "moveSidebarLeft", - "toggleSidebarPosition", - "move sidebar right", - "move sidebar right", - "move sidebar left", - "move sidebar left", { - "key": "miMoveSidebarRight", + "key": "miOpenFolder", "comment": [ "&& denotes a mnemonic" ] }, { - "key": "miMoveSidebarLeft", + "key": "miOpenFolder", "comment": [ "&& denotes a mnemonic" ] }, - "toggleEditor", { - "key": "miShowEditorArea", + "key": "miOpen", "comment": [ "&& denotes a mnemonic" ] }, { - "key": "miAppearance", + "key": "miOpenWorkspace", "comment": [ "&& denotes a mnemonic" ] }, - "toggleSidebar", - "compositePart.hideSideBarLabel", - "compositePart.hideSideBarLabel", { - "key": "miShowSidebar", + "key": "miAddFolderToWorkspace", "comment": [ "&& denotes a mnemonic" ] }, - "toggleStatusbar", + "miSaveWorkspaceAs", + "duplicateWorkspace", { - "key": "miShowStatusbar", + "key": "miCloseFolder", "comment": [ "&& denotes a mnemonic" ] }, - "toggleTabs", - "toggleZenMode", - "miToggleZenMode", - "toggleMenuBar", { - "key": "miShowMenuBar", + "key": "miCloseWorkspace", "comment": [ "&& denotes a mnemonic" ] - }, - "resetViewLocations", - "moveView", - "sidebarContainer", - "panelContainer", - "moveFocusedView.selectView", - "moveFocusedView", - "moveFocusedView.error.noFocusedView", - "moveFocusedView.error.nonMovableView", - "moveFocusedView.selectDestination", - { - "key": "moveFocusedView.title", - "comment": [ - "{0} indicates the title of the view the user has selected to move." - ] - }, - { - "key": "moveFocusedView.newContainerInPanel", - "comment": [ - "Creates a new top-level tab in the panel." - ] - }, - "moveFocusedView.newContainerInSidebar", - "sidebar", - "panel", - "resetFocusedViewLocation", - "resetFocusedView.error.noFocusedView", - "increaseViewSize", - "increaseEditorWidth", - "increaseEditorHeight", - "decreaseViewSize", - "decreaseEditorWidth", - "decreaseEditorHeight" + } ], - "vs/workbench/browser/actions/helpActions": [ - "keybindingsReference", - "openDocumentationUrl", - "openIntroductoryVideosUrl", - "openTipsAndTricksUrl", - "newsletterSignup", - "openTwitterUrl", - "openUserVoiceUrl", - "openLicenseUrl", - "openPrivacyStatement", - { - "key": "miDocumentation", - "comment": [ - "&& denotes a mnemonic" - ] - }, - { - "key": "miKeyboardShortcuts", - "comment": [ - "&& denotes a mnemonic" - ] - }, - { - "key": "miIntroductoryVideos", - "comment": [ - "&& denotes a mnemonic" - ] - }, - { - "key": "miTipsAndTricks", - "comment": [ - "&& denotes a mnemonic" - ] - }, - { - "key": "miTwitter", - "comment": [ - "&& denotes a mnemonic" - ] - }, - { - "key": "miUserVoice", - "comment": [ - "&& denotes a mnemonic" - ] - }, + "vs/workbench/browser/actions/workspaceCommands": [ + "addFolderToWorkspace", { - "key": "miLicense", + "key": "add", "comment": [ "&& denotes a mnemonic" ] }, - { - "key": "miPrivacyStatement", - "comment": [ - "&& denotes a mnemonic" - ] - } - ], - "vs/workbench/browser/actions/navigationActions": [ - "navigateLeft", - "navigateRight", - "navigateUp", - "navigateDown", - "focusNextPart", - "focusPreviousPart" + "addFolderToWorkspaceTitle", + "workspaceFolderPickerPlaceholder" ], "vs/workbench/browser/actions/windowActions": [ + "file", "remove", "dirtyRecentlyOpenedFolder", "dirtyRecentlyOpenedWorkspace", @@ -1897,100 +1874,154 @@ "recentDirtyWorkspaceAriaLabel", "recentDirtyFolderAriaLabel", "openRecent", - "quickOpenRecent", - "toggleFullScreen", - "reloadWindow", - "about", - "newWindow", - "blur", - "file", - "miConfirmClose", - { - "key": "miNewWindow", - "comment": [ - "&& denotes a mnemonic" - ] - }, - { - "key": "miOpenRecent", - "comment": [ - "&& denotes a mnemonic" - ] - }, { "key": "miMore", "comment": [ "&& denotes a mnemonic" ] }, + "quickOpenRecent", + "toggleFullScreen", { "key": "miToggleFullScreen", "comment": [ "&& denotes a mnemonic" ] }, + "reloadWindow", + "about", { "key": "miAbout", "comment": [ "&& denotes a mnemonic" ] - } - ], - "vs/workbench/browser/actions/workspaceCommands": [ - "addFolderToWorkspace", - { - "key": "add", - "comment": [ - "&& denotes a mnemonic" - ] }, - "addFolderToWorkspaceTitle", - "workspaceFolderPickerPlaceholder" - ], - "vs/workbench/browser/actions/workspaceActions": [ - "openFile", - "openFolder", - "openFileFolder", - "openWorkspaceAction", - "closeWorkspace", - "noWorkspaceOrFolderOpened", - "openWorkspaceConfigFile", - "globalRemoveFolderFromWorkspace", - "saveWorkspaceAsAction", - "duplicateWorkspaceInNewWindow", - "manageTrustAction", - "workspacesCategory", - "workspaces", + "newWindow", { - "key": "miAddFolderToWorkspace", + "key": "miNewWindow", "comment": [ "&& denotes a mnemonic" ] }, - "miSaveWorkspaceAs", + "blur", + "miConfirmClose", { - "key": "miCloseFolder", + "key": "miOpenRecent", "comment": [ "&& denotes a mnemonic" ] - }, + } + ], + "vs/workbench/api/browser/viewsExtensionPoint": [ { - "key": "miCloseWorkspace", + "key": "vscode.extension.contributes.views.containers.id", "comment": [ - "&& denotes a mnemonic" + "Contribution refers to those that an extension contributes to VS Code through an extension/contribution point. " ] - } - ], - "vs/workbench/browser/actions/quickAccessActions": [ - "quickOpen", - "quickNavigateNext", - "quickNavigatePrevious", - "quickSelectNext", - "quickSelectPrevious" - ], - "vs/workbench/api/common/menusExtensionPoint": [ - "menus.commandPalette", - "menus.touchBar", + }, + "vscode.extension.contributes.views.containers.title", + "vscode.extension.contributes.views.containers.icon", + "vscode.extension.contributes.viewsContainers", + "views.container.activitybar", + "views.container.panel", + "vscode.extension.contributes.view.type", + "vscode.extension.contributes.view.tree", + "vscode.extension.contributes.view.webview", + "vscode.extension.contributes.view.id", + "vscode.extension.contributes.view.name", + "vscode.extension.contributes.view.when", + "vscode.extension.contributes.view.icon", + "vscode.extension.contributes.view.contextualTitle", + "vscode.extension.contributes.view.initialState", + "vscode.extension.contributes.view.initialState.visible", + "vscode.extension.contributes.view.initialState.hidden", + "vscode.extension.contributes.view.initialState.collapsed", + "vscode.extension.contributes.view.id", + "vscode.extension.contributes.view.name", + "vscode.extension.contributes.view.when", + "vscode.extension.contributes.view.group", + "vscode.extension.contributes.view.remoteName", + "vscode.extension.contributes.views", + "views.explorer", + "views.debug", + "views.scm", + "views.test", + "views.remote", + "views.contributed", + "viewcontainer requirearray", + "requireidstring", + "requireidstring", + "requirestring", + "requirestring", + "requirenonemptystring", + "ViewContainerRequiresProposedAPI", + "ViewContainerDoesnotExist", + "duplicateView1", + "duplicateView2", + "unknownViewType", + "requirearray", + "requirestring", + "requirestring", + "optstring", + "optstring", + "optstring", + "optenum" + ], + "vs/workbench/browser/actions/quickAccessActions": [ + "quickOpen", + "quickNavigateNext", + "quickNavigatePrevious", + "quickSelectNext", + "quickSelectPrevious" + ], + "vs/workbench/api/common/configurationExtensionPoint": [ + "vscode.extension.contributes.configuration.title", + "vscode.extension.contributes.configuration.order", + "vscode.extension.contributes.configuration.properties", + "vscode.extension.contributes.configuration.property.empty", + "vscode.extension.contributes.configuration.properties.schema", + "scope.application.description", + "scope.machine.description", + "scope.window.description", + "scope.resource.description", + "scope.language-overridable.description", + "scope.machine-overridable.description", + "scope.description", + "scope.enumDescriptions", + "scope.markdownEnumDescriptions", + "scope.markdownDescription", + "scope.deprecationMessage", + "scope.markdownDeprecationMessage", + "scope.singlelineText.description", + "scope.multilineText.description", + "scope.editPresentation", + "scope.order", + "config.property.defaultConfiguration.warning", + "vscode.extension.contributes.configuration", + "invalid.title", + "invalid.properties", + "config.property.duplicate", + "invalid.property", + "invalid.allOf", + "workspaceConfig.folders.description", + "workspaceConfig.path.description", + "workspaceConfig.name.description", + "workspaceConfig.uri.description", + "workspaceConfig.name.description", + "workspaceConfig.settings.description", + "workspaceConfig.launch.description", + "workspaceConfig.tasks.description", + "workspaceConfig.extensions.description", + "workspaceConfig.remoteAuthority", + "workspaceConfig.transient", + "unknownWorkspaceProperty" + ], + "vs/workbench/browser/parts/banner/bannerPart": [ + "focusBanner" + ], + "vs/workbench/services/actions/common/menusExtensionPoint": [ + "menus.commandPalette", + "menus.touchBar", "menus.editorTitle", "menus.editorTitleRun", "menus.editorContext", @@ -2000,7 +2031,6 @@ "menus.debugCallstackContext", "menus.debugVariablesContext", "menus.debugToolBar", - "menus.file", "menus.home", "menus.opy", "menus.scmTitle", @@ -2009,7 +2039,7 @@ "menus.resourceFolderContext", "menus.resourceGroupContext", "menus.changeTitle", - "menus.statusBarWindowIndicator", + "menus.statusBarRemoteIndicator", "view.viewTitle", "view.itemContext", "commentThread.title", @@ -2017,13 +2047,23 @@ "comment.title", "comment.actions", "notebook.toolbar", + "notebook.kernelSource", "notebook.cell.title", - "testing.item.title", + "notebook.cell.execute", + "notebook.cell.executePrimary", + "interactive.toolbar", + "interactive.cell.title", + "testing.item.context", + "testing.item.gutter.title", "menus.extensionContext", "view.timelineTitle", "view.timelineContext", "view.tunnelContext", "view.tunnelOriginInline", + "view.tunnelPortInline", + "file.newFile", + "inlineCompletions.actions", + "merge.toolbar", "requirestring", "optstring", "optstring", @@ -2064,6 +2104,7 @@ "requirestrings", "vscode.extension.contributes.commandType.command", "vscode.extension.contributes.commandType.title", + "vscode.extension.contributes.commandType.shortTitle", "vscode.extension.contributes.commandType.category", "vscode.extension.contributes.commandType.precondition", { @@ -2088,42 +2129,6 @@ "missing.submenu", "submenuItem.duplicate" ], - "vs/workbench/api/common/configurationExtensionPoint": [ - "vscode.extension.contributes.configuration.title", - "vscode.extension.contributes.configuration.properties", - "vscode.extension.contributes.configuration.property.empty", - "scope.application.description", - "scope.machine.description", - "scope.window.description", - "scope.resource.description", - "scope.language-overridable.description", - "scope.machine-overridable.description", - "scope.description", - "scope.enumDescriptions", - "scope.markdownEnumDescriptions", - "scope.markdownDescription", - "scope.deprecationMessage", - "scope.markdownDeprecationMessage", - "vscode.extension.contributes.defaultConfiguration", - "config.property.defaultConfiguration.languageExpected", - "config.property.defaultConfiguration.warning", - "vscode.extension.contributes.configuration", - "invalid.title", - "invalid.properties", - "invalid.property", - "invalid.allOf", - "workspaceConfig.folders.description", - "workspaceConfig.path.description", - "workspaceConfig.name.description", - "workspaceConfig.uri.description", - "workspaceConfig.name.description", - "workspaceConfig.settings.description", - "workspaceConfig.launch.description", - "workspaceConfig.tasks.description", - "workspaceConfig.extensions.description", - "workspaceConfig.remoteAuthority", - "unknownWorkspaceProperty" - ], "vs/workbench/browser/parts/editor/editor.contribution": [ "textEditor", "textDiffEditor", @@ -2136,16 +2141,20 @@ "editorQuickAccessPlaceholder", "allEditorsByMostRecentlyUsedQuickAccess", "file", + "unlockGroupAction", + "closeGroupAction", "splitUp", "splitDown", "splitLeft", "splitRight", + "toggleLockGroup", "close", "close", "closeOthers", "closeRight", "closeAllSaved", "closeAll", + "reopenWith", "keepOpen", "pin", "unpin", @@ -2153,16 +2162,19 @@ "splitDown", "splitLeft", "splitRight", + "splitInGroup", + "joinInGroup", "inlineView", "showOpenedEditors", "closeAll", "closeAllSaved", "toggleKeepEditors", - "run", + "lockGroup", "splitEditorRight", "splitEditorDown", "splitEditorDown", "splitEditorRight", + "toggleSplitEditorInGroupLayout", "close", "closeAll", "close", @@ -2171,6 +2183,7 @@ "close", "unpin", "close", + "unlockEditorGroup", "previousChangeIcon", "nextChangeIcon", "toggleWhitespace", @@ -2188,6 +2201,7 @@ "closeOtherEditors", "closeRightEditors", "closeEditorGroup", + "reopenWith", { "key": "miReopenClosedEditor", "comment": [ @@ -2206,72 +2220,98 @@ "&& denotes a mnemonic" ] }, + "miSplitEditorUpWithoutMnemonic", { "key": "miSplitEditorUp", "comment": [ "&& denotes a mnemonic" ] }, + "miSplitEditorDownWithoutMnemonic", { "key": "miSplitEditorDown", "comment": [ "&& denotes a mnemonic" ] }, + "miSplitEditorLeftWithoutMnemonic", { "key": "miSplitEditorLeft", "comment": [ "&& denotes a mnemonic" ] }, + "miSplitEditorRightWithoutMnemonic", { "key": "miSplitEditorRight", "comment": [ "&& denotes a mnemonic" ] }, + "miSplitEditorInGroupWithoutMnemonic", + { + "key": "miSplitEditorInGroup", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "miJoinEditorInGroupWithoutMnemonic", + { + "key": "miJoinEditorInGroup", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "miSingleColumnEditorLayoutWithoutMnemonic", { "key": "miSingleColumnEditorLayout", "comment": [ "&& denotes a mnemonic" ] }, + "miTwoColumnsEditorLayoutWithoutMnemonic", { "key": "miTwoColumnsEditorLayout", "comment": [ "&& denotes a mnemonic" ] }, + "miThreeColumnsEditorLayoutWithoutMnemonic", { "key": "miThreeColumnsEditorLayout", "comment": [ "&& denotes a mnemonic" ] }, + "miTwoRowsEditorLayoutWithoutMnemonic", { "key": "miTwoRowsEditorLayout", "comment": [ "&& denotes a mnemonic" ] }, + "miThreeRowsEditorLayoutWithoutMnemonic", { "key": "miThreeRowsEditorLayout", "comment": [ "&& denotes a mnemonic" ] }, + "miTwoByTwoGridEditorLayoutWithoutMnemonic", { "key": "miTwoByTwoGridEditorLayout", "comment": [ "&& denotes a mnemonic" ] }, + "miTwoRowsRightEditorLayoutWithoutMnemonic", { "key": "miTwoRowsRightEditorLayout", "comment": [ "&& denotes a mnemonic" ] }, + "miTwoColumnsBottomEditorLayoutWithoutMnemonic", { "key": "miTwoColumnsBottomEditorLayout", "comment": [ @@ -2296,6 +2336,18 @@ "&& denotes a mnemonic" ] }, + { + "key": "miFirstSideEditor", + "comment": [ + "&& denotes a mnemonic" + ] + }, + { + "key": "miSecondSideEditor", + "comment": [ + "&& denotes a mnemonic" + ] + }, { "key": "miNextEditor", "comment": [ @@ -2423,88 +2475,13 @@ ] } ], - "vs/workbench/browser/parts/activitybar/activitybarPart": [ - "settingsViewBarIcon", - "accountsViewBarIcon", - "menu", - "menu", - "accounts", - "accounts", - "hideActivitBar", - "resetLocation", - "resetLocation", - "manage", - "manage", - "accounts", - "accounts", - "focusActivityBar" - ], - "vs/workbench/api/browser/viewsExtensionPoint": [ - { - "key": "vscode.extension.contributes.views.containers.id", - "comment": [ - "Contribution refers to those that an extension contributes to VS Code through an extension/contribution point. " - ] - }, - "vscode.extension.contributes.views.containers.title", - "vscode.extension.contributes.views.containers.icon", - "vscode.extension.contributes.viewsContainers", - "views.container.activitybar", - "views.container.panel", - "vscode.extension.contributes.view.type", - "vscode.extension.contributes.view.tree", - "vscode.extension.contributes.view.webview", - "vscode.extension.contributes.view.id", - "vscode.extension.contributes.view.name", - "vscode.extension.contributes.view.when", - "vscode.extension.contributes.view.icon", - "vscode.extension.contributes.view.contextualTitle", - "vscode.extension.contributes.view.initialState", - "vscode.extension.contributes.view.initialState.visible", - "vscode.extension.contributes.view.initialState.hidden", - "vscode.extension.contributes.view.initialState.collapsed", - "vscode.extension.contributes.view.id", - "vscode.extension.contributes.view.name", - "vscode.extension.contributes.view.when", - "vscode.extension.contributes.view.group", - "vscode.extension.contributes.view.remoteName", - "vscode.extension.contributes.views", - "views.explorer", - "views.debug", - "views.scm", - "views.test", - "views.remote", - "views.contributed", - "viewcontainer requirearray", - "requireidstring", - "requireidstring", - "requirestring", - "requirestring", - "ViewContainerRequiresProposedAPI", - "ViewContainerDoesnotExist", - "duplicateView1", - "duplicateView2", - "unknownViewType", - "requirearray", - "requirestring", - "requirestring", - "optstring", - "optstring", - "optstring", - "optenum" - ], - "vs/workbench/browser/parts/panel/panelPart": [ - "hidePanel", - "resetLocation", - "resetLocation", - "panel.emptyMessage" - ], - "vs/workbench/browser/parts/sidebar/sidebarPart": [ - "focusSideBar" + "vs/workbench/services/keybinding/common/keybindingEditing": [ + "errorKeybindingsFileDirty", + "parseErrors", + "errorInvalidConfiguration", + "emptyKeybindingsHeader" ], "vs/workbench/browser/parts/statusbar/statusbarPart": [ - "statusBarFocused", - "hide", "hideStatusBar" ], "vs/workbench/browser/parts/views/viewsService": [ @@ -2520,23 +2497,6 @@ }, "resetViewLocation" ], - "vs/workbench/services/extensions/browser/extensionUrlHandler": [ - "confirmUrl", - "rememberConfirmUrl", - "open", - "reloadAndHandle", - "reloadAndOpen", - "enableAndHandle", - "enableAndReload", - "installAndHandle", - "install", - "Installing", - "reload", - "Reload", - "manage", - "extensions", - "no" - ], "vs/platform/undoRedo/common/undoRedoService": [ { "key": "externalRemoval", @@ -2596,8 +2556,8 @@ ] }, "confirmDifferentSource", - "confirmDifferentSource.ok", - "cancel", + "confirmDifferentSource.yes", + "confirmDifferentSource.no", { "key": "cannotWorkspaceRedo", "comment": [ @@ -2635,16 +2595,32 @@ ] } ], - "vs/workbench/services/keybinding/common/keybindingEditing": [ - "errorKeybindingsFileDirty", - "parseErrors", - "errorInvalidConfiguration", - "emptyKeybindingsHeader" - ], "vs/workbench/services/decorations/browser/decorationsService": [ "bubbleTitle" ], - "vs/workbench/services/progress/browser/progressService": [ + "vs/workbench/services/extensions/browser/extensionUrlHandler": [ + "confirmUrl", + "rememberConfirmUrl", + "open", + "installAndHandle", + "install and open", + "Installing", + "enableAndHandle", + "enableAndReload", + "reloadAndHandle", + "reloadAndOpen", + "manage", + "extensions", + "no" + ], + "vs/workbench/services/preferences/browser/preferencesService": [ + "openFolderFirst", + "emptyKeybindingsHeader", + "defaultKeybindings", + "defaultKeybindings", + "fail.createSettings" + ], + "vs/workbench/services/progress/browser/progressService": [ "progress.text2", "progress.title3", "progress.title2", @@ -2654,31 +2630,21 @@ "cancel", "dismiss" ], - "vs/workbench/services/preferences/browser/preferencesService": [ - "openFolderFirst", - "emptyKeybindingsHeader", - "defaultKeybindings", - "defaultKeybindings", - "defaultSettings", - "folderSettingsName", - "fail.createSettings" + "vs/workbench/services/editor/browser/editorResolverService": [ + "editorResolver.conflictingDefaults", + "editorResolver.configureDefault", + "editorResolver.keepDefault", + "promptOpenWith.currentlyActive", + "promptOpenWith.currentDefault", + "promptOpenWith.currentDefaultAndActive", + "promptOpenWith.configureDefault", + "prompOpenWith.updateDefaultPlaceHolder", + "promptOpenWith.placeHolder" ], "vs/workbench/services/configuration/common/jsonEditingService": [ "errorInvalidFile", "errorFileDirty" ], - "vs/workbench/services/editor/browser/editorService": [ - "promptOpenWith.currentlyActive", - "promptOpenWith.setDefaultTooltip", - "promptOpenWith.placeHolder", - "promptOpenWith.placeHolderGeneric" - ], - "vs/workbench/services/history/browser/history": [ - "canNavigateBack", - "canNavigateForward", - "canNavigateToLastEditLocation", - "canReopenClosedEditor" - ], "vs/workbench/services/keybinding/browser/keybindingService": [ "nonempty", "requirestring", @@ -2705,7 +2671,18 @@ "keyboardConfigurationTitle", "dispatch" ], - "vs/workbench/services/mode/common/workbenchModeService": [ + "vs/workbench/services/history/browser/historyService": [ + "canNavigateBack", + "canNavigateForward", + "canNavigateBackInNavigationLocations", + "canNavigateForwardInNavigationLocations", + "canNavigateToLastNavigationLocation", + "canNavigateBackInEditLocations", + "canNavigateForwardInEditLocations", + "canNavigateToLastEditLocation", + "canReopenClosedEditor" + ], + "vs/workbench/services/language/common/languageService": [ "vscode.extension.contributes.languages", "vscode.extension.contributes.languages.id", "vscode.extension.contributes.languages.aliases", @@ -2715,6 +2692,9 @@ "vscode.extension.contributes.languages.mimetypes", "vscode.extension.contributes.languages.firstLine", "vscode.extension.contributes.languages.configuration", + "vscode.extension.contributes.languages.icon", + "vscode.extension.contributes.languages.icon.light", + "vscode.extension.contributes.languages.icon.dark", "invalid", "invalid.empty", "require.id", @@ -2723,11 +2703,20 @@ "opt.firstLine", "opt.configuration", "opt.aliases", - "opt.mimetypes" + "opt.mimetypes", + "opt.icon" ], "vs/workbench/services/themes/browser/workbenchThemeService": [ "error.cannotloadtheme" ], + "vs/workbench/services/extensionRecommendations/common/workspaceExtensionsConfig": [ + "select for remove", + "select for add", + "select for remove", + "select for add", + "workspace folder", + "workspace" + ], "vs/workbench/services/label/common/labelService": [ "vscode.extension.contributes.resourceLabelFormatters", "vscode.extension.contributes.resourceLabelFormatters.scheme", @@ -2739,39 +2728,94 @@ "vscode.extension.contributes.resourceLabelFormatters.tildify", "vscode.extension.contributes.resourceLabelFormatters.formatting.workspaceSuffix", "untitledWorkspace", + "temporaryWorkspace", "workspaceNameVerbose", "workspaceName" ], - "vs/workbench/services/extensionManagement/common/webExtensionsScannerService": [ - "cannot be installed" + "vs/workbench/services/extensionManagement/browser/webExtensionsScannerService": [ + "not a web extension", + "openInstalledWebExtensionsResource" ], "vs/workbench/services/extensionManagement/browser/extensionEnablementService": [ "extensionsDisabled", "Reload", "cannot disable language pack extension", "cannot disable auth extension", + "cannot change enablement environment", + "cannot change disablement environment", + "cannot change enablement virtual workspace", + "cannot change enablement extension kind", + "cannot change enablement dependency", "noWorkspace", "cannot disable auth extension in workspace" ], + "vs/workbench/services/profiles/common/profileService": [ + "profiles.applying", + "applied profile" + ], "vs/workbench/services/notification/common/notificationService": [ "neverShowAgain", "neverShowAgain" ], - "vs/workbench/services/extensionRecommendations/common/workspaceExtensionsConfig": [ - "select for remove", - "select for add", - "select for remove", - "select for add", - "workspace folder", - "workspace" + "vs/workbench/services/remote/common/remoteExplorerService": [ + "tunnel.source.user", + "tunnel.source.auto", + "remote.localPortMismatch.single", + "tunnel.staticallyForwarded" ], "vs/workbench/services/views/browser/viewDescriptorService": [ + "cachedViewContainerPositions", + "cachedViewPositions", "hideView", "resetViewLocation" ], + "vs/workbench/services/authentication/browser/authenticationService": [ + "authentication.id", + "authentication.label", + { + "key": "authenticationExtensionPoint", + "comment": [ + "'Contributes' means adds here" + ] + }, + "authentication.Placeholder", + "authentication.missingId", + "authentication.missingLabel", + "authentication.idConflict", + "loading", + "sign in", + "confirmAuthenticationAccess", + "allow", + "deny", + "cancel", + "useOtherAccount", + { + "key": "selectAccount", + "comment": [ + "The placeholder {0} is the name of an extension. {1} is the name of the type of account, such as Microsoft or GitHub." + ] + }, + "getSessionPlateholder", + { + "key": "accessRequest", + "comment": [ + "The placeholder {0} will be replaced with an authentication provider''s label. {1} will be replaced with an extension name. (1) is to indicate that this menu item contributes to a badge count" + ] + }, + { + "key": "signInRequest", + "comment": [ + "The placeholder {0} will be replaced with an authentication provider's label. {1} will be replaced with an extension name. (1) is to indicate that this menu item contributes to a badge count." + ] + } + ], + "vs/workbench/contrib/performance/browser/performance.contribution": [ + "show.label" + ], "vs/workbench/services/userDataSync/browser/userDataSyncWorkbenchService": [ "no authentication providers", "no account", + "no account", "show log", "sync turned on", "sync in progress", @@ -2815,48 +2859,25 @@ "successive auth failures", "sign in" ], - "vs/workbench/services/authentication/browser/authenticationService": [ - "authentication.id", - "authentication.label", - { - "key": "authenticationExtensionPoint", - "comment": [ - "'Contributes' means adds here" - ] - }, - "loading", - "authentication.missingId", - "authentication.missingLabel", - "authentication.idConflict", - "loading", - "sign in", - "confirmAuthenticationAccess", - "allow", - "deny", - "cancel", - "useOtherAccount", - { - "key": "selectAccount", - "comment": [ - "The placeholder {0} is the name of an extension. {1} is the name of the type of account, such as Microsoft or GitHub." - ] - }, - "getSessionPlateholder", + "vs/workbench/contrib/preferences/browser/keybindingsEditorContribution": [ + "defineKeybinding.start", + "defineKeybinding.kbLayoutErrorMessage", { - "key": "accessRequest", + "key": "defineKeybinding.kbLayoutLocalAndUSMessage", "comment": [ - "The placeholder {0} will be replaced with an extension name. (1) is to indicate that this menu item contributes to a badge count" + "Please translate maintaining the stars (*) around the placeholders such that they will be rendered in bold.", + "The placeholders will contain a keyboard combination e.g. Ctrl+Shift+/" ] }, { - "key": "signInRequest", + "key": "defineKeybinding.kbLayoutLocalMessage", "comment": [ - "The placeholder {0} will be replaced with an extension name. (1) is to indicate that this menu item contributes to a badge count." + "Please translate maintaining the stars (*) around the placeholder such that it will be rendered in bold.", + "The placeholder will contain a keyboard combination e.g. Ctrl+Shift+/" ] } ], "vs/workbench/contrib/preferences/browser/preferences.contribution": [ - "defaultPreferencesEditor", "settingsEditor2", "keybindingsEditor", "openSettings2", @@ -2878,23 +2899,20 @@ "openFolderSettings", "openFolderSettingsFile", "openFolderSettings", - "filterModifiedLabel", - "filterOnlineServicesLabel", { "key": "miOpenOnlineSettings", "comment": [ "&& denotes a mnemonic" ] }, - "onlineServices", + "showTelemtrySettings", + "filterUntrusted", "openRemoteSettings", + "openRemoteSettingsJSON", "settings.focusSearch", "settings.clearResults", "settings.focusFile", "settings.focusFile", - "settings.focusNextSetting", - "settings.focusPreviousSetting", - "settings.editFocusedSetting", "settings.focusSettingsList", "settings.focusSettingsTOC", "settings.focusSettingControl", @@ -2917,53 +2935,52 @@ ] } ], - "vs/workbench/contrib/preferences/browser/keybindingsEditorContribution": [ - "defineKeybinding.start", - "defineKeybinding.kbLayoutErrorMessage", + "vs/workbench/contrib/testing/browser/testing.contribution": [ + "test", { - "key": "defineKeybinding.kbLayoutLocalAndUSMessage", + "key": "miViewTesting", "comment": [ - "Please translate maintaining the stars (*) around the placeholders such that they will be rendered in bold.", - "The placeholders will contain a keyboard combination e.g. Ctrl+Shift+/" + "&& denotes a mnemonic" ] }, - { - "key": "defineKeybinding.kbLayoutLocalMessage", - "comment": [ - "Please translate maintaining the stars (*) around the placeholder such that it will be rendered in bold.", - "The placeholder will contain a keyboard combination e.g. Ctrl+Shift+/" - ] - } - ], - "vs/workbench/contrib/performance/browser/performance.contribution": [ - "show.label" + "noTestProvidersRegistered", + "searchForAdditionalTestExtensions", + "testExplorer" ], "vs/workbench/contrib/notebook/browser/notebook.contribution": [ - "diffLeftRightLabel", + "notebook.editorOptions.experimentalCustomization", "notebookConfigurationTitle", "notebook.displayOrder.description", "notebook.cellToolbarLocation.description", + "notebook.cellToolbarLocation.viewType", "notebook.showCellStatusbar.description", - "notebook.diff.enablePreview.description" - ], - "vs/workbench/contrib/testing/browser/testing.contribution": [ - "test", - "noTestProvidersRegistered", - { - "key": "searchMarketplaceForTestExtensions", - "comment": [ - "Please do not translate the word \"commmand\", it is part of our internal syntax which must not change" - ] - }, - "testExplorer" - ], - "vs/workbench/contrib/logs/common/logs.contribution": [ - "userDataSyncLog", - "rendererLog", - "telemetryLog", - "show window log", - "mainLog", - "sharedLog" + "notebook.showCellStatusbar.hidden.description", + "notebook.showCellStatusbar.visible.description", + "notebook.showCellStatusbar.visibleAfterExecute.description", + "notebook.diff.enablePreview.description", + "notebook.cellToolbarVisibility.description", + "notebook.undoRedoPerCell.description", + "notebook.compactView.description", + "notebook.focusIndicator.description", + "notebook.insertToolbarPosition.description", + "insertToolbarLocation.betweenCells", + "insertToolbarLocation.notebookToolbar", + "insertToolbarLocation.both", + "insertToolbarLocation.hidden", + "notebook.globalToolbar.description", + "notebook.consolidatedOutputButton.description", + "notebook.showFoldingControls.description", + "showFoldingControls.always", + "showFoldingControls.mouseover", + "notebook.dragAndDrop.description", + "notebook.consolidatedRunButton.description", + "notebook.globalToolbarShowLabel", + "notebook.textOutputLineLimit", + "notebook.markup.fontSize", + "notebook.interactiveWindow.collapseCodeCells", + "notebook.outputLineHeight", + "notebook.outputFontSize", + "notebook.outputFontFamily" ], "vs/workbench/contrib/quickaccess/browser/quickAccess.contribution": [ "helpQuickAccessPlaceholder", @@ -2979,13 +2996,13 @@ ] }, { - "key": "miOpenView", + "key": "miShowAllCommands", "comment": [ "&& denotes a mnemonic" ] }, { - "key": "miGotoSymbolInEditor", + "key": "miOpenView", "comment": [ "&& denotes a mnemonic" ] @@ -3011,18 +3028,33 @@ "&& denotes a mnemonic" ] }, + "openFolder", + "addAFolder", + "openRecent", { "key": "noWorkspaceHelp", "comment": [ "Please do not translate the word \"commmand\", it is part of our internal syntax which must not change" ] }, + { + "key": "noFolderHelpWeb", + "comment": [ + "Please do not translate the word \"commmand\", it is part of our internal syntax which must not change" + ] + }, { "key": "remoteNoFolderHelp", "comment": [ "Please do not translate the word \"commmand\", it is part of our internal syntax which must not change" ] }, + { + "key": "noFolderButEditorsHelp", + "comment": [ + "Please do not translate the word \"commmand\", it is part of our internal syntax which must not change" + ] + }, { "key": "noFolderHelp", "comment": [ @@ -3032,8 +3064,6 @@ ], "vs/workbench/contrib/files/browser/fileActions.contribution": [ "filesCategory", - "workspaces", - "file", "copyPath", "copyRelativePath", "revealInSideBar", @@ -3086,30 +3116,6 @@ "&& denotes a mnemonic" ] }, - { - "key": "miOpen", - "comment": [ - "&& denotes a mnemonic" - ] - }, - { - "key": "miOpenFile", - "comment": [ - "&& denotes a mnemonic" - ] - }, - { - "key": "miOpenFolder", - "comment": [ - "&& denotes a mnemonic" - ] - }, - { - "key": "miOpenWorkspace", - "comment": [ - "&& denotes a mnemonic" - ] - }, { "key": "miAutoSave", "comment": [ @@ -3135,6 +3141,64 @@ ] } ], + "vs/workbench/contrib/logs/common/logs.contribution": [ + "userDataSyncLog", + "rendererLog", + "telemetryLog", + "show window log" + ], + "vs/workbench/contrib/interactive/browser/interactive.contribution": [ + "interactive.open", + "interactive.open", + "interactive.execute", + "interactive.input.clear", + "interactive.history.previous", + "interactive.history.next", + "interactiveScrollToTop", + "interactiveScrollToBottom", + "interactive.input.focus", + "interactive.history.focus", + "interactive.activeCodeBorder", + "interactive.inactiveCodeBorder", + "interactiveWindow.alwaysScrollOnNewCell" + ], + "vs/workbench/contrib/bulkEdit/browser/bulkEditService": [ + "summary.0", + "summary.nm", + "summary.n0", + "summary.textFiles", + "workspaceEdit", + "workspaceEdit", + "nothing", + "fileOperation", + "closeTheWindow", + "changeWorkspace", + "reloadTheWindow", + "quit", + "areYouSureQuiteBulkEdit", + "refactoring.autoSave" + ], + "vs/workbench/contrib/bulkEdit/browser/preview/bulkEdit.contribution": [ + "overlap", + "cancel", + "continue", + "detail", + "apply", + "cat", + "Discard", + "cat", + "toogleSelection", + "cat", + "groupByFile", + "cat", + "groupByType", + "cat", + "groupByType", + "cat", + "refactorPreviewViewIcon", + "panel", + "panel" + ], "vs/workbench/contrib/files/browser/files.contribution": [ "binaryFileEditor", "hotExit.off", @@ -3196,6 +3260,7 @@ "key": "autoSaveDelay" }, "watcherExclude", + "watcherInclude", "defaultLanguage", "maxMemoryForLargeFilesMB", "files.restoreUndoStack", @@ -3203,6 +3268,7 @@ "overwriteFileOnDisk", "files.saveConflictResolution", "files.simpleDialog.enable", + "files.participants.timeout", "formatOnSave", { "key": "everything", @@ -3216,14 +3282,26 @@ "This is the description of an option" ] }, - "formatOnSaveMode", - "explorerConfigurationTitle", + { + "key": "modificationIfAvailable", + "comment": [ + "This is the description of an option" + ] + }, + "formatOnSaveMode", + "explorerConfigurationTitle", { "key": "openEditorsVisible", "comment": [ "Open is an adjective" ] }, + { + "key": "openEditorsVisibleMin", + "comment": [ + "Open is an adjective" + ] + }, { "key": "openEditorsSortOrder", "comment": [ @@ -3232,6 +3310,7 @@ }, "sortOrder.editorOrder", "sortOrder.alphabetical", + "sortOrder.fullPath", "autoReveal.on", "autoReveal.off", "autoReveal.focusNoScroll", @@ -3239,50 +3318,109 @@ "enableDragAndDrop", "confirmDragAndDrop", "confirmDelete", + "enableUndo", + "confirmUndo", + "enableUndo.verbose", + "enableUndo.default", + "enableUndo.light", + "expandSingleFolderWorkspaces", "sortOrder.default", "sortOrder.mixed", "sortOrder.filesFirst", "sortOrder.type", "sortOrder.modified", + "sortOrder.foldersNestsFiles", "sortOrder", + "sortOrderLexicographicOptions.default", + "sortOrderLexicographicOptions.upper", + "sortOrderLexicographicOptions.lower", + "sortOrderLexicographicOptions.unicode", + "sortOrderLexicographicOptions", "explorer.decorations.colors", "explorer.decorations.badges", "simple", "smart", "explorer.incrementalNaming", - "compressSingleChildFolders" + "compressSingleChildFolders", + "copyRelativePathSeparator.slash", + "copyRelativePathSeparator.backslash", + "copyRelativePathSeparator.auto", + "copyRelativePathSeparator", + "excludeGitignore", + "fileNestingEnabled", + "fileNestingExpand", + "fileNestingPatterns", + "fileNesting.description" ], - "vs/workbench/contrib/bulkEdit/browser/bulkEditService": [ - "summary.0", - "summary.nm", - "summary.n0", - "workspaceEdit", - "workspaceEdit", - "nothing", - "fileOperation", - "areYouSureQuiteBulkEdit", - "quit" + "vs/workbench/contrib/sash/browser/sash.contribution": [ + "sashSize", + "sashHoverDelay" ], - "vs/workbench/contrib/bulkEdit/browser/preview/bulkEdit.contribution": [ - "overlap", - "cancel", - "continue", - "detail", - "apply", - "cat", - "Discard", - "cat", - "toogleSelection", - "cat", - "groupByFile", - "cat", - "groupByType", - "cat", - "groupByType", - "cat", - "refactorPreviewViewIcon", - "panel", - "panel" + "vs/workbench/contrib/scm/browser/scm.contribution": [ + "sourceControlViewIcon", + "source control", + "no open repo", + "no open repo in an untrusted workspace", + "manageWorkspaceTrustAction", + "source control", + { + "key": "miViewSCM", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "source control repositories", + "scmConfigurationTitle", + "scm.diffDecorations.all", + "scm.diffDecorations.gutter", + "scm.diffDecorations.overviewRuler", + "scm.diffDecorations.minimap", + "scm.diffDecorations.none", + "diffDecorations", + "diffGutterWidth", + "scm.diffDecorationsGutterVisibility.always", + "scm.diffDecorationsGutterVisibility.hover", + "scm.diffDecorationsGutterVisibility", + "scm.diffDecorationsGutterAction.diff", + "scm.diffDecorationsGutterAction.none", + "scm.diffDecorationsGutterAction", + "diffGutterPattern", + "diffGutterPatternAdded", + "diffGutterPatternModifed", + "scm.diffDecorationsIgnoreTrimWhitespace.true", + "scm.diffDecorationsIgnoreTrimWhitespace.false", + "scm.diffDecorationsIgnoreTrimWhitespace.inherit", + "diffDecorationsIgnoreTrimWhitespace", + "alwaysShowActions", + "scm.countBadge.all", + "scm.countBadge.focused", + "scm.countBadge.off", + "scm.countBadge", + "scm.providerCountBadge.hidden", + "scm.providerCountBadge.auto", + "scm.providerCountBadge.visible", + "scm.providerCountBadge", + "scm.defaultViewMode.tree", + "scm.defaultViewMode.list", + "scm.defaultViewMode", + "scm.defaultViewSortKey.name", + "scm.defaultViewSortKey.path", + "scm.defaultViewSortKey.status", + "scm.defaultViewSortKey", + "autoReveal", + "inputFontFamily", + "inputFontSize", + "alwaysShowRepository", + "scm.repositoriesSortOrder.discoveryTime", + "scm.repositoriesSortOrder.name", + "scm.repositoriesSortOrder.path", + "repositoriesSortOrder", + "providersVisible", + "showActionButton", + "scm accept", + "scm view next commit", + "scm view previous commit", + "open in terminal" ], "vs/workbench/contrib/search/browser/search.contribution": [ "search", @@ -3300,6 +3438,7 @@ "findInFolder", "findInWorkspace", "showTriggerActions", + "showTriggerActions", "name", "search", { @@ -3337,9 +3476,11 @@ "search.mode.newEditor", "useRipgrep", "useRipgrepDeprecated", + "maintainFileSearchCacheDeprecated", "search.maintainFileSearchCache", "useIgnoreFiles", "useGlobalIgnoreFiles", + "useParentIgnoreFiles", "search.quickOpen.includeSymbols", "search.quickOpen.includeHistory", "filterSortOrder.default", @@ -3350,6 +3491,7 @@ "search.globalFindClipboard", "search.location", "search.location.deprecationMessage", + "search.maxResults", "search.collapseResults.auto", "search.collapseAllResults", "search.useReplacePreview", @@ -3392,10 +3534,8 @@ "searchCanceled", "moreSearch", "searchScope.includes", - "label.includes", "placeholder.includes", "searchScope.excludes", - "label.excludes", "placeholder.excludes", "replaceAll.confirmation.title", "replaceAll.confirm.button", @@ -3418,7 +3558,6 @@ "emptySearch", "ariaSearchResultsClearStatus", "searchPathNotFoundError", - "searchMaxResultsWarning", "noOpenEditorResultsIncludesExcludes", "noOpenEditorResultsIncludes", "noOpenEditorResultsExcludes", @@ -3432,10 +3571,14 @@ "openSettings.message", "openSettings.learnMore", "ariaSearchResultsStatus", + "searchMaxResultsWarning", "forTerm", "useIgnoresAndExcludesDisabled", "excludes.enable", "useExcludesAndIgnoreFilesDescription", + "onlyOpenEditors", + "openEditors.disable", + "disableOpenEditors", "openInEditor.tooltip", "openInEditor.message", "search.file.result", @@ -3445,8 +3588,13 @@ "searchWithoutFolder", "openFolder" ], + "vs/workbench/contrib/debug/browser/callStackEditorContribution": [ + "topStackFrameLineHighlight", + "focusedStackFrameLineHighlight" + ], "vs/workbench/contrib/searchEditor/browser/searchEditor.contribution": [ "searchEditor", + "promptOpenWith.searchEditor.displayName", "search", "searchEditor.deleteResultBlock", "search.openNewSearchEditor", @@ -3464,57 +3612,46 @@ "searchEditor.action.selectAllSearchEditorMatches", "search.openNewEditor" ], - "vs/workbench/contrib/sash/browser/sash.contribution": [ - "sashSize", - "sashHoverDelay" - ], - "vs/workbench/contrib/scm/browser/scm.contribution": [ - "sourceControlViewIcon", - "source control", - "no open repo", - "source control", - { - "key": "miViewSCM", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "source control repositories", - "scmConfigurationTitle", - "scm.diffDecorations.all", - "scm.diffDecorations.gutter", - "scm.diffDecorations.overviewRuler", - "scm.diffDecorations.minimap", - "scm.diffDecorations.none", - "diffDecorations", - "diffGutterWidth", - "scm.diffDecorationsGutterVisibility.always", - "scm.diffDecorationsGutterVisibility.hover", - "scm.diffDecorationsGutterVisibility", - "scm.diffDecorationsGutterAction.diff", - "scm.diffDecorationsGutterAction.none", - "scm.diffDecorationsGutterAction", - "alwaysShowActions", - "scm.countBadge.all", - "scm.countBadge.focused", - "scm.countBadge.off", - "scm.countBadge", - "scm.providerCountBadge.hidden", - "scm.providerCountBadge.auto", - "scm.providerCountBadge.visible", - "scm.providerCountBadge", - "scm.defaultViewMode.tree", - "scm.defaultViewMode.list", - "scm.defaultViewMode", - "autoReveal", - "inputFontFamily", - "inputFontSize", - "alwaysShowRepository", - "providersVisible", - "scm accept", - "scm view next commit", - "scm view previous commit", - "open in terminal" + "vs/workbench/contrib/debug/browser/breakpointEditorContribution": [ + "logPoint", + "breakpoint", + "breakpointHasConditionDisabled", + "message", + "condition", + "breakpointHasConditionEnabled", + "message", + "condition", + "removeLogPoint", + "disableLogPoint", + "disable", + "enable", + "cancel", + "logPoint", + "breakpoint", + "removeBreakpoint", + "editBreakpoint", + "disableBreakpoint", + "enableBreakpoint", + "removeBreakpoints", + "removeInlineBreakpointOnColumn", + "removeLineBreakpoint", + "editBreakpoints", + "editInlineBreakpointOnColumn", + "editLineBreakpoint", + "enableDisableBreakpoints", + "disableInlineColumnBreakpoint", + "disableBreakpointOnLine", + "enableBreakpoints", + "enableBreakpointOnLine", + "addBreakpoint", + "addConditionalBreakpoint", + "addLogPoint", + "runToLine", + "debugIcon.breakpointForeground", + "debugIcon.breakpointDisabledForeground", + "debugIcon.breakpointUnverifiedForeground", + "debugIcon.breakpointCurrentStackframeForeground", + "debugIcon.breakpointStackframeForeground" ], "vs/workbench/contrib/debug/browser/debug.contribution": [ "debugCategory", @@ -3533,6 +3670,7 @@ "terminateThread", "restartFrame", "copyStackTrace", + "viewMemory", "setValue", "copyValue", "copyAsExpression", @@ -3541,8 +3679,17 @@ "breakWhenValueChanges", "breakWhenValueIsAccessed", "editWatchExpression", + "setValue", "copyValue", + "viewMemory", "removeWatchExpression", + "run", + { + "key": "mRun", + "comment": [ + "&& denotes a mnemonic" + ] + }, { "key": "miStartDebugging", "comment": [ @@ -3645,6 +3792,7 @@ "callStack", "breakpoints", "loadedScripts", + "disassembly", "debugConfigurationTitle", { "comment": [ @@ -3664,6 +3812,9 @@ ], "key": "inlineValues" }, + "inlineValues.on", + "inlineValues.off", + "inlineValues.focusNoScroll", { "comment": [ "This is the description for a setting" @@ -3699,6 +3850,7 @@ "debug.console.wordWrap", "debug.console.historySuggestions", "debug.console.collapseIdenticalLines", + "debug.console.acceptSuggestionOnEnter", { "comment": [ "This is the description for a setting" @@ -3706,6 +3858,7 @@ "key": "launch" }, "debug.focusWindowOnBreak", + "debug.focusEditorOnBreak", "debugAnyway", "showErrors", "prompt", @@ -3726,55 +3879,18 @@ "debug.saveBeforeStart", "debug.saveBeforeStart.allEditorsInActiveGroup", "debug.saveBeforeStart.nonUntitledEditorsInActiveGroup", - "debug.saveBeforeStart.none" + "debug.saveBeforeStart.none", + "debug.confirmOnExit", + "debug.confirmOnExit.never", + "debug.confirmOnExit.always", + "debug.disassemblyView.showSourceCode", + "debug.autoExpandLazyVariables" ], "vs/workbench/contrib/debug/browser/debugEditorContribution": [ + "editor.inlineValuesForeground", + "editor.inlineValuesBackground", "addConfiguration" ], - "vs/workbench/contrib/debug/browser/breakpointEditorContribution": [ - "logPoint", - "breakpoint", - "breakpointHasConditionDisabled", - "message", - "condition", - "breakpointHasConditionEnabled", - "message", - "condition", - "removeLogPoint", - "disableLogPoint", - "disable", - "enable", - "cancel", - "logPoint", - "breakpoint", - "removeBreakpoint", - "editBreakpoint", - "disableBreakpoint", - "enableBreakpoint", - "removeBreakpoints", - "removeInlineBreakpointOnColumn", - "removeLineBreakpoint", - "editBreakpoints", - "editInlineBreakpointOnColumn", - "editLineBrekapoint", - "enableDisableBreakpoints", - "disableInlineColumnBreakpoint", - "disableBreakpointOnLine", - "enableBreakpoints", - "enableBreakpointOnLine", - "addBreakpoint", - "addConditionalBreakpoint", - "addLogPoint", - "debugIcon.breakpointForeground", - "debugIcon.breakpointDisabledForeground", - "debugIcon.breakpointUnverifiedForeground", - "debugIcon.breakpointCurrentStackframeForeground", - "debugIcon.breakpointStackframeForeground" - ], - "vs/workbench/contrib/debug/browser/callStackEditorContribution": [ - "topStackFrameLineHighlight", - "focusedStackFrameLineHighlight" - ], "vs/workbench/contrib/debug/browser/repl": [ { "key": "workbench.debug.filter.placeholder", @@ -3817,6 +3933,21 @@ "debugPanel", "startAdditionalSession" ], + "vs/workbench/contrib/comments/browser/comments.contribution": [ + "commentsConfigurationTitle", + "openComments", + "comments.openPanel.deprecated", + "comments.openView.never", + "comments.openView.file", + "comments.openView.firstFile", + "comments.openView", + "useRelativeTime" + ], + "vs/workbench/contrib/url/browser/url.contribution": [ + "openUrl", + "urlToOpen", + "workbench.trustedDomains.promptInTrustedWorkspace" + ], "vs/workbench/contrib/markers/browser/markers.contribution": [ "markersViewIcon", { @@ -3825,6 +3956,8 @@ "&& denotes a mnemonic" ] }, + "viewAsTree", + "viewAsTable", "copyMarker", "copyMessage", "copyMessage", @@ -3843,19 +3976,111 @@ "totalWarnings", "totalInfos", "noProblems", - "manyProblems" - ], - "vs/workbench/contrib/comments/browser/comments.contribution": [ - "commentsConfigurationTitle", - "openComments" + "manyProblems", + "totalProblems" ], - "vs/workbench/contrib/url/browser/url.contribution": [ - "openUrl", - "urlToOpen" + "vs/workbench/contrib/mergeEditor/browser/mergeEditor.contribution": [ + "name", + "toggle.title", + "toggle.title2", + "title", + "merge.dev.copyContents", + "mergeEditor.name", + "mergeEditor.noActiveMergeEditor", + "mergeEditor.name", + "mergeEditor.successfullyCopiedMergeEditorContents", + "merge.dev.openContents", + "mergeEditor.enterJSON" + ], + "vs/workbench/contrib/webview/browser/webview.contribution": [ + "cut", + "copy", + "paste" + ], + "vs/workbench/contrib/output/browser/outputView": [ + "output model title", + "channel", + "output", + "outputViewWithInputAriaLabel", + "outputViewAriaLabel", + "outputChannels", + "logChannel" ], "vs/workbench/contrib/webviewPanel/browser/webviewPanel.contribution": [ "webview.editor.label" ], + "vs/workbench/contrib/output/browser/output.contribution": [ + "outputViewIcon", + "output", + "output", + { + "key": "miToggleOutput", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "logViewer", + "switchToOutput.label", + "clearOutput.label", + "outputCleared", + "toggleAutoScroll", + "outputScrollOff", + "outputScrollOn", + "openActiveLogOutputFile", + "showLogs", + "selectlog", + "openLogFile", + "selectlogFile", + "output", + "output.smartScroll.enabled" + ], + "vs/workbench/contrib/extensions/browser/extensionsViewlet": [ + "installed", + "select and install local extensions", + { + "key": "remote", + "comment": [ + "Remote as in remote machine" + ] + }, + "install remote in local", + { + "key": "remote", + "comment": [ + "Remote as in remote machine" + ] + }, + "popularExtensions", + "recommendedExtensions", + "enabledExtensions", + "disabledExtensions", + "marketPlace", + "installed", + "enabled", + "disabled", + "outdated", + "builtin", + "workspaceUnsupported", + "workspaceRecommendedExtensions", + "otherRecommendedExtensions", + "builtinFeatureExtensions", + "builtInThemesExtensions", + "builtinProgrammingLanguageExtensions", + "untrustedUnsupportedExtensions", + "untrustedPartiallySupportedExtensions", + "virtualUnsupportedExtensions", + "virtualPartiallySupportedExtensions", + "searchExtensions", + "extensionFoundInSection", + "extensionFound", + "extensionsFoundInSection", + "extensionsFound", + "suggestProxyError", + "open user settings", + "outdatedExtensions", + "malicious warning", + "reloadNow" + ], "vs/workbench/contrib/extensions/browser/extensions.contribution": [ "manageExtensionsQuickAccessPlaceholder", "manageExtensionsHelp", @@ -3868,15 +4093,35 @@ ] }, "extensionsConfigurationTitle", - "extensionsAutoUpdate", + "all", + "enabled", + "none", + "extensions.autoUpdate.true", + "extensions.autoUpdate.enabled", + "extensions.autoUpdate.false", + "extensions.autoUpdate", "extensionsCheckUpdates", "extensionsIgnoreRecommendations", "extensionsShowRecommendationsOnlyOnDemand_Deprecated", "extensionsCloseExtensionDetailsOnViewChange", "handleUriConfirmedExtensions", + "extensionsWebWorker.true", + "extensionsWebWorker.false", + "extensionsWebWorker.auto", "extensionsWebWorker", + "extensions.supportVirtualWorkspaces", + "extensions.affinity", + "extensions.supportUntrustedWorkspaces", + "extensions.supportUntrustedWorkspaces.true", + "extensions.supportUntrustedWorkspaces.false", + "extensions.supportUntrustedWorkspaces.limited", + "extensions.supportUntrustedWorkspaces.supported", + "extensions.supportUntrustedWorkspaces.version", "workbench.extensions.installExtension.description", - "workbench.extensions.installExtension.arg.name", + "workbench.extensions.installExtension.arg.decription", + "workbench.extensions.installExtension.option.installOnlyNewlyAddedFromExtensionPackVSIX", + "workbench.extensions.installExtension.option.installPreReleaseVersion", + "workbench.extensions.installExtension.option.donotSync", "notFound", "workbench.extensions.uninstallExtension.description", "workbench.extensions.uninstallExtension.arg.name", @@ -3897,17 +4142,21 @@ "installExtensions", "showRecommendedKeymapExtensionsShort", { - "key": "miOpenKeymapExtensions", + "key": "miimportKeyboardShortcutsFrom", "comment": [ "&& denotes a mnemonic" ] }, - "miOpenKeymapExtensions2", + "importKeyboardShortcutsFroms", "showLanguageExtensionsShort", "checkForUpdates", "noUpdatesAvailable", - "disableAutoUpdate", + "configure auto updating extensions", + "configureExtensionsAutoUpdate.all", + "configureExtensionsAutoUpdate.enabled", + "configureExtensionsAutoUpdate.none", "updateAll", + "disableAutoUpdate", "enableAutoUpdate", "enableAll", "enableAllWorkspace", @@ -3925,6 +4174,10 @@ "InstallVSIXAction.successReload", "InstallVSIXAction.success", "InstallVSIXAction.reloadNow", + "installWebExtensionFromLocation", + "installFromLocation", + "install button", + "installFromLocationPlaceHolder", "filterExtensions", "showFeaturedExtensions", "featured filter", @@ -3937,6 +4190,8 @@ "filter by category", "showBuiltInExtensions", "builtin filter", + "showWorkspaceUnsupportedExtensions", + "workspace unsupported filter", "showInstalledExtensions", "installed filter", "showEnabledExtensions", @@ -3953,6 +4208,8 @@ "clearExtensionsSearchResults", "refreshExtension", "installWorkspaceRecommendedExtensions", + "show pre-release version", + "show released version", "workbench.extensions.action.copyExtension", "extensionInfoName", "extensionInfoId", @@ -3977,81 +4234,29 @@ "extensions", "extensions" ], - "vs/workbench/contrib/extensions/browser/extensionsViewlet": [ - "installed", - "select and install local extensions", - { - "key": "remote", - "comment": [ - "Remote as in remote machine" - ] - }, - "install remote in local", - { - "key": "remote", - "comment": [ - "Remote as in remote machine" - ] - }, - "popularExtensions", - "recommendedExtensions", - "enabledExtensions", - "disabledExtensions", - "marketPlace", - "installed", - "enabled", - "disabled", - "outdated", - "builtin", - "workspaceRecommendedExtensions", - "otherRecommendedExtensions", - "builtinFeatureExtensions", - "builtInThemesExtensions", - "builtinProgrammingLanguageExtensions", - "searchExtensions", - "extensionFoundInSection", - "extensionFound", - "extensionsFoundInSection", - "extensionsFound", - "suggestProxyError", - "open user settings", - "outdatedExtensions", - "malicious warning", - "reloadNow" + "vs/workbench/contrib/relauncher/browser/relauncher.contribution": [ + "relaunchSettingMessage", + "relaunchSettingMessageWeb", + "relaunchSettingDetail", + "relaunchSettingDetailWeb", + "restart", + "restartWeb" ], - "vs/workbench/contrib/output/browser/output.contribution": [ - "outputViewIcon", - "output", - "output", - { - "key": "miToggleOutput", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "logViewer", - "switchToOutput.label", - "clearOutput.label", - "outputCleared", - "toggleAutoScroll", - "outputScrollOff", - "outputScrollOn", - "openActiveLogOutputFile", - "showLogs", - "selectlog", - "openLogFile", - "selectlogFile", - "output", - "output.smartScroll.enabled" + "vs/workbench/contrib/externalTerminal/browser/externalTerminal.contribution": [ + "scopedConsoleAction", + "scopedConsoleAction.integrated", + "scopedConsoleAction.integrated", + "scopedConsoleAction.wt", + "scopedConsoleAction.external" ], - "vs/workbench/contrib/output/browser/outputView": [ - "output model title", - "channel", - "output", - "outputViewWithInputAriaLabel", - "outputViewAriaLabel", - "outputChannels", - "logChannel" + "vs/workbench/contrib/terminal/browser/terminalView": [ + "terminal.useMonospace", + "terminal.monospaceOnly", + "terminals", + "terminalConnectingLabel" + ], + "vs/workbench/contrib/keybindings/browser/keybindings.contribution": [ + "toggleKeybindingsLog" ], "vs/workbench/contrib/terminal/browser/terminal.contribution": [ "tasksQuickAccessPlaceholder", @@ -4065,25 +4270,11 @@ ] } ], - "vs/workbench/contrib/terminal/browser/terminalView": [ - "terminal.useMonospace", - "terminal.monospaceOnly", - "terminals", - "terminalConnectingLabel" - ], - "vs/workbench/contrib/relauncher/browser/relauncher.contribution": [ - "relaunchSettingMessage", - "relaunchSettingMessageWeb", - "relaunchSettingDetail", - "relaunchSettingDetailWeb", - "restart", - "restartWeb" - ], "vs/workbench/contrib/tasks/browser/task.contribution": [ "building", + "status.runningTasks", "numberOfRunningTasks", "runningTasks", - "status.runningTasks", { "key": "miRunTask", "comment": [ @@ -4159,9 +4350,14 @@ ], "vs/workbench/contrib/remote/common/remote.contribution": [ "remoteExtensionLog", + "invalidWorkspaceMessage", + "invalidWorkspaceDetail", + "invalidWorkspacePrimary", + "invalidWorkspaceCancel", + "triggerReconnect", + "pauseSocketWriting", "ui", "workspace", - "web", "remote", "remote.extensionKind", "remote.restoreForwardedPorts", @@ -4172,6 +4368,7 @@ "remote.portsAttributes.port", "remote.portsAttributes.notify", "remote.portsAttributes.openBrowser", + "remote.portsAttributes.openBrowserOnce", "remote.portsAttributes.openPreview", "remote.portsAttributes.silent", "remote.portsAttributes.ignore", @@ -4179,6 +4376,8 @@ "remote.portsAttributes.elevateIfNeeded", "remote.portsAttributes.label", "remote.portsAttributes.labelDefault", + "remote.portsAttributes.requireLocalPort", + "remote.portsAttributes.protocol", "remote.portsAttributes.labelDefault", "remote.portsAttributes", "remote.portsAttributes.patternError", @@ -4191,43 +4390,10 @@ "remote.portsAttributes.elevateIfNeeded", "remote.portsAttributes.label", "remote.portsAttributes.labelDefault", - "remote.portsAttributes.defaults" - ], - "vs/workbench/contrib/remote/browser/remote": [ - "RemoteHelpInformationExtPoint", - "RemoteHelpInformationExtPoint.getStarted", - "RemoteHelpInformationExtPoint.documentation", - "RemoteHelpInformationExtPoint.feedback", - "RemoteHelpInformationExtPoint.issues", - "remote.help.getStarted", - "remote.help.documentation", - "remote.help.feedback", - "remote.help.issues", - "remote.help.report", - "pickRemoteExtension", - "remote.help", - "remotehelp", - "remote.explorer", - "remote.explorer", - "reconnectionWaitOne", - "reconnectionWaitMany", - "reconnectNow", - "reloadWindow", - "connectionLost", - "reconnectionRunning", - "reconnectionPermanentFailure", - "reloadWindow", - "cancel" - ], - "vs/workbench/contrib/keybindings/browser/keybindings.contribution": [ - "toggleKeybindingsLog" - ], - "vs/workbench/contrib/externalTerminal/browser/externalTerminal.contribution": [ - "scopedConsoleAction", - "scopedConsoleAction.integrated", - "scopedConsoleAction.integrated", - "scopedConsoleAction.wt", - "scopedConsoleAction.external" + "remote.portsAttributes.requireLocalPort", + "remote.portsAttributes.protocol", + "remote.portsAttributes.defaults", + "remote.localPortHost" ], "vs/workbench/contrib/snippets/browser/snippets.contribution": [ "snippetSchema.json.prefix", @@ -4239,26 +4405,8 @@ "snippetSchema.json", "snippetSchema.json.scope" ], - "vs/workbench/contrib/snippets/browser/snippetsService": [ - "invalid.path.0", - "invalid.language.0", - "invalid.language", - "invalid.path.1", - "vscode.extension.contributes.snippets", - "vscode.extension.contributes.snippets-language", - "vscode.extension.contributes.snippets-path", - "badVariableUse", - "badFile" - ], - "vs/workbench/contrib/snippets/browser/insertSnippet": [ - "snippet.suggestions.label", - "sep.userSnippet", - "sep.extSnippet", - "sep.workspaceSnippet", - "disableSnippet", - "isDisabled", - "enable.snippet", - "pick.placeholder" + "vs/workbench/contrib/snippets/browser/surroundWithSnippet": [ + "label" ], "vs/workbench/contrib/snippets/browser/configureSnippets": [ "global.scope", @@ -4267,32 +4415,73 @@ "bad_name1", "bad_name2", "bad_name3", - "new.global_scope", - "new.global", - "new.workspace_scope", - "new.folder", - "group.global", - "new.global.sep", - "new.global.sep", - "openSnippet.pickLanguage", "openSnippet.label", - "preferences", + "userSnippets", { "key": "miOpenSnippets", "comment": [ "&& denotes a mnemonic" ] }, - "userSnippets" - ], - "vs/workbench/contrib/update/browser/update.contribution": [ - { + "new.global_scope", + "new.global", + "new.workspace_scope", + "new.folder", + "group.global", + "new.global.sep", + "new.global.sep", + "openSnippet.pickLanguage" + ], + "vs/workbench/contrib/snippets/browser/insertSnippet": [ + "snippet.suggestions.label" + ], + "vs/workbench/contrib/snippets/browser/snippetsService": [ + "invalid.path.0", + "invalid.language.0", + "invalid.language", + "invalid.path.1", + "vscode.extension.contributes.snippets", + "vscode.extension.contributes.snippets-language", + "vscode.extension.contributes.snippets-path", + "badVariableUse", + "badFile" + ], + "vs/workbench/contrib/inlayHints/browser/inlayHintsAccessibilty": [ + "isReadingLineWithInlayHints", + "description", + "read.title", + "stop.title" + ], + "vs/workbench/contrib/update/browser/update.contribution": [ + "downloadUpdate", + "installUpdate", + "restartToUpdate", + { "key": "miReleaseNotes", "comment": [ "&& denotes a mnemonic" ] } ], + "vs/workbench/contrib/welcomeOverlay/browser/welcomeOverlay": [ + "welcomeOverlay.explorer", + "welcomeOverlay.search", + "welcomeOverlay.git", + "welcomeOverlay.debug", + "welcomeOverlay.extensions", + "welcomeOverlay.problems", + "welcomeOverlay.terminal", + "welcomeOverlay.commandPalette", + "welcomeOverlay.notifications", + "welcomeOverlay", + "hideWelcomeOverlay" + ], + "vs/workbench/contrib/surveys/browser/nps.contribution": [ + "surveyQuestion", + "takeSurvey", + "remindLater", + "neverAgain" + ], "vs/workbench/contrib/watermark/browser/watermark": [ "watermark.showCommands", "watermark.quickAccess", @@ -4301,34 +4490,48 @@ "watermark.openFileFolder", "watermark.openRecent", "watermark.newUntitledFile", + "watermark.findInFiles", { "key": "watermark.toggleTerminal", "comment": [ "toggle is a verb here" ] }, - "watermark.findInFiles", "watermark.startDebugging", + { + "key": "watermark.toggleFullscreen", + "comment": [ + "toggle is a verb here" + ] + }, + "watermark.showSettings", "tips.enabled" ], "vs/workbench/contrib/themes/browser/themes.contribution": [ + "manageExtensionIcon", + "themes.selectMarketplaceTheme", + "installing extensions", "selectTheme.label", + "installColorThemes", + "browseColorThemes", + "themes.selectTheme", "themes.category.light", "themes.category.dark", "themes.category.hc", - "installColorThemes", - "themes.selectTheme", "selectIconTheme.label", - "noIconThemeLabel", - "noIconThemeDesc", "installIconThemes", "themes.selectIconTheme", + "fileIconThemeCategory", + "noIconThemeLabel", + "noIconThemeDesc", "selectProductIconTheme.label", - "defaultProductIconThemeLabel", "installProductIconThemes", + "browseProductIconThemes", "themes.selectProductIconTheme", + "productIconThemeCategory", + "defaultProductIconThemeLabel", + "manage extension", "generateColorTheme.label", - "preferences", { "key": "miSelectColorTheme", "comment": [ @@ -4351,16 +4554,52 @@ "themes.selectIconTheme.label", "themes.selectProductIconTheme.label" ], - "vs/workbench/contrib/surveys/browser/nps.contribution": [ - "surveyQuestion", - "takeSurvey", - "remindLater", - "neverAgain" - ], - "vs/workbench/contrib/surveys/browser/ces.contribution": [ - "cesSurveyQuestion", - "giveFeedback", - "remindLater" + "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.contribution": [ + "miGetStarted", + "help", + "getStarted", + "getStarted", + "welcome.goBack", + "welcome.markStepComplete", + "welcome.markStepInomplete", + "welcome.showAllWalkthroughs", + "pickWalkthroughs", + "workspacePlatform", + "workbench.welcomePage.walkthroughs.openOnInstall", + "workbench.welcomePage.videoTutorials", + { + "comment": [ + "This is the description for a setting. Values surrounded by single quotes are not to be translated." + ], + "key": "workbench.startupEditor.none" + }, + { + "comment": [ + "This is the description for a setting. Values surrounded by single quotes are not to be translated." + ], + "key": "workbench.startupEditor.welcomePage" + }, + { + "comment": [ + "This is the description for a setting. Values surrounded by single quotes are not to be translated." + ], + "key": "workbench.startupEditor.readme" + }, + { + "comment": [ + "This is the description for a setting. Values surrounded by single quotes are not to be translated." + ], + "key": "workbench.startupEditor.newUntitledFile" + }, + { + "comment": [ + "This is the description for a setting. Values surrounded by single quotes are not to be translated." + ], + "key": "workbench.startupEditor.welcomePageInEmptyWorkbench" + }, + "workbench.startupEditor", + "deprecationMessage", + "workbench.welcomePage.preferReducedMotion" ], "vs/workbench/contrib/surveys/browser/languageSurveys.contribution": [ "helpUs", @@ -4368,77 +4607,41 @@ "remindLater", "neverAgain" ], - "vs/workbench/contrib/welcome/overlay/browser/welcomeOverlay": [ - "welcomeOverlay.explorer", - "welcomeOverlay.search", - "welcomeOverlay.git", - "welcomeOverlay.debug", - "welcomeOverlay.extensions", - "welcomeOverlay.problems", - "welcomeOverlay.terminal", - "welcomeOverlay.commandPalette", - "welcomeOverlay.notifications", - "welcomeOverlay", - "hideWelcomeOverlay" - ], - "vs/workbench/contrib/welcome/page/browser/welcomePage.contribution": [ + "vs/workbench/contrib/welcomeWalkthrough/browser/walkThrough.contribution": [ + "walkThrough.editor.label", { - "key": "miWelcome", + "key": "miPlayground", "comment": [ "&& denotes a mnemonic" ] } ], - "vs/workbench/contrib/welcome/gettingStarted/browser/gettingStarted.contribution": [ - "Getting Started", - "help", - "gettingStarted", - "gettingStarted", - "gettingStarted.goBack", - "gettingStarted.goNext", - "gettingStarted.goPrev", - "gettingStarted.markTaskComplete", - "gettingStarted.markTaskInomplete", - "welcomePage.hiddenCategories", - "walkthroughs", - "walkthroughs.id", - "walkthroughs.title", - "walkthroughs.description", - "walkthroughs.primary", - "walkthroughs.when", - "walkthroughs.tasks", - "walkthroughs.tasks.id", - "walkthroughs.tasks.title", - "walkthroughs.tasks.description", - "walkthroughs.tasks.button", - "walkthroughs.tasks.button.title", - "walkthroughs.tasks.button.command", - "walkthroughs.tasks.button.title", - "walkthroughs.tasks.button.link", - "walkthroughs.tasks.media", - "walkthroughs.tasks.media.path", - "walkthroughs.tasks.media.altText", - "walkthroughs.tasks.doneOn", - "walkthroughs.tasks.oneOn.command", - "walkthroughs.tasks.when" - ], - "vs/workbench/contrib/welcome/walkthroughs/browser/walkthroughs.contribution": [ - "Walkthroughs", - "help", - "walkthroughs", - "walkthroughs", - "walkthroughs.goBack", - "walkthroughs.goNext", - "walkthroughs.goPrev" + "vs/workbench/contrib/surveys/browser/ces.contribution": [ + "cesSurveyQuestion", + "giveFeedback", + "remindLater" ], - "vs/workbench/contrib/welcome/walkThrough/browser/walkThrough.contribution": [ - "walkThrough.editor.label", - { - "key": "miInteractivePlayground", - "comment": [ - "&& denotes a mnemonic" - ] - } + "vs/workbench/contrib/welcomeViews/common/newFile.contribution": [ + "Built-In", + "Create", + "welcome.newFile", + "createNew", + "file", + "notebook", + "change keybinding", + "miNewFile2" + ], + "vs/workbench/contrib/typeHierarchy/browser/typeHierarchy.contribution": [ + "editorHasTypeHierarchyProvider", + "typeHierarchyVisible", + "typeHierarchyDirection", + "no.item", + "error", + "title", + "title.supertypes", + "title.subtypes", + "title.refocusTypeHierarchy", + "close" ], "vs/workbench/contrib/callHierarchy/browser/callHierarchy.contribution": [ "editorHasCallHierarchyProvider", @@ -4489,54 +4692,55 @@ "filteredTypes.operator", "filteredTypes.typeParameter" ], + "vs/workbench/contrib/experiments/browser/experiments.contribution": [ + "workbench.enableExperiments" + ], "vs/workbench/contrib/codeEditor/browser/outline/documentSymbolsOutline": [ "document" ], - "vs/workbench/contrib/experiments/browser/experiments.contribution": [ - "workbench.enableExperiments" + "vs/workbench/contrib/languageStatus/browser/languageStatus.contribution": [ + "langStatus.name", + "langStatus.aria", + "pin", + "unpin", + "aria.1", + "aria.2", + "name.pattern", + "reset", + "cat" ], "vs/workbench/contrib/userDataSync/browser/userDataSync.contribution": [ + { + "key": "local too many requests - reload", + "comment": [ + "Settings Sync is the name of the feature" + ] + }, + { + "key": "local too many requests - restart", + "comment": [ + "Settings Sync is the name of the feature" + ] + }, + "show sync logs", + "reload", + "restart", "operationId", - "too many requests" - ], - "vs/workbench/contrib/timeline/browser/timeline.contribution": [ - "timelineViewIcon", - "timelineOpenIcon", - "timelineConfigurationTitle", - "timeline.excludeSources", - "timeline.pageSize", - "timeline.pageOnScroll", - "files.openTimeline" + { + "key": "server too many requests", + "comment": [ + "Settings Sync is the name of the feature" + ] + }, + "settings sync", + "show sync logs" ], - "vs/workbench/contrib/workspace/browser/workspace.contribution": [ - "workspaceTrustIcon", - "requestTrustIconText", - "immediateTrustRequestMessage", - "grantWorkspaceTrustButton", - "manageWorkspaceTrustButton", - "cancelWorkspaceTrustButton", - "immediateTrustRequestTitle", - "immediateTrustRequestDetail", - "trustConfigurationChangeMessage", - "status.WorkspaceTrust", - "status.WorkspaceTrust", - "status.WorkspaceTrust", - "workspaceTrustEditor", - "grantWorkspaceTrust", - "workspacesCategory", - "grantWorkspaceTrust", - "confirmGrantWorkspaceTrust", - "yes", - "no", - "denyWorkspaceTrust", - "workspacesCategory", - "denyWorkspaceTrust", - "confirmDenyWorkspaceTrust", - "yes", - "no", - "manageWorkspaceTrust", - "workspacesCategory", - "manageWorkspaceTrustPending" + "vs/workbench/contrib/languageDetection/browser/languageDetection.contribution": [ + "status.autoDetectLanguage", + "langDetection.name", + "langDetection.aria", + "detectlang", + "noDetection" ], "vs/workbench/contrib/workspaces/browser/workspaces.contribution": [ "workspaceFound", @@ -4545,41 +4749,124 @@ "selectWorkspace", "selectToOpen" ], - "vs/workbench/browser/parts/dialogs/dialogHandler": [ + "vs/workbench/contrib/workspace/browser/workspace.contribution": [ + "openLooseFileWorkspaceDetails", + "openLooseFileWindowDetails", + "openLooseFileLearnMore", + "openLooseFileMesssage", + "open", + "newWindow", + "cancel", + "openLooseFileWorkspaceCheckbox", + "workspaceTrust", + "folderTrust", + "immediateTrustRequestMessage", + "grantWorkspaceTrustButton", + "grantFolderTrustButton", + "manageWorkspaceTrustButton", + "cancelWorkspaceTrustButton", + "immediateTrustRequestLearnMore", + "addWorkspaceFolderMessage", + "yes", + "no", + "addWorkspaceFolderDetail", + "workspaceTrust", + "folderTrust", + "checkboxString", + "trustOption", + "trustFolderOptionDescription", + "trustWorkspaceOptionDescription", + "dontTrustOption", + "dontTrustFolderOptionDescription", + "dontTrustWorkspaceOptionDescription", + "workspaceStartupTrustDetails", + "folderStartupTrustDetails", + "startupTrustRequestLearnMore", + "restrictedModeBannerManage", + "restrictedModeBannerLearnMore", + "restrictedModeBannerAriaLabelWindow", + "restrictedModeBannerAriaLabelFolder", + "restrictedModeBannerAriaLabelWorkspace", + "restrictedModeBannerMessageWindow", + "restrictedModeBannerMessageFolder", + "restrictedModeBannerMessageWorkspace", + "status.ariaTrustedWindow", + "status.ariaUntrustedWindow", { - "key": "yesButton", + "key": "status.tooltipUntrustedWindow2", "comment": [ - "&& denotes a mnemonic" + "[abc]({n}) are links. Only translate `features are disabled` and `window is not trusted`. Do not change brackets and parentheses or {n}" ] }, - "cancelButton", - "aboutDetail", - "copy", - "ok" - ], - "vs/workbench/electron-sandbox/parts/dialogs/dialogHandler": [ + "status.ariaTrustedFolder", + "status.ariaUntrustedFolder", { - "key": "yesButton", + "key": "status.tooltipUntrustedFolder2", "comment": [ - "&& denotes a mnemonic" + "[abc]({n}) are links. Only translate `features are disabled` and `folder is not trusted`. Do not change brackets and parentheses or {n}" ] }, - "cancelButton", + "status.ariaTrustedWorkspace", + "status.ariaUntrustedWorkspace", { - "key": "aboutDetail", + "key": "status.tooltipUntrustedWorkspace2", "comment": [ - "Electron, Chrome, Node.js and V8 are product names that need no translation" + "[abc]({n}) are links. Only translate `features are disabled` and `workspace is not trusted`. Do not change brackets and parentheses or {n}" ] }, - "okButton", - { - "key": "copy", - "comment": [ - "&& denotes a mnemonic" - ] - } + "status.WorkspaceTrust", + "workspaceTrustEditor", + "configureWorkspaceTrust", + "workspacesCategory", + "manageWorkspaceTrust", + "workspacesCategory", + "securityConfigurationTitle", + "workspace.trust.description", + "workspace.trust.startupPrompt.description", + "workspace.trust.startupPrompt.always", + "workspace.trust.startupPrompt.once", + "workspace.trust.startupPrompt.never", + "workspace.trust.banner.description", + "workspace.trust.banner.always", + "workspace.trust.banner.untilDismissed", + "workspace.trust.banner.never", + "workspace.trust.untrustedFiles.description", + "workspace.trust.untrustedFiles.prompt", + "workspace.trust.untrustedFiles.open", + "workspace.trust.untrustedFiles.newWindow", + "workspace.trust.emptyWindow.description" + ], + "vs/workbench/contrib/audioCues/browser/audioCues.contribution": [ + "audioCues.enabled.auto", + "audioCues.enabled.on", + "audioCues.enabled.off", + "audioCues.volume", + "audioCues.lineHasBreakpoint", + "audioCues.lineHasInlineSuggestion", + "audioCues.lineHasError", + "audioCues.lineHasFoldedArea", + "audioCues.lineHasWarning", + "audioCues.onDebugBreak", + "audioCues.noInlayHints" + ], + "vs/workbench/contrib/timeline/browser/timeline.contribution": [ + "timelineViewIcon", + "timelineOpenIcon", + "timelineConfigurationTitle", + "timeline.excludeSources", + "timeline.pageSize", + "timeline.pageOnScroll", + "files.openTimeline", + "timelineFilter", + "filterTimeline" ], "vs/workbench/services/textfile/browser/textFileService": [ + "textFileCreate.source", + "textFileOverwrite.source", + "textFileModelDecorations", + "readonlyAndDeleted", + "readonly", + "deleted", "fileBinaryError", "confirmOverwrite", "irreversible", @@ -4590,178 +4877,64 @@ ] } ], - "vs/workbench/services/dialogs/browser/abstractFileDialogService": [ - "saveChangesDetail", - "saveChangesMessage", - "saveChangesMessages", - { - "key": "saveAll", - "comment": [ - "&& denotes a mnemonic" - ] - }, - { - "key": "save", - "comment": [ - "&& denotes a mnemonic" - ] - }, - { - "key": "dontSave", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "cancel", - "openFileOrFolder.title", - "openFile.title", - "openFolder.title", - "openWorkspace.title", - "filterName.workspace", - "saveFileAs.title", - "saveAsTitle", - "allFiles", - "noExt" + "vs/platform/dialogs/common/dialogs": [ + "moreFile", + "moreFiles" ], "vs/workbench/services/userDataSync/common/userDataSync": [ "settings", "keybindings", "snippets", + "tasks", "extensions", "ui state label", "sync category", "syncViewIcon" ], - "vs/workbench/services/textMate/browser/abstractTextMateService": [ - "alreadyDebugging", - "stop", - "progress1", - "progress2", - "invalid.language", - "invalid.scopeName", - "invalid.path.0", - "invalid.injectTo", - "invalid.embeddedLanguages", - "invalid.tokenTypes", - "invalid.path.1", - "too many characters", - "neverAgain" - ], - "vs/workbench/services/workspaces/browser/abstractWorkspaceEditingService": [ - "save", - "saveWorkspace", - "errorInvalidTaskConfiguration", - "errorWorkspaceConfigurationFileDirty", - "openWorkspaceConfigurationFile" - ], - "vs/workbench/services/configurationResolver/browser/configurationResolverService": [ - "commandVariable.noStringType", - "inputVariable.noInputSection", - "inputVariable.missingAttribute", - "inputVariable.defaultInputValue", - "inputVariable.command.noStringType", - "inputVariable.unknownType", - "inputVariable.undefinedVariable" - ], - "vs/workbench/services/extensionManagement/common/extensionManagementService": [ - "singleDependentError", - "twoDependentsError", - "multipleDependentsError", - "Manifest is not found", - "cannot be installed", - "install extension", - "install extensions", - "install", - "install and do no sync", - "cancel", - "install single extension", - "install multiple extensions" - ], - "vs/workbench/services/extensionManagement/electron-sandbox/remoteExtensionManagementService": [ - "incompatible" - ], - "vs/workbench/contrib/logs/electron-sandbox/logsActions": [ - "openLogsFolder", - "openExtensionLogsFolder" - ], - "vs/workbench/contrib/localizations/browser/localizationsActions": [ - "configureLocale", - "installAdditionalLanguages", - "chooseDisplayLanguage", - "relaunchDisplayLanguageMessage", - "relaunchDisplayLanguageDetail", - "restart" - ], - "vs/workbench/services/extensions/common/extensionsRegistry": [ - "ui", - "workspace", - "web", - "vscode.extension.engines", - "vscode.extension.engines.vscode", - "vscode.extension.publisher", - "vscode.extension.displayName", - "vscode.extension.categories", - "vscode.extension.category.languages.deprecated", - "vscode.extension.galleryBanner", - "vscode.extension.galleryBanner.color", - "vscode.extension.galleryBanner.theme", - "vscode.extension.contributes", - "vscode.extension.preview", - "vscode.extension.activationEvents", - "vscode.extension.activationEvents.onLanguage", - "vscode.extension.activationEvents.onCommand", - "vscode.extension.activationEvents.onDebug", - "vscode.extension.activationEvents.onDebugInitialConfigurations", - "vscode.extension.activationEvents.onDebugDynamicConfigurations", - "vscode.extension.activationEvents.onDebugResolve", - "vscode.extension.activationEvents.onDebugAdapterProtocolTracker", - "vscode.extension.activationEvents.workspaceContains", - "vscode.extension.activationEvents.onStartupFinished", - "vscode.extension.activationEvents.onFileSystem", - "vscode.extension.activationEvents.onSearch", - "vscode.extension.activationEvents.onView", - "vscode.extension.activationEvents.onIdentity", - "vscode.extension.activationEvents.onUri", - "vscode.extension.activationEvents.onOpenExternalUri", - "vscode.extension.activationEvents.onCustomEditor", - "vscode.extension.activationEvents.onNotebook", - "vscode.extension.activationEvents.onAuthenticationRequest", - "vscode.extension.activationEvents.star", - "vscode.extension.badges", - "vscode.extension.badges.url", - "vscode.extension.badges.href", - "vscode.extension.badges.description", - "vscode.extension.markdown", - "vscode.extension.qna", - "vscode.extension.extensionDependencies", - "vscode.extension.contributes.extensionPack", - "extensionKind", - "extensionKind.ui", - "extensionKind.workspace", - "extensionKind.ui-workspace", - "extensionKind.workspace-ui", - "extensionKind.empty", - "vscode.extension.scripts.prepublish", - "vscode.extension.scripts.uninstall", - "vscode.extension.icon" - ], - "vs/workbench/contrib/localizations/browser/minimalTranslations": [ - "showLanguagePackExtensions", - "searchMarketplace", - "installAndRestartMessage", - "installAndRestart" - ], "vs/workbench/electron-sandbox/actions/developerActions": [ "toggleDevTools", "configureRuntimeArguments", "toggleSharedProcess", "reloadWindowWithExtensionsDisabled" ], + "vs/platform/contextkey/common/contextkeys": [ + "isMac", + "isLinux", + "isWindows", + "isWeb", + "isMacNative", + "isIOS", + "inputFocus" + ], "vs/workbench/electron-sandbox/actions/windowActions": [ "closeWindow", + { + "key": "miCloseWindow", + "comment": [ + "&& denotes a mnemonic" + ] + }, "zoomIn", + { + "key": "miZoomIn", + "comment": [ + "&& denotes a mnemonic" + ] + }, "zoomOut", + { + "key": "miZoomOut", + "comment": [ + "&& denotes a mnemonic" + ] + }, "zoomReset", + { + "key": "miZoomReset", + "comment": [ + "&& denotes a mnemonic" + ] + }, "close", "close", "switchWindowPlaceHolder", @@ -4770,52 +4943,55 @@ "switchWindow", "quickSwitchWindow" ], - "vs/workbench/contrib/files/common/editors/fileEditorInput": [ - "orphanedReadonlyFile", - "orphanedFile", - "readonlyFile" - ], - "vs/workbench/contrib/files/electron-sandbox/textFileEditor": [ - "fileTooLargeForHeapError", - "relaunchWithIncreasedMemoryLimit", - "configureMemoryLimit" - ], - "vs/editor/common/editorContextKeys": [ - "editorTextFocus", - "editorFocus", - "textInputFocus", - "editorReadonly", - "inDiffEditor", - "editorColumnSelection", - "editorHasSelection", - "editorHasMultipleSelections", - "editorTabMovesFocus", - "editorHoverVisible", - "inCompositeEditor", - "editorLangId", - "editorHasCompletionItemProvider", - "editorHasCodeActionsProvider", - "editorHasCodeLensProvider", - "editorHasDefinitionProvider", - "editorHasDeclarationProvider", - "editorHasImplementationProvider", - "editorHasTypeDefinitionProvider", - "editorHasHoverProvider", - "editorHasDocumentHighlightProvider", - "editorHasDocumentSymbolProvider", - "editorHasReferenceProvider", - "editorHasRenameProvider", - "editorHasSignatureHelpProvider", - "editorHasInlineHintsProvider", - "editorHasDocumentFormattingProvider", - "editorHasDocumentSelectionFormattingProvider", - "editorHasMultipleDocumentFormattingProvider", - "editorHasMultipleDocumentSelectionFormattingProvider" - ], - "vs/workbench/contrib/files/electron-sandbox/fileCommands": [ - "openFileToReveal" - ], - "vs/workbench/common/resources": [ + "vs/workbench/common/contextkeys": [ + "workbenchState", + "workspaceFolderCount", + "dirtyWorkingCopies", + "remoteName", + "virtualWorkspace", + "isFullscreen", + "activeEditorIsDirty", + "activeEditorIsNotPreview", + "activeEditorIsFirstInGroup", + "activeEditorIsLastInGroup", + "activeEditorIsPinned", + "activeEditorIsReadonly", + "activeEditorCanRevert", + "activeEditor", + "activeEditorAvailableEditorIds", + "textCompareEditorVisible", + "textCompareEditorActive", + "sideBySideEditorActive", + "groupEditorsCount", + "activeEditorGroupEmpty", + "activeEditorGroupIndex", + "activeEditorGroupLast", + "activeEditorGroupLocked", + "multipleEditorGroups", + "editorIsOpen", + "inZenMode", + "isCenteredLayout", + "splitEditorsVertically", + "editorAreaVisible", + "editorTabsVisible", + "sideBarVisible", + "sideBarFocus", + "activeViewlet", + "statusBarFocused", + "bannerFocused", + "notificationFocus", + "notificationCenterVisible", + "notificationToastsVisible", + "activeAuxiliary", + "auxiliaryBarFocus", + "auxiliaryBarVisible", + "activePanel", + "panelFocus", + "panelPosition", + "panelAlignment", + "panelVisible", + "panelMaximized", + "focusedView", "resourceScheme", "resourceFilename", "resourceDirname", @@ -4826,74 +5002,18 @@ "resourceSet", "isFileSystemResource" ], - "vs/workbench/contrib/backup/electron-sandbox/backupTracker": [ - "backupTrackerBackupFailed", - "backupTrackerConfirmFailed", - "backupErrorDetails", - "ok", - "backupBeforeShutdown", - "saveBeforeShutdown", - "revertBeforeShutdown" - ], - "vs/workbench/contrib/codeEditor/electron-sandbox/selectionClipboard": [ - "actions.pasteSelectionClipboard" - ], - "vs/workbench/contrib/codeEditor/electron-sandbox/startDebugTextMate": [ - "startDebugTextMate" + "vs/workbench/browser/workbench": [ + "loaderErrorNative" ], - "vs/workbench/contrib/issue/electron-sandbox/issueActions": [ - "openProcessExplorer", + "vs/workbench/electron-sandbox/window": [ + "learnMore", + "keychainWriteError", + "troubleshooting", + "proxyAuthRequired", { - "key": "reportPerformanceIssue", + "key": "loginButton", "comment": [ - "Here, 'issue' means problem or bug" - ] - } - ], - "vs/workbench/services/dialogs/browser/simpleFileDialog": [ - "openLocalFile", - "saveLocalFile", - "openLocalFolder", - "openLocalFileFolder", - "remoteFileDialog.notConnectedToRemote", - "remoteFileDialog.local", - "remoteFileDialog.badPath", - "remoteFileDialog.cancel", - "remoteFileDialog.invalidPath", - "remoteFileDialog.validateFolder", - "remoteFileDialog.validateExisting", - "remoteFileDialog.validateBadFilename", - "remoteFileDialog.validateNonexistentDir", - "remoteFileDialog.validateNonexistentDir", - "remoteFileDialog.windowsDriveLetter", - "remoteFileDialog.validateFileOnly", - "remoteFileDialog.validateFolderOnly" - ], - "vs/workbench/contrib/terminal/electron-sandbox/localTerminalService": [ - "restartPtyHost", - "nonResponsivePtyHost" - ], - "vs/workbench/contrib/performance/electron-sandbox/startupProfiler": [ - "prof.message", - "prof.detail", - "prof.restartAndFileIssue", - "prof.restart", - "prof.thanks", - "prof.detail.restart", - "prof.restart.button" - ], - "vs/workbench/browser/workbench": [ - "loaderErrorNative" - ], - "vs/workbench/electron-sandbox/window": [ - "learnMore", - "shellEnvSlowWarning", - "shellEnvTimeoutError", - "proxyAuthRequired", - { - "key": "loginButton", - "comment": [ - "&& denotes a mnemonic" + "&& denotes a mnemonic" ] }, { @@ -4906,10889 +5026,13393 @@ "password", "proxyDetail", "rememberCredentials", + "quitMessageMac", + "quitMessage", + "closeWindowMessage", + { + "key": "quitButtonLabel", + "comment": [ + "&& denotes a mnemonic" + ] + }, + { + "key": "exitButtonLabel", + "comment": [ + "&& denotes a mnemonic" + ] + }, + { + "key": "closeWindowButtonLabel", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "doNotAskAgain", + "shutdownErrorDetail", + "willShutdownDetail", + "shutdownErrorClose", + "shutdownErrorQuit", + "shutdownErrorReload", + "shutdownErrorLoad", + "shutdownTitleClose", + "shutdownTitleQuit", + "shutdownTitleReload", + "shutdownTitleLoad", + "shutdownForceClose", + "shutdownForceQuit", + "shutdownForceReload", + "shutdownForceLoad", "runningAsRoot", - "loaderCycle", - "ok" - ], - "vs/workbench/services/remote/electron-sandbox/remoteAgentServiceImpl": [ - "connectionError" - ], - "vs/workbench/services/extensions/node/extensionPoints": [ - "jsonParseInvalidType", - "jsonParseFail", - "fileReadFail", - "jsonsParseReportErrors", - "jsonInvalidFormat", - "missingNLSKey", - "notSemver", - "extensionDescription.empty", - "extensionDescription.publisher", - "extensionDescription.name", - "extensionDescription.version", - "extensionDescription.engines", - "extensionDescription.engines.vscode", - "extensionDescription.extensionDependencies", - "extensionDescription.activationEvents1", - "extensionDescription.activationEvents2", - "extensionDescription.main1", - "extensionDescription.main2", - "extensionDescription.main3", - "extensionDescription.browser1", - "extensionDescription.browser2", - "extensionDescription.browser3" + "loaderCycle" ], - "vs/workbench/services/extensions/common/extensionHostManager": [ - "measureExtHostLatency" + "vs/workbench/electron-sandbox/actions/installActions": [ + "shellCommand", + "install", + "successIn", + "uninstall", + "successFrom" ], - "vs/workbench/contrib/webview/browser/baseWebviewElement": [ - "fatalErrorMessage" + "vs/workbench/services/configuration/browser/configurationService": [ + "configurationDefaults.description", + "experimental" ], - "vs/workbench/common/configuration": [ - "workbenchConfigurationTitle" + "vs/workbench/services/remote/electron-sandbox/remoteAgentService": [ + "devTools", + "directUrl", + "connectionError" ], - "vs/workbench/contrib/extensions/electron-browser/reportExtensionIssueAction": [ - "reportExtensionIssue" + "vs/platform/workspace/common/workspaceTrust": [ + "trusted", + "untrusted" ], - "vs/workbench/contrib/extensions/browser/abstractRuntimeExtensionsEditor": [ + "vs/workbench/browser/parts/dialogs/dialogHandler": [ { - "key": "starActivation", + "key": "yesButton", "comment": [ - "{0} will be an extension identifier" + "&& denotes a mnemonic" ] }, + "cancelButton", + "aboutDetail", + "copy", + "ok" + ], + "vs/workbench/electron-sandbox/parts/dialogs/dialogHandler": [ { - "key": "workspaceContainsGlobActivation", + "key": "yesButton", "comment": [ - "{0} will be a glob pattern", - "{1} will be an extension identifier" + "&& denotes a mnemonic" ] }, + "cancelButton", { - "key": "workspaceContainsFileActivation", + "key": "aboutDetail", "comment": [ - "{0} will be a file name", - "{1} will be an extension identifier" + "Electron, Chromium, Node.js and V8 are product names that need no translation" ] }, + "okButton", { - "key": "workspaceContainsTimeout", + "key": "copy", "comment": [ - "{0} will be a glob pattern", - "{1} will be an extension identifier" + "&& denotes a mnemonic" + ] + } + ], + "vs/workbench/services/dialogs/browser/abstractFileDialogService": [ + "saveChangesDetail", + "saveChangesMessage", + "saveChangesMessages", + { + "key": "saveAll", + "comment": [ + "&& denotes a mnemonic" ] }, { - "key": "startupFinishedActivation", + "key": "save", "comment": [ - "This refers to an extension. {0} will be an activation event." + "&& denotes a mnemonic" ] }, - "languageActivation", { - "key": "workspaceGenericActivation", + "key": "dontSave", "comment": [ - "{0} will be an activation event, like e.g. 'language:typescript', 'debug', etc.", - "{1} will be an extension identifier" + "&& denotes a mnemonic" ] }, - "unresponsive.title", - "errors", - "runtimeExtensions", - "disable workspace", - "disable", - "showRuntimeExtensions" - ], - "vs/workbench/contrib/extensions/electron-browser/extensionsSlowActions": [ - "cmd.reportOrShow", - "cmd.report", - "attach.title", - "ok", - "attach.msg", - "cmd.show", - "attach.title", - "ok", - "attach.msg2" - ], - "vs/workbench/contrib/debug/common/debug": [ - "debugType", - "debugConfigurationType", - "debugState", - "debugUX", - "inDebugMode", - "inDebugRepl", - "breakpointWidgetVisibile", - "inBreakpointWidget", - "breakpointsFocused", - "watchExpressionsFocused", - "watchExpressionsExist", - "variablesFocused", - "expressionSelected", - "breakpointInputFocused", - "callStackItemType", - "callStackSessionIsAttach", - "callStackItemStopped", - "callStackSessionHasOneThread", - "watchItemType", - "breakpointItemType", - "breakpointAccessType", - "breakpointSupportsCondition", - "loadedScriptsSupported", - "loadedScriptsItemType", - "focusedSessionIsAttach", - "stepBackSupported", - "restartFrameSupported", - "stackFrameSupportsRestart", - "jumpToCursorSupported", - "stepIntoTargetsSupported", - "breakpointsExist", - "debuggersAvailable", - "debugProtocolVariableMenuContext", - "debugSetVariableSupported", - "breakWhenValueChangesSupported", - "breakWhenValueIsAccessedSupported", - "breakWhenValueIsReadSupported", - "variableEvaluateNamePresent", - "exceptionWidgetVisible", - "multiSessionRepl", - "multiSessionDebug", - "internalConsoleOptions" + "cancel", + "openFileOrFolder.title", + "openFile.title", + "openFolder.title", + "openWorkspace.title", + "filterName.workspace", + "saveFileAs.title", + "saveAsTitle", + "allFiles", + "noExt" ], - "vs/workbench/contrib/terminal/electron-browser/terminalRemote": [ - "workbench.action.terminal.newLocal" + "vs/workbench/services/textMate/browser/abstractTextMateService": [ + "alreadyDebugging", + "stop", + "progress1", + "progress2", + "invalid.language", + "invalid.scopeName", + "invalid.path.0", + "invalid.injectTo", + "invalid.embeddedLanguages", + "invalid.tokenTypes", + "invalid.path.1" ], - "vs/editor/common/config/editorOptions": [ - "accessibilitySupport.auto", - "accessibilitySupport.on", - "accessibilitySupport.off", - "accessibilitySupport", - "comments.insertSpace", - "comments.ignoreEmptyLines", - "emptySelectionClipboard", - "find.cursorMoveOnType", - "find.seedSearchStringFromSelection", - "editor.find.autoFindInSelection.never", - "editor.find.autoFindInSelection.always", - "editor.find.autoFindInSelection.multiline", - "find.autoFindInSelection", - "find.globalFindClipboard", - "find.addExtraSpaceOnTop", - "find.loop", - "fontLigatures", - "fontFeatureSettings", - "fontLigaturesGeneral", - "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", - "codeActions", - "inlineHints.enable", - "inlineHints.fontSize", - "inlineHints.fontFamily", - "lineHeight", - "minimap.enabled", - "minimap.size.proportional", - "minimap.size.fill", - "minimap.size.fit", - "minimap.size", - "minimap.side", - "minimap.showSlider", - "minimap.scale", - "minimap.renderCharacters", - "minimap.maxColumn", - "padding.top", - "padding.bottom", - "parameterHints.enabled", - "parameterHints.cycle", - "quickSuggestions.strings", - "quickSuggestions.comments", - "quickSuggestions.other", - "quickSuggestions", - "lineNumbers.off", - "lineNumbers.on", - "lineNumbers.relative", - "lineNumbers.interval", - "lineNumbers", - "rulers.size", - "rulers.color", - "rulers", - "suggest.insertMode.insert", - "suggest.insertMode.replace", - "suggest.insertMode", - "suggest.filterGraceful", - "suggest.localityBonus", - "suggest.shareSuggestSelections", - "suggest.snippetsPreventQuickSuggestions", - "suggest.showIcons", - "suggest.showStatusBar", - "suggest.showInlineDetails", - "suggest.maxVisibleSuggestions.dep", - "deprecated", - "editor.suggest.showMethods", - "editor.suggest.showFunctions", - "editor.suggest.showConstructors", - "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", - "acceptSuggestionOnCommitCharacter", - "acceptSuggestionOnEnterSmart", - "acceptSuggestionOnEnter", - "accessibilityPageSize", - "accessibilityPageSize.deprecated", - "editorViewAccessibleLabel", - "editor.autoClosingBrackets.languageDefined", - "editor.autoClosingBrackets.beforeWhitespace", - "autoClosingBrackets", - "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", - "columnSelection", - "copyWithSyntaxHighlighting", - "cursorBlinking", - "cursorSmoothCaretAnimation", - "cursorStyle", - "cursorSurroundingLines", - "cursorSurroundingLinesStyle.default", - "cursorSurroundingLinesStyle.all", - "cursorSurroundingLinesStyle", - "cursorWidth", - "dragAndDrop", - "fastScrollSensitivity", - "folding", - "foldingStrategy.auto", - "foldingStrategy.indentation", - "foldingStrategy", - "foldingHighlight", - "unfoldOnClickAfterEndOfLine", - "fontFamily", - "formatOnPaste", - "formatOnType", - "glyphMargin", - "hideCursorInOverviewRuler", - "highlightActiveIndentGuide", - "letterSpacing", - "linkedEditing", - "links", - "matchBrackets", - "mouseWheelScrollSensitivity", - "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", - "occurrencesHighlight", - "overviewRulerBorder", - "peekWidgetDefaultFocus.tree", - "peekWidgetDefaultFocus.editor", - "peekWidgetDefaultFocus", - "definitionLinkOpensInPeek", - "quickSuggestionsDelay", - "renameOnType", - "renameOnTypeDeprecate", - "renderControlCharacters", - "renderIndentGuides", - "renderFinalNewline", - "renderLineHighlight.all", - "renderLineHighlight", - "renderLineHighlightOnlyWhenFocus", - "renderWhitespace.boundary", - "renderWhitespace.selection", - "renderWhitespace.trailing", - "renderWhitespace", - "roundedSelection", - "scrollBeyondLastColumn", - "scrollBeyondLastLine", - "scrollPredominantAxis", - "selectionClipboard", - "selectionHighlight", - "showFoldingControls.always", - "showFoldingControls.mouseover", - "showFoldingControls", - "showUnused", - "showDeprecated", - "snippetSuggestions.top", - "snippetSuggestions.bottom", - "snippetSuggestions.inline", - "snippetSuggestions.none", - "snippetSuggestions", - "smoothScrolling", - "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", - "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." - ] - }, - "wrappingIndent.none", - "wrappingIndent.same", - "wrappingIndent.indent", - "wrappingIndent.deepIndent", - "wrappingIndent", - "wrappingStrategy.simple", - "wrappingStrategy.advanced", - "wrappingStrategy" - ], - "vs/workbench/contrib/tasks/common/taskDefinitionRegistry": [ - "TaskDefinition.description", - "TaskDefinition.properties", - "TaskDefinition.when", - "TaskTypeConfiguration.noType", - "TaskDefinitionExtPoint" - ], - "vs/workbench/contrib/tasks/common/problemMatcher": [ - "ProblemPatternParser.problemPattern.missingRegExp", - "ProblemPatternParser.loopProperty.notLast", - "ProblemPatternParser.problemPattern.kindProperty.notFirst", - "ProblemPatternParser.problemPattern.missingProperty", - "ProblemPatternParser.problemPattern.missingLocation", - "ProblemPatternParser.invalidRegexp", - "ProblemPatternSchema.regexp", - "ProblemPatternSchema.kind", - "ProblemPatternSchema.file", - "ProblemPatternSchema.location", - "ProblemPatternSchema.line", - "ProblemPatternSchema.column", - "ProblemPatternSchema.endLine", - "ProblemPatternSchema.endColumn", - "ProblemPatternSchema.severity", - "ProblemPatternSchema.code", - "ProblemPatternSchema.message", - "ProblemPatternSchema.loop", - "NamedProblemPatternSchema.name", - "NamedMultiLineProblemPatternSchema.name", - "NamedMultiLineProblemPatternSchema.patterns", - "ProblemPatternExtPoint", - "ProblemPatternRegistry.error", - "ProblemPatternRegistry.error", - "ProblemMatcherParser.noProblemMatcher", - "ProblemMatcherParser.noProblemPattern", - "ProblemMatcherParser.noOwner", - "ProblemMatcherParser.noFileLocation", - "ProblemMatcherParser.unknownSeverity", - "ProblemMatcherParser.noDefinedPatter", - "ProblemMatcherParser.noIdentifier", - "ProblemMatcherParser.noValidIdentifier", - "ProblemMatcherParser.problemPattern.watchingMatcher", - "ProblemMatcherParser.invalidRegexp", - "WatchingPatternSchema.regexp", - "WatchingPatternSchema.file", - "PatternTypeSchema.name", - "PatternTypeSchema.description", - "ProblemMatcherSchema.base", - "ProblemMatcherSchema.owner", - "ProblemMatcherSchema.source", - "ProblemMatcherSchema.severity", - "ProblemMatcherSchema.applyTo", - "ProblemMatcherSchema.fileLocation", - "ProblemMatcherSchema.background", - "ProblemMatcherSchema.background.activeOnStart", - "ProblemMatcherSchema.background.beginsPattern", - "ProblemMatcherSchema.background.endsPattern", - "ProblemMatcherSchema.watching.deprecated", - "ProblemMatcherSchema.watching", - "ProblemMatcherSchema.watching.activeOnStart", - "ProblemMatcherSchema.watching.beginsPattern", - "ProblemMatcherSchema.watching.endsPattern", - "LegacyProblemMatcherSchema.watchedBegin.deprecated", - "LegacyProblemMatcherSchema.watchedBegin", - "LegacyProblemMatcherSchema.watchedEnd.deprecated", - "LegacyProblemMatcherSchema.watchedEnd", - "NamedProblemMatcherSchema.name", - "NamedProblemMatcherSchema.label", - "ProblemMatcherExtPoint", - "msCompile", - "lessCompile", - "gulp-tsc", - "jshint", - "jshint-stylish", - "eslint-compact", - "eslint-stylish", - "go" - ], - "vs/workbench/contrib/tasks/common/taskTemplates": [ - "dotnetCore", - "msbuild", - "externalCommand", - "Maven" - ], - "vs/workbench/contrib/tasks/browser/runAutomaticTasks": [ - "tasks.run.allowAutomatic", - "allow", - "disallow", - "openTask", - "openTasks", - "workbench.action.tasks.manageAutomaticRunning", - "workbench.action.tasks.allowAutomaticTasks", - "workbench.action.tasks.disallowAutomaticTasks" - ], - "vs/workbench/contrib/tasks/browser/taskQuickPick": [ - "taskQuickPick.showAll", - "configureTaskIcon", - "removeTaskIcon", - "configureTask", - "contributedTasks", - "taskType", - "removeRecent", - "recentlyUsed", - "configured", - "configured", - "TaskQuickPick.goBack", - "TaskQuickPick.noTasksForType", - "noProviderForTask" + "vs/platform/theme/common/colorRegistry": [ + "foreground", + "disabledForeground", + "errorForeground", + "descriptionForeground", + "iconForeground", + "focusBorder", + "contrastBorder", + "activeContrastBorder", + "selectionBackground", + "textSeparatorForeground", + "textLinkForeground", + "textLinkActiveForeground", + "textPreformatForeground", + "textBlockQuoteBackground", + "textBlockQuoteBorder", + "textCodeBlockBackground", + "widgetShadow", + "inputBoxBackground", + "inputBoxForeground", + "inputBoxBorder", + "inputBoxActiveOptionBorder", + "inputOption.hoverBackground", + "inputOption.activeBackground", + "inputOption.activeForeground", + "inputPlaceholderForeground", + "inputValidationInfoBackground", + "inputValidationInfoForeground", + "inputValidationInfoBorder", + "inputValidationWarningBackground", + "inputValidationWarningForeground", + "inputValidationWarningBorder", + "inputValidationErrorBackground", + "inputValidationErrorForeground", + "inputValidationErrorBorder", + "dropdownBackground", + "dropdownListBackground", + "dropdownForeground", + "dropdownBorder", + "checkbox.background", + "checkbox.foreground", + "checkbox.border", + "buttonForeground", + "buttonBackground", + "buttonHoverBackground", + "buttonBorder", + "buttonSecondaryForeground", + "buttonSecondaryBackground", + "buttonSecondaryHoverBackground", + "badgeBackground", + "badgeForeground", + "scrollbarShadow", + "scrollbarSliderBackground", + "scrollbarSliderHoverBackground", + "scrollbarSliderActiveBackground", + "progressBarBackground", + "editorError.background", + "editorError.foreground", + "errorBorder", + "editorWarning.background", + "editorWarning.foreground", + "warningBorder", + "editorInfo.background", + "editorInfo.foreground", + "infoBorder", + "editorHint.foreground", + "hintBorder", + "sashActiveBorder", + "editorBackground", + "editorForeground", + "editorWidgetBackground", + "editorWidgetForeground", + "editorWidgetBorder", + "editorWidgetResizeBorder", + "pickerBackground", + "pickerForeground", + "pickerTitleBackground", + "pickerGroupForeground", + "pickerGroupBorder", + "keybindingLabelBackground", + "keybindingLabelForeground", + "keybindingLabelBorder", + "keybindingLabelBottomBorder", + "editorSelectionBackground", + "editorSelectionForeground", + "editorInactiveSelection", + "editorSelectionHighlight", + "editorSelectionHighlightBorder", + "editorFindMatch", + "findMatchHighlight", + "findRangeHighlight", + "editorFindMatchBorder", + "findMatchHighlightBorder", + "findRangeHighlightBorder", + "searchEditor.queryMatch", + "searchEditor.editorFindMatchBorder", + "hoverHighlight", + "hoverBackground", + "hoverForeground", + "hoverBorder", + "statusBarBackground", + "activeLinkForeground", + "editorInlayHintForeground", + "editorInlayHintBackground", + "editorInlayHintForegroundTypes", + "editorInlayHintBackgroundTypes", + "editorInlayHintForegroundParameter", + "editorInlayHintBackgroundParameter", + "editorLightBulbForeground", + "editorLightBulbAutoFixForeground", + "diffEditorInserted", + "diffEditorRemoved", + "diffEditorInsertedLines", + "diffEditorRemovedLines", + "diffEditorInsertedLineGutter", + "diffEditorRemovedLineGutter", + "diffEditorOverviewInserted", + "diffEditorOverviewRemoved", + "diffEditorInsertedOutline", + "diffEditorRemovedOutline", + "diffEditorBorder", + "diffDiagonalFill", + "listFocusBackground", + "listFocusForeground", + "listFocusOutline", + "listActiveSelectionBackground", + "listActiveSelectionForeground", + "listActiveSelectionIconForeground", + "listInactiveSelectionBackground", + "listInactiveSelectionForeground", + "listInactiveSelectionIconForeground", + "listInactiveFocusBackground", + "listInactiveFocusOutline", + "listHoverBackground", + "listHoverForeground", + "listDropBackground", + "highlight", + "listFocusHighlightForeground", + "invalidItemForeground", + "listErrorForeground", + "listWarningForeground", + "listFilterWidgetBackground", + "listFilterWidgetOutline", + "listFilterWidgetNoMatchesOutline", + "listFilterMatchHighlight", + "listFilterMatchHighlightBorder", + "treeIndentGuidesStroke", + "tableColumnsBorder", + "tableOddRowsBackgroundColor", + "listDeemphasizedForeground", + "quickInput.list.focusBackground deprecation", + "quickInput.listFocusForeground", + "quickInput.listFocusIconForeground", + "quickInput.listFocusBackground", + "menuBorder", + "menuForeground", + "menuBackground", + "menuSelectionForeground", + "menuSelectionBackground", + "menuSelectionBorder", + "menuSeparatorBackground", + "toolbarHoverBackground", + "toolbarHoverOutline", + "toolbarActiveBackground", + "snippetTabstopHighlightBackground", + "snippetTabstopHighlightBorder", + "snippetFinalTabstopHighlightBackground", + "snippetFinalTabstopHighlightBorder", + "breadcrumbsFocusForeground", + "breadcrumbsBackground", + "breadcrumbsFocusForeground", + "breadcrumbsSelectedForeground", + "breadcrumbsSelectedBackground", + "mergeCurrentHeaderBackground", + "mergeCurrentContentBackground", + "mergeIncomingHeaderBackground", + "mergeIncomingContentBackground", + "mergeCommonHeaderBackground", + "mergeCommonContentBackground", + "mergeBorder", + "overviewRulerCurrentContentForeground", + "overviewRulerIncomingContentForeground", + "overviewRulerCommonContentForeground", + "overviewRulerFindMatchForeground", + "overviewRulerSelectionHighlightForeground", + "minimapFindMatchHighlight", + "minimapSelectionOccurrenceHighlight", + "minimapSelectionHighlight", + "minimapError", + "overviewRuleWarning", + "minimapBackground", + "minimapForegroundOpacity", + "minimapSliderBackground", + "minimapSliderHoverBackground", + "minimapSliderActiveBackground", + "problemsErrorIconForeground", + "problemsWarningIconForeground", + "problemsInfoIconForeground", + "chartsForeground", + "chartsLines", + "chartsRed", + "chartsBlue", + "chartsYellow", + "chartsOrange", + "chartsGreen", + "chartsPurple" ], - "vs/platform/theme/common/iconRegistry": [ - "iconDefintion.fontId", - "iconDefintion.fontCharacter", - "widgetClose", - "previousChangeIcon", - "nextChangeIcon" + "vs/workbench/common/theme": [ + "tabActiveBackground", + "tabUnfocusedActiveBackground", + "tabInactiveBackground", + "tabUnfocusedInactiveBackground", + "tabActiveForeground", + "tabInactiveForeground", + "tabUnfocusedActiveForeground", + "tabUnfocusedInactiveForeground", + "tabHoverBackground", + "tabUnfocusedHoverBackground", + "tabHoverForeground", + "tabUnfocusedHoverForeground", + "tabBorder", + "lastPinnedTabBorder", + "tabActiveBorder", + "tabActiveUnfocusedBorder", + "tabActiveBorderTop", + "tabActiveUnfocusedBorderTop", + "tabHoverBorder", + "tabUnfocusedHoverBorder", + "tabActiveModifiedBorder", + "tabInactiveModifiedBorder", + "unfocusedActiveModifiedBorder", + "unfocusedINactiveModifiedBorder", + "editorPaneBackground", + "editorGroupEmptyBackground", + "editorGroupFocusedEmptyBorder", + "tabsContainerBackground", + "tabsContainerBorder", + "editorGroupHeaderBackground", + "editorTitleContainerBorder", + "editorGroupBorder", + "editorDragAndDropBackground", + "editorDropIntoPromptForeground", + "editorDropIntoPromptBackground", + "editorDropIntoPromptBorder", + "sideBySideEditor.horizontalBorder", + "sideBySideEditor.verticalBorder", + "panelBackground", + "panelBorder", + "panelActiveTitleForeground", + "panelInactiveTitleForeground", + "panelActiveTitleBorder", + "panelInputBorder", + "panelDragAndDropBorder", + "panelSectionDragAndDropBackground", + "panelSectionHeaderBackground", + "panelSectionHeaderForeground", + "panelSectionHeaderBorder", + "panelSectionBorder", + "banner.background", + "banner.foreground", + "banner.iconForeground", + "statusBarForeground", + "statusBarNoFolderForeground", + "statusBarBackground", + "statusBarNoFolderBackground", + "statusBarBorder", + "statusBarFocusBorder", + "statusBarNoFolderBorder", + "statusBarItemActiveBackground", + "statusBarItemFocusBorder", + "statusBarItemHoverBackground", + "statusBarItemCompactHoverBackground", + "statusBarProminentItemForeground", + "statusBarProminentItemBackground", + "statusBarProminentItemHoverBackground", + "statusBarErrorItemBackground", + "statusBarErrorItemForeground", + "statusBarWarningItemBackground", + "statusBarWarningItemForeground", + "activityBarBackground", + "activityBarForeground", + "activityBarInActiveForeground", + "activityBarBorder", + "activityBarActiveBorder", + "activityBarActiveFocusBorder", + "activityBarActiveBackground", + "activityBarDragAndDropBorder", + "activityBarBadgeBackground", + "activityBarBadgeForeground", + "statusBarItemHostBackground", + "statusBarItemHostForeground", + "extensionBadge.remoteBackground", + "extensionBadge.remoteForeground", + "sideBarBackground", + "sideBarForeground", + "sideBarBorder", + "sideBarTitleForeground", + "sideBarDragAndDropBackground", + "sideBarSectionHeaderBackground", + "sideBarSectionHeaderForeground", + "sideBarSectionHeaderBorder", + "titleBarActiveForeground", + "titleBarInactiveForeground", + "titleBarActiveBackground", + "titleBarInactiveBackground", + "titleBarBorder", + "menubarSelectionForeground", + "menubarSelectionBackground", + "menubarSelectionBorder", + "notificationCenterBorder", + "notificationToastBorder", + "notificationsForeground", + "notificationsBackground", + "notificationsLink", + "notificationCenterHeaderForeground", + "notificationCenterHeaderBackground", + "notificationsBorder", + "notificationsErrorIconForeground", + "notificationsWarningIconForeground", + "notificationsInfoIconForeground", + "windowActiveBorder", + "windowInactiveBorder" ], - "vs/workbench/api/common/extHostExtensionActivator": [ - "failedDep1", - "activationError" + "vs/workbench/services/workspaces/browser/abstractWorkspaceEditingService": [ + "save", + "saveWorkspace", + "errorInvalidTaskConfiguration", + "errorWorkspaceConfigurationFileDirty", + "openWorkspaceConfigurationFile" ], - "vs/workbench/contrib/debug/common/abstractDebugAdapter": [ - "timeout" + "vs/workbench/services/extensionManagement/electron-sandbox/remoteExtensionManagementService": [ + "notFoundCompatiblePrereleaseDependency", + "notFoundReleaseExtension", + "notFoundCompatibleDependency" ], - "vs/workbench/services/configurationResolver/common/variableResolver": [ - "canNotResolveFile", - "canNotResolveFolderForFile", - "canNotFindFolder", - "canNotResolveWorkspaceFolderMultiRoot", - "canNotResolveWorkspaceFolder", - "missingEnvVarName", - "configNotFound", - "configNoString", - "missingConfigName", - "canNotResolveLineNumber", - "canNotResolveSelectedText", - "noValueForCommand" + "vs/workbench/services/configurationResolver/browser/baseConfigurationResolverService": [ + "commandVariable.noStringType", + "inputVariable.noInputSection", + "inputVariable.missingAttribute", + "inputVariable.defaultInputValue", + "inputVariable.command.noStringType", + "inputVariable.unknownType", + "inputVariable.undefinedVariable" ], - "vs/workbench/api/common/extHost.api.impl": [ - "extensionLabel" + "vs/workbench/services/extensionManagement/common/extensionManagementService": [ + "singleDependentError", + "twoDependentsError", + "multipleDependentsError", + "Manifest is not found", + "cannot be installed", + "install extension", + "install extensions", + "install", + "install and do no sync", + "cancel", + "install single extension", + "install multiple extensions", + "extensionInstallWorkspaceTrustMessage", + "extensionInstallWorkspaceTrustButton", + "extensionInstallWorkspaceTrustContinueButton", + "extensionInstallWorkspaceTrustManageButton", + "VS Code for Web", + "limited support", + "non web extensions detail", + "install anyways", + "showExtensions", + "cancel", + "install anyways", + "cancel", + "non web extensions", + "install anyways", + "showExtensions", + "cancel" ], - "vs/workbench/api/node/extHostDebugService": [ - "debug.terminal.title" + "vs/workbench/services/workingCopy/common/workingCopyHistoryService": [ + "default.source", + "moved.source", + "renamed.source" ], - "vs/platform/windows/electron-main/window": [ - { - "key": "reopen", - "comment": [ - "&& denotes a mnemonic" - ] - }, - { - "key": "wait", - "comment": [ - "&& denotes a mnemonic" - ] - }, - { - "key": "close", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "appStalled", - "appStalledDetail", - "appCrashed", - "appCrashedDetails", - { - "key": "reopen", - "comment": [ - "&& denotes a mnemonic" - ] - }, - { - "key": "close", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "appCrashedDetail", - "hiddenMenuBar" + "vs/workbench/services/workingCopy/electron-sandbox/workingCopyBackupTracker": [ + "backupTrackerBackupFailed", + "backupTrackerConfirmFailed", + "backupErrorDetails", + "backupBeforeShutdownMessage", + "backupBeforeShutdownDetail", + "saveBeforeShutdown", + "revertBeforeShutdown", + "discardBackupsBeforeShutdown" ], - "vs/platform/menubar/electron-main/menubar": [ - { - "key": "miNewWindow", - "comment": [ - "&& denotes a mnemonic" - ] - }, - { - "key": "mFile", - "comment": [ - "&& denotes a mnemonic" - ] - }, - { - "key": "mEdit", - "comment": [ - "&& denotes a mnemonic" - ] - }, - { - "key": "mSelection", - "comment": [ - "&& denotes a mnemonic" - ] - }, - { - "key": "mView", - "comment": [ - "&& denotes a mnemonic" - ] - }, - { - "key": "mGoto", - "comment": [ - "&& denotes a mnemonic" - ] - }, - { - "key": "mRun", - "comment": [ - "&& denotes a mnemonic" - ] - }, - { - "key": "mTerminal", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "mWindow", - { - "key": "mHelp", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "mAbout", - { - "key": "miPreferences", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "mServices", - "mHide", - "mHideOthers", - "mShowAll", - "miQuit", - "mMinimize", - "mZoom", - "mBringToFront", - { - "key": "miSwitchWindow", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "mNewTab", - "mShowPreviousTab", - "mShowNextTab", - "mMoveTabToNewWindow", - "mMergeAllWindows", - "miCheckForUpdates", - "miCheckingForUpdates", - "miDownloadUpdate", - "miDownloadingUpdate", - "miInstallUpdate", - "miInstallingUpdate", - "miRestartToUpdate" + "vs/workbench/browser/editor": [ + "preview", + "pinned" ], - "vs/platform/userDataSync/common/abstractSynchronizer": [ + "vs/workbench/common/editor": [ + "promptOpenWith.defaultEditor.displayName", + "builtinProviderDisplayName" + ], + "vs/workbench/common/actions": [ + "view", + "help", + "test", + "preferences", { - "key": "incompatible", + "key": "developer", "comment": [ - "This is an error while syncing a resource that its local version is not compatible with its remote version." + "A developer on Code itself or someone diagnosing issues in Code" ] - }, - "incompatible sync data" + } ], - "vs/editor/common/view/editorColorRegistry": [ - "lineHighlight", - "lineHighlightBorderBox", - "rangeHighlight", - "rangeHighlightBorder", - "symbolHighlight", - "symbolHighlightBorder", - "caret", - "editorCursorBackground", - "editorWhitespaces", - "editorIndentGuides", - "editorActiveIndentGuide", - "editorLineNumbers", - "editorActiveLineNumber", - "deprecatedEditorActiveLineNumber", - "editorActiveLineNumber", - "editorRuler", - "editorCodeLensForeground", - "editorBracketMatchBackground", - "editorBracketMatchBorder", - "editorOverviewRulerBorder", - "editorOverviewRulerBackground", - "editorGutter", - "unnecessaryCodeBorder", - "unnecessaryCodeOpacity", - "overviewRulerRangeHighlight", - "overviewRuleError", - "overviewRuleWarning", - "overviewRuleInfo" + "vs/workbench/contrib/logs/electron-sandbox/logsActions": [ + "openLogsFolder", + "openExtensionLogsFolder" ], - "vs/editor/common/modes/modesRegistry": [ - "plainText.alias" + "vs/workbench/contrib/codeEditor/electron-sandbox/selectionClipboard": [ + "actions.pasteSelectionClipboard" ], - "vs/editor/common/model/editStack": [ - "edit" + "vs/workbench/contrib/codeEditor/electron-sandbox/startDebugTextMate": [ + "startDebugTextMate" ], - "vs/editor/browser/controller/coreCommands": [ - "stickydesc", - "stickydesc", - "removedCursor" + "vs/workbench/services/extensions/common/extensionsRegistry": [ + "ui", + "workspace", + "vscode.extension.engines", + "vscode.extension.engines.vscode", + "vscode.extension.publisher", + "vscode.extension.displayName", + "vscode.extension.categories", + "vscode.extension.category.languages.deprecated", + "vscode.extension.galleryBanner", + "vscode.extension.galleryBanner.color", + "vscode.extension.galleryBanner.theme", + "vscode.extension.contributes", + "vscode.extension.preview", + "vscode.extension.enableProposedApi.deprecated", + "vscode.extension.enabledApiProposals", + "vscode.extension.activationEvents", + "vscode.extension.activationEvents.onWebviewPanel", + "vscode.extension.activationEvents.onLanguage", + "vscode.extension.activationEvents.onCommand", + "vscode.extension.activationEvents.onDebug", + "vscode.extension.activationEvents.onDebugInitialConfigurations", + "vscode.extension.activationEvents.onDebugDynamicConfigurations", + "vscode.extension.activationEvents.onDebugResolve", + "vscode.extension.activationEvents.onDebugAdapterProtocolTracker", + "vscode.extension.activationEvents.workspaceContains", + "vscode.extension.activationEvents.onStartupFinished", + "vscode.extension.activationEvents.onTaskType", + "vscode.extension.activationEvents.onFileSystem", + "vscode.extension.activationEvents.onSearch", + "vscode.extension.activationEvents.onView", + "vscode.extension.activationEvents.onIdentity", + "vscode.extension.activationEvents.onUri", + "vscode.extension.activationEvents.onOpenExternalUri", + "vscode.extension.activationEvents.onCustomEditor", + "vscode.extension.activationEvents.onNotebook", + "vscode.extension.activationEvents.onAuthenticationRequest", + "vscode.extension.activationEvents.onRenderer", + "vscode.extension.activationEvents.onTerminalProfile", + "vscode.extension.activationEvents.onWalkthrough", + "vscode.extension.activationEvents.star", + "vscode.extension.badges", + "vscode.extension.badges.url", + "vscode.extension.badges.href", + "vscode.extension.badges.description", + "vscode.extension.markdown", + "vscode.extension.qna", + "vscode.extension.extensionDependencies", + "vscode.extension.contributes.extensionPack", + "extensionKind", + "extensionKind.ui", + "extensionKind.workspace", + "extensionKind.ui-workspace", + "extensionKind.workspace-ui", + "extensionKind.empty", + "vscode.extension.capabilities", + "vscode.extension.capabilities.virtualWorkspaces", + "vscode.extension.capabilities.virtualWorkspaces.supported", + "vscode.extension.capabilities.virtualWorkspaces.supported.limited", + "vscode.extension.capabilities.virtualWorkspaces.supported.true", + "vscode.extension.capabilities.virtualWorkspaces.supported.false", + "vscode.extension.capabilities.virtualWorkspaces.description", + "vscode.extension.capabilities.untrustedWorkspaces", + "vscode.extension.capabilities.untrustedWorkspaces.supported", + "vscode.extension.capabilities.untrustedWorkspaces.supported.limited", + "vscode.extension.capabilities.untrustedWorkspaces.supported.true", + "vscode.extension.capabilities.untrustedWorkspaces.supported.false", + "vscode.extension.capabilities.untrustedWorkspaces.restrictedConfigurations", + "vscode.extension.capabilities.untrustedWorkspaces.description", + "vscode.extension.contributes.sponsor", + "vscode.extension.contributes.sponsor.url", + "vscode.extension.scripts.prepublish", + "vscode.extension.scripts.uninstall", + "vscode.extension.icon", + "product.extensionEnabledApiProposals" ], - "vs/editor/browser/widget/codeEditorWidget": [ - "cursors.maximum" + "vs/workbench/contrib/files/electron-sandbox/textFileEditor": [ + "fileTooLargeForHeapError", + "relaunchWithIncreasedMemoryLimit", + "configureMemoryLimit" ], - "vs/editor/contrib/anchorSelect/anchorSelect": [ - "selectionAnchor", - "anchorSet", - "setSelectionAnchor", - "goToSelectionAnchor", - "selectFromAnchorToCursor", - "cancelSelectionAnchor" + "vs/workbench/contrib/localization/browser/localizationsActions": [ + "restart", + "configureLocale", + "chooseLocale", + "installed", + "available", + "relaunchDisplayLanguageMessage", + "relaunchDisplayLanguageDetail", + "clearDisplayLanguage", + "relaunchAfterClearDisplayLanguageMessage", + "relaunchAfterClearDisplayLanguageDetail" ], - "vs/editor/browser/widget/diffEditorWidget": [ - "diffInsertIcon", - "diffRemoveIcon", - "diff.tooLarge" + "vs/workbench/contrib/localization/electron-sandbox/minimalTranslations": [ + "showLanguagePackExtensions", + "searchMarketplace", + "installAndRestartMessage", + "installAndRestart" ], - "vs/editor/contrib/bracketMatching/bracketMatching": [ - "overviewRulerBracketMatchForeground", - "smartSelect.jumpBracket", - "smartSelect.selectToBracket", + "vs/workbench/contrib/issue/electron-sandbox/issueActions": [ + "openProcessExplorer", { - "key": "miGoToBracket", + "key": "reportPerformanceIssue", "comment": [ - "&& denotes a mnemonic" + "Here, 'issue' means problem or bug" ] } ], - "vs/editor/contrib/caretOperations/caretOperations": [ - "caret.moveLeft", - "caret.moveRight" + "vs/workbench/contrib/extensions/electron-sandbox/runtimeExtensionsEditor": [ + "extensionHostProfileStart", + "stopExtensionHostProfileStart", + "saveExtensionHostProfile", + "saveprofile.dialogTitle", + "saveprofile.saveButton" ], - "vs/editor/contrib/caretOperations/transpose": [ - "transposeLetters.label" + "vs/editor/common/editorContextKeys": [ + "editorTextFocus", + "editorFocus", + "textInputFocus", + "editorReadonly", + "inDiffEditor", + "editorColumnSelection", + "editorHasSelection", + "editorHasMultipleSelections", + "editorTabMovesFocus", + "editorHoverVisible", + "inCompositeEditor", + "editorLangId", + "editorHasCompletionItemProvider", + "editorHasCodeActionsProvider", + "editorHasCodeLensProvider", + "editorHasDefinitionProvider", + "editorHasDeclarationProvider", + "editorHasImplementationProvider", + "editorHasTypeDefinitionProvider", + "editorHasHoverProvider", + "editorHasDocumentHighlightProvider", + "editorHasDocumentSymbolProvider", + "editorHasReferenceProvider", + "editorHasRenameProvider", + "editorHasSignatureHelpProvider", + "editorHasInlayHintsProvider", + "editorHasDocumentFormattingProvider", + "editorHasDocumentSelectionFormattingProvider", + "editorHasMultipleDocumentFormattingProvider", + "editorHasMultipleDocumentSelectionFormattingProvider" ], - "vs/editor/contrib/codelens/codelensController": [ - "showLensOnLine" + "vs/workbench/contrib/extensions/electron-sandbox/extensionsActions": [ + "openExtensionsFolder" ], - "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/workbench/contrib/extensions/common/runtimeExtensionsInput": [ + "extensionsInputName" ], - "vs/editor/contrib/contextmenu/contextmenu": [ - "action.showContextMenu.label" + "vs/workbench/contrib/extensions/electron-sandbox/debugExtensionHostAction": [ + "debugExtensionHost", + "restart1", + "restart2", + "restart3", + "cancel", + "debugExtensionHost.launch.name" ], - "vs/editor/contrib/cursorUndo/cursorUndo": [ - "cursor.undo", - "cursor.redo" + "vs/workbench/contrib/extensions/electron-sandbox/extensionsAutoProfiler": [ + "unresponsive-exthost", + "show" ], - "vs/editor/contrib/find/findController": [ - "startFindAction", - { - "key": "miFind", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "startFindWithSelectionAction", - "findNextMatchAction", - "findNextMatchAction", - "findPreviousMatchAction", - "findPreviousMatchAction", - "nextSelectionMatchFindAction", - "previousSelectionMatchFindAction", - "startReplace", - { - "key": "miReplace", - "comment": [ - "&& denotes a mnemonic" - ] - } + "vs/workbench/contrib/extensions/electron-sandbox/extensionProfileService": [ + "status.profiler", + "profilingExtensionHost", + "profilingExtensionHost", + "selectAndStartDebug", + "profilingExtensionHostTime", + "restart1", + "restart2", + "restart3", + "cancel" ], - "vs/editor/contrib/fontZoom/fontZoom": [ - "EditorFontZoomIn.label", - "EditorFontZoomOut.label", - "EditorFontZoomReset.label" + "vs/workbench/services/dialogs/browser/simpleFileDialog": [ + "openLocalFile", + "saveLocalFile", + "openLocalFolder", + "openLocalFileFolder", + "remoteFileDialog.notConnectedToRemote", + "remoteFileDialog.local", + "remoteFileDialog.badPath", + "remoteFileDialog.cancel", + "remoteFileDialog.invalidPath", + "remoteFileDialog.validateFolder", + "remoteFileDialog.validateExisting", + "remoteFileDialog.validateBadFilename", + "remoteFileDialog.validateNonexistentDir", + "remoteFileDialog.validateNonexistentDir", + "remoteFileDialog.windowsDriveLetter", + "remoteFileDialog.validateFileOnly", + "remoteFileDialog.validateFolderOnly" ], - "vs/editor/contrib/folding/folding": [ - "unfoldAction.label", - "unFoldRecursivelyAction.label", - "foldAction.label", - "toggleFoldAction.label", - "foldRecursivelyAction.label", - "foldAllBlockComments.label", - "foldAllMarkerRegions.label", - "unfoldAllMarkerRegions.label", - "foldAllExcept.label", - "unfoldAllExcept.label", - "foldAllAction.label", - "unfoldAllAction.label", - "foldLevelAction.label", - "foldBackgroundBackground", - "editorGutter.foldingControlForeground" + "vs/workbench/contrib/terminal/common/terminal": [ + "terminalCategory", + "vscode.extension.contributes.terminal", + "vscode.extension.contributes.terminal.types", + "vscode.extension.contributes.terminal.types.command", + "vscode.extension.contributes.terminal.types.title", + "vscode.extension.contributes.terminal.types.icon", + "vscode.extension.contributes.terminal.types.icon.light", + "vscode.extension.contributes.terminal.types.icon.dark", + "vscode.extension.contributes.terminal.profiles", + "vscode.extension.contributes.terminal.profiles.id", + "vscode.extension.contributes.terminal.profiles.title", + "vscode.extension.contributes.terminal.types.icon", + "vscode.extension.contributes.terminal.types.icon.light", + "vscode.extension.contributes.terminal.types.icon.dark" ], - "vs/editor/contrib/format/formatActions": [ - "formatDocument.label", - "formatSelection.label" + "vs/workbench/contrib/performance/electron-sandbox/startupProfiler": [ + "prof.message", + "prof.detail", + "prof.restartAndFileIssue", + "prof.restart", + "prof.thanks", + "prof.detail.restart", + "prof.restart.button" ], - "vs/editor/contrib/gotoSymbol/goToCommands": [ - "peek.submenu", - "def.title", - "noResultWord", - "generic.noResults", - "actions.goToDecl.label", - { - "key": "miGotoDefinition", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "actions.goToDeclToSide.label", - "actions.previewDecl.label", - "decl.title", - "decl.noResultWord", - "decl.generic.noResults", - "actions.goToDeclaration.label", - { - "key": "miGotoDeclaration", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "decl.noResultWord", - "decl.generic.noResults", - "actions.peekDecl.label", - "typedef.title", - "goToTypeDefinition.noResultWord", - "goToTypeDefinition.generic.noResults", - "actions.goToTypeDefinition.label", - { - "key": "miGotoTypeDefinition", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "actions.peekTypeDefinition.label", - "impl.title", - "goToImplementation.noResultWord", - "goToImplementation.generic.noResults", - "actions.goToImplementation.label", - { - "key": "miGotoImplementation", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "actions.peekImplementation.label", - "references.no", - "references.noGeneric", - "goToReferences.label", - { - "key": "miGotoReference", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "ref.title", - "references.action.label", - "ref.title", - "label.generic", - "generic.title", - "generic.noResult", - "ref.title" + "vs/workbench/contrib/tasks/common/tasks": [ + "tasks.taskRunningContext", + "tasksCategory", + "TaskDefinition.missingRequiredProperty" + ], + "vs/workbench/contrib/tasks/browser/terminalTaskSystem": [ + "TerminalTaskSystem.unknownError", + "TerminalTaskSystem.taskLoadReporting", + "dependencyCycle", + "dependencyFailed", + "TerminalTaskSystem.nonWatchingMatcher", + "closeTerminal", + "reuseTerminal", + "TerminalTaskSystem", + "unknownProblemMatcher" ], - "vs/editor/contrib/gotoSymbol/link/goToDefinitionAtPosition": [ - "multipleResults" + "vs/workbench/common/views": [ + "defaultViewIcon", + "duplicateId" ], - "vs/editor/contrib/gotoError/gotoError": [ - "markerAction.next.label", - "nextMarkerIcon", - "markerAction.previous.label", - "previousMarkerIcon", - "markerAction.nextInFiles.label", - { - "key": "miGotoNextProblem", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "markerAction.previousInFiles.label", - { - "key": "miGotoPreviousProblem", - "comment": [ - "&& denotes a mnemonic" - ] - } + "vs/workbench/contrib/tasks/common/taskService": [ + "tasks.customExecutionSupported", + "tasks.shellExecutionSupported", + "tasks.processExecutionSupported" ], - "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." - ] - }, - { - "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." - ] - } + "vs/workbench/contrib/localHistory/electron-sandbox/localHistoryCommands": [ + "revealInWindows", + "revealInMac", + "openContainer" ], - "vs/editor/contrib/indentation/indentation": [ - "indentationToSpaces", - "indentationToTabs", - "configuredTabSize", + "vs/workbench/contrib/tasks/browser/abstractTaskService": [ + "ConfigureTaskRunnerAction.label", + "tasks", + "TaskService.pickBuildTaskForLabel", + "taskServiceOutputPrompt", + "showOutput", + "TaskServer.folderIgnored", + "TaskService.providerUnavailable", + "TaskService.noBuildTask1", + "TaskService.noBuildTask2", + "TaskService.noTestTask1", + "TaskService.noTestTask2", + "TaskServer.noTask", + "TaskService.associate", + "TaskService.attachProblemMatcher.continueWithout", + "TaskService.attachProblemMatcher.never", + "TaskService.attachProblemMatcher.neverType", + "TaskService.attachProblemMatcher.learnMoreAbout", + "selectProblemMatcher", + "customizeParseErrors", + "tasksJsonComment", + "moreThanOneBuildTask", + "TaskSystem.saveBeforeRun.prompt.title", + "saveBeforeRun.save", + "saveBeforeRun.dontSave", + "detail", + "TaskSystem.activeSame.noBackground", + "terminateTask", + "restartTask", + "TaskSystem.active", + "TaskSystem.restartFailed", + "unexpectedTaskType", + "TaskService.providerUnavailable", + "TaskService.noConfiguration", + "TaskSystem.configurationErrors", { - "key": "selectTabWidth", + "key": "TaskSystem.invalidTaskJsonOther", "comment": [ - "Tab corresponds to the tab key" + "Message notifies of an error in one of several places there is tasks related json, not necessarily in a file named tasks.json" ] }, - "indentUsingTabs", - "indentUsingSpaces", - "detectIndentation", - "editor.reindentlines", - "editor.reindentselectedlines" + "TasksSystem.locationWorkspaceConfig", + "TaskSystem.versionWorkspaceFile", + "TasksSystem.locationUserConfig", + "TaskSystem.versionSettings", + "TaskSystem.configurationErrors", + "taskService.ignoreingFolder", + "TaskSystem.invalidTaskJson", + "TerminateAction.label", + "TaskSystem.unknownError", + "configureTask", + "recentlyUsed", + "configured", + "detected", + "TaskService.ignoredFolder", + "TaskService.notAgain", + "TaskService.requestTrust", + "TaskService.pickRunTask", + "TaskService.noEntryToRunSlow", + "TaskService.noEntryToRun", + "TaskService.fetchingBuildTasks", + "TaskService.pickBuildTask", + "TaskService.noBuildTask", + "TaskService.fetchingTestTasks", + "TaskService.pickTestTask", + "TaskService.noTestTaskTerminal", + "TaskService.taskToTerminate", + "TaskService.noTaskRunning", + "TaskService.terminateAllRunningTasks", + "TerminateAction.noProcess", + "TerminateAction.failed", + "TaskService.taskToRestart", + "TaskService.noTaskToRestart", + "TaskService.template", + "taskQuickPick.userSettings", + "TaskService.createJsonFile", + "TaskService.openJsonFile", + "TaskService.pickTask", + "TaskService.defaultBuildTaskExists", + "TaskService.pickDefaultBuildTask", + "TaskService.defaultTestTaskExists", + "TaskService.pickDefaultTestTask", + "TaskService.pickShowTask", + "TaskService.noTaskIsRunning", + "taskService.upgradeVersion", + "taskService.upgradeVersionPlural", + "taskService.openDiff", + "taskService.openDiffs" ], - "vs/editor/contrib/inPlaceReplace/inPlaceReplace": [ - "InPlaceReplaceAction.previous.label", - "InPlaceReplaceAction.next.label" + "vs/workbench/contrib/webview/electron-sandbox/webviewCommands": [ + "openToolsLabel", + "iframeWebviewAlert" ], - "vs/editor/contrib/linesOperations/linesOperations": [ - "lines.copyUp", - { - "key": "miCopyLinesUp", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "lines.copyDown", - { - "key": "miCopyLinesDown", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "duplicateSelection", - { - "key": "miDuplicateSelection", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "lines.moveUp", - { - "key": "miMoveLinesUp", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "lines.moveDown", - { - "key": "miMoveLinesDown", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "lines.sortAscending", - "lines.sortDescending", - "lines.trimTrailingWhitespace", - "lines.delete", - "lines.indent", - "lines.outdent", - "lines.insertBefore", - "lines.insertAfter", - "lines.deleteAllLeft", - "lines.deleteAllRight", - "lines.joinLines", - "editor.transpose", - "editor.transformToUppercase", - "editor.transformToLowercase", - "editor.transformToTitlecase", - "editor.transformToSnakecase" + "vs/workbench/services/extensions/common/abstractExtensionService": [ + "looping", + "extensionTestError", + "extensionService.autoRestart", + "extensionService.crash", + "restart" ], - "vs/editor/contrib/linkedEditing/linkedEditing": [ - "linkedEditing.label", - "editorLinkedEditingBackground" + "vs/workbench/contrib/terminal/common/terminalContextKey": [ + "terminalFocusContextKey", + "terminalEditorFocusContextKey", + "terminalCountContextKey", + "terminalTabsFocusContextKey", + "terminalShellTypeContextKey", + "terminalAltBufferActive", + "terminalViewShowing", + "terminalTextSelectedContextKey", + "terminalProcessSupportedContextKey", + "terminalTabsSingularSelectedContextKey", + "isSplitTerminalContextKey" ], - "vs/editor/contrib/links/links": [ - "links.navigate.executeCmd", - "links.navigate.follow", - "links.navigate.kb.meta.mac", - "links.navigate.kb.meta", - "links.navigate.kb.alt.mac", - "links.navigate.kb.alt", - "tooltip.explanation", - "invalid.url", - "missing.url", - "label" + "vs/workbench/services/extensions/electron-sandbox/cachedExtensionScanner": [ + "extensionCache.invalid", + "reloadWindow" ], - "vs/editor/contrib/parameterHints/parameterHints": [ - "parameterHints.trigger.label" + "vs/workbench/services/extensions/electron-sandbox/localProcessExtensionHost": [ + "extensionHost.startupFailDebug", + "extensionHost.startupFail", + "reloadWindow", + "extension host Log", + "extensionHost.error", + "join.extensionDevelopment" ], - "vs/editor/contrib/multicursor/multicursor": [ - "cursorAdded", - "cursorsAdded", - "mutlicursor.insertAbove", - { - "key": "miInsertCursorAbove", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "mutlicursor.insertBelow", + "vs/workbench/services/extensions/common/remoteExtensionHost": [ + "remote extension host Log" + ], + "vs/workbench/services/extensions/browser/webWorkerExtensionHost": [ + "name" + ], + "vs/workbench/contrib/debug/common/abstractDebugAdapter": [ + "timeout" + ], + "vs/workbench/services/configurationResolver/common/variableResolver": [ + "canNotResolveFile", + "canNotResolveFolderForFile", + "canNotFindFolder", + "canNotResolveWorkspaceFolderMultiRoot", + "canNotResolveWorkspaceFolder", + "missingEnvVarName", + "configNotFound", + "configNoString", + "missingConfigName", + "extensionNotInstalled", + "missingExtensionName", + "canNotResolveUserHome", + "canNotResolveLineNumber", + "canNotResolveSelectedText", + "noValueForCommand" + ], + "vs/platform/menubar/electron-main/menubar": [ { - "key": "miInsertCursorBelow", + "key": "miNewWindow", "comment": [ "&& denotes a mnemonic" ] }, - "mutlicursor.insertAtEndOfEachLineSelected", { - "key": "miInsertCursorAtEndOfEachLineSelected", + "key": "mFile", "comment": [ "&& denotes a mnemonic" ] }, - "mutlicursor.addCursorsToBottom", - "mutlicursor.addCursorsToTop", - "addSelectionToNextFindMatch", { - "key": "miAddSelectionToNextFindMatch", + "key": "mEdit", "comment": [ "&& denotes a mnemonic" ] }, - "addSelectionToPreviousFindMatch", { - "key": "miAddSelectionToPreviousFindMatch", + "key": "mSelection", "comment": [ "&& denotes a mnemonic" ] }, - "moveSelectionToNextFindMatch", - "moveSelectionToPreviousFindMatch", - "selectAllOccurrencesOfFindMatch", { - "key": "miSelectHighlights", + "key": "mView", "comment": [ "&& denotes a mnemonic" ] }, - "changeAll.label" - ], - "vs/editor/contrib/smartSelect/smartSelect": [ - "smartSelect.expand", { - "key": "miSmartSelectGrow", + "key": "mGoto", "comment": [ "&& denotes a mnemonic" ] }, - "smartSelect.shrink", { - "key": "miSmartSelectShrink", + "key": "mRun", "comment": [ "&& denotes a mnemonic" ] - } - ], - "vs/editor/contrib/rename/rename": [ - "no result", - "resolveRenameLocationFailed", - "label", - "quotableLabel", - "aria", - "rename.failedApply", - "rename.failed", - "rename.label", - "enablePreview" - ], - "vs/editor/contrib/snippet/snippetController2": [ - "inSnippetMode", - "hasNextTabstop", - "hasPrevTabstop" - ], - "vs/editor/contrib/suggest/suggestController": [ - "aria.alert.snippet", - "suggest.trigger.label", - "accept.insert", - "accept.insert", - "accept.replace", - "accept.replace", - "accept.insert", - "detail.more", - "detail.less", - "suggest.reset.label" - ], - "vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode": [ + }, { - "key": "toggle.tabMovesFocus", + "key": "mTerminal", "comment": [ - "Turn on/off use of tab key for moving focus around VS Code" - ] - }, - "toggle.tabMovesFocus.on", - "toggle.tabMovesFocus.off" - ], - "vs/editor/contrib/tokenization/tokenization": [ - "forceRetokenize" - ], - "vs/editor/contrib/unusualLineTerminators/unusualLineTerminators": [ - "unusualLineTerminators.title", - "unusualLineTerminators.message", - "unusualLineTerminators.detail", - "unusualLineTerminators.fix", - "unusualLineTerminators.ignore" - ], - "vs/editor/contrib/wordHighlighter/wordHighlighter": [ - "wordHighlight", - "wordHighlightStrong", - "wordHighlightBorder", - "wordHighlightStrongBorder", - "overviewRulerWordHighlightForeground", - "overviewRulerWordHighlightStrongForeground", - "wordHighlight.next.label", - "wordHighlight.previous.label", - "wordHighlight.trigger.label" - ], - "vs/editor/contrib/wordOperations/wordOperations": [ - "deleteInsideWord" - ], - "vs/editor/common/standaloneStrings": [ - "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", - "inspectTokens", - "gotoLineActionLabel", - "helpQuickAccess", - "quickCommandActionLabel", - "quickCommandActionHelp", - "quickOutlineActionLabel", - "quickOutlineByCategoryActionLabel", - "editorViewAccessibleLabel", - "accessibilityHelpMessage", - "toggleHighContrast", - "bulkEditServiceSummary" - ], - "vs/workbench/api/common/jsonValidationExtensionPoint": [ - "contributes.jsonValidation", - "contributes.jsonValidation.fileMatch", - "contributes.jsonValidation.url", - "invalid.jsonValidation", - "invalid.fileMatch", - "invalid.url", - "invalid.path.1", - "invalid.url.fileschema", - "invalid.url.schema" - ], - "vs/workbench/services/themes/common/colorExtensionPoint": [ - "contributes.color", - "contributes.color.id", - "contributes.color.id.format", - "contributes.color.description", - "contributes.defaults.light", - "contributes.defaults.dark", - "contributes.defaults.highContrast", - "invalid.colorConfiguration", - "invalid.default.colorType", - "invalid.id", - "invalid.id.format", - "invalid.description", - "invalid.defaults" - ], - "vs/workbench/services/themes/common/iconExtensionPoint": [ - "contributes.icons", - "contributes.icon.id", - "contributes.icon.id.format", - "contributes.icon.description", - "contributes.icon.default.fontId", - "contributes.icon.default.fontCharacter", - "contributes.icon.default", - "contributes.iconFonts", - "contributes.iconFonts.id", - "contributes.iconFonts.id.formatError", - "contributes.iconFonts.src", - "contributes.iconFonts.src.path", - "contributes.iconFonts.src.format", - "invalid.icons.proposedAPI", - "invalid.icons.configuration", - "invalid.icons.id", - "invalid.icons.id.format", - "invalid.icons.description", - "invalid.icons.default", - "invalid.iconFonts.proposedAPI", - "invalid.iconFonts.configuration", - "invalid.iconFonts.id", - "invalid.iconFonts.id.format", - "invalid.iconFonts.src", - "invalid.iconFonts.src.path", - "invalid.iconFonts.src.item" - ], - "vs/workbench/services/themes/common/tokenClassificationExtensionPoint": [ - "contributes.semanticTokenTypes", - "contributes.semanticTokenTypes.id", - "contributes.semanticTokenTypes.id.format", - "contributes.semanticTokenTypes.superType", - "contributes.semanticTokenTypes.superType.format", - "contributes.color.description", - "contributes.semanticTokenModifiers", - "contributes.semanticTokenModifiers.id", - "contributes.semanticTokenModifiers.id.format", - "contributes.semanticTokenModifiers.description", - "contributes.semanticTokenScopes", - "contributes.semanticTokenScopes.languages", - "contributes.semanticTokenScopes.scopes", - "invalid.id", - "invalid.id.format", - "invalid.superType.format", - "invalid.description", - "invalid.semanticTokenTypeConfiguration", - "invalid.semanticTokenModifierConfiguration", - "invalid.semanticTokenScopes.configuration", - "invalid.semanticTokenScopes.language", - "invalid.semanticTokenScopes.scopes", - "invalid.semanticTokenScopes.scopes.value", - "invalid.semanticTokenScopes.scopes.selector" - ], - "vs/workbench/contrib/codeEditor/browser/languageConfigurationExtensionPoint": [ - "parseErrors", - "formatError", - "schema.openBracket", - "schema.closeBracket", - "schema.comments", - "schema.blockComments", - "schema.blockComment.begin", - "schema.blockComment.end", - "schema.lineComment", - "schema.brackets", - "schema.autoClosingPairs", - "schema.autoClosingPairs.notIn", - "schema.autoCloseBefore", - "schema.surroundingPairs", - "schema.wordPattern", - "schema.wordPattern.pattern", - "schema.wordPattern.flags", - "schema.wordPattern.flags.errorMessage", - "schema.indentationRules", - "schema.indentationRules.increaseIndentPattern", - "schema.indentationRules.increaseIndentPattern.pattern", - "schema.indentationRules.increaseIndentPattern.flags", - "schema.indentationRules.increaseIndentPattern.errorMessage", - "schema.indentationRules.decreaseIndentPattern", - "schema.indentationRules.decreaseIndentPattern.pattern", - "schema.indentationRules.decreaseIndentPattern.flags", - "schema.indentationRules.decreaseIndentPattern.errorMessage", - "schema.indentationRules.indentNextLinePattern", - "schema.indentationRules.indentNextLinePattern.pattern", - "schema.indentationRules.indentNextLinePattern.flags", - "schema.indentationRules.indentNextLinePattern.errorMessage", - "schema.indentationRules.unIndentedLinePattern", - "schema.indentationRules.unIndentedLinePattern.pattern", - "schema.indentationRules.unIndentedLinePattern.flags", - "schema.indentationRules.unIndentedLinePattern.errorMessage", - "schema.folding", - "schema.folding.offSide", - "schema.folding.markers", - "schema.folding.markers.start", - "schema.folding.markers.end", - "schema.onEnterRules", - "schema.onEnterRules", - "schema.onEnterRules.beforeText", - "schema.onEnterRules.beforeText.pattern", - "schema.onEnterRules.beforeText.flags", - "schema.onEnterRules.beforeText.errorMessage", - "schema.onEnterRules.afterText", - "schema.onEnterRules.afterText.pattern", - "schema.onEnterRules.afterText.flags", - "schema.onEnterRules.afterText.errorMessage", - "schema.onEnterRules.previousLineText", - "schema.onEnterRules.previousLineText.pattern", - "schema.onEnterRules.previousLineText.flags", - "schema.onEnterRules.previousLineText.errorMessage", - "schema.onEnterRules.action", - "schema.onEnterRules.action.indent", - "schema.onEnterRules.action.indent.none", - "schema.onEnterRules.action.indent.indent", - "schema.onEnterRules.action.indent.indentOutdent", - "schema.onEnterRules.action.indent.outdent", - "schema.onEnterRules.action.appendText", - "schema.onEnterRules.action.removeText" - ], - "vs/workbench/api/browser/mainThreadCLICommands": [ - "cannot be installed" - ], - "vs/workbench/api/browser/mainThreadExtensionService": [ - "reload window", - "reload", - "disabledDep", - "enable dep", - "uninstalledDep", - "install missing dep", - "unknownDep" - ], - "vs/workbench/api/browser/mainThreadFileSystemEventService": [ - "ask.1.create", - "ask.1.copy", - "ask.1.move", - "ask.1.delete", + "&& denotes a mnemonic" + ] + }, + "mWindow", { - "key": "ask.N.create", + "key": "mHelp", "comment": [ - "{0} is a number, e.g \"3 extensions want...\"" + "&& denotes a mnemonic" ] }, + "mAbout", { - "key": "ask.N.copy", + "key": "miPreferences", "comment": [ - "{0} is a number, e.g \"3 extensions want...\"" + "&& denotes a mnemonic" ] }, + "mServices", + "mHide", + "mHideOthers", + "mShowAll", + "miQuit", { - "key": "ask.N.move", + "key": "quit", "comment": [ - "{0} is a number, e.g \"3 extensions want...\"" + "&& denotes a mnemonic" ] }, { - "key": "ask.N.delete", + "key": "cancel", "comment": [ - "{0} is a number, e.g \"3 extensions want...\"" + "&& denotes a mnemonic" ] }, - "preview", - "cancel", - "ok", - "preview", - "cancel", - "again", - "msg-create", - "msg-rename", - "msg-copy", - "msg-delete", - "label", - "files.participants.timeout" + "quitMessage", + "mMinimize", + "mZoom", + "mBringToFront", + { + "key": "miSwitchWindow", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "mNewTab", + "mShowPreviousTab", + "mShowNextTab", + "mMoveTabToNewWindow", + "mMergeAllWindows", + "miCheckForUpdates", + "miCheckingForUpdates", + "miDownloadUpdate", + "miDownloadingUpdate", + "miInstallUpdate", + "miInstallingUpdate", + "miRestartToUpdate" ], - "vs/workbench/api/browser/mainThreadMessageService": [ - "extensionSource", - "defaultSource", - "manageExtension", - "cancel", - "ok" + "vs/platform/windows/electron-main/window": [ + { + "key": "reopen", + "comment": [ + "&& denotes a mnemonic" + ] + }, + { + "key": "wait", + "comment": [ + "&& denotes a mnemonic" + ] + }, + { + "key": "close", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "appStalled", + "appStalledDetail", + "doNotRestoreEditors", + "appCrashed", + "appCrashedDetails", + { + "key": "reopen", + "comment": [ + "&& denotes a mnemonic" + ] + }, + { + "key": "close", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "appCrashedDetail", + "doNotRestoreEditors", + "hiddenMenuBar" ], - "vs/workbench/api/browser/mainThreadProgress": [ - "manageExtension" + "vs/workbench/contrib/debug/node/debugAdapter": [ + "debugAdapterBinNotFound", + { + "key": "debugAdapterCannotDetermineExecutable", + "comment": [ + "Adapter executable file not found" + ] + }, + "unableToLaunchDebugAdapter", + "unableToLaunchDebugAdapterNoArgs" ], - "vs/workbench/api/browser/mainThreadSaveParticipant": [ - "timeout.onWillSave" + "vs/platform/terminal/common/terminalProfiles": [ + "terminalAutomaticProfile" ], - "vs/workbench/api/browser/mainThreadUriOpeners": [ - "openerFailedUseDefault", + "vs/platform/userDataSync/common/abstractSynchronizer": [ { - "key": "openerFailedMessage", + "key": "incompatible", "comment": [ - "{0} is the id of the opener. {1} is the url being opened." + "This is an error while syncing a resource that its local version is not compatible with its remote version." ] - } + }, + "incompatible sync data" ], - "vs/workbench/api/browser/mainThreadWorkspace": [ - "folderStatusMessageAddSingleFolder", - "folderStatusMessageAddMultipleFolders", - "folderStatusMessageRemoveSingleFolder", - "folderStatusMessageRemoveMultipleFolders", - "folderStatusChangeFolder" + "vs/editor/common/core/editorColorRegistry": [ + "lineHighlight", + "lineHighlightBorderBox", + "rangeHighlight", + "rangeHighlightBorder", + "symbolHighlight", + "symbolHighlightBorder", + "caret", + "editorCursorBackground", + "editorWhitespaces", + "editorIndentGuides", + "editorActiveIndentGuide", + "editorLineNumbers", + "editorActiveLineNumber", + "deprecatedEditorActiveLineNumber", + "editorActiveLineNumber", + "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/browser/coreCommands": [ + "stickydesc", + "stickydesc", + "removedCursor" ], - "vs/workbench/api/browser/mainThreadComments": [ - "commentsViewIcon" + "vs/editor/browser/widget/codeEditorWidget": [ + "cursors.maximum" ], - "vs/workbench/api/browser/mainThreadTask": [ - "task.label" + "vs/editor/browser/widget/diffEditorWidget": [ + "diffInsertIcon", + "diffRemoveIcon", + "diff.tooLarge" ], - "vs/workbench/api/browser/mainThreadTunnelService": [ - "remote.tunnel.openTunnel", - "remote.tunnelsView.elevationButton" + "vs/editor/contrib/caretOperations/browser/caretOperations": [ + "caret.moveLeft", + "caret.moveRight" ], - "vs/workbench/api/browser/mainThreadAuthentication": [ - "noTrustedExtensions", + "vs/editor/contrib/anchorSelect/browser/anchorSelect": [ + "selectionAnchor", + "anchorSet", + "setSelectionAnchor", + "goToSelectionAnchor", + "selectFromAnchorToCursor", + "cancelSelectionAnchor" + ], + "vs/editor/contrib/bracketMatching/browser/bracketMatching": [ + "overviewRulerBracketMatchForeground", + "smartSelect.jumpBracket", + "smartSelect.selectToBracket", { - "key": "accountLastUsedDate", + "key": "miGoToBracket", "comment": [ - "The placeholder {0} is a string with time information, such as \"3 days ago\"" + "&& denotes a mnemonic" + ] + } + ], + "vs/editor/contrib/clipboard/browser/clipboard": [ + { + "key": "miCut", + "comment": [ + "&& denotes a mnemonic" ] }, - "notUsed", - "manageTrustedExtensions", - "manageExensions", - "signOutMessagve", - "signOutMessageSimple", - "signOut", - "cancel", - "signedOut", - "confirmLogin", - "allow", - "cancel" + "actions.clipboard.cutLabel", + "actions.clipboard.cutLabel", + "actions.clipboard.cutLabel", + { + "key": "miCopy", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "actions.clipboard.copyLabel", + "actions.clipboard.copyLabel", + "actions.clipboard.copyLabel", + "copy as", + "copy as", + { + "key": "miPaste", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "actions.clipboard.pasteLabel", + "actions.clipboard.pasteLabel", + "actions.clipboard.pasteLabel", + "actions.clipboard.copyWithSyntaxHighlightingLabel" ], - "vs/workbench/common/viewlet": [ - "sideBarVisible", - "sideBarFocus", - "activeViewlet" + "vs/editor/contrib/caretOperations/browser/transpose": [ + "transposeLetters.label" ], - "vs/workbench/browser/contextkeys": [ - "workbenchState", - "workspaceFolderCount", - "dirtyWorkingCopies", - "remoteName", - "isFullscreen" + "vs/editor/contrib/copyPaste/browser/copyPasteContribution": [ + "pasteActions" ], - "vs/workbench/browser/quickaccess": [ - "inQuickOpen" + "vs/editor/contrib/codelens/browser/codelensController": [ + "showLensOnLine" + ], + "vs/editor/contrib/comment/browser/comment": [ + "comment.line", + { + "key": "miToggleLineComment", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "comment.line.add", + "comment.line.remove", + "comment.block", + { + "key": "miToggleBlockComment", + "comment": [ + "&& denotes a mnemonic" + ] + } ], - "vs/workbench/browser/parts/editor/textResourceEditor": [ - "textEditor" + "vs/editor/contrib/cursorUndo/browser/cursorUndo": [ + "cursor.undo", + "cursor.redo" ], - "vs/workbench/common/editor/diffEditorInput": [ - "sideBySideLabels" + "vs/editor/contrib/contextmenu/browser/contextmenu": [ + "action.showContextMenu.label" ], - "vs/workbench/browser/parts/editor/textDiffEditor": [ - "textDiffEditor" + "vs/editor/contrib/find/browser/findController": [ + "startFindAction", + { + "key": "miFind", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "actions.find.isRegexOverride", + "actions.find.wholeWordOverride", + "actions.find.matchCaseOverride", + "actions.find.preserveCaseOverride", + "startFindWithArgsAction", + "startFindWithSelectionAction", + "findNextMatchAction", + "findPreviousMatchAction", + "nextSelectionMatchFindAction", + "previousSelectionMatchFindAction", + "startReplace", + { + "key": "miReplace", + "comment": [ + "&& denotes a mnemonic" + ] + } ], - "vs/workbench/browser/parts/editor/untitledHint": [ - "selectALanguage", - "selectAlanguage", - "toGetStarted", - "dontshow", - "thisAgain" + "vs/editor/contrib/folding/browser/folding": [ + "maximum fold ranges", + "unfoldAction.label", + "unFoldRecursivelyAction.label", + "foldAction.label", + "toggleFoldAction.label", + "foldRecursivelyAction.label", + "foldAllBlockComments.label", + "foldAllMarkerRegions.label", + "unfoldAllMarkerRegions.label", + "foldAllExcept.label", + "unfoldAllExcept.label", + "foldAllAction.label", + "unfoldAllAction.label", + "gotoParentFold.label", + "gotoPreviousFold.label", + "gotoNextFold.label", + "foldLevelAction.label", + "foldBackgroundBackground", + "editorGutter.foldingControlForeground" ], - "vs/workbench/browser/parts/editor/binaryDiffEditor": [ - "metadataDiff" + "vs/editor/contrib/fontZoom/browser/fontZoom": [ + "EditorFontZoomIn.label", + "EditorFontZoomOut.label", + "EditorFontZoomReset.label" ], - "vs/workbench/browser/parts/editor/editorStatus": [ - "singleSelectionRange", - "singleSelection", - "multiSelectionRange", - "multiSelection", - "endOfLineLineFeed", - "endOfLineCarriageReturnLineFeed", - "screenReaderDetectedExplanation.question", - "screenReaderDetectedExplanation.answerYes", - "screenReaderDetectedExplanation.answerNo", - "noEditor", - "noWritableCodeEditor", - "indentConvert", - "indentView", - "pickAction", - "tabFocusModeEnabled", - "disableTabMode", - "status.editor.tabFocusMode", - "columnSelectionModeEnabled", - "disableColumnSelectionMode", - "status.editor.columnSelectionMode", - "screenReaderDetected", - "status.editor.screenReaderMode", - "gotoLine", - "status.editor.selection", - "selectIndentation", - "status.editor.indentation", - "selectEncoding", - "status.editor.encoding", - "selectEOL", - "status.editor.eol", - "selectLanguageMode", - "status.editor.mode", - "fileInfo", - "status.editor.info", - "spacesSize", + "vs/editor/contrib/gotoError/browser/gotoError": [ + "markerAction.next.label", + "nextMarkerIcon", + "markerAction.previous.label", + "previousMarkerIcon", + "markerAction.nextInFiles.label", { - "key": "tabSize", + "key": "miGotoNextProblem", "comment": [ - "Tab corresponds to the tab key" + "&& denotes a mnemonic" ] }, - "currentProblem", - "showLanguageExtensions", - "changeMode", - "noEditor", - "languageDescription", - "languageDescriptionConfigured", - "languagesPicks", - "configureModeSettings", - "configureAssociationsExt", - "autoDetect", - "pickLanguage", - "currentAssociation", - "pickLanguageToConfigure", - "changeEndOfLine", - "noEditor", - "noWritableCodeEditor", - "pickEndOfLine", - "changeEncoding", - "noEditor", - "noEditor", - "noFileEditor", - "saveWithEncoding", - "reopenWithEncoding", - "pickAction", - "guessedEncoding", - "pickEncodingForReopen", - "pickEncodingForSave" + "markerAction.previousInFiles.label", + { + "key": "miGotoPreviousProblem", + "comment": [ + "&& denotes a mnemonic" + ] + } ], - "vs/workbench/browser/parts/editor/editorActions": [ - "splitEditor", - "splitEditorOrthogonal", - "splitEditorGroupLeft", - "splitEditorGroupRight", - "splitEditorGroupUp", - "splitEditorGroupDown", - "joinTwoGroups", - "joinAllGroups", - "navigateEditorGroups", - "focusActiveEditorGroup", - "focusFirstEditorGroup", - "focusLastEditorGroup", - "focusNextGroup", - "focusPreviousGroup", - "focusLeftGroup", - "focusRightGroup", - "focusAboveGroup", - "focusBelowGroup", - "closeEditor", - "unpinEditor", - "closeOneEditor", - "revertAndCloseActiveEditor", - "closeEditorsToTheLeft", - "closeAllEditors", - "closeAllGroups", - "closeEditorsInOtherGroups", - "closeEditorInAllGroups", - "moveActiveGroupLeft", - "moveActiveGroupRight", - "moveActiveGroupUp", - "moveActiveGroupDown", - "duplicateActiveGroupLeft", - "duplicateActiveGroupRight", - "duplicateActiveGroupUp", - "duplicateActiveGroupDown", - "minimizeOtherEditorGroups", - "evenEditorGroups", - "toggleEditorWidths", - "maximizeEditor", - "openNextEditor", - "openPreviousEditor", - "nextEditorInGroup", - "openPreviousEditorInGroup", - "firstEditorInGroup", - "lastEditorInGroup", - "navigateNext", - "navigatePrevious", - "navigateToLastEditLocation", - "navigateLast", - "reopenClosedEditor", - "clearRecentFiles", - "showEditorsInActiveGroup", - "showAllEditors", - "showAllEditorsByMostRecentlyUsed", - "quickOpenPreviousRecentlyUsedEditor", - "quickOpenLeastRecentlyUsedEditor", - "quickOpenPreviousRecentlyUsedEditorInGroup", - "quickOpenLeastRecentlyUsedEditorInGroup", - "navigateEditorHistoryByInput", - "openNextRecentlyUsedEditor", - "openPreviousRecentlyUsedEditor", - "openNextRecentlyUsedEditorInGroup", - "openPreviousRecentlyUsedEditorInGroup", - "clearEditorHistory", - "moveEditorLeft", - "moveEditorRight", - "moveEditorToPreviousGroup", - "moveEditorToNextGroup", - "moveEditorToAboveGroup", - "moveEditorToBelowGroup", - "moveEditorToLeftGroup", - "moveEditorToRightGroup", - "moveEditorToFirstGroup", - "moveEditorToLastGroup", - "editorLayoutSingle", - "editorLayoutTwoColumns", - "editorLayoutThreeColumns", - "editorLayoutTwoRows", - "editorLayoutThreeRows", - "editorLayoutTwoByTwoGrid", - "editorLayoutTwoColumnsBottom", - "editorLayoutTwoRowsRight", - "newEditorLeft", - "newEditorRight", - "newEditorAbove", - "newEditorBelow", - "workbench.action.reopenWithEditor", - "workbench.action.toggleEditorType" + "vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [ + "multipleResults" + ], + "vs/editor/contrib/format/browser/formatActions": [ + "formatDocument.label", + "formatSelection.label" + ], + "vs/editor/contrib/gotoSymbol/browser/goToCommands": [ + "peek.submenu", + "def.title", + "noResultWord", + "generic.noResults", + "actions.goToDecl.label", + "actions.goToDeclToSide.label", + "actions.previewDecl.label", + "decl.title", + "decl.noResultWord", + "decl.generic.noResults", + "actions.goToDeclaration.label", + "decl.noResultWord", + "decl.generic.noResults", + "actions.peekDecl.label", + "typedef.title", + "goToTypeDefinition.noResultWord", + "goToTypeDefinition.generic.noResults", + "actions.goToTypeDefinition.label", + "actions.peekTypeDefinition.label", + "impl.title", + "goToImplementation.noResultWord", + "goToImplementation.generic.noResults", + "actions.goToImplementation.label", + "actions.peekImplementation.label", + "references.no", + "references.noGeneric", + "goToReferences.label", + "ref.title", + "references.action.label", + "ref.title", + "label.generic", + "generic.title", + "generic.noResult", + "ref.title", + { + "key": "miGotoDefinition", + "comment": [ + "&& denotes a mnemonic" + ] + }, + { + "key": "miGotoDeclaration", + "comment": [ + "&& denotes a mnemonic" + ] + }, + { + "key": "miGotoTypeDefinition", + "comment": [ + "&& denotes a mnemonic" + ] + }, + { + "key": "miGotoImplementation", + "comment": [ + "&& denotes a mnemonic" + ] + }, + { + "key": "miGotoReference", + "comment": [ + "&& denotes a mnemonic" + ] + } ], - "vs/workbench/browser/codeeditor": [ - "openWorkspace" + "vs/editor/contrib/lineSelection/browser/lineSelection": [ + "expandLineSelection" ], - "vs/workbench/browser/parts/editor/editorCommands": [ - "editorCommand.activeEditorMove.description", - "editorCommand.activeEditorMove.arg.name", - "editorCommand.activeEditorMove.arg.description", - "toggleInlineView", - "compare" + "vs/editor/contrib/hover/browser/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." + ] + }, + { + "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." + ] + } ], - "vs/workbench/browser/parts/editor/editorQuickAccess": [ - "noViewResults", - "entryAriaLabelWithGroupDirty", - "entryAriaLabelWithGroup", - "entryAriaLabelDirty", - "closeEditor" + "vs/editor/contrib/indentation/browser/indentation": [ + "indentationToSpaces", + "indentationToTabs", + "configuredTabSize", + { + "key": "selectTabWidth", + "comment": [ + "Tab corresponds to the tab key" + ] + }, + "indentUsingTabs", + "indentUsingSpaces", + "detectIndentation", + "editor.reindentlines", + "editor.reindentselectedlines" ], - "vs/workbench/browser/parts/editor/editorGroupView": [ - "ariaLabelGroupActions", - "closeGroupAction", - "emptyEditorGroup", - "groupLabel", - "groupAriaLabel", - "ok", - "cancel", - "editorOpenErrorDialog", - "editorOpenError" + "vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace": [ + "InPlaceReplaceAction.previous.label", + "InPlaceReplaceAction.next.label" ], - "vs/workbench/browser/parts/editor/editorDropTarget": [ - "fileTooLarge" + "vs/editor/contrib/linkedEditing/browser/linkedEditing": [ + "linkedEditing.label", + "editorLinkedEditingBackground" ], - "vs/workbench/browser/parts/activitybar/activitybarActions": [ - "manageTrustedExtensions", - "signOut", - "authProviderUnavailable", - "noAccounts", - "hideAccounts", - "previousSideBarView", - "nextSideBarView" + "vs/editor/contrib/links/browser/links": [ + "invalid.url", + "missing.url", + "links.navigate.executeCmd", + "links.navigate.follow", + "links.navigate.kb.meta.mac", + "links.navigate.kb.meta", + "links.navigate.kb.alt.mac", + "links.navigate.kb.alt", + "tooltip.explanation", + "label" ], - "vs/workbench/browser/parts/compositeBar": [ - "activityBarAriaLabel" + "vs/editor/contrib/parameterHints/browser/parameterHints": [ + "parameterHints.trigger.label" ], - "vs/workbench/browser/parts/compositeBarActions": [ - "badgeTitle", - "additionalViews", - "numberBadge", - "manageExtension", - "titleKeybinding", - "hide", - "keep", - "toggle" + "vs/editor/contrib/rename/browser/rename": [ + "no result", + "resolveRenameLocationFailed", + "label", + "quotableLabel", + "aria", + "rename.failedApply", + "rename.failed", + "rename.label", + "enablePreview" ], - "vs/workbench/browser/parts/titlebar/menubarControl": [ + "vs/editor/contrib/multicursor/browser/multicursor": [ + "cursorAdded", + "cursorsAdded", + "mutlicursor.insertAbove", { - "key": "mFile", + "key": "miInsertCursorAbove", "comment": [ "&& denotes a mnemonic" ] }, + "mutlicursor.insertBelow", { - "key": "mEdit", + "key": "miInsertCursorBelow", "comment": [ "&& denotes a mnemonic" ] }, + "mutlicursor.insertAtEndOfEachLineSelected", { - "key": "mSelection", + "key": "miInsertCursorAtEndOfEachLineSelected", "comment": [ "&& denotes a mnemonic" ] }, + "mutlicursor.addCursorsToBottom", + "mutlicursor.addCursorsToTop", + "addSelectionToNextFindMatch", { - "key": "mView", + "key": "miAddSelectionToNextFindMatch", "comment": [ "&& denotes a mnemonic" ] }, + "addSelectionToPreviousFindMatch", { - "key": "mGoto", + "key": "miAddSelectionToPreviousFindMatch", "comment": [ "&& denotes a mnemonic" ] }, + "moveSelectionToNextFindMatch", + "moveSelectionToPreviousFindMatch", + "selectAllOccurrencesOfFindMatch", { - "key": "mRun", + "key": "miSelectHighlights", "comment": [ "&& denotes a mnemonic" ] }, + "changeAll.label", + "mutlicursor.focusNextCursor", + "mutlicursor.focusNextCursor.description", + "mutlicursor.focusPreviousCursor", + "mutlicursor.focusPreviousCursor.description" + ], + "vs/editor/contrib/linesOperations/browser/linesOperations": [ + "lines.copyUp", { - "key": "mTerminal", + "key": "miCopyLinesUp", "comment": [ "&& denotes a mnemonic" ] }, + "lines.copyDown", { - "key": "mHelp", + "key": "miCopyLinesDown", "comment": [ "&& denotes a mnemonic" ] }, - "menubar.customTitlebarAccessibilityNotification", - "goToSetting", - "focusMenu", + "duplicateSelection", { - "key": "checkForUpdates", + "key": "miDuplicateSelection", "comment": [ "&& denotes a mnemonic" ] }, - "checkingForUpdates", + "lines.moveUp", { - "key": "download now", + "key": "miMoveLinesUp", "comment": [ "&& denotes a mnemonic" ] }, - "DownloadingUpdate", + "lines.moveDown", { - "key": "installUpdate...", + "key": "miMoveLinesDown", "comment": [ "&& denotes a mnemonic" ] }, - "installingUpdate", - { - "key": "restartToUpdate", - "comment": [ - "&& denotes a mnemonic" - ] - } - ], - "vs/workbench/browser/parts/views/treeView": [ - "no-dataprovider", - "treeView.enableCollapseAll", - "treeView.toggleCollapseAll", - "treeView.enableRefresh", - "refresh", - "collapseAll", - "command-error" - ], - "vs/workbench/browser/parts/views/viewPaneContainer": [ - "views", - "viewMoveUp", - "viewMoveLeft", - "viewMoveDown", - "viewMoveRight" - ], - "vs/workbench/contrib/files/common/files": [ - "explorerViewletVisible", - "explorerResourceIsFolder", - "explorerResourceReadonly", - "explorerResourceIsRoot", - "explorerResourceCut", - "explorerResourceMoveableToTrash", - "filesExplorerFocus", - "openEditorsVisible", - "openEditorsFocus", - "explorerViewletFocus", - "explorerViewletCompressedFocus", - "explorerViewletCompressedFirstFocus", - "explorerViewletCompressedLastFocus" - ], - "vs/workbench/contrib/remote/browser/remoteExplorer": [ - "ports", - "1forwardedPort", - "nForwardedPorts", - "status.forwardedPorts", - "remote.forwardedPorts.statusbarTextNone", - "remote.forwardedPorts.statusbarTooltip", - "remote.tunnelsView.automaticForward", - "remote.tunnelsView.notificationLink", - "remote.tunnelsView.elevationMessage", - "remote.tunnelsView.elevationButton" - ], - "vs/workbench/common/panel": [ - "activePanel", - "panelFocus", - "panelPosition", - "panelVisible", - "panelMaximized" - ], - "vs/workbench/browser/parts/compositePart": [ - "ariaCompositeToolbarLabel", - "viewsAndMoreActions", - "titleTooltip" + "lines.sortAscending", + "lines.sortDescending", + "lines.deleteDuplicates", + "lines.trimTrailingWhitespace", + "lines.delete", + "lines.indent", + "lines.outdent", + "lines.insertBefore", + "lines.insertAfter", + "lines.deleteAllLeft", + "lines.deleteAllRight", + "lines.joinLines", + "editor.transpose", + "editor.transformToUppercase", + "editor.transformToLowercase", + "editor.transformToTitlecase", + "editor.transformToSnakecase" ], - "vs/workbench/browser/parts/panel/panelActions": [ - "maximizeIcon", - "restoreIcon", - "closeIcon", - "togglePanel", - "focusPanel", - "positionPanelLeft", - "positionPanelRight", - "positionPanelBottom", - "previousPanelView", - "nextPanelView", - "toggleMaximizedPanel", - "maximizePanel", - "minimizePanel", - "closePanel", + "vs/editor/contrib/smartSelect/browser/smartSelect": [ + "smartSelect.expand", { - "key": "miShowPanel", + "key": "miSmartSelectGrow", "comment": [ "&& denotes a mnemonic" ] }, - "hidePanel" - ], - "vs/base/browser/ui/dialog/dialog": [ - "ok", - "dialogInfoMessage", - "dialogErrorMessage", - "dialogWarningMessage", - "dialogPendingMessage", - "dialogClose" - ], - "vs/workbench/services/preferences/browser/preferencesEditorInput": [ - "settingsEditorName", - "keybindingsInputName", - "settingsEditor2InputName" + "smartSelect.shrink", + { + "key": "miSmartSelectShrink", + "comment": [ + "&& denotes a mnemonic" + ] + } ], - "vs/workbench/services/preferences/common/preferencesModels": [ - "commonlyUsed", - "defaultKeybindingsHeader" + "vs/editor/contrib/snippet/browser/snippetController2": [ + "inSnippetMode", + "hasNextTabstop", + "hasPrevTabstop", + "next" ], - "vs/workbench/services/textfile/common/textFileEditorModel": [ - "saveFileFirst" + "vs/editor/contrib/suggest/browser/suggestController": [ + "aria.alert.snippet", + "suggest.trigger.label", + "accept.insert", + "accept.insert", + "accept.replace", + "accept.replace", + "accept.insert", + "detail.more", + "detail.less", + "suggest.reset.label" ], - "vs/platform/keybinding/common/abstractKeybindingService": [ - "first.chord", - "missing.chord" + "vs/editor/contrib/tokenization/browser/tokenization": [ + "forceRetokenize" ], - "vs/workbench/services/themes/common/colorThemeData": [ - "error.cannotparsejson", - "error.invalidformat", - { - "key": "error.invalidformat.colors", - "comment": [ - "{0} will be replaced by a path. Values in quotes should not be translated." - ] - }, + "vs/editor/contrib/toggleTabFocusMode/browser/toggleTabFocusMode": [ { - "key": "error.invalidformat.tokenColors", + "key": "toggle.tabMovesFocus", "comment": [ - "{0} will be replaced by a path. Values in quotes should not be translated." + "Turn on/off use of tab key for moving focus around VS Code" ] }, + "toggle.tabMovesFocus.on", + "toggle.tabMovesFocus.off" + ], + "vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter": [ + "warningIcon", + "unicodeHighlighting.thisDocumentHasManyNonBasicAsciiUnicodeCharacters", + "unicodeHighlighting.thisDocumentHasManyAmbiguousUnicodeCharacters", + "unicodeHighlighting.thisDocumentHasManyInvisibleUnicodeCharacters", + "unicodeHighlight.characterIsAmbiguous", + "unicodeHighlight.characterIsInvisible", + "unicodeHighlight.characterIsNonBasicAscii", + "unicodeHighlight.adjustSettings", + "unicodeHighlight.disableHighlightingInComments.shortLabel", + "action.unicodeHighlight.disableHighlightingInComments", + "unicodeHighlight.disableHighlightingInStrings.shortLabel", + "action.unicodeHighlight.disableHighlightingInStrings", + "unicodeHighlight.disableHighlightingOfAmbiguousCharacters.shortLabel", + "action.unicodeHighlight.disableHighlightingOfAmbiguousCharacters", + "unicodeHighlight.disableHighlightingOfInvisibleCharacters.shortLabel", + "action.unicodeHighlight.disableHighlightingOfInvisibleCharacters", + "unicodeHighlight.disableHighlightingOfNonBasicAsciiCharacters.shortLabel", + "action.unicodeHighlight.disableHighlightingOfNonBasicAsciiCharacters", + "action.unicodeHighlight.showExcludeOptions", + "unicodeHighlight.excludeInvisibleCharFromBeingHighlighted", + "unicodeHighlight.excludeCharFromBeingHighlighted", + "unicodeHighlight.allowCommonCharactersInLanguage", + "unicodeHighlight.configureUnicodeHighlightOptions" + ], + "vs/editor/contrib/unusualLineTerminators/browser/unusualLineTerminators": [ + "unusualLineTerminators.title", + "unusualLineTerminators.message", + "unusualLineTerminators.detail", + "unusualLineTerminators.fix", + "unusualLineTerminators.ignore" + ], + "vs/editor/common/standaloneStrings": [ + "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", + "inspectTokens", + "gotoLineActionLabel", + "helpQuickAccess", + "quickCommandActionLabel", + "quickCommandActionHelp", + "quickOutlineActionLabel", + "quickOutlineByCategoryActionLabel", + "editorViewAccessibleLabel", + "accessibilityHelpMessage", + "toggleHighContrast", + "bulkEditServiceSummary" + ], + "vs/editor/contrib/wordHighlighter/browser/wordHighlighter": [ + "wordHighlight", + "wordHighlightStrong", + "wordHighlightBorder", + "wordHighlightStrongBorder", + "overviewRulerWordHighlightForeground", + "overviewRulerWordHighlightStrongForeground", + "wordHighlight.next.label", + "wordHighlight.previous.label", + "wordHighlight.trigger.label" + ], + "vs/workbench/services/themes/common/iconExtensionPoint": [ + "contributes.icons", + "contributes.icon.id", + "contributes.icon.id.format", + "contributes.icon.description", + "contributes.icon.default.fontPath", + "contributes.icon.default.fontCharacter", + "contributes.icon.default", + "invalid.icons.configuration", + "invalid.icons.id.format", + "invalid.icons.description", + "invalid.icons.default.fontPath.extension", + "invalid.icons.default.fontPath.path", + "invalid.icons.default" + ], + "vs/workbench/services/themes/common/colorExtensionPoint": [ + "contributes.color", + "contributes.color.id", + "contributes.color.id.format", + "contributes.color.description", + "contributes.defaults.light", + "contributes.defaults.dark", + "contributes.defaults.highContrast", + "contributes.defaults.highContrastLight", + "invalid.colorConfiguration", + "invalid.default.colorType", + "invalid.id", + "invalid.id.format", + "invalid.description", + "invalid.defaults", + "invalid.defaults.highContrast", + "invalid.defaults.highContrastLight" + ], + "vs/workbench/api/common/jsonValidationExtensionPoint": [ + "contributes.jsonValidation", + "contributes.jsonValidation.fileMatch", + "contributes.jsonValidation.url", + "invalid.jsonValidation", + "invalid.fileMatch", + "invalid.url", + "invalid.path.1", + "invalid.url.fileschema", + "invalid.url.schema" + ], + "vs/workbench/services/themes/common/tokenClassificationExtensionPoint": [ + "contributes.semanticTokenTypes", + "contributes.semanticTokenTypes.id", + "contributes.semanticTokenTypes.id.format", + "contributes.semanticTokenTypes.superType", + "contributes.semanticTokenTypes.superType.format", + "contributes.color.description", + "contributes.semanticTokenModifiers", + "contributes.semanticTokenModifiers.id", + "contributes.semanticTokenModifiers.id.format", + "contributes.semanticTokenModifiers.description", + "contributes.semanticTokenScopes", + "contributes.semanticTokenScopes.languages", + "contributes.semanticTokenScopes.scopes", + "invalid.id", + "invalid.id.format", + "invalid.superType.format", + "invalid.description", + "invalid.semanticTokenTypeConfiguration", + "invalid.semanticTokenModifierConfiguration", + "invalid.semanticTokenScopes.configuration", + "invalid.semanticTokenScopes.language", + "invalid.semanticTokenScopes.scopes", + "invalid.semanticTokenScopes.scopes.value", + "invalid.semanticTokenScopes.scopes.selector" + ], + "vs/editor/contrib/wordOperations/browser/wordOperations": [ + "deleteInsideWord" + ], + "vs/workbench/contrib/codeEditor/browser/languageConfigurationExtensionPoint": [ + "parseErrors", + "formatError", + "schema.openBracket", + "schema.closeBracket", + "schema.comments", + "schema.blockComments", + "schema.blockComment.begin", + "schema.blockComment.end", + "schema.lineComment", + "schema.brackets", + "schema.colorizedBracketPairs", + "schema.autoClosingPairs", + "schema.autoClosingPairs.notIn", + "schema.autoCloseBefore", + "schema.surroundingPairs", + "schema.wordPattern", + "schema.wordPattern.pattern", + "schema.wordPattern.flags", + "schema.wordPattern.flags.errorMessage", + "schema.indentationRules", + "schema.indentationRules.increaseIndentPattern", + "schema.indentationRules.increaseIndentPattern.pattern", + "schema.indentationRules.increaseIndentPattern.flags", + "schema.indentationRules.increaseIndentPattern.errorMessage", + "schema.indentationRules.decreaseIndentPattern", + "schema.indentationRules.decreaseIndentPattern.pattern", + "schema.indentationRules.decreaseIndentPattern.flags", + "schema.indentationRules.decreaseIndentPattern.errorMessage", + "schema.indentationRules.indentNextLinePattern", + "schema.indentationRules.indentNextLinePattern.pattern", + "schema.indentationRules.indentNextLinePattern.flags", + "schema.indentationRules.indentNextLinePattern.errorMessage", + "schema.indentationRules.unIndentedLinePattern", + "schema.indentationRules.unIndentedLinePattern.pattern", + "schema.indentationRules.unIndentedLinePattern.flags", + "schema.indentationRules.unIndentedLinePattern.errorMessage", + "schema.folding", + "schema.folding.offSide", + "schema.folding.markers", + "schema.folding.markers.start", + "schema.folding.markers.end", + "schema.onEnterRules", + "schema.onEnterRules", + "schema.onEnterRules.beforeText", + "schema.onEnterRules.beforeText.pattern", + "schema.onEnterRules.beforeText.flags", + "schema.onEnterRules.beforeText.errorMessage", + "schema.onEnterRules.afterText", + "schema.onEnterRules.afterText.pattern", + "schema.onEnterRules.afterText.flags", + "schema.onEnterRules.afterText.errorMessage", + "schema.onEnterRules.previousLineText", + "schema.onEnterRules.previousLineText.pattern", + "schema.onEnterRules.previousLineText.flags", + "schema.onEnterRules.previousLineText.errorMessage", + "schema.onEnterRules.action", + "schema.onEnterRules.action.indent", + "schema.onEnterRules.action.indent.none", + "schema.onEnterRules.action.indent.indent", + "schema.onEnterRules.action.indent.indentOutdent", + "schema.onEnterRules.action.indent.outdent", + "schema.onEnterRules.action.appendText", + "schema.onEnterRules.action.removeText" + ], + "vs/workbench/api/browser/mainThreadCLICommands": [ + "cannot be installed" + ], + "vs/workbench/api/browser/mainThreadExtensionService": [ + "reload window", + "reload", + "notSupportedInWorkspace", + "restrictedMode", + "manageWorkspaceTrust", + "disabledDep", + "enable dep", + "disabledDepNoAction", + "uninstalledDep", + "install missing dep", + "unknownDep" + ], + "vs/workbench/api/browser/mainThreadFileSystemEventService": [ + "ask.1.create", + "ask.1.copy", + "ask.1.move", + "ask.1.delete", { - "key": "error.invalidformat.semanticTokenColors", + "key": "ask.N.create", "comment": [ - "{0} will be replaced by a path. Values in quotes should not be translated." + "{0} is a number, e.g \"3 extensions want...\"" ] }, - "error.plist.invalidformat", - "error.cannotparse", - "error.cannotload" - ], - "vs/workbench/services/themes/common/fileIconThemeSchema": [ - "schema.folderExpanded", - "schema.folder", - "schema.file", - "schema.folderNames", - "schema.folderName", - "schema.folderNamesExpanded", - "schema.folderNameExpanded", - "schema.fileExtensions", - "schema.fileExtension", - "schema.fileNames", - "schema.fileName", - "schema.languageIds", - "schema.languageId", - "schema.fonts", - "schema.id", - "schema.id.formatError", - "schema.src", - "schema.font-path", - "schema.font-format", - "schema.font-weight", - "schema.font-style", - "schema.font-size", - "schema.iconDefinitions", - "schema.iconDefinition", - "schema.iconPath", - "schema.fontCharacter", - "schema.fontColor", - "schema.fontSize", - "schema.fontId", - "schema.light", - "schema.highContrast", - "schema.hidesExplorerArrows" - ], - "vs/workbench/services/themes/browser/fileIconThemeData": [ - "error.cannotparseicontheme", - "error.invalidformat" - ], - "vs/workbench/services/themes/common/colorThemeSchema": [ - "schema.token.settings", - "schema.token.foreground", - "schema.token.background.warning", - "schema.token.fontStyle", - "schema.fontStyle.error", - "schema.token.fontStyle.none", - "schema.properties.name", - "schema.properties.scope", - "schema.workbenchColors", - "schema.tokenColors.path", - "schema.colors", - "schema.supportsSemanticHighlighting", - "schema.semanticTokenColors" - ], - "vs/workbench/services/themes/common/themeExtensionPoints": [ - "vscode.extension.contributes.themes", - "vscode.extension.contributes.themes.id", - "vscode.extension.contributes.themes.label", - "vscode.extension.contributes.themes.uiTheme", - "vscode.extension.contributes.themes.path", - "vscode.extension.contributes.iconThemes", - "vscode.extension.contributes.iconThemes.id", - "vscode.extension.contributes.iconThemes.label", - "vscode.extension.contributes.iconThemes.path", - "vscode.extension.contributes.productIconThemes", - "vscode.extension.contributes.productIconThemes.id", - "vscode.extension.contributes.productIconThemes.label", - "vscode.extension.contributes.productIconThemes.path", - "reqarray", - "reqpath", - "reqid", - "invalid.path.1" - ], - "vs/workbench/services/themes/common/themeConfiguration": [ - "colorTheme", - "colorThemeError", { - "key": "preferredDarkColorTheme", + "key": "ask.N.copy", "comment": [ - "`#{0}#` will become a link to an other setting. Do not remove backtick or #" + "{0} is a number, e.g \"3 extensions want...\"" ] }, - "colorThemeError", { - "key": "preferredLightColorTheme", + "key": "ask.N.move", "comment": [ - "`#{0}#` will become a link to an other setting. Do not remove backtick or #" + "{0} is a number, e.g \"3 extensions want...\"" ] }, - "colorThemeError", { - "key": "preferredHCColorTheme", + "key": "ask.N.delete", "comment": [ - "`#{0}#` will become a link to an other setting. Do not remove backtick or #" + "{0} is a number, e.g \"3 extensions want...\"" ] }, - "colorThemeError", - "detectColorScheme", - "workbenchColors", - "iconTheme", - "noIconThemeLabel", - "noIconThemeDesc", - "iconThemeError", - "productIconTheme", - "defaultProductIconThemeLabel", - "defaultProductIconThemeDesc", - "productIconThemeError", - "autoDetectHighContrast", - "editorColors.comments", - "editorColors.strings", - "editorColors.keywords", - "editorColors.numbers", - "editorColors.types", - "editorColors.functions", - "editorColors.variables", - "editorColors.textMateRules", - "editorColors.semanticHighlighting", - "editorColors.semanticHighlighting.deprecationMessage", - "editorColors.semanticHighlighting.deprecationMessageMarkdown", - "editorColors", - "editorColors.semanticHighlighting.enabled", - "editorColors.semanticHighlighting.rules", - "semanticTokenColors", - "editorColors.experimentalTokenStyling.deprecationMessage", - "editorColors.experimentalTokenStyling.deprecationMessageMarkdown" - ], - "vs/workbench/services/themes/browser/productIconThemeData": [ - "error.parseicondefs", - "defaultTheme", - "error.cannotparseicontheme", - "error.invalidformat", - "error.missingProperties", - "error.fontWeight", - "error.fontStyle", - "error.fontId", - "error.icon.fontId", - "error.icon.fontCharacter" + "preview", + "cancel", + "ok", + "preview", + "cancel", + "again", + "msg-create", + "msg-rename", + "msg-copy", + "msg-delete", + "msg-write", + "label" ], - "vs/workbench/services/themes/common/productIconThemeSchema": [ - "schema.id", - "schema.id.formatError", - "schema.src", - "schema.font-path", - "schema.font-format", - "schema.font-weight", - "schema.font-style", - "schema.iconDefinitions" + "vs/workbench/api/browser/mainThreadMessageService": [ + "extensionSource", + "defaultSource", + "manageExtension", + "cancel", + "ok" ], - "vs/workbench/services/extensionManagement/browser/extensionBisect": [ - "bisect", - "title.start", - "help", - "msg.start", - "detail.start", - "msg2", - "title.isBad", - "help", - "done.msg", - "done.detail2", - "done.msg", - "report", - "done", - "done.detail", - "done.disbale", - "bisect", - "msg.next", - "next.good", - "next.bad", - "next.stop", - "next.cancel", - "title.stop", - "help" + "vs/workbench/api/browser/mainThreadProgress": [ + "manageExtension" ], - "vs/editor/contrib/suggest/suggest": [ - "suggestWidgetVisible", - "suggestWidgetDetailsVisible", - "suggestWidgetMultipleSuggestions", - "suggestionMakesTextEdit", - "acceptSuggestionOnEnter", - "suggestionHasInsertAndReplaceRange", - "suggestionInsertMode", - "suggestionCanResolve" + "vs/workbench/api/browser/mainThreadSaveParticipant": [ + "timeout.onWillSave" ], - "vs/workbench/contrib/preferences/browser/keybindingsEditor": [ - "recordKeysLabel", - "recordKeysLabelWithKeybinding", - "sortByPrecedeneLabel", - "sortByPrecedeneLabelWithKeybinding", - "SearchKeybindings.FullTextSearchPlaceholder", - "SearchKeybindings.KeybindingsSearchPlaceholder", - "clearInput", - "recording", - "command", - "keybinding", - "when", - "source", - "show sorted keybindings", - "show keybindings", - "changeLabel", - "addLabel", - "addLabel", - "editWhen", - "removeLabel", - "resetLabel", - "showSameKeybindings", - "copyLabel", - "copyCommandLabel", - "error", - "editKeybindingLabelWithKey", - "editKeybindingLabel", - "addKeybindingLabelWithKey", - "addKeybindingLabel", - "title", - "whenContextInputAriaLabel", - "keybindingsLabel", - "noKeybinding", - "noWhen" + "vs/workbench/api/browser/mainThreadUriOpeners": [ + "openerFailedUseDefault", + { + "key": "openerFailedMessage", + "comment": [ + "{0} is the id of the opener. {1} is the url being opened." + ] + } ], - "vs/workbench/contrib/preferences/browser/preferencesActions": [ - "configureLanguageBasedSettings", - "languageDescriptionConfigured", - "pickLanguage" + "vs/workbench/api/browser/mainThreadComments": [ + "commentsViewIcon" ], - "vs/workbench/contrib/preferences/browser/preferencesEditor": [ - "SearchSettingsWidget.AriaLabel", - "SearchSettingsWidget.Placeholder", - "noSettingsFound", - "oneSettingFound", - "settingsFound", - "totalSettingsMessage", - "nlpResult", - "filterResult", - "defaultSettings", - "defaultUserSettings", - "defaultWorkspaceSettings", - "defaultFolderSettings", - "defaultEditorReadonly", - "preferencesAriaLabel" + "vs/workbench/api/browser/mainThreadWorkspace": [ + "folderStatusMessageAddSingleFolder", + "folderStatusMessageAddMultipleFolders", + "folderStatusMessageRemoveSingleFolder", + "folderStatusMessageRemoveMultipleFolders", + "folderStatusChangeFolder" ], - "vs/workbench/contrib/preferences/browser/settingsEditor2": [ - "SearchSettings.AriaLabel", - "clearInput", - "noResults", - "clearSearchFilters", - "settings", - "settingsNoSaveNeeded", - "noResults", - "oneResult", - "moreThanOneResult", - "turnOnSyncButton", - "lastSyncedLabel" + "vs/workbench/api/browser/mainThreadTask": [ + "task.label" ], - "vs/workbench/contrib/preferences/common/preferencesContribution": [ - "enableNaturalLanguageSettingsSearch", - "settingsSearchTocBehavior.hide", - "settingsSearchTocBehavior.filter", - "settingsSearchTocBehavior" + "vs/workbench/api/browser/mainThreadTunnelService": [ + "remote.tunnel.openTunnel", + "remote.tunnelsView.elevationButton" ], - "vs/workbench/contrib/preferences/browser/preferencesIcons": [ - "settingsGroupExpandedIcon", - "settingsGroupCollapsedIcon", - "settingsScopeDropDownIcon", - "settingsMoreActionIcon", - "keybindingsRecordKeysIcon", - "keybindingsSortIcon", - "keybindingsEditIcon", - "keybindingsAddIcon", - "settingsEditIcon", - "settingsAddIcon", - "settingsRemoveIcon", - "preferencesDiscardIcon", - "preferencesClearInput", - "preferencesOpenSettings" + "vs/workbench/api/browser/mainThreadAuthentication": [ + "noTrustedExtensions", + "manageTrustedExtensions.cancel", + { + "key": "accountLastUsedDate", + "comment": [ + "The placeholder {0} is a string with time information, such as \"3 days ago\"" + ] + }, + "notUsed", + "manageTrustedExtensions", + "manageExtensions", + "signOutMessage", + "signOutMessageSimple", + "signOut", + "cancel", + "signedOut", + "confirmRelogin", + "confirmLogin", + "allow", + "cancel" ], - "vs/workbench/contrib/preferences/browser/keybindingWidgets": [ - "defineKeybinding.initial", - "defineKeybinding.oneExists", - "defineKeybinding.existing", - "defineKeybinding.chordsTo" + "vs/workbench/browser/parts/auxiliarybar/auxiliaryBarActions": [ + "toggleAuxiliaryIconRight", + "toggleAuxiliaryIconRightOn", + "toggleAuxiliaryIconLeft", + "toggleAuxiliaryIconLeftOn", + "toggleAuxiliaryBar", + "focusAuxiliaryBar", + "miShowAuxiliaryBarNoMnemonic", + "toggleSecondarySideBar", + "toggleSecondarySideBar", + { + "key": "miShowAuxiliaryBar", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "hideAuxiliaryBar" ], - "vs/workbench/contrib/performance/browser/perfviewEditor": [ - "name" + "vs/workbench/common/configuration": [ + "workbenchConfigurationTitle" ], - "vs/workbench/contrib/notebook/browser/notebookEditor": [ - "fail.noEditor", - "fail.reOpen" + "vs/workbench/browser/quickaccess": [ + "inQuickOpen" ], - "vs/workbench/contrib/notebook/browser/notebookServiceImpl": [ - "builtinProviderDisplayName" + "vs/workbench/browser/parts/panel/panelActions": [ + "maximizeIcon", + "restoreIcon", + "closeIcon", + "togglePanelOffIcon", + "togglePanelOnIcon", + "togglePanelVisibility", + "focusPanel", + "positionPanelLeft", + "positionPanelLeftShort", + "positionPanelRight", + "positionPanelRightShort", + "positionPanelBottom", + "positionPanelBottomShort", + "alignPanelLeft", + "alignPanelLeftShort", + "alignPanelRight", + "alignPanelRightShort", + "alignPanelCenter", + "alignPanelCenterShort", + "alignPanelJustify", + "alignPanelJustifyShort", + "positionPanel", + "alignPanel", + "previousPanelView", + "nextPanelView", + "toggleMaximizedPanel", + "maximizePanel", + "minimizePanel", + "panelMaxNotSupported", + "closePanel", + "closeSecondarySideBar", + { + "key": "miShowPanel", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "miShowPanelNoMnemonic", + "togglePanel", + "hidePanel", + "movePanelToSecondarySideBar", + "movePanelToSecondarySideBar", + "moveSidePanelToPanel", + "moveSidePanelToPanel" ], - "vs/workbench/contrib/customEditor/common/customEditor": [ - "context.customEditor" + "vs/workbench/browser/parts/views/treeView": [ + "no-dataprovider", + "treeView.enableCollapseAll", + "treeView.toggleCollapseAll", + "treeView.enableRefresh", + "refresh", + "collapseAll", + "command-error" ], - "vs/workbench/contrib/notebook/browser/diff/notebookTextDiffEditor": [ - "notebookTreeAriaLabel" + "vs/workbench/browser/parts/views/viewPaneContainer": [ + "views", + "viewMoveUp", + "viewMoveLeft", + "viewMoveDown", + "viewMoveRight", + "viewsMove" ], - "vs/workbench/contrib/notebook/browser/contrib/clipboard/notebookClipboard": [ - "notebookActions.copy", - "notebookActions.cut", - "notebookActions.paste", - "notebookActions.pasteAbove" + "vs/workbench/contrib/remote/browser/remoteExplorer": [ + "ports", + "1forwardedPort", + "nForwardedPorts", + "remote.forwardedPorts.statusbarTextNone", + "remote.forwardedPorts.statusbarTooltip", + "status.forwardedPorts", + "remote.tunnelsView.automaticForward", + { + "key": "remote.tunnelsView.notificationLink2", + "comment": [ + "[See all forwarded ports]({0}) is a link. Only translate `See all forwarded ports`. Do not change brackets and parentheses or {0}" + ] + }, + "remote.tunnelsView.elevationMessage", + "remote.tunnelsView.elevationButton" ], - "vs/workbench/contrib/notebook/browser/contrib/coreActions": [ - "notebookActions.category", - "notebookActions.execute", - "notebookActions.execute", - "notebookActions.cancel", - "notebookActions.cancel", - "notebookActions.deleteCell", - "notebookActions.executeAndSelectBelow", - "notebookActions.executeAndInsertBelow", - "notebookActions.renderMarkdown", - "notebookActions.executeNotebook", - "notebookActions.executeNotebook", - "notebookActions.cancelNotebook", - "notebookActions.cancelNotebook", - "notebookMenu.insertCell", - "notebookMenu.cellTitle", - "notebookActions.menu.executeNotebook", - "notebookActions.menu.cancelNotebook", - "notebookActions.changeCellToCode", - "notebookActions.changeCellToMarkdown", - "notebookActions.insertCodeCellAbove", - "notebookActions.insertCodeCellBelow", - "notebookActions.insertCodeCellAtTop", - "notebookActions.insertMarkdownCellAtTop", - "notebookActions.menu.insertCode", - "notebookActions.menu.insertCode.tooltip", - "notebookActions.menu.insertCode", - "notebookActions.menu.insertCode.tooltip", - "notebookActions.insertMarkdownCellAbove", - "notebookActions.insertMarkdownCellBelow", - "notebookActions.menu.insertMarkdown", - "notebookActions.menu.insertMarkdown.tooltip", - "notebookActions.menu.insertMarkdown", - "notebookActions.menu.insertMarkdown.tooltip", - "notebookActions.editCell", - "notebookActions.quitEdit", - "notebookActions.deleteCell", - "cursorMoveDown", - "cursorMoveUp", - "focusOutput", - "focusOutputOut", - "focusFirstCell", - "focusLastCell", - "clearCellOutputs", - "changeLanguage", - "changeLanguage", - "languageDescription", - "languageDescriptionConfigured", - "pickLanguageToConfigure", - "clearAllCellsOutputs", - "notebookActions.centerActiveCell", - "notebookActions.collapseCellInput", - "notebookActions.expandCellInput", - "notebookActions.collapseCellOutput", - "notebookActions.expandCellOutput", - "notebookActions.inspectLayout" + "vs/workbench/contrib/debug/common/debug": [ + "debugType", + "debugConfigurationType", + "debugState", + "debugUX", + "inDebugMode", + "inDebugRepl", + "breakpointWidgetVisibile", + "inBreakpointWidget", + "breakpointsFocused", + "watchExpressionsFocused", + "watchExpressionsExist", + "variablesFocused", + "expressionSelected", + "breakpointInputFocused", + "callStackItemType", + "callStackSessionIsAttach", + "callStackItemStopped", + "callStackSessionHasOneThread", + "watchItemType", + "canViewMemory", + "breakpointItemType", + "breakpointAccessType", + "breakpointSupportsCondition", + "loadedScriptsSupported", + "loadedScriptsItemType", + "focusedSessionIsAttach", + "stepBackSupported", + "restartFrameSupported", + "stackFrameSupportsRestart", + "jumpToCursorSupported", + "stepIntoTargetsSupported", + "breakpointsExist", + "debuggersAvailable", + "debugExtensionsAvailable", + "debugProtocolVariableMenuContext", + "debugSetVariableSupported", + "debugSetExpressionSupported", + "breakWhenValueChangesSupported", + "breakWhenValueIsAccessedSupported", + "breakWhenValueIsReadSupported", + "terminateDebuggeeSupported", + "suspendDebuggeeSupported", + "variableEvaluateNamePresent", + "variableIsReadonly", + "exceptionWidgetVisible", + "multiSessionRepl", + "multiSessionDebug", + "disassembleRequestSupported", + "disassemblyViewFocus", + "languageSupportsDisassembleRequest", + "focusedStackFrameHasInstructionReference", + "debuggerDisabled", + "internalConsoleOptions" ], - "vs/workbench/contrib/notebook/browser/contrib/find/findController": [ - "notebookActions.hideFind", - "notebookActions.findInNotebook" + "vs/workbench/contrib/files/common/files": [ + "explorerViewletVisible", + "explorerResourceIsFolder", + "explorerResourceReadonly", + "explorerResourceIsRoot", + "explorerResourceCut", + "explorerResourceMoveableToTrash", + "filesExplorerFocus", + "openEditorsVisible", + "openEditorsFocus", + "explorerViewletFocus", + "explorerViewletCompressedFocus", + "explorerViewletCompressedFirstFocus", + "explorerViewletCompressedLastFocus" ], - "vs/workbench/contrib/notebook/browser/contrib/fold/folding": [ - "fold.cell", - "unfold.cell", - "fold.cell" + "vs/workbench/browser/parts/auxiliarybar/auxiliaryBarPart": [ + "move second side bar left", + "move second side bar right", + "hideAuxiliaryBar" ], - "vs/workbench/contrib/notebook/browser/contrib/format/formatting": [ - "format.title", - "label", - "formatCell.label" + "vs/workbench/browser/parts/activitybar/activitybarPart": [ + "settingsViewBarIcon", + "accountsViewBarIcon", + "pinned view containers", + "accounts visibility key", + "menu", + "hideMenu", + "accounts", + "hideActivitBar", + "resetLocation", + "resetLocation", + "manage", + "manage", + "accounts", + "accounts" + ], + "vs/workbench/browser/parts/panel/panelPart": [ + "pinned view containers", + "resetLocation", + "resetLocation", + "panel.emptyMessage", + "moreActions", + "hidePanel" + ], + "vs/workbench/browser/parts/editor/editorGroupView": [ + "ariaLabelGroupActions", + "emptyEditorGroup", + "groupLabel", + "groupAriaLabel" ], - "vs/workbench/contrib/notebook/browser/contrib/outline/notebookOutline": [ - "empty", - "outline.showCodeCells", - "breadcrumbs.showCodeCells" + "vs/workbench/browser/parts/editor/editorDropTarget": [ + "dropIntoEditorPrompt" ], - "vs/workbench/contrib/notebook/browser/contrib/status/editorStatus": [ - "notebookActions.selectKernel", - "notebookActions.selectKernel.args", - "notebook.runCell.selectKernel", - "currentActiveKernel", - "notebook.promptKernel.setDefaultTooltip", - "chooseActiveKernel", - "notebook.selectKernel" + "vs/workbench/common/editor/sideBySideEditorInput": [ + "sideBySideLabels" ], - "vs/workbench/contrib/notebook/browser/contrib/cellOperations/cellOperations": [ - "notebookActions.moveCellUp", - "notebookActions.moveCellDown", - "notebookActions.copyCellUp", - "notebookActions.copyCellDown", - "notebookActions.splitCell", - "notebookActions.joinCellAbove", - "notebookActions.joinCellBelow" + "vs/workbench/common/editor/diffEditorInput": [ + "sideBySideLabels" ], - "vs/workbench/contrib/notebook/browser/diff/notebookDiffActions": [ - "notebook.diff.switchToText", - "notebook.diff.cell.revertMetadata", - "notebook.diff.cell.switchOutputRenderingStyleToText", - "notebook.diff.cell.revertOutputs", - "notebook.diff.cell.revertInput", - "notebook.diff.showOutputs", - "notebook.diff.showMetadata", - "notebook.diff.ignoreMetadata", - "notebook.diff.ignoreOutputs" + "vs/workbench/browser/parts/editor/sideBySideEditor": [ + "sideBySideEditor" ], - "vs/workbench/contrib/testing/browser/icons": [ - "testViewIcon", - "testingRunIcon", - "testingRunAllIcon", - "testingDebugIcon", - "testingCancelIcon", - "filterIcon", - "autoRunIcon", - "hiddenIcon", - "testingShowAsList", - "testingShowAsTree", - "testingErrorIcon", - "testingFailedIcon", - "testingPassedIcon", - "testingQueuedIcon", - "testingSkippedIcon", - "testingUnsetIcon" + "vs/workbench/browser/parts/editor/textResourceEditor": [ + "textEditor" ], - "vs/workbench/contrib/testing/browser/testingDecorations": [ - "failedHoverMessage", - "failedPeekAction", - "testing.clickToRun", - "run test", - "debug test", - "reveal test" + "vs/workbench/browser/parts/editor/editorActions": [ + "splitEditor", + "splitEditorOrthogonal", + "splitEditorGroupLeft", + "splitEditorGroupRight", + "splitEditorGroupUp", + "splitEditorGroupDown", + "joinTwoGroups", + "joinAllGroups", + "navigateEditorGroups", + "focusActiveEditorGroup", + "focusFirstEditorGroup", + "focusLastEditorGroup", + "focusNextGroup", + "focusPreviousGroup", + "focusLeftGroup", + "focusRightGroup", + "focusAboveGroup", + "focusBelowGroup", + "closeEditor", + "unpinEditor", + "closeOneEditor", + "revertAndCloseActiveEditor", + "closeEditorsToTheLeft", + "closeAllEditors", + "closeAllGroups", + "closeEditorsInOtherGroups", + "closeEditorInAllGroups", + "moveActiveGroupLeft", + "moveActiveGroupRight", + "moveActiveGroupUp", + "moveActiveGroupDown", + "duplicateActiveGroupLeft", + "duplicateActiveGroupRight", + "duplicateActiveGroupUp", + "duplicateActiveGroupDown", + "minimizeOtherEditorGroups", + "evenEditorGroups", + "toggleEditorWidths", + "maximizeEditor", + "openNextEditor", + "openPreviousEditor", + "nextEditorInGroup", + "openPreviousEditorInGroup", + "firstEditorInGroup", + "lastEditorInGroup", + "navigateForward", + "navigateBack", + "navigatePrevious", + "navigateForwardInEdits", + "navigateBackInEdits", + "navigatePreviousInEdits", + "navigateToLastEditLocation", + "navigateForwardInNavigations", + "navigateBackInNavigations", + "navigatePreviousInNavigationLocations", + "navigateToLastNavigationLocation", + "reopenClosedEditor", + "clearRecentFiles", + "confirmClearRecentsMessage", + "confirmClearDetail", + { + "key": "clearButtonLabel", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "showEditorsInActiveGroup", + "showAllEditors", + "showAllEditorsByMostRecentlyUsed", + "quickOpenPreviousRecentlyUsedEditor", + "quickOpenLeastRecentlyUsedEditor", + "quickOpenPreviousRecentlyUsedEditorInGroup", + "quickOpenLeastRecentlyUsedEditorInGroup", + "navigateEditorHistoryByInput", + "openNextRecentlyUsedEditor", + "openPreviousRecentlyUsedEditor", + "openNextRecentlyUsedEditorInGroup", + "openPreviousRecentlyUsedEditorInGroup", + "clearEditorHistory", + "confirmClearEditorHistoryMessage", + "confirmClearDetail", + { + "key": "clearButtonLabel", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "moveEditorLeft", + "moveEditorRight", + "moveEditorToPreviousGroup", + "moveEditorToNextGroup", + "moveEditorToAboveGroup", + "moveEditorToBelowGroup", + "moveEditorToLeftGroup", + "moveEditorToRightGroup", + "moveEditorToFirstGroup", + "moveEditorToLastGroup", + "splitEditorToPreviousGroup", + "splitEditorToNextGroup", + "splitEditorToAboveGroup", + "splitEditorToBelowGroup", + "splitEditorToLeftGroup", + "splitEditorToRightGroup", + "splitEditorToFirstGroup", + "splitEditorToLastGroup", + "editorLayoutSingle", + "editorLayoutTwoColumns", + "editorLayoutThreeColumns", + "editorLayoutTwoRows", + "editorLayoutThreeRows", + "editorLayoutTwoByTwoGrid", + "editorLayoutTwoColumnsBottom", + "editorLayoutTwoRowsRight", + "newEditorLeft", + "newEditorRight", + "newEditorAbove", + "newEditorBelow", + "workbench.action.toggleEditorType", + "workbench.action.reopenTextEditor" ], - "vs/workbench/contrib/testing/browser/testingExplorerFilter": [ - "testing.filters.menu", - "testExplorerFilter", - "testing.filters.showOnlyFailed", - "testing.filters.showOnlyExecuted", - "testing.filters.showAll", - "testing.filters.showExcludedTests", - "testing.filters.removeTestExclusions", - "testing.filters.currentFile", - "filter" + "vs/workbench/browser/parts/editor/textDiffEditor": [ + "textDiffEditor" ], - "vs/workbench/contrib/testing/browser/testingExplorerView": [ - "testingNoTest", - "testingFindExtension", - "testExplorer", + "vs/workbench/browser/parts/editor/binaryDiffEditor": [ + "metadataDiff" + ], + "vs/editor/browser/editorExtensions": [ { - "key": "testing.treeElementLabel", + "key": "miUndo", "comment": [ - "label then the unit tests state, for example \"Addition Tests (Running)\"" + "&& denotes a mnemonic" + ] + }, + "undo", + { + "key": "miRedo", + "comment": [ + "&& denotes a mnemonic" ] }, + "redo", { - "key": "testing.treeElementLabelOutdated", + "key": "miSelectAll", "comment": [ - "{0} is the original label in testing.treeElementLabel" + "&& denotes a mnemonic" ] - } + }, + "selectAll" ], - "vs/workbench/contrib/testing/browser/testingOutputPeek": [ - "testingOutputExpected", - "testingOutputActual", - "close" + "vs/workbench/browser/parts/editor/editorCommands": [ + "editorCommand.activeEditorMove.description", + "editorCommand.activeEditorMove.arg.name", + "editorCommand.activeEditorMove.arg.description", + "editorCommand.activeEditorCopy.description", + "editorCommand.activeEditorCopy.arg.name", + "editorCommand.activeEditorCopy.arg.description", + "toggleInlineView", + "compare", + "splitEditorInGroup", + "joinEditorInGroup", + "toggleJoinEditorInGroup", + "toggleSplitEditorInGroupLayout", + "focusLeftSideEditor", + "focusRightSideEditor", + "focusOtherSideEditor", + "toggleEditorGroupLock", + "lockEditorGroup", + "unlockEditorGroup" ], - "vs/workbench/contrib/testing/browser/testingProgressUiService": [ - "testProgress.running", - "testProgressWithSkip.running", - "testProgress.completed", - "testProgressWithSkip.completed" + "vs/workbench/browser/codeeditor": [ + "openWorkspace" ], - "vs/workbench/contrib/testing/browser/testingViewPaneContainer": [ - "testing" + "vs/workbench/browser/parts/editor/editorConfiguration": [ + "markdownPreview", + "workbench.editor.autoLockGroups", + "workbench.editor.defaultBinaryEditor", + "editor.editorAssociations" ], - "vs/workbench/contrib/testing/common/configuration": [ - "testConfigurationTitle", - "testing.autoRun.mode", - "testing.autoRun.mode.allInWorkspace", - "testing.autoRun.mode.onlyPreviouslyRun", - "testing.autoRun.delay", - "testing.automaticallyOpenPeekView", - "testing.automaticallyOpenPeekView.failureAnywhere", - "testing.automaticallyOpenPeekView.failureInVisibleDocument", - "testing.automaticallyOpenPeekViewDuringAutoRun" + "vs/workbench/browser/parts/editor/editorQuickAccess": [ + "noViewResults", + "entryAriaLabelWithGroupDirty", + "entryAriaLabelWithGroup", + "entryAriaLabelDirty", + "closeEditor" + ], + "vs/workbench/browser/parts/statusbar/statusbarModel": [ + "statusbar.hidden" + ], + "vs/workbench/browser/parts/editor/editorStatus": [ + "singleSelectionRange", + "singleSelection", + "multiSelectionRange", + "multiSelection", + "endOfLineLineFeed", + "endOfLineCarriageReturnLineFeed", + "screenReaderDetectedExplanation.question", + "screenReaderDetectedExplanation.answerYes", + "screenReaderDetectedExplanation.answerNo", + "noEditor", + "noWritableCodeEditor", + "indentConvert", + "indentView", + "pickAction", + "tabFocusModeEnabled", + "status.editor.tabFocusMode", + "disableTabMode", + "columnSelectionModeEnabled", + "status.editor.columnSelectionMode", + "disableColumnSelectionMode", + "screenReaderDetected", + "status.editor.screenReaderMode", + "status.editor.selection", + "gotoLine", + "status.editor.indentation", + "selectIndentation", + "status.editor.encoding", + "selectEncoding", + "status.editor.eol", + "selectEOL", + "status.editor.mode", + "selectLanguageMode", + "status.editor.info", + "fileInfo", + "spacesSize", + { + "key": "tabSize", + "comment": [ + "Tab corresponds to the tab key" + ] + }, + "currentProblem", + "currentProblem", + "showLanguageExtensions", + "changeMode", + "noEditor", + "languageDescription", + "languageDescriptionConfigured", + "languagesPicks", + "configureModeSettings", + "configureAssociationsExt", + "autoDetect", + "pickLanguage", + "currentAssociation", + "pickLanguageToConfigure", + "changeEndOfLine", + "noEditor", + "noWritableCodeEditor", + "pickEndOfLine", + "changeEncoding", + "noEditor", + "noEditor", + "noFileEditor", + "saveWithEncoding", + "reopenWithEncoding", + "pickAction", + "guessedEncoding", + "pickEncodingForReopen", + "pickEncodingForSave" ], - "vs/workbench/contrib/testing/common/testingContextKeys": [ - "testing.testId" + "vs/workbench/browser/parts/statusbar/statusbarActions": [ + "hide", + "focusStatusBar" ], - "vs/workbench/contrib/testing/common/testServiceImpl": [ - "testError" + "vs/base/browser/ui/dialog/dialog": [ + "ok", + "dialogInfoMessage", + "dialogErrorMessage", + "dialogWarningMessage", + "dialogPendingMessage", + "dialogClose" ], - "vs/workbench/contrib/testing/browser/testExplorerActions": [ - "testing.category", - "unhideTest", - "hideTest", - "debug test", - "run test", - "runSelectedTests", - "debugSelectedTests", - "discoveringTests", - "runAllTests", - "noTestProvider", - "debugAllTests", - "noDebugTestProvider", - "testing.cancelRun", - "testing.viewAsList", - "testing.viewAsTree", - "testing.sortByName", - "testing.sortByLocation", - "testing.collapseAll", - "testing.refresh", - "testing.clearResults", - "testing.editFocusedTest", - "testing.turnOnAutoRun", - "testing.turnOffAutoRun", - "testing.runAtCursor", - "testing.debugAtCursor", - "testing.runCurrentFile", - "testing.debugCurrentFile", - "testing.reRunFailTests", - "testing.debugFailTests", - "testing.reRunLastRun", - "testing.debugLastRun", - "testing.searchForTestExtension" + "vs/workbench/services/preferences/browser/keybindingsEditorInput": [ + "keybindingsInputName" ], - "vs/workbench/contrib/logs/common/logsActions": [ - "setLogLevel", - "trace", - "debug", - "info", - "warn", - "err", - "critical", - "off", - "selectLogLevel", - "default and current", - "default", - "current", - "openSessionLogFile", - "current", - "sessions placeholder", - "log placeholder" + "vs/workbench/services/preferences/common/preferencesEditorInput": [ + "settingsEditor2InputName" ], - "vs/platform/quickinput/browser/helpQuickAccess": [ - "globalCommands", - "editorCommands", - "helpPickAriaLabel" + "vs/workbench/services/preferences/common/preferencesModels": [ + "commonlyUsed", + "defaultKeybindingsHeader" ], - "vs/workbench/contrib/quickaccess/browser/viewQuickAccess": [ - "noViewResults", - "views", - "panels", - "terminalTitle", - "terminals", - "logChannel", - "channels", - "openView", - "quickOpenView" + "vs/workbench/services/editor/common/editorResolverService": [ + "editor.editorAssociations" ], - "vs/workbench/contrib/quickaccess/browser/commandsQuickAccess": [ - "noCommandResults", - "configure keybinding", - "commandWithCategory", - "showTriggerActions", - "clearCommandHistory" + "vs/workbench/services/textfile/common/textFileEditorModel": [ + "textFileCreate.source" ], - "vs/workbench/contrib/files/browser/views/explorerView": [ - "explorerSection", - "createNewFile", - "createNewFolder", - "refreshExplorer", - "collapseExplorerFolders" + "vs/platform/keybinding/common/abstractKeybindingService": [ + "first.chord", + "missing.chord" ], - "vs/workbench/contrib/files/browser/views/openEditorsView": [ + "vs/base/common/keybindingLabels": [ { - "key": "openEditors", + "key": "ctrlKey", "comment": [ - "Open is an adjective" + "This is the short form for the Control key on the keyboard" ] }, - "dirtyCounter", - "openEditors", - "flipLayout", { - "key": "miToggleEditorLayout", + "key": "shiftKey", "comment": [ - "&& denotes a mnemonic" + "This is the short form for the Shift key on the keyboard" ] }, - "newUntitledFile" - ], - "vs/workbench/contrib/files/browser/views/emptyView": [ - "noWorkspace" - ], - "vs/workbench/contrib/files/browser/fileActions": [ - "newFile", - "newFolder", - "rename", - "delete", - "copyFile", - "pasteFile", - "download", - "deleteButtonLabelRecycleBin", { - "key": "deleteButtonLabelTrash", + "key": "altKey", "comment": [ - "&& denotes a mnemonic" + "This is the short form for the Alt key on the keyboard" ] }, { - "key": "deleteButtonLabel", + "key": "windowsKey", "comment": [ - "&& denotes a mnemonic" + "This is the short form for the Windows key on the keyboard" ] }, - "dirtyMessageFilesDelete", - "dirtyMessageFolderOneDelete", - "dirtyMessageFolderDelete", - "dirtyMessageFileDelete", - "dirtyWarning", - "irreversible", - "restorePlural", - "restore", - "undoBinFiles", - "undoBin", - "undoTrashFiles", - "undoTrash", - "doNotAskAgain", { - "key": "deleteBulkEdit", + "key": "ctrlKey", "comment": [ - "Placeholder will be replaced by the number of files deleted" + "This is the short form for the Control key on the keyboard" ] }, { - "key": "deleteFileBulkEdit", + "key": "shiftKey", "comment": [ - "Placeholder will be replaced by the name of the file deleted" + "This is the short form for the Shift key on the keyboard" ] }, { - "key": "deletingBulkEdit", + "key": "altKey", "comment": [ - "Placeholder will be replaced by the number of files deleted" + "This is the short form for the Alt key on the keyboard" ] }, { - "key": "deletingFileBulkEdit", + "key": "superKey", "comment": [ - "Placeholder will be replaced by the name of the file deleted" + "This is the short form for the Super key on the keyboard" ] }, - "binFailed", - "trashFailed", { - "key": "deletePermanentlyButtonLabel", + "key": "ctrlKey.long", "comment": [ - "&& denotes a mnemonic" + "This is the long form for the Control key on the keyboard" ] }, { - "key": "retryButtonLabel", + "key": "shiftKey.long", "comment": [ - "&& denotes a mnemonic" + "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" ] }, - "confirmMoveTrashMessageFilesAndDirectories", - "confirmMoveTrashMessageMultipleDirectories", - "confirmMoveTrashMessageMultiple", - "confirmMoveTrashMessageFolder", - "confirmMoveTrashMessageFile", - "confirmDeleteMessageFilesAndDirectories", - "confirmDeleteMessageMultipleDirectories", - "confirmDeleteMessageMultiple", - "confirmDeleteMessageFolder", - "confirmDeleteMessageFile", - "globalCompareFile", - "fileToCompareNoFile", - "openFileToCompare", - "toggleAutoSave", - "saveAllInGroup", - "closeGroup", - "focusFilesExplorer", - "showInExplorer", - "openFileToShow", - "openFileInNewWindow", - "openFileToShowInNewWindow.unsupportedschema", - "openFileToShowInNewWindow.nofile", - "emptyFileNameError", - "fileNameStartsWithSlashError", - "fileNameExistsError", - "invalidFileNameError", - "fileNameWhitespaceWarning", - "compareWithClipboard", - "clipboardComparisonLabel", - "retry", - "createBulkEdit", - "creatingBulkEdit", - "renameBulkEdit", - "renamingBulkEdit", - "downloadingFiles", - "downloadProgressSmallMany", - "downloadProgressLarge", - "downloadButton", - "chooseWhereToDownload", - "downloadBulkEdit", - "downloadingBulkEdit", - "fileIsAncestor", { - "key": "movingBulkEdit", + "key": "ctrlKey.long", "comment": [ - "Placeholder will be replaced by the number of files being moved" + "This is the long form for the Control key on the keyboard" ] }, { - "key": "movingFileBulkEdit", + "key": "shiftKey.long", "comment": [ - "Placeholder will be replaced by the name of the file moved." + "This is the long form for the Shift key on the keyboard" ] }, { - "key": "moveBulkEdit", + "key": "altKey.long", "comment": [ - "Placeholder will be replaced by the number of files being moved" + "This is the long form for the Alt key on the keyboard" ] }, { - "key": "moveFileBulkEdit", + "key": "superKey.long", "comment": [ - "Placeholder will be replaced by the name of the file moved." + "This is the long form for the Super key on the keyboard" + ] + } + ], + "vs/workbench/services/themes/common/colorThemeData": [ + "error.cannotparsejson", + "error.invalidformat", + { + "key": "error.invalidformat.colors", + "comment": [ + "{0} will be replaced by a path. Values in quotes should not be translated." ] }, { - "key": "copyingBulkEdit", + "key": "error.invalidformat.tokenColors", "comment": [ - "Placeholder will be replaced by the number of files being copied" + "{0} will be replaced by a path. Values in quotes should not be translated." ] }, { - "key": "copyingFileBulkEdit", + "key": "error.invalidformat.semanticTokenColors", "comment": [ - "Placeholder will be replaced by the name of the file copied." + "{0} will be replaced by a path. Values in quotes should not be translated." ] }, + "error.plist.invalidformat", + "error.cannotparse", + "error.cannotload" + ], + "vs/workbench/services/themes/browser/fileIconThemeData": [ + "error.cannotparseicontheme", + "error.invalidformat" + ], + "vs/workbench/services/themes/common/fileIconThemeSchema": [ + "schema.folderExpanded", + "schema.folder", + "schema.file", + "schema.folderNames", + "schema.folderName", + "schema.folderNamesExpanded", + "schema.folderNameExpanded", + "schema.fileExtensions", + "schema.fileExtension", + "schema.fileNames", + "schema.fileName", + "schema.languageIds", + "schema.languageId", + "schema.fonts", + "schema.id", + "schema.id.formatError", + "schema.src", + "schema.font-path", + "schema.font-format", + "schema.font-weight", + "schema.font-style", + "schema.font-size", + "schema.iconDefinitions", + "schema.iconDefinition", + "schema.iconPath", + "schema.fontCharacter", + "schema.fontColor", + "schema.fontSize", + "schema.fontId", + "schema.light", + "schema.highContrast", + "schema.hidesExplorerArrows", + "schema.showLanguageModeIcons" + ], + "vs/workbench/services/themes/common/colorThemeSchema": [ + "schema.token.settings", + "schema.token.foreground", + "schema.token.background.warning", + "schema.token.fontStyle", + "schema.fontStyle.error", + "schema.token.fontStyle.none", + "schema.properties.name", + "schema.properties.scope", + "schema.workbenchColors", + "schema.tokenColors.path", + "schema.colors", + "schema.supportsSemanticHighlighting", + "schema.semanticTokenColors" + ], + "vs/workbench/services/themes/common/themeExtensionPoints": [ + "vscode.extension.contributes.themes", + "vscode.extension.contributes.themes.id", + "vscode.extension.contributes.themes.label", + "vscode.extension.contributes.themes.uiTheme", + "vscode.extension.contributes.themes.path", + "vscode.extension.contributes.iconThemes", + "vscode.extension.contributes.iconThemes.id", + "vscode.extension.contributes.iconThemes.label", + "vscode.extension.contributes.iconThemes.path", + "vscode.extension.contributes.productIconThemes", + "vscode.extension.contributes.productIconThemes.id", + "vscode.extension.contributes.productIconThemes.label", + "vscode.extension.contributes.productIconThemes.path", + "reqarray", + "reqpath", + "reqid", + "invalid.path.1" + ], + "vs/workbench/services/themes/common/themeConfiguration": [ + "colorTheme", + "colorThemeError", { - "key": "copyBulkEdit", + "key": "preferredDarkColorTheme", "comment": [ - "Placeholder will be replaced by the number of files being copied" + "`#{0}#` will become a link to an other setting. Do not remove backtick or #" ] }, + "colorThemeError", { - "key": "copyFileBulkEdit", + "key": "preferredLightColorTheme", "comment": [ - "Placeholder will be replaced by the name of the file copied." + "`#{0}#` will become a link to an other setting. Do not remove backtick or #" ] }, - "fileDeleted" + "colorThemeError", + { + "key": "preferredHCDarkColorTheme", + "comment": [ + "`#{0}#` will become a link to an other setting. Do not remove backtick or #" + ] + }, + "colorThemeError", + { + "key": "preferredHCLightColorTheme", + "comment": [ + "`#{0}#` will become a link to an other setting. Do not remove backtick or #" + ] + }, + "colorThemeError", + "detectColorScheme", + "workbenchColors", + "iconTheme", + "noIconThemeLabel", + "noIconThemeDesc", + "iconThemeError", + "productIconTheme", + "defaultProductIconThemeLabel", + "defaultProductIconThemeDesc", + "productIconThemeError", + "autoDetectHighContrast", + "editorColors.comments", + "editorColors.strings", + "editorColors.keywords", + "editorColors.numbers", + "editorColors.types", + "editorColors.functions", + "editorColors.variables", + "editorColors.textMateRules", + "editorColors.semanticHighlighting", + "editorColors.semanticHighlighting.deprecationMessage", + "editorColors.semanticHighlighting.deprecationMessageMarkdown", + "editorColors", + "editorColors.semanticHighlighting.enabled", + "editorColors.semanticHighlighting.rules", + "semanticTokenColors" + ], + "vs/workbench/services/profiles/common/profile": [ + "settings profiles", + "profile" + ], + "vs/workbench/services/themes/browser/productIconThemeData": [ + "error.parseicondefs", + "defaultTheme", + "error.cannotparseicontheme", + "error.invalidformat", + "error.missingProperties", + "error.fontWeight", + "error.fontStyle", + "error.fontSrc", + "error.noFontSrc", + "error.fontId", + "error.icon.font", + "error.icon.fontCharacter" + ], + "vs/workbench/services/views/common/viewContainerModel": [ + "globalViewsStateStorageId" + ], + "vs/workbench/services/themes/common/productIconThemeSchema": [ + "schema.id", + "schema.id.formatError", + "schema.src", + "schema.font-path", + "schema.font-format", + "schema.font-weight", + "schema.font-style", + "schema.iconDefinitions" + ], + "vs/workbench/services/extensionManagement/browser/extensionBisect": [ + "bisect.singular", + "bisect.plural", + "title.start", + "msg.start", + "detail.start", + "msg2", + "title.isBad", + "help", + "done.msg", + "done.detail2", + "done.msg", + "report", + "done", + "done.detail", + "done.disbale", + "bisect", + "msg.next", + "next.good", + "next.bad", + "next.stop", + "next.cancel", + "title.stop", + "help" + ], + "vs/workbench/contrib/performance/browser/perfviewEditor": [ + "name" + ], + "vs/workbench/contrib/preferences/browser/keybindingWidgets": [ + "defineKeybinding.initial", + "defineKeybinding.oneExists", + "defineKeybinding.existing", + "defineKeybinding.chordsTo" + ], + "vs/workbench/contrib/preferences/browser/preferencesActions": [ + "configureLanguageBasedSettings", + "languageDescriptionConfigured", + "pickLanguage" + ], + "vs/editor/contrib/suggest/browser/suggest": [ + "suggestWidgetDetailsVisible", + "suggestWidgetMultipleSuggestions", + "suggestionMakesTextEdit", + "acceptSuggestionOnEnter", + "suggestionHasInsertAndReplaceRange", + "suggestionInsertMode", + "suggestionCanResolve" + ], + "vs/workbench/contrib/preferences/common/preferencesContribution": [ + "splitSettingsEditorLabel", + "enableNaturalLanguageSettingsSearch", + "settingsSearchTocBehavior.hide", + "settingsSearchTocBehavior.filter", + "settingsSearchTocBehavior" + ], + "vs/workbench/contrib/preferences/browser/keybindingsEditor": [ + "recordKeysLabel", + "sortByPrecedeneLabel", + "SearchKeybindings.FullTextSearchPlaceholder", + "SearchKeybindings.KeybindingsSearchPlaceholder", + "clearInput", + "recording", + "command", + "keybinding", + "when", + "source", + "show sorted keybindings", + "show keybindings", + "changeLabel", + "addLabel", + "addLabel", + "editWhen", + "removeLabel", + "resetLabel", + "showSameKeybindings", + "copyLabel", + "copyCommandLabel", + "copyCommandTitleLabel", + "error", + "editKeybindingLabelWithKey", + "editKeybindingLabel", + "addKeybindingLabelWithKey", + "addKeybindingLabel", + "title", + "whenContextInputAriaLabel", + "keybindingsLabel", + "noKeybinding", + "noWhen" ], - "vs/workbench/contrib/files/browser/fileCommands": [ + "vs/workbench/contrib/preferences/browser/settingsEditor2": [ + "SearchSettings.AriaLabel", + "clearInput", + "filterInput", + "noResults", + "clearSearchFilters", + "settings", + "settings require trust", + "noResults", + "oneResult", + "moreThanOneResult", + "turnOnSyncButton", + "lastSyncedLabel" + ], + "vs/workbench/contrib/preferences/browser/preferencesIcons": [ + "settingsGroupExpandedIcon", + "settingsGroupCollapsedIcon", + "settingsScopeDropDownIcon", + "settingsMoreActionIcon", + "keybindingsRecordKeysIcon", + "keybindingsSortIcon", + "keybindingsEditIcon", + "keybindingsAddIcon", + "settingsEditIcon", + "settingsAddIcon", + "settingsRemoveIcon", + "preferencesDiscardIcon", + "preferencesClearInput", + "settingsFilter", + "preferencesOpenSettings" + ], + "vs/workbench/services/workingCopy/common/storedFileWorkingCopySaveParticipant": [ + "saveParticipants" + ], + "vs/workbench/contrib/files/browser/fileConstants": [ "saveAs", "save", "saveWithoutFormatting", "saveAll", "removeFolderFromWorkspace", - "newUntitledFile", - "modifiedLabel", - "openFileToCopy", - { - "key": "genericSaveError", - "comment": [ - "{0} is the resource that failed to save and {1} the error message" - ] - }, - "retry", - "discard", - "genericRevertError" - ], - "vs/workbench/contrib/files/browser/editors/textFileSaveErrorHandler": [ - "userGuide", - "staleSaveError", - "readonlySaveErrorAdmin", - "readonlySaveErrorSudo", - "readonlySaveError", - "permissionDeniedSaveError", - "permissionDeniedSaveErrorSudo", - { - "key": "genericSaveError", - "comment": [ - "{0} is the resource that failed to save and {1} the error message" - ] - }, - "learnMore", - "dontShowAgain", - "compareChanges", - "saveConflictDiffLabel", - "overwriteElevated", - "overwriteElevatedSudo", - "saveElevated", - "saveElevatedSudo", - "retry", - "discard", - "overwrite", - "overwrite", - "configure" + "newUntitledFile" ], - "vs/workbench/contrib/files/browser/editors/binaryFileEditor": [ - "binaryFileEditor" + "vs/workbench/contrib/testing/browser/icons": [ + "testViewIcon", + "testingRunIcon", + "testingRunAllIcon", + "testingDebugAllIcon", + "testingDebugIcon", + "testingCancelIcon", + "filterIcon", + "hiddenIcon", + "testingShowAsList", + "testingShowAsTree", + "testingUpdateProfiles", + "testingRefreshTests", + "testingCancelRefreshTests", + "testingErrorIcon", + "testingFailedIcon", + "testingPassedIcon", + "testingQueuedIcon", + "testingSkippedIcon", + "testingUnsetIcon" ], - "vs/workbench/contrib/files/common/workspaceWatcher": [ - "netVersionError", - "installNet", - "enospcError", - "learnMore" + "vs/workbench/contrib/testing/browser/testingDecorations": [ + "peekTestOutout", + "expected.title", + "actual.title", + "testing.gutterMsg.contextMenu", + "testing.gutterMsg.debug", + "testing.gutterMsg.run", + "run test", + "debug test", + "testing.runUsing", + "peek failure", + "reveal test", + "run all test", + "debug all test" ], - "vs/editor/common/config/commonEditorConfig": [ - "editorConfigurationTitle", - "tabSize", - "insertSpaces", - "detectIndentation", - "trimAutoWhitespace", - "largeFileOptimizations", - "wordBasedSuggestions", - "wordBasedSuggestionsMode.currentDocument", - "wordBasedSuggestionsMode.matchingDocuments", - "wordBasedSuggestionsMode.allDocuments", - "wordBasedSuggestionsMode", - "semanticHighlighting.true", - "semanticHighlighting.false", - "semanticHighlighting.configuredByTheme", - "semanticHighlighting.enabled", - "stablePeek", - "maxTokenizationLineLength", - "maxComputationTime", - "sideBySide", - "ignoreTrimWhitespace", - "renderIndicators", - "codeLens", - "wordWrap.off", - "wordWrap.on", - "wordWrap.inherit" + "vs/workbench/contrib/testing/browser/testingViewPaneContainer": [ + "testing" ], - "vs/workbench/contrib/files/common/dirtyFilesIndicator": [ - "dirtyFile", - "dirtyFiles" + "vs/workbench/contrib/testing/browser/testingOutputTerminalService": [ + "testOutputTerminalTitleWithDate", + "testOutputTerminalTitle", + "testNoRunYet", + "runNoOutout", + "runFinished" ], - "vs/workbench/contrib/bulkEdit/browser/preview/bulkEditPane": [ - "empty.msg", - "conflict.1", - "conflict.N", - "edt.title.del", - "rename", - "create", - "edt.title.2", - "edt.title.1" + "vs/workbench/contrib/testing/browser/testingProgressUiService": [ + "testProgress.runningInitial", + "testProgress.running", + "testProgressWithSkip.running", + "testProgress.completed", + "testProgressWithSkip.completed" ], - "vs/workbench/contrib/bulkEdit/browser/preview/bulkEditPreview": [ - "default" + "vs/workbench/contrib/testing/browser/testingOutputPeek": [ + "testingOutputExpected", + "testingOutputActual", + "close", + "testUnnamedTask", + "messageMoreLinesN", + "messageMoreLines1", + "testingPeekLabel", + "testing.showResultOutput", + "testing.reRunLastRun", + "testing.debugLastRun", + "testing.goToFile", + "testing.revealInExplorer", + "run test", + "debug test", + "testing.goToNextMessage", + "testing.goToPreviousMessage", + "testing.openMessageInEditor", + "testing.toggleTestingPeekHistory" ], - "vs/editor/contrib/quickAccess/gotoLineQuickAccess": [ - "cannotRunGotoLine", - "gotoLineColumnLabel", - "gotoLineLabel", - "gotoLineLabelEmptyWithLimit", - "gotoLineLabelEmpty" + "vs/workbench/contrib/testing/common/configuration": [ + "testConfigurationTitle", + "testing.autoRun.mode", + "testing.autoRun.mode.allInWorkspace", + "testing.autoRun.mode.onlyPreviouslyRun", + "testing.autoRun.delay", + "testing.automaticallyOpenPeekView", + "testing.automaticallyOpenPeekView.failureAnywhere", + "testing.automaticallyOpenPeekView.failureInVisibleDocument", + "testing.automaticallyOpenPeekView.never", + "testing.automaticallyOpenPeekViewDuringAutoRun", + "testing.followRunningTest", + "testing.defaultGutterClickAction", + "testing.defaultGutterClickAction.run", + "testing.defaultGutterClickAction.debug", + "testing.defaultGutterClickAction.contextMenu", + "testing.gutterEnabled", + "testing.saveBeforeTest", + "testing.openTesting.neverOpen", + "testing.openTesting.openOnTestStart", + "testing.openTesting.openOnTestFailure", + "testing.openTesting" ], - "vs/workbench/contrib/codeEditor/browser/quickaccess/gotoSymbolQuickAccess": [ - "empty", - "gotoSymbolQuickAccessPlaceholder", - "gotoSymbolQuickAccess", - "gotoSymbolByCategoryQuickAccess", - "gotoSymbol" + "vs/workbench/contrib/testing/common/testingContextKeys": [ + "testing.canRefresh", + "testing.isRefreshing", + "testing.hasDebuggableTests", + "testing.hasRunnableTests", + "testing.hasCoverableTests", + "testing.hasNonDefaultConfig", + "testing.hasConfigurableConfig", + "testing.peekItemType", + "testing.controllerId", + "testing.testId", + "testing.testItemHasUri", + "testing.testItemIsHidden" + ], + "vs/workbench/contrib/testing/browser/testingConfigurationUi": [ + "testConfigurationUi.pick", + "updateTestConfiguration" ], - "vs/workbench/contrib/search/browser/anythingQuickAccess": [ - "noAnythingResults", - "recentlyOpenedSeparator", - "fileAndSymbolResultsSeparator", - "fileResultsSeparator", - "filePickAriaLabelDirty", - { - "key": "openToSide", - "comment": [ - "Open this file in a split editor on the left/right side" - ] - }, + "vs/workbench/contrib/testing/browser/testingExplorerView": [ + "defaultTestProfile", + "selectDefaultConfigs", + "configureTestProfiles", + "testingNoTest", + "testingFindExtension", { - "key": "openToBottom", + "key": "testing.treeElementLabelDuration", "comment": [ - "Open this file in a split editor on the bottom" + "{0} is the original label in testing.treeElementLabel, {1} is a duration" ] }, - "closeEditor" + "testExplorer" ], - "vs/workbench/contrib/search/browser/searchActions": [ - "replaceInFiles", - "toggleTabs", - "FocusNextSearchResult.label", - "FocusPreviousSearchResult.label", - "RemoveAction.label", - "file.replaceAll.label", - "file.replaceAll.label", - "match.replace.label" + "vs/workbench/contrib/testing/common/testServiceImpl": [ + "testTrust", + "testError" ], - "vs/workbench/contrib/search/browser/searchIcons": [ - "searchDetailsIcon", - "searchShowContextIcon", - "searchHideReplaceIcon", - "searchShowReplaceIcon", - "searchReplaceAllIcon", - "searchReplaceIcon", - "searchRemoveIcon", - "searchRefreshIcon", - "searchCollapseAllIcon", - "searchExpandAllIcon", - "searchClearIcon", - "searchStopIcon", - "searchViewIcon", - "searchNewEditorIcon" + "vs/workbench/contrib/notebook/browser/notebookEditor": [ + "fail.noEditor", + "notebookOpenInTextEditor" + ], + "vs/workbench/contrib/testing/browser/testExplorerActions": [ + "hideTest", + "unhideTest", + "unhideAllTests", + "debug test", + "testing.runUsing", + "run test", + "testing.selectDefaultTestProfiles", + "testing.configureProfile", + "configureProfile", + "runSelectedTests", + "debugSelectedTests", + "discoveringTests", + "runAllTests", + "noTestProvider", + "debugAllTests", + "noDebugTestProvider", + "testing.cancelRun", + "testing.viewAsList", + "testing.viewAsTree", + "testing.sortByStatus", + "testing.sortByLocation", + "testing.sortByDuration", + "testing.showMostRecentOutput", + "testing.collapseAll", + "testing.clearResults", + "testing.editFocusedTest", + "testing.runAtCursor", + "testing.debugAtCursor", + "testing.runCurrentFile", + "testing.debugCurrentFile", + "testing.reRunFailTests", + "testing.debugFailTests", + "testing.reRunLastRun", + "testing.debugLastRun", + "testing.searchForTestExtension", + "testing.openOutputPeek", + "testing.toggleInlineTestOutput", + "testing.refreshTests", + "testing.cancelTestRefresh" + ], + "vs/workbench/contrib/notebook/browser/diff/notebookTextDiffEditor": [ + "notebookTreeAriaLabel" ], - "vs/workbench/contrib/search/browser/searchWidget": [ - "search.action.replaceAll.disabled.label", - "search.action.replaceAll.enabled.label", - "search.replace.toggle.button.title", - "label.Search", - "search.placeHolder", - "showContext", - "label.Replace", - "search.replace.placeHolder" + "vs/workbench/contrib/notebook/browser/services/notebookKeymapServiceImpl": [ + "disableOtherKeymapsConfirmation", + "yes", + "no" ], - "vs/workbench/contrib/search/browser/symbolsQuickAccess": [ - "noSymbolResults", - "openToSide", - "openToBottom" + "vs/workbench/contrib/comments/browser/commentReply": [ + "reply", + "newComment", + "reply", + "reply" ], - "vs/workbench/contrib/search/common/queryBuilder": [ - "search.noWorkspaceWithName" + "vs/editor/common/languages/modesRegistry": [ + "plainText.alias" ], - "vs/platform/actions/browser/menuEntryActionViewItem": [ - "titleAndKb", - "titleAndKb" + "vs/workbench/contrib/notebook/browser/notebookExecutionServiceImpl": [ + "notebookRunTrust" ], - "vs/workbench/browser/parts/views/viewPane": [ - "viewPaneContainerExpandedIcon", - "viewPaneContainerCollapsedIcon", - "viewToolbarAriaLabel" + "vs/workbench/contrib/notebook/browser/controller/coreActions": [ + "notebookActions.category", + "notebookMenu.insertCell", + "notebookMenu.cellTitle" ], - "vs/workbench/contrib/search/browser/patternInputWidget": [ - "defaultLabel", - "onlySearchInOpenEditors", - "useExcludesAndIgnoreFilesDescription" + "vs/workbench/contrib/notebook/browser/controller/executeActions": [ + "notebookActions.renderMarkdown", + "notebookActions.executeNotebook", + "notebookActions.executeNotebook", + "notebookActions.execute", + "notebookActions.execute", + "notebookActions.executeAbove", + "notebookActions.executeBelow", + "notebookActions.executeAndFocusContainer", + "notebookActions.executeAndFocusContainer", + "notebookActions.cancel", + "notebookActions.cancel", + "notebookActions.executeAndSelectBelow", + "notebookActions.executeAndInsertBelow", + "notebookActions.cancelNotebook", + "notebookActions.cancelNotebook", + "revealRunningCell" ], - "vs/workbench/contrib/search/browser/searchResultsView": [ - "searchFolderMatch.other.label", - "searchFileMatches", - "searchFileMatch", - "searchMatches", - "searchMatch", - "lineNumStr", - "numLinesStr", - "search", - "folderMatchAriaLabel", - "otherFilesAriaLabel", - "fileMatchAriaLabel", - "replacePreviewResultAria", - "searchResultAria" + "vs/workbench/contrib/notebook/browser/controller/insertCellActions": [ + "notebookActions.insertCodeCellAbove", + "notebookActions.insertCodeCellAboveAndFocusContainer", + "notebookActions.insertCodeCellBelow", + "notebookActions.insertCodeCellBelowAndFocusContainer", + "notebookActions.insertMarkdownCellAbove", + "notebookActions.insertMarkdownCellBelow", + "notebookActions.insertCodeCellAtTop", + "notebookActions.insertMarkdownCellAtTop", + "notebookActions.menu.insertCode", + "notebookActions.menu.insertCode.tooltip", + "notebookActions.menu.insertCode.minimalToolbar", + "notebookActions.menu.insertCode.tooltip", + "notebookActions.menu.insertCode.ontoolbar", + "notebookActions.menu.insertCode.tooltip", + "notebookActions.menu.insertCode", + "notebookActions.menu.insertCode.tooltip", + "notebookActions.menu.insertCode.minimaltoolbar", + "notebookActions.menu.insertCode.tooltip", + "notebookActions.menu.insertMarkdown", + "notebookActions.menu.insertMarkdown.tooltip", + "notebookActions.menu.insertMarkdown.ontoolbar", + "notebookActions.menu.insertMarkdown.tooltip", + "notebookActions.menu.insertMarkdown", + "notebookActions.menu.insertMarkdown.tooltip" ], - "vs/workbench/contrib/searchEditor/browser/searchEditor": [ - "moreSearch", - "searchScope.includes", - "label.includes", - "searchScope.excludes", - "label.excludes", - "runSearch", - "searchResultItem", - "searchEditor", - "textInputBoxBorder" + "vs/workbench/contrib/notebook/browser/controller/foldingController": [ + "fold.cell", + "unfold.cell", + "fold.cell" ], - "vs/workbench/contrib/searchEditor/browser/searchEditorInput": [ - "searchTitle.withQuery", - "searchTitle.withQuery", - "searchTitle" + "vs/workbench/contrib/notebook/browser/contrib/clipboard/notebookClipboard": [ + "notebookActions.copy", + "notebookActions.cut", + "notebookActions.paste", + "notebookActions.pasteAbove", + "toggleNotebookClipboardLog" + ], + "vs/workbench/contrib/notebook/browser/controller/layoutActions": [ + "workbench.notebook.layout.select.label", + "workbench.notebook.layout.configure.label", + "workbench.notebook.layout.configure.label", + "customizeNotebook", + "notebook.toggleLineNumbers", + "notebook.showLineNumbers", + "notebook.toggleCellToolbarPosition", + "notebook.toggleBreadcrumb", + "notebook.saveMimeTypeOrder", + "notebook.placeholder", + "saveTarget.machine", + "saveTarget.workspace" + ], + "vs/workbench/contrib/notebook/browser/controller/editActions": [ + "notebookActions.deleteCell", + "notebookActions.editCell", + "notebookActions.quitEdit", + "notebookActions.deleteCell", + "clearCellOutputs", + "clearAllCellsOutputs", + "changeLanguage", + "changeLanguage", + "languageDescription", + "languageDescriptionConfigured", + "autoDetect", + "languagesPicks", + "pickLanguageToConfigure", + "detectLanguage", + "noDetection" ], - "vs/workbench/contrib/searchEditor/browser/searchEditorSerialization": [ - "invalidQueryStringError", - "numFiles", - "oneFile", - "numResults", - "oneResult", - "noResults", - "searchMaxResultsWarning" + "vs/workbench/contrib/notebook/browser/contrib/find/notebookFind": [ + "notebookActions.hideFind", + "notebookActions.findInNotebook" ], - "vs/workbench/contrib/scm/browser/activity": [ - "status.scm", - "scmPendingChangesBadge" + "vs/workbench/contrib/notebook/browser/contrib/format/formatting": [ + "format.title", + "label", + "formatCell.label" ], - "vs/workbench/contrib/scm/browser/dirtydiffDecorator": [ - "changes", - "change", - "label.close", - "show previous change", - "show next change", - { - "key": "miGotoNextChange", - "comment": [ - "&& denotes a mnemonic" - ] - }, - { - "key": "miGotoPreviousChange", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "move to previous change", - "move to next change", - "editorGutterModifiedBackground", - "editorGutterAddedBackground", - "editorGutterDeletedBackground", - "minimapGutterModifiedBackground", - "minimapGutterAddedBackground", - "minimapGutterDeletedBackground", - "overviewRulerModifiedForeground", - "overviewRulerAddedForeground", - "overviewRulerDeletedForeground" + "vs/workbench/contrib/notebook/browser/contrib/gettingStarted/notebookGettingStarted": [ + "workbench.notebook.layout.gettingStarted.label" ], - "vs/workbench/contrib/scm/browser/scmViewPaneContainer": [ - "source control" + "vs/workbench/contrib/notebook/browser/contrib/outline/notebookOutline": [ + "empty", + "outline.showCodeCells", + "breadcrumbs.showCodeCells" ], - "vs/workbench/contrib/scm/browser/scmViewPane": [ - "scm", - "input", - "sortAction", - "repositories", - "setListViewMode", - "setTreeViewMode", - "sortByName", - "sortByPath", - "sortByStatus", - "collapse all", - "expand all", - "scm.providerBorder" + "vs/workbench/contrib/notebook/browser/contrib/layout/layoutActions": [ + "notebook.toggleCellToolbarPosition" ], - "vs/workbench/contrib/scm/browser/scmRepositoriesViewPane": [ - "scm" + "vs/workbench/contrib/notebook/browser/contrib/profile/notebookProfile": [ + "setProfileTitle" ], - "vs/workbench/contrib/debug/browser/breakpointsView": [ - "expressionCondition", - "expressionAndHitCount", - "functionBreakpointsNotSupported", - "dataBreakpointsNotSupported", - "functionBreakpointPlaceholder", - "functionBreakPointInputAriaLabel", - "functionBreakpointExpressionPlaceholder", - "functionBreakPointExpresionAriaLabel", - "functionBreakpointHitCountPlaceholder", - "functionBreakPointHitCountAriaLabel", - "exceptionBreakpointAriaLabel", - "exceptionBreakpointPlaceholder", - "breakpoints", - "disabledLogpoint", - "disabledBreakpoint", - "unverifiedLogpoint", - "unverifiedBreakopint", - "dataBreakpointUnsupported", - "dataBreakpoint", - "functionBreakpointUnsupported", - "functionBreakpoint", - "expression", - "hitCount", - "breakpointUnsupported", - "logMessage", - "expression", - "hitCount", - "breakpoint", - "addFunctionBreakpoint", - { - "key": "miFunctionBreakpoint", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "activateBreakpoints", - "removeBreakpoint", - "removeAllBreakpoints", - { - "key": "miRemoveAllBreakpoints", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "enableAllBreakpoints", - { - "key": "miEnableAllBreakpoints", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "disableAllBreakpoints", - { - "key": "miDisableAllBreakpoints", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "reapplyAllBreakpoints", - "editCondition", - "editCondition", - "editHitCount", - "editBreakpoint", - "editHitCount" + "vs/workbench/contrib/notebook/browser/contrib/cellStatusBar/statusBarProviders": [ + "notebook.cell.status.language", + "notebook.cell.status.autoDetectLanguage" + ], + "vs/workbench/contrib/notebook/browser/contrib/navigation/arrow": [ + "cursorMoveDown", + "cursorMoveUp", + "focusFirstCell", + "focusLastCell", + "focusOutput", + "focusOutputOut", + "notebookActions.centerActiveCell", + "cursorPageUp", + "cursorPageUpSelect", + "cursorPageDown", + "cursorPageDownSelect", + "notebook.navigation.allowNavigateToSurroundingCells" + ], + "vs/workbench/contrib/quickaccess/browser/viewQuickAccess": [ + "noViewResults", + "views", + "panels", + "secondary side bar", + "terminalTitle", + "terminals", + "logChannel", + "channels", + "openView", + "quickOpenView" ], - "vs/workbench/contrib/debug/browser/callStackView": [ - { - "key": "running", - "comment": [ - "indicates state" - ] - }, - "showMoreStackFrames2", - { - "key": "session", - "comment": [ - "Session is a noun" - ] - }, - { - "key": "running", - "comment": [ - "indicates state" - ] - }, - "thread", - "restartFrame", - "loadAllStackFrames", - "showMoreAndOrigin", - "showMoreStackFrames", - { - "comment": [ - "Debug is a noun in this context, not a verb." - ], - "key": "callStackAriaLabel" - }, - { - "key": "threadAriaLabel", - "comment": [ - "Placeholders stand for the thread name and the thread state.For example \"Thread 1\" and \"Stopped" - ] - }, - "stackFrameAriaLabel", - { - "key": "running", - "comment": [ - "indicates state" - ] - }, - { - "key": "sessionLabel", - "comment": [ - "Placeholders stand for the session name and the session state. For example \"Launch Program\" and \"Running\"" - ] - }, - "showMoreStackFrames", - "collapse" + "vs/platform/quickinput/browser/helpQuickAccess": [ + "helpPickAriaLabel" ], - "vs/workbench/contrib/debug/browser/debugToolBar": [ - "stepBackDebug", - "reverseContinue" + "vs/workbench/contrib/notebook/browser/contrib/cellStatusBar/executionStatusBarItemController": [ + "notebook.cell.status.success", + "notebook.cell.status.failed", + "notebook.cell.status.pending", + "notebook.cell.status.executing" ], - "vs/workbench/contrib/debug/browser/debugService": [ - "1activeSession", - "nActiveSessions", + "vs/workbench/contrib/notebook/browser/diff/notebookDiffActions": [ + "notebook.diff.switchToText", + "notebook.diff.cell.revertMetadata", + "notebook.diff.cell.switchOutputRenderingStyleToText", + "notebook.diff.cell.revertOutputs", + "notebook.diff.cell.revertInput", + "notebook.diff.showOutputs", + "notebook.diff.showMetadata", + "notebook.diff.ignoreMetadata", + "notebook.diff.ignoreOutputs" + ], + "vs/workbench/contrib/quickaccess/browser/commandsQuickAccess": [ + "noCommandResults", + "configure keybinding", + "commandWithCategory", + "showTriggerActions", + "clearCommandHistory", + "confirmClearMessage", + "confirmClearDetail", { - "key": "compoundMustHaveConfigurations", + "key": "clearButtonLabel", "comment": [ - "compound indicates a \"compounds\" configuration item", - "\"configurations\" is an attribute and should not be localized" + "&& denotes a mnemonic" ] - }, - "noConfigurationNameInWorkspace", - "multipleConfigurationNamesInWorkspace", - "noFolderWithName", - "configMissing", - "launchJsonDoesNotExist", - "debugRequestNotSupported", - "debugRequesMissing", - "debugTypeNotSupported", - "debugTypeMissing", + } + ], + "vs/workbench/contrib/notebook/browser/contrib/cellCommands/cellCommands": [ + "notebookActions.moveCellUp", + "notebookActions.moveCellDown", + "notebookActions.copyCellUp", + "notebookActions.copyCellDown", + "notebookActions.splitCell", + "notebookActions.joinCellAbove", + "notebookActions.joinCellBelow", + "notebookActions.changeCellToCode", + "notebookActions.changeCellToMarkdown", + "notebookActions.collapseCellInput", + "notebookActions.expandCellInput", + "notebookActions.collapseCellOutput", + "notebookActions.expandCellOutput", + "notebookActions.toggleOutputs", + "notebookActions.toggleOutputs", + "notebookActions.collapseAllCellInput", + "notebookActions.expandAllCellInput", + "notebookActions.collapseAllCellOutput", + "notebookActions.expandAllCellOutput" + ], + "vs/workbench/contrib/notebook/browser/contrib/editorStatusBar/editorStatusBar": [ + "notebookActions.selectKernel", + "notebookActions.selectKernel.args", + "notebook.promptKernel.setDefaultTooltip", + "current1", + "current2", + "suggestedKernels", + "otherKernelKinds", + "installKernels", + "prompt.placeholder.change", + "prompt.placeholder.select", + "notebook.info", + "tooltop", + "notebook.select", + "kernel.select.label", + "kernel.select.label", + "notebook.activeCellStatusName", + "notebook.multiActiveCellIndicator", + "notebook.singleActiveCellIndicator" + ], + "vs/workbench/contrib/files/browser/views/openEditorsView": [ { - "key": "installAdditionalDebuggers", + "key": "openEditors", "comment": [ - "Placeholder is the debug type, so for example \"node\", \"python\"" + "Open is an adjective" ] }, - "noFolderWorkspaceDebugError", - "debugAdapterCrash", - "cancel", + "dirtyCounter", + "openEditors", + "flipLayout", + "miToggleEditorLayoutWithoutMnemonic", { - "key": "debuggingPaused", + "key": "miToggleEditorLayout", "comment": [ - "First placeholder is the stack frame name, second is the line number, third placeholder is the reason why debugging is stopped, for example \"breakpoint\" and the last one is the file line content." + "&& denotes a mnemonic" ] }, - "breakpointAdded", - "breakpointRemoved" - ], - "vs/workbench/contrib/debug/browser/debugCommands": [ - "restartDebug", - "stepOverDebug", - "stepIntoDebug", - "stepOutDebug", - "pauseDebug", - "disconnect", - "stop", - "continueDebug", - "focusSession", - "selectAndStartDebugging", - "openLaunchJson", - "startDebug", - "startWithoutDebugging", - "chooseLocation", - "noExecutableCode", - "jumpToCursor", - "debug", - "noFolderDebugConfig", - "addInlineBreakpoint", - "debug" - ], - "vs/workbench/contrib/debug/browser/statusbarColorProvider": [ - "statusBarDebuggingBackground", - "statusBarDebuggingForeground", - "statusBarDebuggingBorder" + "newUntitledFile" ], - "vs/workbench/contrib/debug/browser/debugStatus": [ - "status.debug", - "debugTarget", - "selectAndStartDebug" + "vs/workbench/contrib/files/browser/views/emptyView": [ + "noWorkspace" ], - "vs/workbench/contrib/debug/browser/loadedScriptsView": [ - "loadedScriptsSession", - { - "comment": [ - "Debug is a noun in this context, not a verb." - ], - "key": "loadedScriptsAriaLabel" - }, - "loadedScriptsRootFolderAriaLabel", - "loadedScriptsSessionAriaLabel", - "loadedScriptsFolderAriaLabel", - "loadedScriptsSourceAriaLabel" + "vs/workbench/contrib/files/browser/views/explorerView": [ + "explorerSection", + "createNewFile", + "createNewFolder", + "refreshExplorer", + "collapseExplorerFolders" ], - "vs/workbench/contrib/debug/browser/debugEditorActions": [ - "toggleBreakpointAction", + "vs/workbench/contrib/files/browser/fileActions": [ + "newFile", + "newFolder", + "rename", + "delete", + "copyFile", + "pasteFile", + "download", + "upload", + "deleteButtonLabelRecycleBin", { - "key": "miToggleBreakpoint", + "key": "deleteButtonLabelTrash", "comment": [ "&& denotes a mnemonic" ] }, - "conditionalBreakpointEditorAction", { - "key": "miConditionalBreakpoint", + "key": "deleteButtonLabel", "comment": [ "&& denotes a mnemonic" ] }, - "logPointEditorAction", + "dirtyMessageFilesDelete", + "dirtyMessageFolderOneDelete", + "dirtyMessageFolderDelete", + "dirtyMessageFileDelete", + "dirtyWarning", + "irreversible", + "restorePlural", + "restore", + "undoBinFiles", + "undoBin", + "undoTrashFiles", + "undoTrash", + "doNotAskAgain", { - "key": "miLogPoint", + "key": "deleteBulkEdit", "comment": [ - "&& denotes a mnemonic" + "Placeholder will be replaced by the number of files deleted" ] }, - "runToCursor", - "evaluateInDebugConsole", - "addToWatch", - "showDebugHover", { - "key": "stepIntoTargets", + "key": "deleteFileBulkEdit", "comment": [ - "Step Into Targets lets the user step into an exact function he or she is interested in." + "Placeholder will be replaced by the name of the file deleted" ] }, - "goToNextBreakpoint", - "goToPreviousBreakpoint", - "closeExceptionWidget" - ], - "vs/workbench/contrib/debug/browser/watchExpressionsView": [ - "watchExpressionInputAriaLabel", - "watchExpressionPlaceholder", - { - "comment": [ - "Debug is a noun in this context, not a verb." - ], - "key": "watchAriaTreeLabel" - }, - "watchExpressionAriaLabel", - "watchVariableAriaLabel", - "collapse", - "addWatchExpression", - "removeAllWatchExpressions" - ], - "vs/workbench/contrib/debug/browser/variablesView": [ - "variableValueAriaLabel", - "variablesAriaTreeLabel", - "variableScopeAriaLabel", { - "key": "variableAriaLabel", - "comment": [ - "Placeholders are variable name and variable value respectivly. They should not be translated." - ] - }, - "collapse" - ], - "vs/workbench/contrib/debug/common/debugContentProvider": [ - "unable", - "canNotResolveSourceWithError", - "canNotResolveSource" - ], - "vs/workbench/contrib/debug/browser/welcomeView": [ - "run", + "key": "deletingBulkEdit", + "comment": [ + "Placeholder will be replaced by the number of files deleted" + ] + }, { - "key": "openAFileWhichCanBeDebugged", + "key": "deletingFileBulkEdit", "comment": [ - "Please do not translate the word \"commmand\", it is part of our internal syntax which must not change" + "Placeholder will be replaced by the name of the file deleted" ] }, + "binFailed", + "trashFailed", { - "key": "runAndDebugAction", + "key": "deletePermanentlyButtonLabel", "comment": [ - "Please do not translate the word \"commmand\", it is part of our internal syntax which must not change" + "&& denotes a mnemonic" ] }, { - "key": "detectThenRunAndDebug", + "key": "retryButtonLabel", "comment": [ - "Please do not translate the word \"commmand\", it is part of our internal syntax which must not change" + "&& denotes a mnemonic" ] }, + "confirmMoveTrashMessageFilesAndDirectories", + "confirmMoveTrashMessageMultipleDirectories", + "confirmMoveTrashMessageMultiple", + "confirmMoveTrashMessageFolder", + "confirmMoveTrashMessageFile", + "confirmDeleteMessageFilesAndDirectories", + "confirmDeleteMessageMultipleDirectories", + "confirmDeleteMessageMultiple", + "confirmDeleteMessageFolder", + "confirmDeleteMessageFile", + "globalCompareFile", + "toggleAutoSave", + "saveAllInGroup", + "closeGroup", + "focusFilesExplorer", + "showInExplorer", + "openFileInNewWindow", + "openFileToShowInNewWindow.unsupportedschema", + "emptyFileNameError", + "fileNameStartsWithSlashError", + "fileNameExistsError", + "invalidFileNameError", + "fileNameWhitespaceWarning", + "compareWithClipboard", + "clipboardComparisonLabel", + "retry", + "createBulkEdit", + "creatingBulkEdit", + "renameBulkEdit", + "renamingBulkEdit", + "fileIsAncestor", { - "key": "customizeRunAndDebug", + "key": "movingBulkEdit", "comment": [ - "Please do not translate the word \"commmand\", it is part of our internal syntax which must not change" + "Placeholder will be replaced by the number of files being moved" ] }, { - "key": "customizeRunAndDebugOpenFolder", + "key": "movingFileBulkEdit", "comment": [ - "Please do not translate the word \"commmand\", it is part of our internal syntax which must not change" + "Placeholder will be replaced by the name of the file moved." ] - } - ], - "vs/workbench/contrib/debug/browser/debugQuickAccess": [ - "noDebugResults", - "customizeLaunchConfig", + }, { - "key": "contributed", + "key": "moveBulkEdit", "comment": [ - "contributed is lower case because it looks better like that in UI. Nothing preceeds it. It is a name of the grouping of debug configurations." + "Placeholder will be replaced by the number of files being moved" ] }, { - "key": "providerAriaLabel", + "key": "moveFileBulkEdit", "comment": [ - "Placeholder stands for the provider label. For example \"NodeJS\"." + "Placeholder will be replaced by the name of the file moved." ] }, - "configure", - "addConfigTo", - "addConfiguration" - ], - "vs/workbench/contrib/debug/browser/debugColors": [ - "debugToolBarBackground", - "debugToolBarBorder", - "debugIcon.startForeground", - "debugIcon.pauseForeground", - "debugIcon.stopForeground", - "debugIcon.disconnectForeground", - "debugIcon.restartForeground", - "debugIcon.stepOverForeground", - "debugIcon.stepIntoForeground", - "debugIcon.stepOutForeground", - "debugIcon.continueForeground", - "debugIcon.stepBackForeground" - ], - "vs/workbench/contrib/debug/browser/debugIcons": [ - "debugConsoleViewIcon", - "runViewIcon", - "variablesViewIcon", - "watchViewIcon", - "callStackViewIcon", - "breakpointsViewIcon", - "loadedScriptsViewIcon", - "debugBreakpoint", - "debugBreakpointDisabled", - "debugBreakpointUnverified", - "debugBreakpointFunction", - "debugBreakpointFunctionDisabled", - "debugBreakpointFunctionUnverified", - "debugBreakpointConditional", - "debugBreakpointConditionalDisabled", - "debugBreakpointConditionalUnverified", - "debugBreakpointData", - "debugBreakpointDataDisabled", - "debugBreakpointDataUnverified", - "debugBreakpointLog", - "debugBreakpointLogDisabled", - "debugBreakpointLogUnverified", - "debugBreakpointHint", - "debugBreakpointUnsupported", - "debugStackframe", - "debugStackframeFocused", - "debugGripper", - "debugRestartFrame", - "debugStop", - "debugDisconnect", - "debugRestart", - "debugStepOver", - "debugStepInto", - "debugStepOut", - "debugStepBack", - "debugPause", - "debugContinue", - "debugReverseContinue", - "debugStart", - "debugConfigure", - "debugConsole", - "debugCollapseAll", - "callstackViewSession", - "debugConsoleClearAll", - "watchExpressionsRemoveAll", - "watchExpressionsAdd", - "watchExpressionsAddFuncBreakpoint", - "breakpointsRemoveAll", - "breakpointsActivate", - "debugConsoleEvaluationInput", - "debugConsoleEvaluationPrompt" - ], - "vs/workbench/contrib/debug/browser/exceptionWidget": [ - "debugExceptionWidgetBorder", - "debugExceptionWidgetBackground", - "exceptionThrownWithId", - "exceptionThrown", - "close" - ], - "vs/workbench/contrib/debug/browser/debugHover": [ { - "key": "quickTip", + "key": "copyingBulkEdit", "comment": [ - "\"switch to editor language hover\" means to show the programming language hover widget instead of the debug hover" + "Placeholder will be replaced by the number of files being copied" ] }, - "treeAriaLabel", { - "key": "variableAriaLabel", + "key": "copyingFileBulkEdit", "comment": [ - "Do not translate placeholders. Placeholders are name and value of a variable." + "Placeholder will be replaced by the name of the file copied." ] - } - ], - "vs/workbench/contrib/debug/common/debugModel": [ - "invalidVariableAttributes", - "startDebugFirst", - "notAvailable", + }, { - "key": "pausedOn", + "key": "copyBulkEdit", "comment": [ - "indicates reason for program being paused" + "Placeholder will be replaced by the number of files being copied" ] }, - "paused", { - "key": "running", + "key": "copyFileBulkEdit", "comment": [ - "indicates state" + "Placeholder will be replaced by the name of the file copied." ] }, - "breakpointDirtydHover" + "fileDeleted" ], - "vs/workbench/contrib/debug/browser/breakpointWidget": [ - "breakpointWidgetLogMessagePlaceholder", - "breakpointWidgetHitCountPlaceholder", - "breakpointWidgetExpressionPlaceholder", - "expression", - "hitCount", - "logMessage", - "breakpointType" + "vs/workbench/contrib/files/browser/fileCommands": [ + "modifiedLabel", + { + "key": "genericSaveError", + "comment": [ + "{0} is the resource that failed to save and {1} the error message" + ] + }, + "retry", + "discard", + "genericRevertError" ], - "vs/workbench/contrib/debug/browser/debugActionViewItems": [ - "debugLaunchConfigurations", - "noConfigurations", - "addConfigTo", - "addConfiguration", - "debugSession" + "vs/workbench/contrib/logs/common/logsActions": [ + "setLogLevel", + "trace", + "debug", + "info", + "warn", + "err", + "critical", + "off", + "selectLogLevel", + "default and current", + "default", + "current", + "openSessionLogFile", + "current", + "sessions placeholder", + "log placeholder" ], - "vs/workbench/contrib/debug/browser/linkDetector": [ - "followForwardedLink", - "followLink", - "fileLinkMac", - "fileLink" + "vs/workbench/contrib/interactive/browser/interactiveEditor": [ + "interactiveInputPlaceHolder" ], - "vs/workbench/contrib/debug/browser/replViewer": [ - "debugConsole", - "replVariableAriaLabel", + "vs/workbench/contrib/files/browser/editors/textFileSaveErrorHandler": [ + "userGuide", + "staleSaveError", + "readonlySaveErrorAdmin", + "readonlySaveErrorSudo", + "readonlySaveError", + "permissionDeniedSaveError", + "permissionDeniedSaveErrorSudo", { - "key": "occurred", + "key": "genericSaveError", "comment": [ - "Front will the value of the debug console element. Placeholder will be replaced by a number which represents occurrance count." + "{0} is the resource that failed to save and {1} the error message" ] }, - "replRawObjectAriaLabel", - "replGroup" - ], - "vs/workbench/contrib/debug/common/replModel": [ - "consoleCleared", - "snapshotObj" - ], - "vs/workbench/contrib/debug/browser/replFilter": [ - "showing filtered repl lines" + "learnMore", + "dontShowAgain", + "compareChanges", + "saveConflictDiffLabel", + "overwriteElevated", + "overwriteElevatedSudo", + "saveElevated", + "saveElevatedSudo", + "retry", + "discard", + "overwrite", + "overwrite", + "configure" ], - "vs/workbench/contrib/markers/browser/markersView": [ - "No problems filtered", - "problems filtered", - "clearFilter" + "vs/workbench/contrib/notebook/browser/notebookIcons": [ + "configureKernel", + "selectKernelIcon", + "executeIcon", + "executeAboveIcon", + "executeBelowIcon", + "stopIcon", + "deleteCellIcon", + "executeAllIcon", + "editIcon", + "stopEditIcon", + "moveUpIcon", + "moveDownIcon", + "clearIcon", + "splitCellIcon", + "unfoldIcon", + "successStateIcon", + "errorStateIcon", + "pendingStateIcon", + "executingStateIcon", + "collapsedIcon", + "expandedIcon", + "openAsTextIcon", + "revertIcon", + "renderOutputIcon", + "mimetypeIcon" ], - "vs/workbench/contrib/markers/browser/messages": [ - "problems.view.toggle.label", - "problems.view.focus.label", - "problems.panel.configuration.title", - "problems.panel.configuration.autoreveal", - "problems.panel.configuration.showCurrentInStatus", - "markers.panel.title.problems", - "markers.panel.no.problems.build", - "markers.panel.no.problems.activeFile.build", - "markers.panel.no.problems.filters", - "markers.panel.action.moreFilters", - "markers.panel.filter.showErrors", - "markers.panel.filter.showWarnings", - "markers.panel.filter.showInfos", - "markers.panel.filter.useFilesExclude", - "markers.panel.filter.activeFile", - "markers.panel.action.filter", - "markers.panel.action.quickfix", - "markers.panel.filter.ariaLabel", - "markers.panel.filter.placeholder", - "markers.panel.filter.errors", - "markers.panel.filter.warnings", - "markers.panel.filter.infos", - "markers.panel.single.error.label", - "markers.panel.multiple.errors.label", - "markers.panel.single.warning.label", - "markers.panel.multiple.warnings.label", - "markers.panel.single.info.label", - "markers.panel.multiple.infos.label", - "markers.panel.single.unknown.label", - "markers.panel.multiple.unknowns.label", - "markers.panel.at.ln.col.number", - "problems.tree.aria.label.resource", - "problems.tree.aria.label.marker.relatedInformation", - "problems.tree.aria.label.error.marker", - "problems.tree.aria.label.error.marker.nosource", - "problems.tree.aria.label.warning.marker", - "problems.tree.aria.label.warning.marker.nosource", - "problems.tree.aria.label.info.marker", - "problems.tree.aria.label.info.marker.nosource", - "problems.tree.aria.label.marker", - "problems.tree.aria.label.marker.nosource", - "problems.tree.aria.label.relatedinfo.message", - "errors.warnings.show.label" + "vs/workbench/contrib/bulkEdit/browser/preview/bulkEditPane": [ + "ok", + "cancel", + "empty.msg", + "conflict.1", + "conflict.N", + "edt.title.del", + "rename", + "create", + "edt.title.2", + "edt.title.1" ], - "vs/workbench/contrib/markers/browser/markersFileDecorations": [ - "label", - "tooltip.1", - "tooltip.N", - "markers.showOnFile" + "vs/editor/contrib/peekView/browser/peekView": [ + "inReferenceSearchEditor", + "label.close", + "peekViewTitleBackground", + "peekViewTitleForeground", + "peekViewTitleInfoForeground", + "peekViewBorder", + "peekViewResultsBackground", + "peekViewResultsMatchForeground", + "peekViewResultsFileForeground", + "peekViewResultsSelectionBackground", + "peekViewResultsSelectionForeground", + "peekViewEditorBackground", + "peekViewEditorGutterBackground", + "peekViewResultsMatchHighlight", + "peekViewEditorMatchHighlight", + "peekViewEditorMatchHighlightBorder" ], - "vs/workbench/contrib/markers/browser/markers": [ - "totalProblems" + "vs/workbench/contrib/files/browser/workspaceWatcher": [ + "enospcError", + "learnMore", + "eshutdownError", + "reload" ], - "vs/workbench/contrib/comments/browser/commentsEditorContribution": [ - "pickCommentService", - "nextCommentThreadAction" + "vs/workbench/contrib/files/browser/editors/binaryFileEditor": [ + "binaryFileEditor" ], - "vs/workbench/contrib/url/browser/trustedDomains": [ - "trustedDomain.manageTrustedDomain", - "trustedDomain.trustDomain", - "trustedDomain.trustAllPorts", - "trustedDomain.trustSubDomain", - "trustedDomain.trustAllDomains", - "trustedDomain.manageTrustedDomains", - "configuringURL" + "vs/workbench/contrib/files/common/dirtyFilesIndicator": [ + "dirtyFile", + "dirtyFiles" ], - "vs/workbench/contrib/url/browser/trustedDomainsValidator": [ - "openExternalLinkAt", - "open", - "copy", - "cancel", - "configureTrustedDomains" + "vs/workbench/contrib/scm/browser/activity": [ + "status.scm", + "scmPendingChangesBadge" ], - "vs/workbench/contrib/webviewPanel/browser/webviewCommands": [ - "editor.action.webvieweditor.showFind", - "editor.action.webvieweditor.hideFind", - "editor.action.webvieweditor.findNext", - "editor.action.webvieweditor.findPrevious", - "refreshWebviewLabel" + "vs/workbench/contrib/bulkEdit/browser/preview/bulkEditPreview": [ + "default" ], - "vs/workbench/contrib/externalUriOpener/common/configuration": [ - "externalUriOpeners", - "externalUriOpeners.uri", - "externalUriOpeners.uri", - "externalUriOpeners.defaultId" + "vs/workbench/contrib/scm/browser/scmViewPaneContainer": [ + "source control" ], - "vs/workbench/contrib/externalUriOpener/common/externalUriOpenerService": [ - "selectOpenerDefaultLabel.web", - "selectOpenerDefaultLabel", - "selectOpenerConfigureTitle", - "selectOpenerPlaceHolder" + "vs/editor/common/config/editorConfigurationSchema": [ + "editorConfigurationTitle", + "tabSize", + "insertSpaces", + "detectIndentation", + "trimAutoWhitespace", + "largeFileOptimizations", + "wordBasedSuggestions", + "wordBasedSuggestionsMode.currentDocument", + "wordBasedSuggestionsMode.matchingDocuments", + "wordBasedSuggestionsMode.allDocuments", + "wordBasedSuggestionsMode", + "semanticHighlighting.true", + "semanticHighlighting.false", + "semanticHighlighting.configuredByTheme", + "semanticHighlighting.enabled", + "stablePeek", + "maxTokenizationLineLength", + "schema.brackets", + "schema.openBracket", + "schema.closeBracket", + "schema.colorizedBracketPairs", + "schema.openBracket", + "schema.closeBracket", + "maxComputationTime", + "maxFileSize", + "sideBySide", + "ignoreTrimWhitespace", + "renderIndicators", + "codeLens", + "wordWrap.off", + "wordWrap.on", + "wordWrap.inherit" ], - "vs/workbench/contrib/extensions/common/extensionsInput": [ - "extensionsInputName" + "vs/workbench/contrib/scm/browser/scmRepositoriesViewPane": [ + "scm" ], - "vs/workbench/contrib/extensions/browser/extensionsActions": [ - "noOfYearsAgo", - "one year ago", - "noOfMonthsAgo", - "one month ago", - "noOfDaysAgo", - "one day ago", - "noOfHoursAgo", - "one hour ago", - "just now", - { - "key": "vscode web", - "comment": [ - "VS Code Web is the name of the product" - ] - }, - "cannot be installed", - "close", - "more information", - "download", - "install vsix", - "installVSIX", - "update operation", - "install operation", - "check logs", - "installExtensionStart", - "installExtensionComplete", - "install", - "install and do no sync", - "install", + "vs/workbench/contrib/scm/browser/dirtydiffDecorator": [ + "changes", + "change", + "label.close", + "show previous change", + "show next change", { - "key": "install in remote and do not sync", + "key": "miGotoNextChange", "comment": [ - "This is the name of the action to install an extension in remote server and do not sync it. Placeholder is for the name of remote server." + "&& denotes a mnemonic" ] }, { - "key": "install in remote", + "key": "miGotoPreviousChange", "comment": [ - "This is the name of the action to install an extension in remote server. Placeholder is for the name of remote server." + "&& denotes a mnemonic" ] }, - "install locally and do not sync", - "install locally", - "install", + "move to previous change", + "move to next change", + "editorGutterModifiedBackground", + "editorGutterAddedBackground", + "editorGutterDeletedBackground", + "minimapGutterModifiedBackground", + "minimapGutterAddedBackground", + "minimapGutterDeletedBackground", + "overviewRulerModifiedForeground", + "overviewRulerAddedForeground", + "overviewRulerDeletedForeground" + ], + "vs/workbench/contrib/workspace/common/workspace": [ + "workspaceTrustEnabledCtx", + "workspaceTrustedCtx" + ], + "vs/workbench/contrib/scm/browser/scmViewPane": [ + "scm", + "input", + "sortAction", + "repositories", + "setListViewMode", + "setTreeViewMode", + "repositorySortByDiscoveryTime", + "repositorySortByName", + "repositorySortByPath", + "sortChangesByName", + "sortChangesByPath", + "sortChangesByStatus", + "collapse all", + "expand all", + "scm.providerBorder" + ], + "vs/workbench/contrib/search/browser/searchActions": [ + "replaceInFiles", + "toggleTabs", + "FocusNextSearchResult.label", + "FocusPreviousSearchResult.label", + "RemoveAction.label", + "file.replaceAll.label", + "file.replaceAll.label", + "match.replace.label" + ], + "vs/editor/contrib/quickAccess/browser/gotoLineQuickAccess": [ + "cannotRunGotoLine", + "gotoLineColumnLabel", + "gotoLineLabel", + "gotoLineLabelEmptyWithLimit", + "gotoLineLabelEmpty" + ], + "vs/workbench/contrib/search/browser/anythingQuickAccess": [ + "noAnythingResults", + "recentlyOpenedSeparator", + "fileAndSymbolResultsSeparator", + "fileResultsSeparator", + "filePickAriaLabelDirty", { - "key": "install everywhere tooltip", + "key": "openToSide", "comment": [ - "Placeholder is the name of the product. Eg: Visual Studio Code or Visual Studio Code - Insiders" + "Open this file in a split editor on the left/right side" ] }, - "installing", - "install", - "installing", - "installExtensionStart", { - "key": "install in remote", + "key": "openToBottom", "comment": [ - "This is the name of the action to install an extension in remote server. Placeholder is for the name of remote server." + "Open this file in a split editor on the bottom" ] }, - "install locally", - "install browser", - "uninstallAction", - "Uninstalling", - "uninstallExtensionStart", - "uninstallExtensionComplete", - "updateExtensionStart", - "updateExtensionComplete", - "updateTo", - "updateAction", - "manage", - "ManageExtensionAction.uninstallingTooltip", - "manage", - "install another version", - "selectVersion", - "current", - "enableForWorkspaceAction", - "enableForWorkspaceActionToolTip", - "enableGloballyAction", - "enableGloballyActionToolTip", - "disableForWorkspaceAction", - "disableForWorkspaceActionToolTip", - "disableGloballyAction", - "disableGloballyActionToolTip", - "enableAction", - "disableAction", - "reloadAction", - "reloadRequired", - "postUninstallTooltip", - "uninstallExtensionComplete", - "reloadRequired", - "postUpdateTooltip", - "reloadRequired", - "enable locally", - "reloadRequired", - "enable remote", - "reloadRequired", - "postEnableTooltip", - "reloadRequired", - "postEnableTooltip", - "reloadRequired", - "postDisableTooltip", - "reloadRequired", - "postEnableTooltip", - "reloadRequired", - "postEnableTooltip", - "installExtensionCompletedAndReloadRequired", - "current", - "color theme", - "select color theme", - "file icon theme", - "select file icon theme", - "product icon theme", - "select product icon theme", - "showRecommendedExtension", - "installRecommendedExtension", - "ignoreExtensionRecommendation", - "undo", - "search recommendations", - "OpenExtensionsFile.failed", - "configureWorkspaceRecommendedExtensions", - "configureWorkspaceFolderRecommendedExtensions", - "updated", - "installed", - "uninstalled", - "enabled", - "disabled", - "malicious tooltip", + "closeEditor" + ], + "vs/workbench/contrib/search/browser/symbolsQuickAccess": [ + "noSymbolResults", + "openToSide", + "openToBottom" + ], + "vs/workbench/contrib/search/browser/searchIcons": [ + "searchDetailsIcon", + "searchShowContextIcon", + "searchHideReplaceIcon", + "searchShowReplaceIcon", + "searchReplaceAllIcon", + "searchReplaceIcon", + "searchRemoveIcon", + "searchRefreshIcon", + "searchCollapseAllIcon", + "searchExpandAllIcon", + "searchClearIcon", + "searchStopIcon", + "searchViewIcon", + "searchNewEditorIcon" + ], + "vs/workbench/contrib/search/browser/searchWidget": [ + "search.action.replaceAll.disabled.label", + "search.action.replaceAll.enabled.label", + "search.replace.toggle.button.title", + "label.Search", + "search.placeHolder", + "showContext", + "label.Replace", + "search.replace.placeHolder" + ], + "vs/workbench/contrib/codeEditor/browser/quickaccess/gotoSymbolQuickAccess": [ + "empty", + "gotoSymbol", { - "key": "malicious", + "key": "miGotoSymbolInEditor", "comment": [ - "Refers to a malicious extension" + "&& denotes a mnemonic" ] }, - "malicious tooltip", - "ignored", - "synced", - "sync", - "do not sync", - "extension enabled on remote", - "globally enabled", - "workspace enabled", - "globally disabled", - "workspace disabled", - "Install language pack also in remote server", - "Install language pack also locally", - "Install in other server to enable", - "disabled because of extension kind", - "disabled locally", - "disabled remotely", - "extension disabled because of trust requirement", - "reinstall", - "selectExtensionToReinstall", - "ReinstallAction.successReload", - "ReinstallAction.success", - "InstallVSIXAction.reloadNow", - "install previous version", - "selectExtension", - "current", - "selectVersion", - "InstallAnotherVersionExtensionAction.successReload", - "InstallAnotherVersionExtensionAction.success", - "InstallAnotherVersionExtensionAction.reloadNow", - "select extensions to install", - "no local extensions", - "installing extensions", - "finished installing", - "select and install local extensions", - "install local extensions title", - "select and install remote extensions", - "install remote extensions", - "extensionButtonProminentBackground", - "extensionButtonProminentForeground", - "extensionButtonProminentHoverBackground" - ], - "vs/workbench/contrib/extensions/browser/extensionEditor": [ - "name", - "extension id", - "preview", - "preview", - "builtin", - "publisher", - "install count", - "rating", - "repository", - "license", - "version", - "details", - "detailstooltip", - "contributions", - "contributionstooltip", - "changelog", - "changelogtooltip", - "dependencies", - "dependenciestooltip", - "extensionpack", - "extensionpacktooltip", - "recommendationHasBeenIgnored", - "noReadme", - "extension pack", - "noReadme", - "noChangelog", - "noContributions", - "noContributions", - "noDependencies", - "noextensions", - "settings", - "setting name", - "description", - "default", - "debuggers", - "debugger name", - "debugger type", - "viewContainers", - "view container id", - "view container title", - "view container location", - "views", - "view id", - "view name", - "view location", - "localizations", - "localizations language id", - "localizations language name", - "localizations localized language name", - "customEditors", - "customEditors view type", - "customEditors priority", - "customEditors filenamePattern", - "codeActions", - "codeActions.title", - "codeActions.kind", - "codeActions.description", - "codeActions.languages", - "authentication", - "authentication.label", - "authentication.id", - "colorThemes", - "iconThemes", - "productThemes", - "colors", - "colorId", - "description", - "defaultDark", - "defaultLight", - "defaultHC", - "JSON Validation", - "fileMatch", - "schema", - "commands", - "command name", - "description", - "keyboard shortcuts", - "menuContexts", - "languages", - "language id", - "language name", - "file extensions", - "grammar", - "snippets", - "activation events", - "find", - "find next", - "find previous" - ], - "vs/workbench/contrib/extensions/common/extensionsFileTemplate": [ - "app.extensions.json.title", - "app.extensions.json.recommendations", - "app.extension.identifier.errorMessage", - "app.extensions.json.unwantedRecommendations", - "app.extension.identifier.errorMessage" + "gotoSymbolQuickAccessPlaceholder", + "gotoSymbolQuickAccess", + "gotoSymbolByCategoryQuickAccess" ], - "vs/workbench/contrib/extensions/common/extensionsUtils": [ - "disableOtherKeymapsConfirmation", - "yes", - "no" + "vs/workbench/services/search/common/queryBuilder": [ + "search.noWorkspaceWithName" ], - "vs/workbench/contrib/extensions/browser/extensionsActivationProgress": [ - "activation" + "vs/workbench/browser/parts/views/viewPane": [ + "viewPaneContainerExpandedIcon", + "viewPaneContainerCollapsedIcon", + "viewToolbarAriaLabel" ], - "vs/workbench/contrib/extensions/browser/extensionsDependencyChecker": [ - "extensions", - "auto install missing deps", - "finished installing missing deps", - "reload", - "no missing deps" + "vs/workbench/contrib/search/browser/searchMessage": [ + "unable to open trust", + "unable to open" ], - "vs/workbench/contrib/extensions/browser/extensionsQuickAccess": [ - "type", - "searchFor", - "install", - "manage" + "vs/workbench/contrib/search/browser/patternInputWidget": [ + "defaultLabel", + "onlySearchInOpenEditors", + "useExcludesAndIgnoreFilesDescription" ], - "vs/workbench/contrib/extensions/browser/extensionsWorkbenchService": [ - "Manifest is not found", - "malicious", - "uninstallingExtension", - "incompatible", - "installing named extension", - "installing extension", - "disable all", - "singleDependentError", - "twoDependentsError", - "multipleDependentsError" + "vs/workbench/contrib/notebook/browser/contrib/find/notebookFindWidget": [ + "ariaSearchNoResultEmpty", + "ariaSearchNoResult", + "ariaSearchNoResultWithLineNumNoCurrentMatch" ], - "vs/workbench/contrib/extensions/browser/extensionRecommendationNotificationService": [ - "neverShowAgain", - "ignoreExtensionRecommendations", - "ignoreAll", - "no", - "workspaceRecommended", - "install", - "install and do no sync", - "show recommendations" + "vs/workbench/contrib/search/browser/searchResultsView": [ + "searchFolderMatch.other.label", + "searchFileMatches", + "searchFileMatch", + "searchMatches", + "searchMatch", + "lineNumStr", + "numLinesStr", + "search", + "folderMatchAriaLabel", + "otherFilesAriaLabel", + "fileMatchAriaLabel", + "replacePreviewResultAria", + "searchResultAria" ], - "vs/workbench/contrib/extensions/browser/extensionsIcons": [ - "extensionsViewIcon", - "manageExtensionIcon", - "clearSearchResultsIcon", - "refreshIcon", - "filterIcon", - "installLocalInRemoteIcon", - "installWorkspaceRecommendedIcon", - "configureRecommendedIcon", - "syncEnabledIcon", - "syncIgnoredIcon", - "remoteIcon", - "installCountIcon", - "ratingIcon", - "starFullIcon", - "starHalfIcon", - "starEmptyIcon", - "warningIcon", - "infoIcon", - "trustIcon" + "vs/platform/actions/browser/menuEntryActionViewItem": [ + "titleAndKb", + "titleAndKb", + "titleAndKbAndAlt" ], - "vs/workbench/contrib/extensions/browser/extensionsViews": [ - "extension.arialabel", - "extensions", - "galleryError", - "error", - "no extensions found", - "suggestProxyError", - "open user settings", - "no local extensions" + "vs/workbench/contrib/searchEditor/browser/searchEditor": [ + "moreSearch", + "searchScope.includes", + "label.includes", + "searchScope.excludes", + "label.excludes", + "runSearch", + "searchResultItem", + "searchEditor", + "textInputBoxBorder" ], - "vs/workbench/contrib/output/browser/logViewer": [ - "logViewerAriaLabel" + "vs/workbench/contrib/searchEditor/browser/searchEditorInput": [ + "searchTitle.withQuery", + "searchTitle.withQuery", + "searchTitle" ], - "vs/base/browser/ui/actionbar/actionViewItems": [ + "vs/workbench/contrib/debug/browser/breakpointsView": [ + "unverifiedExceptionBreakpoint", + "expressionCondition", + "expressionAndHitCount", + "functionBreakpointsNotSupported", + "dataBreakpointsNotSupported", + "read", + "write", + "access", + "functionBreakpointPlaceholder", + "functionBreakPointInputAriaLabel", + "functionBreakpointExpressionPlaceholder", + "functionBreakPointExpresionAriaLabel", + "functionBreakpointHitCountPlaceholder", + "functionBreakPointHitCountAriaLabel", + "exceptionBreakpointAriaLabel", + "exceptionBreakpointPlaceholder", + "breakpoints", + "disabledLogpoint", + "disabledBreakpoint", + "unverifiedLogpoint", + "unverifiedBreakpoint", + "dataBreakpointUnsupported", + "dataBreakpoint", + "functionBreakpointUnsupported", + "functionBreakpoint", + "expression", + "hitCount", + "instructionBreakpointUnsupported", + "instructionBreakpointAtAddress", + "instructionBreakpoint", + "hitCount", + "breakpointUnsupported", + "logMessage", + "expression", + "hitCount", + "breakpoint", + "addFunctionBreakpoint", { - "key": "titleLabel", + "key": "miFunctionBreakpoint", "comment": [ - "action title", - "action keybinding" + "&& denotes a mnemonic" ] - } + }, + "activateBreakpoints", + "removeBreakpoint", + "removeAllBreakpoints", + { + "key": "miRemoveAllBreakpoints", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "enableAllBreakpoints", + { + "key": "miEnableAllBreakpoints", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "disableAllBreakpoints", + { + "key": "miDisableAllBreakpoints", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "reapplyAllBreakpoints", + "editCondition", + "editCondition", + "editHitCount", + "editBreakpoint", + "editHitCount" ], - "vs/workbench/contrib/terminal/browser/terminalActions": [ - "workbench.action.terminal.selectDefaultProfile", - "workbench.action.terminal.openSettings", - "workbench.action.terminal.newWorkspacePlaceholder", - "terminalLaunchHelp", - "workbench.action.terminal.newInActiveWorkspace", - "workbench.action.terminal.focusPreviousPane", - "workbench.action.terminal.focusNextPane", - "workbench.action.terminal.resizePaneLeft", - "workbench.action.terminal.resizePaneRight", - "workbench.action.terminal.resizePaneUp", - "workbench.action.terminal.resizePaneDown", - "workbench.action.terminal.focus", - "workbench.action.terminal.focusNext", - "workbench.action.terminal.focusPrevious", - "workbench.action.terminal.runSelectedText", - "workbench.action.terminal.runActiveFile", - "workbench.action.terminal.runActiveFile.noFile", - "workbench.action.terminal.scrollDown", - "workbench.action.terminal.scrollDownPage", - "workbench.action.terminal.scrollToBottom", - "workbench.action.terminal.scrollUp", - "workbench.action.terminal.scrollUpPage", - "workbench.action.terminal.scrollToTop", - "workbench.action.terminal.navigationModeExit", - "workbench.action.terminal.navigationModeFocusPrevious", - "workbench.action.terminal.navigationModeFocusNext", - "workbench.action.terminal.clearSelection", - "workbench.action.terminal.manageWorkspaceShellPermissions", - "workbench.action.terminal.rename", - "workbench.action.terminal.rename.prompt", - "workbench.action.terminal.focusFind", - "workbench.action.terminal.hideFind", - "workbench.action.terminal.attachToRemote", - "noUnattachedTerminals", - "quickAccessTerminal", - "workbench.action.terminal.scrollToPreviousCommand", - "workbench.action.terminal.scrollToNextCommand", - "workbench.action.terminal.selectToPreviousCommand", - "workbench.action.terminal.selectToNextCommand", - "workbench.action.terminal.selectToPreviousLine", - "workbench.action.terminal.selectToNextLine", - "workbench.action.terminal.toggleEscapeSequenceLogging", - "workbench.action.terminal.sendSequence", - "workbench.action.terminal.newWithCwd", - "workbench.action.terminal.newWithCwd.cwd", - "workbench.action.terminal.renameWithArg", - "workbench.action.terminal.renameWithArg.name", - "workbench.action.terminal.renameWithArg.noName", - "workbench.action.terminal.toggleFindRegex", - "workbench.action.terminal.toggleFindWholeWord", - "workbench.action.terminal.toggleFindCaseSensitive", - "workbench.action.terminal.findNext", - "workbench.action.terminal.findPrevious", - "workbench.action.terminal.searchWorkspace", - "workbench.action.terminal.relaunch", - "workbench.action.terminal.showEnvironmentInformation", - "workbench.action.terminal.split", - "workbench.action.terminal.split.short", - "workbench.action.terminal.splitInActiveWorkspace", - "workbench.action.terminal.selectAll", - "workbench.action.terminal.new", - "workbench.action.terminal.newWorkspacePlaceholder", - "workbench.action.terminal.new.short", - "workbench.action.terminal.kill", - "workbench.action.terminal.kill.short", - "workbench.action.terminal.clear", - "workbench.action.terminal.selectDefaultProfile", - "workbench.action.terminal.copySelection", - "workbench.action.terminal.copySelection.short", - "workbench.action.terminal.paste", - "workbench.action.terminal.paste.short", - "workbench.action.terminal.switchTerminal" + "vs/workbench/contrib/debug/browser/debugIcons": [ + "debugConsoleViewIcon", + "runViewIcon", + "variablesViewIcon", + "watchViewIcon", + "callStackViewIcon", + "breakpointsViewIcon", + "loadedScriptsViewIcon", + "debugBreakpoint", + "debugBreakpointDisabled", + "debugBreakpointUnverified", + "debugBreakpointFunction", + "debugBreakpointFunctionDisabled", + "debugBreakpointFunctionUnverified", + "debugBreakpointConditional", + "debugBreakpointConditionalDisabled", + "debugBreakpointConditionalUnverified", + "debugBreakpointData", + "debugBreakpointDataDisabled", + "debugBreakpointDataUnverified", + "debugBreakpointLog", + "debugBreakpointLogDisabled", + "debugBreakpointLogUnverified", + "debugBreakpointHint", + "debugBreakpointUnsupported", + "debugStackframe", + "debugStackframeFocused", + "debugGripper", + "debugRestartFrame", + "debugStop", + "debugDisconnect", + "debugRestart", + "debugStepOver", + "debugStepInto", + "debugStepOut", + "debugStepBack", + "debugPause", + "debugContinue", + "debugReverseContinue", + "debugRun", + "debugStart", + "debugConfigure", + "debugConsole", + "debugRemoveConfig", + "debugCollapseAll", + "callstackViewSession", + "debugConsoleClearAll", + "watchExpressionsRemoveAll", + "watchExpressionsAdd", + "watchExpressionsAddFuncBreakpoint", + "breakpointsRemoveAll", + "breakpointsActivate", + "debugConsoleEvaluationInput", + "debugConsoleEvaluationPrompt", + "debugInspectMemory" ], - "vs/workbench/contrib/terminal/common/terminalColorRegistry": [ - "terminal.background", - "terminal.foreground", - "terminalCursor.foreground", - "terminalCursor.background", - "terminal.selectionBackground", - "terminal.border", - "terminal.ansiColor" + "vs/workbench/contrib/debug/browser/breakpointWidget": [ + "breakpointWidgetLogMessagePlaceholder", + "breakpointWidgetHitCountPlaceholder", + "breakpointWidgetExpressionPlaceholder", + "expression", + "hitCount", + "logMessage", + "breakpointType" ], - "vs/workbench/contrib/terminal/common/terminalMenu": [ + "vs/workbench/contrib/debug/browser/callStackView": [ { - "key": "miNewTerminal", + "key": "running", "comment": [ - "&& denotes a mnemonic" + "indicates state" ] }, + "showMoreStackFrames2", { - "key": "miSplitTerminal", + "key": "session", "comment": [ - "&& denotes a mnemonic" + "Session is a noun" ] }, { - "key": "miRunActiveFile", + "key": "running", "comment": [ - "&& denotes a mnemonic" + "indicates state" ] }, + "restartFrame", + "loadAllStackFrames", + "showMoreAndOrigin", + "showMoreStackFrames", { - "key": "miRunSelectedText", + "key": "pausedOn", "comment": [ - "&& denotes a mnemonic" + "indicates reason for program being paused" ] - } - ], - "vs/workbench/contrib/terminal/browser/terminalService": [ - "workbench.action.terminal.allowWorkspaceShell", - "workbench.action.terminal.disallowWorkspaceShell", - "terminalService.terminalCloseConfirmationSingular", - "terminalService.terminalCloseConfirmationPlural", - "terminal.integrated.chooseWindowsShell", - "enterTerminalProfileName", - "terminalProfileAlreadyExists", - "terminalProfiles", - "terminalProfiles.detected", - "createQuickLaunchProfile" - ], - "vs/workbench/contrib/terminal/browser/terminalQuickAccess": [ - "renameTerminal", - "killTerminal", - "workbench.action.terminal.newplus" - ], - "vs/workbench/contrib/terminal/browser/terminalIcons": [ - "terminalViewIcon", - "renameTerminalIcon", - "killTerminalIcon", - "newTerminalIcon", - "configureTerminalProfileIcon" - ], - "vs/workbench/contrib/terminal/browser/remoteTerminalService": [ - "restartPtyHost", - "nonResponsivePtyHost" - ], - "vs/workbench/contrib/tasks/common/jsonSchema_v1": [ - "JsonSchema.version.deprecated", - "JsonSchema.version", - "JsonSchema._runner", - "JsonSchema.runner", - "JsonSchema.windows", - "JsonSchema.mac", - "JsonSchema.linux", - "JsonSchema.shell" - ], - "vs/workbench/contrib/tasks/common/jsonSchema_v2": [ - "JsonSchema.shell", - "JsonSchema.tasks.isShellCommand.deprecated", - "JsonSchema.tasks.dependsOn.identifier", - "JsonSchema.tasks.dependsOn.string", - "JsonSchema.tasks.dependsOn.array", - "JsonSchema.tasks.dependsOn", - "JsonSchema.tasks.dependsOrder.parallel", - "JsonSchema.tasks.dependsOrder.sequence", - "JsonSchema.tasks.dependsOrder", - "JsonSchema.tasks.detail", - "JsonSchema.tasks.presentation", - "JsonSchema.tasks.presentation.echo", - "JsonSchema.tasks.presentation.focus", - "JsonSchema.tasks.presentation.revealProblems.always", - "JsonSchema.tasks.presentation.revealProblems.onProblem", - "JsonSchema.tasks.presentation.revealProblems.never", - "JsonSchema.tasks.presentation.revealProblems", - "JsonSchema.tasks.presentation.reveal.always", - "JsonSchema.tasks.presentation.reveal.silent", - "JsonSchema.tasks.presentation.reveal.never", - "JsonSchema.tasks.presentation.reveal", - "JsonSchema.tasks.presentation.instance", - "JsonSchema.tasks.presentation.showReuseMessage", - "JsonSchema.tasks.presentation.clear", - "JsonSchema.tasks.presentation.group", - "JsonSchema.tasks.terminal", - "JsonSchema.tasks.group.kind", - "JsonSchema.tasks.group.isDefault", - "JsonSchema.tasks.group.defaultBuild", - "JsonSchema.tasks.group.defaultTest", - "JsonSchema.tasks.group.build", - "JsonSchema.tasks.group.test", - "JsonSchema.tasks.group.none", - "JsonSchema.tasks.group", - "JsonSchema.tasks.type", - "JsonSchema.commandArray", - "JsonSchema.commandArray", - "JsonSchema.command.quotedString.value", - "JsonSchema.tasks.quoting.escape", - "JsonSchema.tasks.quoting.strong", - "JsonSchema.tasks.quoting.weak", - "JsonSchema.command.quotesString.quote", - "JsonSchema.command", - "JsonSchema.args.quotedString.value", - "JsonSchema.tasks.quoting.escape", - "JsonSchema.tasks.quoting.strong", - "JsonSchema.tasks.quoting.weak", - "JsonSchema.args.quotesString.quote", - "JsonSchema.tasks.args", - "JsonSchema.tasks.label", - "JsonSchema.version", - "JsonSchema.tasks.identifier", - "JsonSchema.tasks.identifier.deprecated", - "JsonSchema.tasks.reevaluateOnRerun", - "JsonSchema.tasks.runOn", - "JsonSchema.tasks.instanceLimit", - "JsonSchema.tasks.runOptions", - "JsonSchema.tasks.taskLabel", - "JsonSchema.tasks.taskName", - "JsonSchema.tasks.taskName.deprecated", - "JsonSchema.tasks.background", - "JsonSchema.tasks.promptOnClose", - "JsonSchema.tasks.matchers", - "JsonSchema.customizations.customizes.type", - "JsonSchema.tasks.customize.deprecated", - "JsonSchema.tasks.taskName.deprecated", - "JsonSchema.tasks.showOutput.deprecated", - "JsonSchema.tasks.echoCommand.deprecated", - "JsonSchema.tasks.suppressTaskName.deprecated", - "JsonSchema.tasks.isBuildCommand.deprecated", - "JsonSchema.tasks.isTestCommand.deprecated", - "JsonSchema.tasks.type", - "JsonSchema.tasks.suppressTaskName.deprecated", - "JsonSchema.tasks.taskSelector.deprecated", - "JsonSchema.windows", - "JsonSchema.mac", - "JsonSchema.linux" - ], - "vs/workbench/contrib/tasks/browser/tasksQuickAccess": [ - "noTaskResults", - "TaskService.pickRunTask" - ], - "vs/workbench/contrib/remote/browser/explorerViewItems": [ - "remotes", - "remote.explorer.switch" - ], - "vs/workbench/contrib/remote/browser/remoteIndicator": [ - "remote.category", - "remote.showMenu", - "remote.close", + }, + "paused", { - "key": "miCloseRemote", "comment": [ - "&& denotes a mnemonic" + "Debug is a noun in this context, not a verb." + ], + "key": "callStackAriaLabel" + }, + { + "key": "threadAriaLabel", + "comment": [ + "Placeholders stand for the thread name and the thread state.For example \"Thread 1\" and \"Stopped" ] }, - "host.open", - "host.open", - "host.reconnecting", - "host.tooltipReconnecting", - "disconnectedFrom", - "host.tooltipDisconnected", - "host.tooltip", - "workspace.tooltip", - "noHost.tooltip", - "remoteHost", - "cat.title", - "closeRemote.title" - ], - "vs/workbench/contrib/remote/browser/remoteIcons": [ - "getStartedIcon", - "documentationIcon", - "feedbackIcon", - "reviewIssuesIcon", - "reportIssuesIcon", - "remoteExplorerViewIcon", - "portsViewIcon", - "portIcon", - "privatePortIcon", - "publicPortIcon", - "forwardPortIcon", - "stopForwardIcon", - "openBrowserIcon", - "openPreviewIcon", - "copyAddressIcon", - "labelPortIcon", - "forwardedPortWithoutProcessIcon", - "forwardedPortWithProcessIcon" + "stackFrameAriaLabel", + { + "key": "running", + "comment": [ + "indicates state" + ] + }, + { + "key": "sessionLabel", + "comment": [ + "Placeholders stand for the session name and the session state. For example \"Launch Program\" and \"Running\"" + ] + }, + "showMoreStackFrames", + "collapse" ], - "vs/workbench/contrib/emmet/browser/actions/expandAbbreviation": [ - "expandAbbreviationAction", + "vs/workbench/contrib/debug/browser/debugService": [ + "1activeSession", + "nActiveSessions", + "runTrust", + "debugTrust", + { + "key": "compoundMustHaveConfigurations", + "comment": [ + "compound indicates a \"compounds\" configuration item", + "\"configurations\" is an attribute and should not be localized" + ] + }, + "noConfigurationNameInWorkspace", + "multipleConfigurationNamesInWorkspace", + "noFolderWithName", + "configMissing", + "launchJsonDoesNotExist", + "debugRequestNotSupported", + "debugRequesMissing", + "debugTypeNotSupported", + "debugTypeMissing", { - "key": "miEmmetExpandAbbreviation", + "key": "installAdditionalDebuggers", "comment": [ - "&& denotes a mnemonic" + "Placeholder is the debug type, so for example \"node\", \"python\"" ] - } - ], - "vs/workbench/contrib/codeEditor/browser/accessibility/accessibility": [ - "emergencyConfOn", - "openingDocs", - "introMsg", - "status", - "changeConfigToOnMac", - "changeConfigToOnWinLinux", - "auto_unknown", - "auto_on", - "auto_off", - "configuredOn", - "configuredOff", - "tabFocusModeOnMsg", - "tabFocusModeOnMsgNoKb", - "tabFocusModeOffMsg", - "tabFocusModeOffMsgNoKb", - "openDocMac", - "openDocWinLinux", - "outroMsg", - "ShowAccessibilityHelpAction" - ], - "vs/workbench/contrib/codeEditor/browser/diffEditorHelper": [ - "hintTimeout", - "removeTimeout", - "hintWhitespace" - ], - "vs/workbench/contrib/codeEditor/browser/inspectKeybindings": [ - "workbench.action.inspectKeyMap", - "workbench.action.inspectKeyMapJSON" - ], - "vs/workbench/contrib/codeEditor/browser/largeFileOptimizations": [ + }, + "noFolderWorkspaceDebugError", + "multipleSession", + "debugAdapterCrash", + "cancel", { - "key": "largeFile", + "key": "debuggingPaused", "comment": [ - "Variable 0 will be a file name." + "First placeholder is the stack frame name, second is the line number, third placeholder is the reason why debugging is stopped, for example \"breakpoint\" and the last one is the file line content." ] }, - "removeOptimizations", - "reopenFilePrompt" + "breakpointAdded", + "breakpointRemoved" ], - "vs/workbench/contrib/codeEditor/browser/inspectEditorTokens/inspectEditorTokens": [ - "inspectEditorTokens", - "inspectTMScopesWidget.loading" + "vs/workbench/contrib/debug/browser/debugStatus": [ + "status.debug", + "debugTarget", + "selectAndStartDebug" ], - "vs/workbench/contrib/codeEditor/browser/quickaccess/gotoLineQuickAccess": [ - "gotoLineQuickAccessPlaceholder", - "gotoLineQuickAccess", - "gotoLine" + "vs/workbench/contrib/debug/browser/debugToolBar": [ + "notebook.moreRunActionsLabel", + "stepBackDebug", + "reverseContinue" ], - "vs/workbench/contrib/codeEditor/browser/toggleColumnSelection": [ - "toggleColumnSelection", + "vs/workbench/contrib/debug/browser/loadedScriptsView": [ + "loadedScriptsSession", { - "key": "miColumnSelection", "comment": [ - "&& denotes a mnemonic" + "Debug is a noun in this context, not a verb." + ], + "key": "loadedScriptsAriaLabel" + }, + "loadedScriptsRootFolderAriaLabel", + "loadedScriptsSessionAriaLabel", + "loadedScriptsFolderAriaLabel", + "loadedScriptsSourceAriaLabel" + ], + "vs/workbench/contrib/debug/browser/variablesView": [ + "variableValueAriaLabel", + "variablesAriaTreeLabel", + "variableScopeAriaLabel", + { + "key": "variableAriaLabel", + "comment": [ + "Placeholders are variable name and variable value respectivly. They should not be translated." ] - } + }, + "viewMemory.prompt", + "cancel", + "install", + "viewMemory.install.progress", + "collapse" ], - "vs/workbench/contrib/codeEditor/browser/saveParticipants": [ - "formatting", - "codeaction", - "codeaction.get", - "codeAction.apply" + "vs/workbench/contrib/debug/browser/statusbarColorProvider": [ + "statusBarDebuggingBackground", + "statusBarDebuggingForeground", + "statusBarDebuggingBorder" ], - "vs/workbench/contrib/codeEditor/browser/toggleMinimap": [ - "toggleMinimap", + "vs/workbench/contrib/debug/browser/debugCommands": [ + "restartDebug", + "stepOverDebug", + "stepIntoDebug", + "stepOutDebug", + "pauseDebug", + "disconnect", + "disconnectSuspend", + "stop", + "continueDebug", + "focusSession", + "selectAndStartDebugging", + "openLaunchJson", + "startDebug", + "startWithoutDebugging", + "chooseLocation", + "noExecutableCode", + "jumpToCursor", + "debug", + "addInlineBreakpoint", + "debug" + ], + "vs/workbench/contrib/debug/common/debugContentProvider": [ + "unable", + "canNotResolveSourceWithError", + "canNotResolveSource" + ], + "vs/workbench/contrib/debug/browser/debugEditorActions": [ + "toggleBreakpointAction", { - "key": "miShowMinimap", + "key": "miToggleBreakpoint", "comment": [ "&& denotes a mnemonic" ] - } - ], - "vs/workbench/contrib/codeEditor/browser/toggleMultiCursorModifier": [ - "toggleLocation", - "miMultiCursorAlt", - "miMultiCursorCmd", - "miMultiCursorCtrl" - ], - "vs/workbench/contrib/codeEditor/browser/toggleRenderControlCharacter": [ - "toggleRenderControlCharacters", + }, + "conditionalBreakpointEditorAction", { - "key": "miToggleRenderControlCharacters", + "key": "miConditionalBreakpoint", "comment": [ "&& denotes a mnemonic" ] - } - ], - "vs/workbench/contrib/codeEditor/browser/toggleRenderWhitespace": [ - "toggleRenderWhitespace", + }, + "logPointEditorAction", { - "key": "miToggleRenderWhitespace", + "key": "miLogPoint", "comment": [ "&& denotes a mnemonic" ] - } - ], - "vs/workbench/contrib/codeEditor/browser/toggleWordWrap": [ - "editorWordWrap", - "toggle.wordwrap", - "unwrapMinified", - "wrapMinified", + }, + "openDisassemblyView", { - "key": "miToggleWordWrap", + "key": "miDisassemblyView", "comment": [ "&& denotes a mnemonic" ] - } - ], - "vs/workbench/contrib/snippets/browser/snippetsFile": [ - "source.workspaceSnippetGlobal", - "source.userSnippetGlobal", - "source.userSnippet" - ], - "vs/workbench/contrib/snippets/browser/snippetCompletionProvider": [ - "detail.snippet", - "snippetSuggest.longLabel", - "snippetSuggest.longLabel" - ], - "vs/workbench/contrib/format/browser/formatActionsMultiple": [ - "null", - "nullFormatterDescription", - "miss", - "config.needed", - "config.bad", - "do.config", - "cancel", - "do.config", - "select", - "formatter.default", - "def", - "config", - "format.placeHolder", - "select", - "formatDocument.label.multiple", - "formatSelection.label.multiple" - ], - "vs/workbench/contrib/format/browser/formatActionsNone": [ - "formatDocument.label.multiple", - "too.large", - "no.provider", - "install.formatter" - ], - "vs/workbench/contrib/format/browser/formatModified": [ - "formatChanges" - ], - "vs/workbench/contrib/update/browser/update": [ - "releaseNotes", - "update.noReleaseNotesOnline", - "releaseNotes", - "showReleaseNotes", - "read the release notes", - "releaseNotes", - "licenseChanged", - "updateIsReady", - "checkingForUpdates", - "update service", - "noUpdatesAvailable", - "ok", - "thereIsUpdateAvailable", - "download update", - "later", - "releaseNotes", - "updateAvailable", - "installUpdate", - "later", - "releaseNotes", - "updateInstalling", - "updateNow", - "later", - "releaseNotes", - "updateAvailableAfterRestart", - "checkForUpdates", - "checkingForUpdates", - "download update_1", - "DownloadingUpdate", - "installUpdate...", - "installingUpdate", - "restartToUpdate", - "switchToInsiders", - "switchToStable", - "relaunchMessage", - "relaunchDetailInsiders", - "relaunchDetailStable", - "reload", - "selectSyncService.message", - "use insiders", - "use stable", - "cancel", - "selectSyncService.detail", - "checkForUpdates" - ], - "vs/base/browser/ui/keybindingLabel/keybindingLabel": [ - "unbound" + }, + "toggleDisassemblyViewSourceCode", + { + "key": "mitogglesource", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "runToCursor", + "evaluateInDebugConsole", + "addToWatch", + "showDebugHover", + { + "key": "stepIntoTargets", + "comment": [ + "Step Into Targets lets the user step into an exact function he or she is interested in." + ] + }, + "goToNextBreakpoint", + "goToPreviousBreakpoint", + "closeExceptionWidget" ], - "vs/workbench/contrib/welcome/page/browser/welcomePage": [ + "vs/workbench/contrib/debug/browser/watchExpressionsView": [ + "typeNewValue", + "watchExpressionInputAriaLabel", + "watchExpressionPlaceholder", { "comment": [ - "This is the description for a setting. Values surrounded by single quotes are not to be translated." + "Debug is a noun in this context, not a verb." ], - "key": "workbench.startupEditor.none" + "key": "watchAriaTreeLabel" }, + "watchExpressionAriaLabel", + "watchVariableAriaLabel", + "collapse", + "addWatchExpression", + "removeAllWatchExpressions" + ], + "vs/workbench/contrib/debug/browser/debugQuickAccess": [ + "noDebugResults", + "customizeLaunchConfig", { + "key": "contributed", "comment": [ - "This is the description for a setting. Values surrounded by single quotes are not to be translated." - ], - "key": "workbench.startupEditor.welcomePage" + "contributed is lower case because it looks better like that in UI. Nothing preceeds it. It is a name of the grouping of debug configurations." + ] }, + "removeLaunchConfig", { + "key": "providerAriaLabel", "comment": [ - "This is the description for a setting. Values surrounded by single quotes are not to be translated." - ], - "key": "workbench.startupEditor.readme" + "Placeholder stands for the provider label. For example \"NodeJS\"." + ] }, + "configure", + "addConfigTo", + "addConfiguration" + ], + "vs/workbench/contrib/debug/browser/welcomeView": [ + "run", { + "key": "openAFileWhichCanBeDebugged", "comment": [ - "This is the description for a setting. Values surrounded by single quotes are not to be translated." - ], - "key": "workbench.startupEditor.newUntitledFile" + "Please do not translate the word \"commmand\", it is part of our internal syntax which must not change" + ] }, { + "key": "runAndDebugAction", "comment": [ - "This is the description for a setting. Values surrounded by single quotes are not to be translated." - ], - "key": "workbench.startupEditor.welcomePageInEmptyWorkbench" + "Please do not translate the word \"commmand\", it is part of our internal syntax which must not change" + ] }, { + "key": "detectThenRunAndDebug", "comment": [ - "This is the description for a setting. Values surrounded by single quotes are not to be translated." - ], - "key": "workbench.startupEditor.gettingStarted" + "Please do not translate the word \"commmand\", it is part of our internal syntax which must not change" + ] }, - "workbench.startupEditor", { + "key": "customizeRunAndDebug", "comment": [ - "This is the description for a setting. Values surrounded by single quotes are not to be translated." - ], - "key": "workbench.startupEditor.none" + "Please do not translate the word \"commmand\", it is part of our internal syntax which must not change" + ] }, { + "key": "customizeRunAndDebugOpenFolder", "comment": [ - "This is the description for a setting. Values surrounded by single quotes are not to be translated." - ], - "key": "workbench.startupEditor.welcomePage" + "Please do not translate the word \"commmand\", it is part of our internal syntax which must not change" + ] + }, + "allDebuggersDisabled" + ], + "vs/workbench/contrib/debug/common/debugLifecycle": [ + "debug.debugSessionCloseConfirmationSingular", + "debug.debugSessionCloseConfirmationPlural", + "debug.stop" + ], + "vs/workbench/contrib/debug/browser/disassemblyView": [ + "instructionNotAvailable", + "disassemblyTableColumnLabel", + "editorOpenedFromDisassemblyDescription", + "disassemblyView", + "instructionAddress", + "instructionBytes", + "instructionText" + ], + "vs/workbench/contrib/debug/common/disassemblyViewInput": [ + "disassemblyInputName" + ], + "vs/workbench/contrib/debug/common/debugModel": [ + "invalidVariableAttributes", + "startDebugFirst", + "notAvailable", + { + "key": "pausedOn", + "comment": [ + "indicates reason for program being paused" + ] + }, + "paused", + { + "key": "running", + "comment": [ + "indicates state" + ] + }, + "breakpointDirtydHover" + ], + "vs/workbench/contrib/debug/browser/exceptionWidget": [ + "debugExceptionWidgetBorder", + "debugExceptionWidgetBackground", + "exceptionThrownWithId", + "exceptionThrown", + "close" + ], + "vs/workbench/contrib/debug/browser/debugColors": [ + "debugToolBarBackground", + "debugToolBarBorder", + "debugIcon.startForeground", + "debugIcon.pauseForeground", + "debugIcon.stopForeground", + "debugIcon.disconnectForeground", + "debugIcon.restartForeground", + "debugIcon.stepOverForeground", + "debugIcon.stepIntoForeground", + "debugIcon.stepOutForeground", + "debugIcon.continueForeground", + "debugIcon.stepBackForeground" + ], + "vs/platform/history/browser/contextScopedHistoryWidget": [ + "suggestWidgetVisible" + ], + "vs/workbench/contrib/debug/browser/linkDetector": [ + "followForwardedLink", + "followLink", + "fileLinkMac", + "fileLink" + ], + "vs/workbench/contrib/debug/browser/debugActionViewItems": [ + "debugLaunchConfigurations", + "noConfigurations", + "addConfigTo", + "addConfiguration", + "debugSession" + ], + "vs/workbench/contrib/debug/browser/replViewer": [ + "debugConsole", + "replVariableAriaLabel", + { + "key": "occurred", + "comment": [ + "Front will the value of the debug console element. Placeholder will be replaced by a number which represents occurrance count." + ] + }, + "replRawObjectAriaLabel", + "replGroup" + ], + "vs/workbench/contrib/debug/browser/debugHover": [ + { + "key": "quickTip", + "comment": [ + "\"switch to editor language hover\" means to show the programming language hover widget instead of the debug hover" + ] }, + "treeAriaLabel", + { + "key": "variableAriaLabel", + "comment": [ + "Do not translate placeholders. Placeholders are name and value of a variable." + ] + } + ], + "vs/workbench/contrib/debug/browser/replFilter": [ + "showing filtered repl lines" + ], + "vs/workbench/contrib/debug/common/replModel": [ + "consoleCleared" + ], + "vs/workbench/contrib/comments/browser/commentsEditorContribution": [ + "hasCommentingRange", + "pickCommentService", + "nextCommentThreadAction", + "previousCommentThreadAction", + "comments.addCommand" + ], + "vs/workbench/contrib/url/browser/trustedDomains": [ + "trustedDomain.manageTrustedDomain", + "trustedDomain.trustDomain", + "trustedDomain.trustAllPorts", + "trustedDomain.trustSubDomain", + "trustedDomain.trustAllDomains", + "trustedDomain.manageTrustedDomains" + ], + "vs/workbench/contrib/markers/browser/markersView": [ + "No problems filtered", + "problems filtered", + "clearFilter" + ], + "vs/workbench/contrib/url/browser/trustedDomainsValidator": [ + "openExternalLinkAt", + "open", + "copy", + "cancel", + "configureTrustedDomains" + ], + "vs/workbench/contrib/markers/browser/markersFileDecorations": [ + "label", + "tooltip.1", + "tooltip.N", + "markers.showOnFile" + ], + "vs/workbench/contrib/mergeEditor/browser/mergeEditorInput": [ + "name" + ], + "vs/workbench/contrib/markers/browser/messages": [ + "problems.view.toggle.label", + "problems.view.focus.label", + "problems.panel.configuration.title", + "problems.panel.configuration.autoreveal", + "problems.panel.configuration.viewMode", + "problems.panel.configuration.showCurrentInStatus", + "problems.panel.configuration.compareOrder", + "problems.panel.configuration.compareOrder.severity", + "problems.panel.configuration.compareOrder.position", + "markers.panel.title.problems", + "markers.panel.no.problems.build", + "markers.panel.no.problems.activeFile.build", + "markers.panel.no.problems.filters", + "markers.panel.action.moreFilters", + "markers.panel.filter.showErrors", + "markers.panel.filter.showWarnings", + "markers.panel.filter.showInfos", + "markers.panel.filter.useFilesExclude", + "markers.panel.filter.activeFile", + "markers.panel.action.filter", + "markers.panel.action.quickfix", + "markers.panel.filter.ariaLabel", + "markers.panel.filter.placeholder", + "markers.panel.filter.errors", + "markers.panel.filter.warnings", + "markers.panel.filter.infos", + "markers.panel.single.error.label", + "markers.panel.multiple.errors.label", + "markers.panel.single.warning.label", + "markers.panel.multiple.warnings.label", + "markers.panel.single.info.label", + "markers.panel.multiple.infos.label", + "markers.panel.single.unknown.label", + "markers.panel.multiple.unknowns.label", + "markers.panel.at.ln.col.number", + "problems.tree.aria.label.resource", + "problems.tree.aria.label.marker.relatedInformation", + "problems.tree.aria.label.error.marker", + "problems.tree.aria.label.error.marker.nosource", + "problems.tree.aria.label.warning.marker", + "problems.tree.aria.label.warning.marker.nosource", + "problems.tree.aria.label.info.marker", + "problems.tree.aria.label.info.marker.nosource", + "problems.tree.aria.label.marker", + "problems.tree.aria.label.marker.nosource", + "problems.tree.aria.label.relatedinfo.message", + "errors.warnings.show.label" + ], + "vs/workbench/contrib/mergeEditor/browser/mergeEditor": [ + "yours", + "theirs", + "result" + ], + "vs/workbench/contrib/externalUriOpener/common/externalUriOpenerService": [ + "selectOpenerDefaultLabel.web", + "selectOpenerDefaultLabel", + "selectOpenerConfigureTitle", + "selectOpenerPlaceHolder" + ], + "vs/workbench/contrib/externalUriOpener/common/configuration": [ + "externalUriOpeners", + "externalUriOpeners.uri", + "externalUriOpeners.uri", + "externalUriOpeners.defaultId" + ], + "vs/workbench/contrib/webviewPanel/browser/webviewCommands": [ + "editor.action.webvieweditor.showFind", + "editor.action.webvieweditor.hideFind", + "editor.action.webvieweditor.findNext", + "editor.action.webvieweditor.findPrevious", + "refreshWebviewLabel" + ], + "vs/base/browser/ui/actionbar/actionViewItems": [ { + "key": "titleLabel", "comment": [ - "This is the description for a setting. Values surrounded by single quotes are not to be translated." - ], - "key": "workbench.startupEditor.readme" - }, + "action title", + "action keybinding" + ] + } + ], + "vs/workbench/contrib/output/browser/logViewer": [ + "logViewerAriaLabel" + ], + "vs/workbench/contrib/customEditor/common/customEditor": [ + "context.customEditor" + ], + "vs/platform/dnd/browser/dnd": [ + "fileTooLarge" + ], + "vs/workbench/contrib/extensions/common/extensionsInput": [ + "extensionsInputName" + ], + "vs/workbench/contrib/extensions/browser/extensionsViews": [ + "extension.arialabel", + "extensions", + "offline error", + "error", + "no extensions found", + "suggestProxyError", + "open user settings", + "no local extensions" + ], + "vs/workbench/contrib/extensions/browser/extensionsActions": [ + "VS Code for Web", + "cannot be installed", + "close", + "more information", + "update operation", + "install operation", + "install release version message", + "install release version", + "check logs", + "download", + "install vsix", + "installVSIX", + "install", + "deprecated message", + "install anyway", + "cancel", + "deprecated with alternate extension message", + "Show alternate extension", + "deprecated with alternate settings message", + "configure in settings", + "install confirmation", + "installExtensionStart", + "installExtensionComplete", + "install pre-release", + "install pre-release version", + "install", + "install release version", + "install", + "do no sync", { + "key": "install extension in remote and do not sync", "comment": [ - "This is the description for a setting. Values surrounded by single quotes are not to be translated." - ], - "key": "workbench.startupEditor.newUntitledFile" + "First placeholder is install action label.", + "Second placeholder is the name of the action to install an extension in remote server and do not sync it. Placeholder is for the name of remote server.", + "Third placeholder is do not sync label." + ] }, { + "key": "install extension in remote", "comment": [ - "This is the description for a setting. Values surrounded by single quotes are not to be translated." - ], - "key": "workbench.startupEditor.welcomePageInEmptyWorkbench" + "First placeholder is install action label.", + "Second placeholder is the name of the action to install an extension in remote server and do not sync it. Placeholder is for the name of remote server." + ] }, + "install extension locally and do not sync", + "install extension locally", { + "key": "install everywhere tooltip", "comment": [ - "This is the description for a setting. Values surrounded by single quotes are not to be translated." - ], - "key": "workbench.startupEditor.gettingStarted" + "Placeholder is the name of the product. Eg: Visual Studio Code or Visual Studio Code - Insiders" + ] }, - "workbench.startupEditor", - "welcomePage", - "welcomePage.javaScript", - "welcomePage.python", - "welcomePage.java", - "welcomePage.php", - "welcomePage.azure", - "welcomePage.showAzureExtensions", - "welcomePage.docker", - "welcomePage.vim", - "welcomePage.sublime", - "welcomePage.atom", - "welcomePage.extensionPackAlreadyInstalled", - "welcomePage.willReloadAfterInstallingExtensionPack", - "welcomePage.installingExtensionPack", - "welcomePage.extensionPackNotFound", - "welcomePage.keymapAlreadyInstalled", - "welcomePage.willReloadAfterInstallingKeymap", - "welcomePage.installingKeymap", - "welcomePage.keymapNotFound", - "welcome.title", - "welcomePage.openFolderWithPath", - "welcomePage.extensionListSeparator", - "welcomePage.installKeymap", - "welcomePage.installExtensionPack", - "welcomePage.installedKeymap", - "welcomePage.installedExtensionPack", - "ok", - "details" - ], - "vs/workbench/contrib/welcome/gettingStarted/browser/gettingStarted": [ - "gettingStartedLabel", - "more", - "close", - "no categories", - "configure visiblity", - "gettingStarted.vscode", + "installing", + "install", + "installing", + "installExtensionStart", { - "key": "gettingStarted.editingEvolved", + "key": "install in remote", "comment": [ - "Shown as subtitle on the Welcome page." + "This is the name of the action to install an extension in remote server. Placeholder is for the name of remote server." ] }, - "gettingStarted", - "welcomePage.showOnStartup", - "welcomePage.openFolderWithPath", - "recent", - "start", - "next", - "nextPage", - "imageShowing" - ], - "vs/workbench/contrib/welcome/gettingStarted/browser/gettingStartedInput": [ - "gettingStarted" - ], - "vs/workbench/contrib/welcome/gettingStarted/browser/gettingStartedIcons": [ - "gettingStartedUnchecked", - "gettingStartedChecked" - ], - "vs/workbench/contrib/welcome/walkthroughs/browser/walkthroughs": [ - "gettingStarted", - "more", - "gettingStartedLabel", - "pressEnterToSelect", - "pressEnterToSelect", - "gettingStarted.vscode", - "walkthroughs", - "imageShowing", - "next", - "nextPage" - ], - "vs/workbench/contrib/welcome/walkThrough/browser/walkThroughPart": [ - "walkThrough.unboundCommand", - "walkThrough.gitNotFound", - "walkThrough.embeddedEditorBackground" - ], - "vs/workbench/contrib/welcome/walkThrough/browser/editor/editorWalkThrough": [ - "editorWalkThrough.title", - "editorWalkThrough" - ], - "vs/workbench/contrib/callHierarchy/browser/callHierarchyPeek": [ - "callFrom", - "callsTo", - "title.loading", - "empt.callsFrom", - "empt.callsTo" - ], - "vs/editor/contrib/peekView/peekView": [ - "inReferenceSearchEditor", - "label.close", - "peekViewTitleBackground", - "peekViewTitleForeground", - "peekViewTitleInfoForeground", - "peekViewBorder", - "peekViewResultsBackground", - "peekViewResultsMatchForeground", - "peekViewResultsFileForeground", - "peekViewResultsSelectionBackground", - "peekViewResultsSelectionForeground", - "peekViewEditorBackground", - "peekViewEditorGutterBackground", - "peekViewResultsMatchHighlight", - "peekViewEditorMatchHighlight", - "peekViewEditorMatchHighlightBorder" - ], - "vs/workbench/contrib/outline/browser/outlinePane": [ - "no-editor", - "loading", - "no-symbols", - "collapse", - "followCur", - "filterOnType", - "sortByPosition", - "sortByName", - "sortByKind" - ], - "vs/workbench/contrib/codeEditor/browser/outline/documentSymbolsTree": [ - "title.template", - "1.problem", - "N.problem", - "deep.problem", - "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" + "install locally", + "install browser", + "uninstallAction", + "Uninstalling", + "uninstallExtensionStart", + "uninstallExtensionComplete", + "updateExtensionStart", + "updateExtensionComplete", + "updateAction", + "updateToTargetPlatformVersion", + "updateToLatestVersion", + "migrateExtension", + "migrate to", + "migrate", + "sponsor", + "manage", + "ManageExtensionAction.uninstallingTooltip", + "manage", + "switch to pre-release version", + "switch to pre-release version tooltip", + "switch to release version", + "switch to release version tooltip", + "install another version", + "no versions", + "pre-release", + "current", + "selectVersion", + "enableForWorkspaceAction", + "enableForWorkspaceActionToolTip", + "enableGloballyAction", + "enableGloballyActionToolTip", + "disableForWorkspaceAction", + "disableForWorkspaceActionToolTip", + "disableGloballyAction", + "disableGloballyActionToolTip", + "enableAction", + "disableAction", + "reloadAction", + "reloadRequired", + "postUninstallTooltip", + "uninstallExtensionComplete", + "reloadRequired", + "postUpdateTooltip", + "reloadRequired", + "enable locally", + "reloadRequired", + "enable remote", + "reloadRequired", + "postEnableTooltip", + "reloadRequired", + "postEnableTooltip", + "reloadRequired", + "postDisableTooltip", + "reloadRequired", + "postEnableTooltip", + "reloadRequired", + "postEnableTooltip", + "installExtensionCompletedAndReloadRequired", + "current", + "workbench.extensions.action.setColorTheme", + "select color theme", + "workbench.extensions.action.setFileIconTheme", + "select file icon theme", + "workbench.extensions.action.setProductIconTheme", + "select product icon theme", + "showRecommendedExtension", + "installRecommendedExtension", + "ignoreExtensionRecommendation", + "undo", + "search recommendations", + "OpenExtensionsFile.failed", + "configureWorkspaceRecommendedExtensions", + "configureWorkspaceFolderRecommendedExtensions", + "updated", + "installed", + "uninstalled", + "enabled", + "disabled", + "ignored", + "synced", + "sync", + "do not sync", + "malicious tooltip", + "deprecated with alternate extension tooltip", + "settings", + "deprecated with alternate settings tooltip", + "deprecated tooltip", + "incompatible platform", + "learn more", + "VS Code for Web", + "not web tooltip", + "learn why", + "disabled by environment", + "enabled by environment", + "disabled because of virtual workspace", + "extension limited because of virtual workspace", + "extension disabled because of trust requirement", + "extension limited because of trust requirement", + "Install in remote server to enable", + "learn more", + "Install in local server to enable", + "learn more", + "Defined to run in desktop", + "learn more", + "Cannot be enabled", + "learn more", + "Install language pack also in remote server", + "Install language pack also locally", + "enabled remotely", + "learn more", + "enabled locally", + "learn more", + "enabled in web worker", + "learn more", + "extension disabled because of dependency", + "extension enabled on remote", + "globally enabled", + "workspace enabled", + "globally disabled", + "workspace disabled", + "reinstall", + "selectExtensionToReinstall", + "ReinstallAction.successReload", + "ReinstallAction.success", + "InstallVSIXAction.reloadNow", + "install previous version", + "selectExtension", + "select extensions to install", + "no local extensions", + "installing extensions", + "finished installing", + "select and install local extensions", + "install local extensions title", + "select and install remote extensions", + "install remote extensions", + "extensionButtonProminentBackground", + "extensionButtonProminentForeground", + "extensionButtonProminentHoverBackground", + "extensionSponsorButton.background", + "extensionSponsorButton.hoverBackground" ], - "vs/workbench/contrib/userDataSync/browser/userDataSync": [ - "turn on sync with category", - "stop sync", - "configure sync", - "showConflicts", - "showKeybindingsConflicts", - "showSnippetsConflicts", - "sync now", - "syncing", - "synced with time", - "sync settings", - "show synced data", - "conflicts detected", - "replace remote", - "replace local", - "show conflicts", - "accept failed", - "accept failed", - "session expired", - "turn on sync", - "turned off", - "turn on sync", - "too large", - "error upgrade required", - "operationId", - "error reset required", - "reset", - "show synced data action", - "service switched to insiders", - "service switched to stable", - "using separate service", - "service changed and turned off", - "turn on sync", - "operationId", - "open file", - "errorInvalidConfiguration", - "open file", - "has conflicts", - "turning on syncing", - "sign in to sync", - "no authentication providers", - "too large while starting sync", - "error upgrade required while starting sync", - "operationId", - "error reset required while starting sync", - "reset", - "show synced data action", - "auth failed", - "turn on failed", - "sync preview message", - "turn on", - "open doc", - "cancel", - "sign in and turn on", - "configure and turn on sync detail", - "per platform", - "configure sync", - "configure sync placeholder", - "turn off sync confirmation", - "turn off sync detail", - { - "key": "turn off", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "turn off sync everywhere", - { - "key": "leftResourceName", - "comment": [ - "remote as in file in cloud" - ] - }, - "merges", - "sideBySideLabels", - "sideBySideDescription", - "switchSyncService.title", - "switchSyncService.description", - "default", - "insiders", - "stable", - "global activity turn on sync", - "global activity turn on sync", - "global activity turn on sync", - "turnin on sync", - "sign in global", - "sign in accounts", - "resolveConflicts_global", - "resolveConflicts_global", - "resolveKeybindingsConflicts_global", - "resolveKeybindingsConflicts_global", - "resolveSnippetsConflicts_global", - "resolveSnippetsConflicts_global", - "sync is on", - "workbench.action.showSyncRemoteBackup", - "turn off failed", - "configure", - "show sync log title", - "show sync log toolrip", - "workbench.actions.syncData.reset", - "accept remote", - "accept merges", - "accept remote button", - "accept merges button", - "Sync accept remote", - "Sync accept merges", - "confirm replace and overwrite local", - "confirm replace and overwrite remote", - "update conflicts", - "accept failed" + "vs/workbench/contrib/extensions/common/extensionsUtils": [ + "disableOtherKeymapsConfirmation", + "yes", + "no" ], - "vs/workbench/contrib/feedback/browser/feedbackStatusbarItem": [ - "status.feedback", - "status.feedback", - "status.feedback", - "status.feedback" + "vs/workbench/contrib/extensions/browser/extensionsIcons": [ + "extensionsViewIcon", + "manageExtensionIcon", + "clearSearchResultsIcon", + "refreshIcon", + "filterIcon", + "installLocalInRemoteIcon", + "installWorkspaceRecommendedIcon", + "configureRecommendedIcon", + "syncEnabledIcon", + "syncIgnoredIcon", + "remoteIcon", + "installCountIcon", + "ratingIcon", + "verifiedPublisher", + "preReleaseIcon", + "sponsorIcon", + "starFullIcon", + "starHalfIcon", + "starEmptyIcon", + "errorIcon", + "warningIcon", + "infoIcon", + "trustIcon", + "activationtimeIcon" ], - "vs/workbench/contrib/codeActions/common/codeActionsContribution": [ - "codeActionsOnSave.fixAll", - "codeActionsOnSave", - "codeActionsOnSave.generic" + "vs/workbench/contrib/extensions/browser/extensionEditor": [ + "extension version", + "preRelease", + "name", + "preview", + "preview", + "builtin", + "publisher", + "install count", + "rating", + "publisher verified tooltip", + "details", + "detailstooltip", + "contributions", + "contributionstooltip", + "changelog", + "changelogtooltip", + "dependencies", + "dependenciestooltip", + "extensionpack", + "extensionpacktooltip", + "runtimeStatus", + "runtimeStatus description", + "recommendationHasBeenIgnored", + "noReadme", + "extension pack", + "noReadme", + "categories", + "Marketplace", + "repository", + "license", + "resources", + "Marketplace Info", + "release date", + "last updated", + "id", + "noChangelog", + "noContributions", + "noContributions", + "noDependencies", + "activation", + "startup", + "not yet activated", + "uncaught errors", + "messages", + "noStatus", + "settings", + "setting name", + "description", + "default", + "debuggers", + "debugger name", + "debugger type", + "viewContainers", + "view container id", + "view container title", + "view container location", + "views", + "view id", + "view name", + "view location", + "localizations", + "localizations language id", + "localizations language name", + "localizations localized language name", + "customEditors", + "customEditors view type", + "customEditors priority", + "customEditors filenamePattern", + "codeActions", + "codeActions.title", + "codeActions.kind", + "codeActions.description", + "codeActions.languages", + "authentication", + "authentication.label", + "authentication.id", + "colorThemes", + "iconThemes", + "productThemes", + "colors", + "colorId", + "description", + "defaultDark", + "defaultLight", + "defaultHC", + "JSON Validation", + "fileMatch", + "schema", + "commands", + "command name", + "description", + "keyboard shortcuts", + "menuContexts", + "languages", + "language id", + "language name", + "file extensions", + "grammar", + "snippets", + "activation events", + "Notebooks", + "Notebook id", + "Notebook name", + "NotebookRenderers", + "Notebook renderer name", + "Notebook mimetypes", + "find", + "find next", + "find previous" ], - "vs/workbench/contrib/codeActions/common/codeActionsExtensionPoint": [ - "contributes.codeActions", - "contributes.codeActions.languages", - "contributes.codeActions.kind", - "contributes.codeActions.title", - "contributes.codeActions.description" + "vs/workbench/contrib/extensions/browser/extensionsDependencyChecker": [ + "extensions", + "auto install missing deps", + "finished installing missing deps", + "reload", + "no missing deps" ], - "vs/workbench/contrib/codeActions/common/documentationExtensionPoint": [ - "contributes.documentation", - "contributes.documentation.refactorings", - "contributes.documentation.refactoring", - "contributes.documentation.refactoring.title", - "contributes.documentation.refactoring.when", - "contributes.documentation.refactoring.command" + "vs/workbench/contrib/extensions/common/extensionsFileTemplate": [ + "app.extensions.json.title", + "app.extensions.json.recommendations", + "app.extension.identifier.errorMessage", + "app.extensions.json.unwantedRecommendations", + "app.extension.identifier.errorMessage" ], - "vs/workbench/contrib/welcome/common/viewsWelcomeContribution": [ - "ViewsWelcomeExtensionPoint.proposedAPI" + "vs/workbench/contrib/extensions/browser/extensionsActivationProgress": [ + "activation" ], - "vs/workbench/contrib/welcome/common/viewsWelcomeExtensionPoint": [ - "contributes.viewsWelcome", - "contributes.viewsWelcome.view", - "contributes.viewsWelcome.view.view", - "contributes.viewsWelcome.view.view", - "contributes.viewsWelcome.view.contents", - "contributes.viewsWelcome.view.when", - "contributes.viewsWelcome.view.group", - "contributes.viewsWelcome.view.enablement" + "vs/workbench/contrib/extensions/browser/extensionsQuickAccess": [ + "type", + "searchFor", + "install", + "manage" ], - "vs/workbench/contrib/timeline/browser/timelinePane": [ - "timeline.loadingMore", - "timeline.loadMore", - "timeline", - "timeline.editorCannotProvideTimeline", - "timeline.noTimelineInfo", - "timeline.editorCannotProvideTimeline", - "timeline.aria.item", - "timeline", - "timeline.loading", - "timelineRefresh", - "timelinePin", - "timelineUnpin", - "refresh", - "timeline", - "timeline.toggleFollowActiveEditorCommand.follow", - "timeline", - "timeline.toggleFollowActiveEditorCommand.unfollow", - "timeline", - "timeline.filterSource", - "timeline" + "vs/workbench/contrib/extensions/browser/extensionRecommendationNotificationService": [ + "neverShowAgain", + "ignoreExtensionRecommendations", + "ignoreAll", + "no", + "singleExtensionRecommended", + "workspaceRecommended", + "install", + "install and do no sync", + "show recommendations" ], - "vs/workbench/contrib/workspace/browser/workspaceTrustEditor": [ - "trustedHeader", - "untrustedHeader", - "unknownHeader", - "unknownHeaderDescription", - "trustButton", - "doNotTrustButton", - "onStartExtensions", - "onStartExtensionsDescription", - "onDemandExtensions", - "onDemandExtensionsDescription", - "configurationSectionTitle", - "affectedFeaturesTitle" + "vs/workbench/contrib/extensions/browser/extensionsCompletionItemsProvider": [ + "exampleExtension" ], - "vs/workbench/services/workspaces/browser/workspaceTrustEditorInput": [ - "workspaceTrustEditorInputName" + "vs/workbench/contrib/terminal/common/terminalColorRegistry": [ + "terminal.background", + "terminal.foreground", + "terminalCursor.foreground", + "terminalCursor.background", + "terminal.selectionBackground", + "terminal.selectionForeground", + "terminalCommandDecoration.defaultBackground", + "terminalCommandDecoration.successBackground", + "terminalCommandDecoration.errorBackground", + "terminalOverviewRuler.cursorForeground", + "terminal.border", + "terminal.findMatchBackground", + "terminal.findMatchBorder", + "terminal.findMatchHighlightBackground", + "terminal.findMatchHighlightBorder", + "terminalOverviewRuler.findMatchHighlightForeground", + "terminal.dragAndDropBackground", + "terminal.tab.activeBorder", + "terminal.ansiColor" ], - "vs/workbench/services/textfile/common/textFileEditorModelManager": [ + "vs/workbench/contrib/extensions/browser/abstractRuntimeExtensionsEditor": [ { - "key": "genericSaveError", + "key": "starActivation", "comment": [ - "{0} is the resource that failed to save and {1} the error message" + "{0} will be an extension identifier" ] - } + }, + { + "key": "workspaceContainsGlobActivation", + "comment": [ + "{0} will be a glob pattern", + "{1} will be an extension identifier" + ] + }, + { + "key": "workspaceContainsFileActivation", + "comment": [ + "{0} will be a file name", + "{1} will be an extension identifier" + ] + }, + { + "key": "workspaceContainsTimeout", + "comment": [ + "{0} will be a glob pattern", + "{1} will be an extension identifier" + ] + }, + { + "key": "startupFinishedActivation", + "comment": [ + "This refers to an extension. {0} will be an activation event." + ] + }, + "languageActivation", + { + "key": "workspaceGenericActivation", + "comment": [ + "{0} will be an activation event, like e.g. 'language:typescript', 'debug', etc.", + "{1} will be an extension identifier" + ] + }, + "unresponsive.title", + "errors", + "runtimeExtensions", + "copy id", + "disable workspace", + "disable", + "showRuntimeExtensions" ], - "vs/workbench/services/textMate/common/TMGrammars": [ - "vscode.extension.contributes.grammars", - "vscode.extension.contributes.grammars.language", - "vscode.extension.contributes.grammars.scopeName", - "vscode.extension.contributes.grammars.path", - "vscode.extension.contributes.grammars.embeddedLanguages", - "vscode.extension.contributes.grammars.tokenTypes", - "vscode.extension.contributes.grammars.injectTo" + "vs/workbench/contrib/terminal/common/terminalStrings": [ + "terminal", + "doNotShowAgain", + "currentSessionCategory", + "previousSessionCategory", + "workbench.action.terminal.focus", + "killTerminal", + "killTerminal.short", + "moveToEditor", + "workbench.action.terminal.moveToTerminalPanel", + "workbench.action.terminal.changeIcon", + "workbench.action.terminal.changeColor", + "splitTerminal", + "splitTerminal.short", + "unsplitTerminal", + "workbench.action.terminal.rename", + "workbench.action.terminal.sizeToContentWidthInstance" ], - "vs/workbench/services/textMate/common/TMGrammarFactory": [ - "no-tm-grammar", - "no-tm-grammar" + "vs/workbench/contrib/terminal/browser/terminalTabbedView": [ + "moveTabsRight", + "moveTabsLeft", + "hideTabs" ], - "vs/workbench/browser/parts/titlebar/titlebarPart": [ - "patchedWindowTitle", - "userIsAdmin", - "userIsSudo", - "devExtensionWindowTitlePrefix" + "vs/workbench/contrib/terminal/browser/terminalActions": [ + "showTerminalTabs", + "workbench.action.terminal.newWorkspacePlaceholder", + "terminalLaunchHelp", + "workbench.action.terminal.newInActiveWorkspace", + "workbench.action.terminal.createTerminalEditor", + "workbench.action.terminal.createTerminalEditorSide", + "workbench.action.terminal.showTabs", + "workbench.action.terminal.focusPreviousPane", + "workbench.action.terminal.focusNextPane", + "workbench.action.terminal.runRecentCommand", + "workbench.action.terminal.goToRecentDirectory", + "workbench.action.terminal.resizePaneLeft", + "workbench.action.terminal.resizePaneRight", + "workbench.action.terminal.resizePaneUp", + "workbench.action.terminal.resizePaneDown", + "workbench.action.terminal.focus.tabsView", + "workbench.action.terminal.focusNext", + "workbench.action.terminal.focusPrevious", + "workbench.action.terminal.runSelectedText", + "workbench.action.terminal.runActiveFile", + "workbench.action.terminal.runActiveFile.noFile", + "workbench.action.terminal.scrollDown", + "workbench.action.terminal.scrollDownPage", + "workbench.action.terminal.scrollToBottom", + "workbench.action.terminal.scrollUp", + "workbench.action.terminal.scrollUpPage", + "workbench.action.terminal.scrollToTop", + "workbench.action.terminal.navigationModeExit", + "workbench.action.terminal.navigationModeFocusPrevious", + "workbench.action.terminal.navigationModeFocusNext", + "workbench.action.terminal.clearSelection", + "workbench.action.terminal.focusFind", + "workbench.action.terminal.hideFind", + "workbench.action.terminal.detachSession", + "workbench.action.terminal.attachToSession", + "noUnattachedTerminals", + "quickAccessTerminal", + "workbench.action.terminal.scrollToPreviousCommand", + "workbench.action.terminal.scrollToNextCommand", + "workbench.action.terminal.selectToPreviousCommand", + "workbench.action.terminal.selectToNextCommand", + "workbench.action.terminal.selectToPreviousLine", + "workbench.action.terminal.selectToNextLine", + "workbench.action.terminal.toggleEscapeSequenceLogging", + "workbench.action.terminal.sendSequence", + "workbench.action.terminal.newWithCwd", + "workbench.action.terminal.newWithCwd.cwd", + "workbench.action.terminal.renameWithArg", + "workbench.action.terminal.renameWithArg.name", + "workbench.action.terminal.renameWithArg.noName", + "workbench.action.terminal.toggleFindRegex", + "workbench.action.terminal.toggleFindWholeWord", + "workbench.action.terminal.toggleFindCaseSensitive", + "workbench.action.terminal.findNext", + "workbench.action.terminal.findPrevious", + "workbench.action.terminal.searchWorkspace", + "workbench.action.terminal.relaunch", + "workbench.action.terminal.showEnvironmentInformation", + "workbench.action.terminal.joinInstance", + "workbench.action.terminal.join", + "workbench.action.terminal.join.insufficientTerminals", + "workbench.action.terminal.join.onlySplits", + "workbench.action.terminal.splitInActiveWorkspace", + "workbench.action.terminal.selectAll", + "workbench.action.terminal.new", + "workbench.action.terminal.newWorkspacePlaceholder", + "workbench.action.terminal.kill", + "workbench.action.terminal.killAll", + "workbench.action.terminal.killEditor", + "workbench.action.terminal.clear", + "workbench.action.terminal.openDetectedLink", + "workbench.action.terminal.openLastUrlLink", + "workbench.action.terminal.openLastLocalFileLink", + "workbench.action.terminal.selectDefaultShell", + "workbench.action.terminal.openSettings", + "workbench.action.terminal.setFixedDimensions", + "workbench.action.terminal.sizeToContentWidth", + "workbench.action.terminal.clearCommandHistory", + "workbench.action.terminal.copySelection", + "workbench.action.terminal.copySelectionAsHtml", + "workbench.action.terminal.paste", + "workbench.action.terminal.pasteSelection", + "workbench.action.terminal.switchTerminal", + "emptyTerminalNameInfo", + "workbench.action.terminal.newWithProfile", + "workbench.action.terminal.newWithProfile.profileName", + "workbench.action.terminal.newWorkspacePlaceholder" ], - "vs/workbench/electron-sandbox/parts/titlebar/menubarControl": [ - "mPreferences" + "vs/workbench/contrib/extensions/browser/extensionsWorkbenchService": [ + "Manifest is not found", + "malicious", + "uninstallingExtension", + "not found", + "installing named extension", + "installing extension", + "disable all", + "singleDependentError", + "twoDependentsError", + "multipleDependentsError" ], - "vs/workbench/contrib/files/browser/editors/textFileEditor": [ - "textFileEditor", - "openFolderError", - "createFile" + "vs/workbench/contrib/remote/browser/remote": [ + "RemoteHelpInformationExtPoint", + "RemoteHelpInformationExtPoint.getStarted", + "RemoteHelpInformationExtPoint.documentation", + "RemoteHelpInformationExtPoint.feedback", + "RemoteHelpInformationExtPoint.issues", + "remote.help.getStarted", + "remote.help.documentation", + "remote.help.feedback", + "remote.help.issues", + "remote.help.report", + "pickRemoteExtension", + "remote.help", + "remotehelp", + "remote.explorer", + "remote.explorer", + "reconnectionWaitOne", + "reconnectionWaitMany", + "reconnectNow", + "reloadWindow", + "connectionLost", + "reconnectionRunning", + "reconnectionPermanentFailure", + "reloadWindow", + "cancel" ], - "vs/workbench/contrib/welcome/telemetryOptOut/browser/telemetryOptOut": [ - "telemetryOptOut.optOutNotice", - "telemetryOptOut.optInNotice", - "telemetryOptOut.readMore", - "telemetryOptOut.optOutOption", - "telemetryOptOut.OptIn", - "telemetryOptOut.OptOut" + "vs/workbench/contrib/remote/browser/tunnelFactory": [ + "tunnelPrivacy.private", + "tunnelPrivacy.public" ], - "vs/workbench/browser/parts/notifications/notificationsCenter": [ - "notificationsEmpty", - "notifications", - "notificationsToolbar" + "vs/workbench/contrib/terminal/browser/terminalMenus": [ + { + "key": "miNewTerminal", + "comment": [ + "&& denotes a mnemonic" + ] + }, + { + "key": "miSplitTerminal", + "comment": [ + "&& denotes a mnemonic" + ] + }, + { + "key": "miRunActiveFile", + "comment": [ + "&& denotes a mnemonic" + ] + }, + { + "key": "miRunSelectedText", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "workbench.action.terminal.new.short", + "workbench.action.terminal.copySelection.short", + "workbench.action.terminal.copySelectionAsHtml", + "workbench.action.terminal.paste.short", + "workbench.action.terminal.clear", + "workbench.action.terminal.showsTabs", + "workbench.action.terminal.selectAll", + "workbench.action.terminal.new.short", + "workbench.action.terminal.copySelection.short", + "workbench.action.terminal.copySelectionAsHtml", + "workbench.action.terminal.paste.short", + "workbench.action.terminal.clear", + "workbench.action.terminal.selectAll", + "workbench.action.terminal.newWithProfile.short", + "workbench.action.terminal.new.short", + "workbench.action.terminal.selectDefaultProfile", + "workbench.action.terminal.openSettings", + "workbench.action.terminal.switchTerminal", + "workbench.action.terminal.sizeToContentWidthInstance", + "workbench.action.terminal.renameInstance", + "workbench.action.terminal.changeIcon", + "workbench.action.terminal.changeColor", + "workbench.action.terminal.sizeToContentWidthInstance", + "workbench.action.terminal.joinInstance", + "defaultTerminalProfile", + "defaultTerminalProfile", + "defaultTerminalProfile", + "splitTerminal", + "terminal.new" + ], + "vs/workbench/contrib/terminal/browser/terminalTooltip": [ + "shellIntegration.enabled", + "shellIntegration.activationFailed" ], - "vs/workbench/browser/parts/notifications/notificationsAlerts": [ - "alertErrorMessage", - "alertWarningMessage", - "alertInfoMessage" + "vs/workbench/contrib/terminal/browser/terminalService": [ + "terminalService.terminalCloseConfirmationSingular", + "terminalService.terminalCloseConfirmationPlural", + "terminate", + "localTerminalVirtualWorkspace", + "localTerminalRemote" ], - "vs/workbench/browser/parts/notifications/notificationsStatus": [ - "status.notifications", - "status.notifications", - "hideNotifications", - "zeroNotifications", - "noNotifications", - "oneNotification", + "vs/workbench/contrib/remote/browser/remoteIndicator": [ + "remote.category", + "remote.showMenu", + "remote.close", { - "key": "notifications", + "key": "miCloseRemote", "comment": [ - "{0} will be replaced by a number" + "&& denotes a mnemonic" ] }, + "remote.install", + "host.open", + "host.open", + "host.reconnecting", + "disconnectedFrom", { - "key": "noNotificationsWithProgress", + "key": "host.tooltip", "comment": [ - "{0} will be replaced by a number" + "{0} is a remote host name, e.g. Dev Container" ] }, { - "key": "oneNotificationWithProgress", + "key": "workspace.tooltip", "comment": [ - "{0} will be replaced by a number" + "{0} is a remote workspace name, e.g. GitHub" ] }, { - "key": "notificationsWithProgress", + "key": "workspace.tooltip2", "comment": [ - "{0} and {1} will be replaced by a number" + "[features are not available]({1}) is a link. Only translate `features are not available`. Do not change brackets and parentheses or {0}" ] }, - "status.message" + "noHost.tooltip", + "remoteHost", + "closeRemoteConnection.title", + "reloadWindow", + "closeVirtualWorkspace.title", + "installRemotes" ], - "vs/workbench/browser/parts/notifications/notificationsCommands": [ - "notificationFocus", - "notificationCenterVisible", - "notificationToastsVisible", - "notifications", - "showNotifications", - "hideNotifications", - "clearAllNotifications", - "focusNotificationToasts" + "vs/workbench/contrib/terminal/browser/terminalIcons": [ + "terminalViewIcon", + "renameTerminalIcon", + "killTerminalIcon", + "newTerminalIcon", + "configureTerminalProfileIcon" ], - "vs/workbench/services/configuration/common/configurationEditingService": [ - "openTasksConfiguration", - "openLaunchConfiguration", - "open", - "openTasksConfiguration", - "openLaunchConfiguration", - "saveAndRetry", - "saveAndRetry", - "open", - "errorUnknownKey", - "errorInvalidWorkspaceConfigurationApplication", - "errorInvalidWorkspaceConfigurationMachine", - "errorInvalidFolderConfiguration", - "errorInvalidUserTarget", - "errorInvalidWorkspaceTarget", - "errorInvalidFolderTarget", - "errorInvalidResourceLanguageConfiguraiton", - "errorNoWorkspaceOpened", - "errorInvalidTaskConfiguration", - "errorInvalidLaunchConfiguration", - "errorInvalidConfiguration", - "errorInvalidRemoteConfiguration", - "errorInvalidConfigurationWorkspace", - "errorInvalidConfigurationFolder", - "errorTasksConfigurationFileDirty", - "errorLaunchConfigurationFileDirty", - "errorConfigurationFileDirty", - "errorRemoteConfigurationFileDirty", - "errorConfigurationFileDirtyWorkspace", - "errorConfigurationFileDirtyFolder", - "errorTasksConfigurationFileModifiedSince", - "errorLaunchConfigurationFileModifiedSince", - "errorConfigurationFileModifiedSince", - "errorRemoteConfigurationFileModifiedSince", - "errorConfigurationFileModifiedSinceWorkspace", - "errorConfigurationFileModifiedSinceFolder", - "userTarget", - "remoteUserTarget", - "workspaceTarget", - "folderTarget" + "vs/workbench/contrib/terminal/common/terminalConfiguration": [ + "cwd", + "cwdFolder", + "workspaceFolder", + "local", + "process", + "separator", + "sequence", + "task", + "terminalTitle", + "terminalDescription", + "terminalIntegratedConfigurationTitle", + "terminal.integrated.sendKeybindingsToShell", + "terminal.integrated.tabs.enabled", + "terminal.integrated.tabs.enableAnimation", + "terminal.integrated.tabs.hideCondition", + "terminal.integrated.tabs.hideCondition.never", + "terminal.integrated.tabs.hideCondition.singleTerminal", + "terminal.integrated.tabs.hideCondition.singleGroup", + "terminal.integrated.tabs.showActiveTerminal", + "terminal.integrated.tabs.showActiveTerminal.always", + "terminal.integrated.tabs.showActiveTerminal.singleTerminal", + "terminal.integrated.tabs.showActiveTerminal.singleTerminalOrNarrow", + "terminal.integrated.tabs.showActiveTerminal.never", + "terminal.integrated.tabs.showActions", + "terminal.integrated.tabs.showActions.always", + "terminal.integrated.tabs.showActions.singleTerminal", + "terminal.integrated.tabs.showActions.singleTerminalOrNarrow", + "terminal.integrated.tabs.showActions.never", + "terminal.integrated.tabs.location.left", + "terminal.integrated.tabs.location.right", + "terminal.integrated.tabs.location", + "terminal.integrated.defaultLocation.editor", + "terminal.integrated.defaultLocation.view", + "terminal.integrated.defaultLocation", + "terminal.integrated.shellIntegration.decorationIconSuccess", + "terminal.integrated.shellIntegration.decorationIconError", + "terminal.integrated.shellIntegration.decorationIcon", + "terminal.integrated.tabs.focusMode.singleClick", + "terminal.integrated.tabs.focusMode.doubleClick", + "terminal.integrated.tabs.focusMode", + "terminal.integrated.macOptionIsMeta", + "terminal.integrated.macOptionClickForcesSelection", + "terminal.integrated.altClickMovesCursor", + "terminal.integrated.copyOnSelection", + "terminal.integrated.enableMultiLinePasteWarning", + "terminal.integrated.drawBoldTextInBrightColors", + "terminal.integrated.fontFamily", + "terminal.integrated.fontSize", + "terminal.integrated.letterSpacing", + "terminal.integrated.lineHeight", + "terminal.integrated.minimumContrastRatio", + "terminal.integrated.fastScrollSensitivity", + "terminal.integrated.mouseWheelScrollSensitivity", + "terminal.integrated.bellDuration", + "terminal.integrated.fontWeightError", + "terminal.integrated.fontWeight", + "terminal.integrated.fontWeightError", + "terminal.integrated.fontWeightBold", + "terminal.integrated.cursorBlinking", + "terminal.integrated.cursorStyle", + "terminal.integrated.cursorWidth", + "terminal.integrated.scrollback", + "terminal.integrated.detectLocale", + "terminal.integrated.detectLocale.auto", + "terminal.integrated.detectLocale.off", + "terminal.integrated.detectLocale.on", + "terminal.integrated.gpuAcceleration.auto", + "terminal.integrated.gpuAcceleration.on", + "terminal.integrated.gpuAcceleration.off", + "terminal.integrated.gpuAcceleration.canvas", + "terminal.integrated.gpuAcceleration", + "terminal.integrated.tabs.separator", + "terminal.integrated.rightClickBehavior.default", + "terminal.integrated.rightClickBehavior.copyPaste", + "terminal.integrated.rightClickBehavior.paste", + "terminal.integrated.rightClickBehavior.selectWord", + "terminal.integrated.rightClickBehavior.nothing", + "terminal.integrated.rightClickBehavior", + "terminal.integrated.cwd", + "terminal.integrated.confirmOnExit", + "terminal.integrated.confirmOnExit.never", + "terminal.integrated.confirmOnExit.always", + "terminal.integrated.confirmOnExit.hasChildProcesses", + "terminal.integrated.confirmOnKill", + "terminal.integrated.confirmOnKill.never", + "terminal.integrated.confirmOnKill.editor", + "terminal.integrated.confirmOnKill.panel", + "terminal.integrated.confirmOnKill.always", + "terminal.integrated.enableBell", + "terminal.integrated.commandsToSkipShell", + "openDefaultSettingsJson", + "openDefaultSettingsJson.capitalized", + "terminal.integrated.allowChords", + "terminal.integrated.allowMnemonics", + "terminal.integrated.env.osx", + "terminal.integrated.env.linux", + "terminal.integrated.env.windows", + "terminal.integrated.environmentChangesIndicator", + "terminal.integrated.environmentChangesIndicator.off", + "terminal.integrated.environmentChangesIndicator.on", + "terminal.integrated.environmentChangesIndicator.warnonly", + "terminal.integrated.environmentChangesRelaunch", + "terminal.integrated.showExitAlert", + "terminal.integrated.splitCwd", + "terminal.integrated.splitCwd.workspaceRoot", + "terminal.integrated.splitCwd.initial", + "terminal.integrated.splitCwd.inherited", + "terminal.integrated.windowsEnableConpty", + "terminal.integrated.wordSeparators", + "terminal.integrated.enableFileLinks", + "terminal.integrated.unicodeVersion.six", + "terminal.integrated.unicodeVersion.eleven", + "terminal.integrated.unicodeVersion", + "terminal.integrated.localEchoLatencyThreshold", + "terminal.integrated.localEchoEnabled", + "terminal.integrated.localEchoEnabled.on", + "terminal.integrated.localEchoEnabled.off", + "terminal.integrated.localEchoEnabled.auto", + "terminal.integrated.localEchoExcludePrograms", + "terminal.integrated.localEchoStyle", + "terminal.integrated.enablePersistentSessions", + "terminal.integrated.persistentSessionReviveProcess", + "terminal.integrated.persistentSessionReviveProcess.onExit", + "terminal.integrated.persistentSessionReviveProcess.onExitAndWindowClose", + "terminal.integrated.persistentSessionReviveProcess.never", + "terminal.integrated.customGlyphs", + "terminal.integrated.autoReplies", + "terminal.integrated.autoReplies.reply", + "terminal.integrated.shellIntegration.enabled", + "terminal.integrated.shellIntegration.decorationsEnabled", + "terminal.integrated.shellIntegration.history" ], - "vs/base/common/jsonErrorMessages": [ - "error.invalidSymbol", - "error.invalidNumberFormat", - "error.propertyNameExpected", - "error.valueExpected", - "error.colonExpected", - "error.commaExpected", - "error.closeBraceExpected", - "error.closeBracketExpected", - "error.endOfFileExpected" + "vs/workbench/contrib/terminal/browser/terminalQuickAccess": [ + "workbench.action.terminal.newplus", + "workbench.action.terminal.newWithProfilePlus", + "renameTerminal" ], - "vs/workbench/contrib/codeEditor/browser/find/simpleFindWidget": [ - "label.find", - "placeholder.find", - "label.previousMatchButton", - "label.nextMatchButton", - "label.closeButton" + "vs/workbench/contrib/terminal/browser/terminalEditorInput": [ + "confirmDirtyTerminal.message", + { + "key": "confirmDirtyTerminal.button", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "cancel", + "confirmDirtyTerminals.detail", + "confirmDirtyTerminal.detail" ], - "vs/workbench/api/common/extHostDiagnostics": [ + "vs/workbench/contrib/emmet/browser/actions/expandAbbreviation": [ + "expandAbbreviationAction", { - "key": "limitHit", + "key": "miEmmetExpandAbbreviation", "comment": [ - "amount of errors/warning skipped due to limits" + "&& denotes a mnemonic" ] } ], - "vs/workbench/api/common/extHostProgress": [ - "extensionSource" + "vs/workbench/contrib/tasks/browser/runAutomaticTasks": [ + "tasks.run.allowAutomatic", + "allow", + "disallow", + "openTask", + "openTasks", + "workbench.action.tasks.manageAutomaticRunning", + "workbench.action.tasks.allowAutomaticTasks", + "workbench.action.tasks.disallowAutomaticTasks" + ], + "vs/workbench/contrib/tasks/common/jsonSchema_v1": [ + "JsonSchema.version.deprecated", + "JsonSchema.version", + "JsonSchema._runner", + "JsonSchema.runner", + "JsonSchema.windows", + "JsonSchema.mac", + "JsonSchema.linux", + "JsonSchema.shell" + ], + "vs/workbench/contrib/tasks/common/jsonSchema_v2": [ + "JsonSchema.shell", + "JsonSchema.tasks.isShellCommand.deprecated", + "JsonSchema.tasks.dependsOn.identifier", + "JsonSchema.tasks.dependsOn.string", + "JsonSchema.tasks.dependsOn.array", + "JsonSchema.tasks.dependsOn", + "JsonSchema.tasks.dependsOrder.parallel", + "JsonSchema.tasks.dependsOrder.sequence", + "JsonSchema.tasks.dependsOrder", + "JsonSchema.tasks.detail", + "JsonSchema.tasks.presentation", + "JsonSchema.tasks.presentation.echo", + "JsonSchema.tasks.presentation.focus", + "JsonSchema.tasks.presentation.revealProblems.always", + "JsonSchema.tasks.presentation.revealProblems.onProblem", + "JsonSchema.tasks.presentation.revealProblems.never", + "JsonSchema.tasks.presentation.revealProblems", + "JsonSchema.tasks.presentation.reveal.always", + "JsonSchema.tasks.presentation.reveal.silent", + "JsonSchema.tasks.presentation.reveal.never", + "JsonSchema.tasks.presentation.reveal", + "JsonSchema.tasks.presentation.instance", + "JsonSchema.tasks.presentation.showReuseMessage", + "JsonSchema.tasks.presentation.clear", + "JsonSchema.tasks.presentation.group", + "JsonSchema.tasks.presentation.close", + "JsonSchema.tasks.terminal", + "JsonSchema.tasks.group.build", + "JsonSchema.tasks.group.test", + "JsonSchema.tasks.group.none", + "JsonSchema.tasks.group.kind", + "JsonSchema.tasks.group.isDefault", + "JsonSchema.tasks.group.defaultBuild", + "JsonSchema.tasks.group.defaultTest", + "JsonSchema.tasks.group", + "JsonSchema.tasks.type", + "JsonSchema.commandArray", + "JsonSchema.commandArray", + "JsonSchema.command.quotedString.value", + "JsonSchema.tasks.quoting.escape", + "JsonSchema.tasks.quoting.strong", + "JsonSchema.tasks.quoting.weak", + "JsonSchema.command.quotesString.quote", + "JsonSchema.command", + "JsonSchema.args.quotedString.value", + "JsonSchema.tasks.quoting.escape", + "JsonSchema.tasks.quoting.strong", + "JsonSchema.tasks.quoting.weak", + "JsonSchema.args.quotesString.quote", + "JsonSchema.tasks.args", + "JsonSchema.tasks.label", + "JsonSchema.version", + "JsonSchema.tasks.identifier", + "JsonSchema.tasks.identifier.deprecated", + "JsonSchema.tasks.reevaluateOnRerun", + "JsonSchema.tasks.runOn", + "JsonSchema.tasks.instanceLimit", + "JsonSchema.tasks.runOptions", + "JsonSchema.tasks.taskLabel", + "JsonSchema.tasks.taskName", + "JsonSchema.tasks.taskName.deprecated", + "JsonSchema.tasks.background", + "JsonSchema.tasks.promptOnClose", + "JsonSchema.tasks.matchers", + "JsonSchema.customizations.customizes.type", + "JsonSchema.tasks.customize.deprecated", + "JsonSchema.tasks.taskName.deprecated", + "JsonSchema.tasks.showOutput.deprecated", + "JsonSchema.tasks.echoCommand.deprecated", + "JsonSchema.tasks.suppressTaskName.deprecated", + "JsonSchema.tasks.isBuildCommand.deprecated", + "JsonSchema.tasks.isTestCommand.deprecated", + "JsonSchema.tasks.type", + "JsonSchema.tasks.suppressTaskName.deprecated", + "JsonSchema.tasks.taskSelector.deprecated", + "JsonSchema.windows", + "JsonSchema.mac", + "JsonSchema.linux" ], - "vs/workbench/api/common/extHostStatusBar": [ - "status.extensionMessage" + "vs/workbench/contrib/tasks/common/problemMatcher": [ + "ProblemPatternParser.problemPattern.missingRegExp", + "ProblemPatternParser.loopProperty.notLast", + "ProblemPatternParser.problemPattern.kindProperty.notFirst", + "ProblemPatternParser.problemPattern.missingProperty", + "ProblemPatternParser.problemPattern.missingLocation", + "ProblemPatternParser.invalidRegexp", + "ProblemPatternSchema.regexp", + "ProblemPatternSchema.kind", + "ProblemPatternSchema.file", + "ProblemPatternSchema.location", + "ProblemPatternSchema.line", + "ProblemPatternSchema.column", + "ProblemPatternSchema.endLine", + "ProblemPatternSchema.endColumn", + "ProblemPatternSchema.severity", + "ProblemPatternSchema.code", + "ProblemPatternSchema.message", + "ProblemPatternSchema.loop", + "NamedProblemPatternSchema.name", + "NamedMultiLineProblemPatternSchema.name", + "NamedMultiLineProblemPatternSchema.patterns", + "ProblemPatternExtPoint", + "ProblemPatternRegistry.error", + "ProblemPatternRegistry.error", + "ProblemMatcherParser.noProblemMatcher", + "ProblemMatcherParser.noProblemPattern", + "ProblemMatcherParser.noOwner", + "ProblemMatcherParser.noFileLocation", + "ProblemMatcherParser.unknownSeverity", + "ProblemMatcherParser.noDefinedPatter", + "ProblemMatcherParser.noIdentifier", + "ProblemMatcherParser.noValidIdentifier", + "ProblemMatcherParser.problemPattern.watchingMatcher", + "ProblemMatcherParser.invalidRegexp", + "WatchingPatternSchema.regexp", + "WatchingPatternSchema.file", + "PatternTypeSchema.name", + "PatternTypeSchema.description", + "ProblemMatcherSchema.base", + "ProblemMatcherSchema.owner", + "ProblemMatcherSchema.source", + "ProblemMatcherSchema.severity", + "ProblemMatcherSchema.applyTo", + "ProblemMatcherSchema.fileLocation", + "ProblemMatcherSchema.background", + "ProblemMatcherSchema.background.activeOnStart", + "ProblemMatcherSchema.background.beginsPattern", + "ProblemMatcherSchema.background.endsPattern", + "ProblemMatcherSchema.watching.deprecated", + "ProblemMatcherSchema.watching", + "ProblemMatcherSchema.watching.activeOnStart", + "ProblemMatcherSchema.watching.beginsPattern", + "ProblemMatcherSchema.watching.endsPattern", + "LegacyProblemMatcherSchema.watchedBegin.deprecated", + "LegacyProblemMatcherSchema.watchedBegin", + "LegacyProblemMatcherSchema.watchedEnd.deprecated", + "LegacyProblemMatcherSchema.watchedEnd", + "NamedProblemMatcherSchema.name", + "NamedProblemMatcherSchema.label", + "ProblemMatcherExtPoint", + "msCompile", + "lessCompile", + "gulp-tsc", + "jshint", + "jshint-stylish", + "eslint-compact", + "eslint-stylish", + "go" ], - "vs/workbench/api/common/extHostTreeViews": [ - "treeView.notRegistered", - "treeView.notRegistered", - "treeView.notRegistered", - "treeView.notRegistered", - "treeView.notRegistered", - "treeView.notRegistered", - "treeView.duplicateElement" + "vs/workbench/contrib/tasks/browser/tasksQuickAccess": [ + "noTaskResults", + "TaskService.pickRunTask" ], - "vs/workbench/contrib/debug/node/debugAdapter": [ - "debugAdapterBinNotFound", - { - "key": "debugAdapterCannotDetermineExecutable", - "comment": [ - "Adapter executable file not found" - ] - }, - "unableToLaunchDebugAdapter", - "unableToLaunchDebugAdapterNoArgs" + "vs/workbench/contrib/codeEditor/browser/inspectKeybindings": [ + "workbench.action.inspectKeyMap", + "workbench.action.inspectKeyMapJSON" ], - "vs/editor/browser/widget/diffReview": [ - "diffReviewInsertIcon", - "diffReviewRemoveIcon", - "diffReviewCloseIcon", - "label.close", - "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", + "vs/workbench/contrib/codeEditor/browser/largeFileOptimizations": [ { - "key": "unchangedLine", + "key": "largeFile", "comment": [ - "The placeholders are contents of the line and should not be translated." + "Variable 0 will be a file name." ] }, - "equalLine", - "insertLine", - "deleteLine", - "editor.action.diffReview.next", - "editor.action.diffReview.prev" - ], - "vs/editor/browser/widget/inlineDiffMargin": [ - "diff.clipboard.copyDeletedLinesContent.label", - "diff.clipboard.copyDeletedLinesContent.single.label", - "diff.clipboard.copyDeletedLineContent.label", - "diff.inline.revertChange.label", - "diff.clipboard.copyDeletedLineContent.label" - ], - "vs/editor/contrib/codeAction/codeActionCommands": [ - "args.schema.kind", - "args.schema.apply", - "args.schema.apply.first", - "args.schema.apply.ifSingle", - "args.schema.apply.never", - "args.schema.preferred", - "applyCodeActionFailed", - "quickfix.trigger.label", - "editor.action.quickFix.noneMessage", - "editor.action.codeAction.noneMessage.preferred.kind", - "editor.action.codeAction.noneMessage.kind", - "editor.action.codeAction.noneMessage.preferred", - "editor.action.codeAction.noneMessage", - "refactor.label", - "editor.action.refactor.noneMessage.preferred.kind", - "editor.action.refactor.noneMessage.kind", - "editor.action.refactor.noneMessage.preferred", - "editor.action.refactor.noneMessage", - "source.label", - "editor.action.source.noneMessage.preferred.kind", - "editor.action.source.noneMessage.kind", - "editor.action.source.noneMessage.preferred", - "editor.action.source.noneMessage", - "organizeImports.label", - "editor.action.organize.noneMessage", - "fixAll.label", - "fixAll.noneMessage", - "autoFix.label", - "editor.action.autoFix.noneMessage" - ], - "vs/editor/contrib/folding/foldingDecorations": [ - "foldingExpandedIcon", - "foldingCollapsedIcon" - ], - "vs/editor/contrib/find/findWidget": [ - "findSelectionIcon", - "findCollapsedIcon", - "findExpandedIcon", - "findReplaceIcon", - "findReplaceAllIcon", - "findPreviousMatchIcon", - "findNextMatchIcon", - "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/format/format": [ - "hint11", - "hintn1", - "hint1n", - "hintnn" - ], - "vs/editor/contrib/message/messageController": [ - "messageVisible", - "editor.readonly" + "removeOptimizations", + "reopenFilePrompt" ], - "vs/editor/contrib/gotoSymbol/peek/referencesController": [ - "referenceSearchVisible", - "labelLoading", - "metaTitle.N" + "vs/workbench/contrib/codeEditor/browser/diffEditorHelper": [ + "hintTimeout", + "removeTimeout", + "hintWhitespace" ], - "vs/editor/contrib/gotoError/gotoErrorWidget": [ - "Error", - "Warning", - "Info", - "Hint", - "marker aria", - "problems", - "change", - "editorMarkerNavigationError", - "editorMarkerNavigationWarning", - "editorMarkerNavigationInfo", - "editorMarkerNavigationBackground" + "vs/workbench/contrib/codeEditor/browser/quickaccess/gotoLineQuickAccess": [ + "gotoLine", + "gotoLineQuickAccessPlaceholder", + "gotoLineQuickAccess" ], - "vs/editor/contrib/gotoSymbol/symbolNavigation": [ - "hasSymbols", - "location.kb", - "location" + "vs/workbench/contrib/tasks/common/taskDefinitionRegistry": [ + "TaskDefinition.description", + "TaskDefinition.properties", + "TaskDefinition.when", + "TaskTypeConfiguration.noType", + "TaskDefinitionExtPoint" ], - "vs/editor/contrib/gotoSymbol/referencesModel": [ - "aria.oneReference", + "vs/workbench/contrib/codeEditor/browser/saveParticipants": [ { - "key": "aria.oneReference.preview", + "key": "formatting2", "comment": [ - "Placeholders are: 0: filename, 1:line number, 2: column number, 3: preview snippet of source code" + "[configure]({1}) is a link. Only translate `configure`. Do not change brackets and parentheses or {1}" ] }, - "aria.fileReferences.1", - "aria.fileReferences.N", - "aria.result.0", - "aria.result.1", - "aria.result.n1", - "aria.result.nm" - ], - "vs/editor/contrib/parameterHints/parameterHintsWidget": [ - "parameterHintsNextIcon", - "parameterHintsPreviousIcon", - "hint" - ], - "vs/editor/contrib/rename/renameInputField": [ - "renameInputVisible", - "renameAriaLabel", + "codeaction", { - "key": "label", + "key": "codeaction.get2", "comment": [ - "placeholders are keybindings, e.g \"F2 to Rename, Shift+F2 to Preview\"" + "[configure]({1}) is a link. Only translate `configure`. Do not change brackets and parentheses or {1}" ] - } - ], - "vs/editor/contrib/suggest/suggestWidget": [ - "editorSuggestWidgetBackground", - "editorSuggestWidgetBorder", - "editorSuggestWidgetForeground", - "editorSuggestWidgetSelectedBackground", - "editorSuggestWidgetHighlightForeground", - "suggestWidget.loading", - "suggestWidget.noSuggestions", - "ariaCurrenttSuggestionReadDetails", - "suggest" - ], - "vs/platform/theme/common/tokenClassificationRegistry": [ - "schema.token.settings", - "schema.token.foreground", - "schema.token.background.warning", - "schema.token.fontStyle", - "schema.fontStyle.error", - "schema.token.fontStyle.none", - "schema.token.bold", - "schema.token.italic", - "schema.token.underline", - "comment", - "string", - "keyword", - "number", - "regexp", - "operator", - "namespace", - "type", - "struct", - "class", - "interface", - "enum", - "typeParameter", - "function", - "member", - "method", - "macro", - "variable", - "parameter", - "property", - "enumMember", - "event", - "labels", - "declaration", - "documentation", - "static", - "abstract", - "deprecated", - "modification", - "async", - "readonly" - ], - "vs/workbench/api/browser/mainThreadWebviews": [ - "errorMessage" - ], - "vs/workbench/browser/parts/editor/textEditor": [ - "editor" - ], - "vs/workbench/api/browser/mainThreadCustomEditors": [ - "defaultEditLabel" - ], - "vs/workbench/contrib/comments/browser/commentsView": [ - "rootCommentsLabel", - "resourceWithCommentThreadsLabel", - "resourceWithCommentLabel", - "collapseAll" - ], - "vs/workbench/contrib/comments/browser/commentsTreeViewer": [ - "imageWithLabel", - "image" - ], - "vs/workbench/browser/parts/editor/binaryEditor": [ - "binaryEditor", - "nativeFileTooLargeError", - "nativeBinaryError", - "openAsText" + }, + "codeAction.apply" ], - "vs/workbench/browser/parts/editor/tabsTitleControl": [ - "ariaLabelTabActions" + "vs/workbench/contrib/codeEditor/browser/accessibility/accessibility": [ + "emergencyConfOn", + "openingDocs", + "introMsg", + "status", + "changeConfigToOnMac", + "changeConfigToOnWinLinux", + "auto_unknown", + "auto_on", + "auto_off", + "configuredOn", + "configuredOff", + "tabFocusModeOnMsg", + "tabFocusModeOnMsgNoKb", + "tabFocusModeOffMsg", + "tabFocusModeOffMsgNoKb", + "openDocMac", + "openDocWinLinux", + "outroMsg", + "ShowAccessibilityHelpAction" ], - "vs/base/browser/ui/menu/menubar": [ - "mAppMenu", - "mMore" + "vs/workbench/contrib/codeEditor/browser/inspectEditorTokens/inspectEditorTokens": [ + "inspectEditorTokens", + "inspectTMScopesWidget.loading" ], - "vs/base/browser/ui/menu/menu": [ + "vs/workbench/contrib/codeEditor/browser/toggleMinimap": [ + "toggleMinimap", { - "key": "titleLabel", + "key": "miShowMinimap", "comment": [ - "action title", - "action keybinding" + "&& denotes a mnemonic" ] } ], - "vs/base/browser/ui/tree/treeDefaults": [ - "collapse all" - ], - "vs/base/browser/ui/splitview/paneview": [ - "viewSection" - ], - "vs/workbench/contrib/remote/browser/tunnelView": [ - "tunnel.forwardedPortsViewEnabled", - "remote.tunnelsView.addPort", - "tunnel.portColumn.label", - "tunnel.portColumn.tooltip", - "tunnel.addressColumn.label", - "tunnel.addressColumn.tooltip", - "tunnel.processColumn.label", - "tunnel.processColumn.tooltip", - "tunnel.originColumn.label", - "tunnel.originColumn.tooltip", - "tunnel.privacyColumn.label", - "tunnel.privacyColumn.tooltip", - "tunnel.privacyPublic", - "tunnel.privacyPrivate", - "remote.tunnelsView.input", - "tunnel.user", - "tunnel.staticallyForwarded", - "tunnel.automatic", - "tunnelView.runningProcess.inacessable", - "remote.tunnel.tooltipForwarded", - "remote.tunnel.tooltipCandidate", - "tunnel.iconColumn.running", - "tunnel.iconColumn.notRunning", - "remote.tunnel.tooltipName", - "remote.tunnel.tooltipPublic", - "remote.tunnel.tooltipPrivate", - "tunnel.focusContext", - "remote.tunnel", - "tunnelView", - "remote.tunnel.label", - "remote.tunnelsView.labelPlaceholder", - "remote.tunnelsView.portNumberValid", - "remote.tunnelsView.portNumberToHigh", - "remote.tunnelView.inlineElevationMessage", - "remote.tunnelView.alreadyForwarded", - "remote.tunnel.forward", - "remote.tunnel.forwardItem", - "remote.tunnel.forwardPrompt", - "remote.tunnel.forwardError", - "remote.tunnel.closeNoPorts", - "remote.tunnel.close", - "remote.tunnel.closePlaceholder", - "remote.tunnel.open", - "remote.tunnel.openPreview", - "remote.tunnel.openCommandPalette", - "remote.tunnel.openCommandPaletteNone", - "remote.tunnel.openCommandPaletteView", - "remote.tunnel.openCommandPalettePick", - "remote.tunnel.copyAddressInline", - "remote.tunnel.copyAddressCommandPalette", - "remote.tunnel.copyAddressPlaceholdter", - "remote.tunnel.changeLocalPort", - "remote.tunnel.changeLocalPortNumber", - "remote.tunnelsView.changePort", - "remote.tunnel.makePublic", - "remote.tunnel.makePrivate" - ], - "vs/base/browser/ui/toolbar/toolbar": [ - "moreActions" - ], - "vs/base/browser/ui/inputbox/inputBox": [ - "alertErrorMessage", - "alertWarningMessage", - "alertInfoMessage" + "vs/workbench/contrib/codeEditor/browser/toggleMultiCursorModifier": [ + "toggleLocation", + "miMultiCursorAlt", + "miMultiCursorCmd", + "miMultiCursorCtrl" ], - "vs/workbench/services/preferences/browser/keybindingsEditorModel": [ - "default", - "extension", - "user", - "cat.title", - "cat.title", - "option", - "meta" + "vs/workbench/contrib/codeEditor/browser/untitledTextEditorHint": [ + "selectAlanguage2", + "keyboardBindingTooltip", + "or", + "openADifferentEditor", + "keyboardBindingTooltip", + "toGetStarted", + "startTyping", + "dontshow", + "thisAgain" ], - "vs/workbench/services/preferences/common/preferencesValidation": [ - "validations.expectedNumeric", - "invalidTypeError", - "validations.maxLength", - "validations.minLength", - "validations.regex", - "validations.colorFormat", - "validations.uriEmpty", - "validations.uriMissing", - "validations.uriSchemeMissing", - "validations.exclusiveMax", - "validations.exclusiveMin", - "validations.max", - "validations.min", - "validations.multipleOf", - "validations.expectedInteger", - "validations.stringArrayUniqueItems", - "validations.stringArrayMinItem", - "validations.stringArrayMaxItem", - "validations.stringArrayItemPattern", - "validations.stringArrayItemEnum" + "vs/workbench/contrib/codeEditor/browser/toggleColumnSelection": [ + "toggleColumnSelection", + { + "key": "miColumnSelection", + "comment": [ + "&& denotes a mnemonic" + ] + } ], - "vs/base/parts/quickinput/browser/quickInput": [ - "quickInput.back", - "inputModeEntry", - "quickInput.steps", - "quickInputBox.ariaLabel", - "inputModeEntryDescription", + "vs/workbench/contrib/codeEditor/browser/toggleWordWrap": [ + "editorWordWrap", + "toggle.wordwrap", + "unwrapMinified", + "wrapMinified", { - "key": "quickInput.visibleCount", + "key": "miToggleWordWrap", "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." + "&& denotes a mnemonic" ] - }, + } + ], + "vs/workbench/contrib/codeEditor/browser/toggleRenderControlCharacter": [ + "toggleRenderControlCharacters", { - "key": "quickInput.countSelected", + "key": "miToggleRenderControlCharacters", "comment": [ - "This tells the user how many items are selected in a list of items to select from. The items can be anything." + "&& denotes a mnemonic" ] - }, - "ok", - "custom", - "quickInput.backWithKeybinding", - "quickInput.back" - ], - "vs/workbench/contrib/preferences/browser/preferencesRenderers": [ - "emptyUserSettingsHeader", - "emptyWorkspaceSettingsHeader", - "emptyFolderSettingsHeader", - "editTtile", - "replaceDefaultValue", - "copyDefaultValue", - "unknown configuration setting", - "unsupportedRemoteMachineSetting", - "unsupportedWindowSetting", - "unsupportedApplicationSetting", - "unsupportedMachineSetting", - "unsupportedProperty" - ], - "vs/workbench/contrib/preferences/browser/preferencesWidgets": [ - "defaultSettings", - "noSettingsFound", - "settingsSwitcherBarAriaLabel", - "userSettings", - "userSettingsRemote", - "workspaceSettings", - "folderSettings", - "workspaceSettings", - "userSettings" + } ], - "vs/workbench/contrib/preferences/browser/settingsLayout": [ - "commonlyUsed", - "textEditor", - "cursor", - "find", - "font", - "formatting", - "diffEditor", - "minimap", - "suggestions", - "files", - "workbench", - "appearance", - "breadcrumbs", - "editorManagement", - "settings", - "zenMode", - "screencastMode", - "window", - "newWindow", - "features", - "fileExplorer", - "search", - "debug", - "testing", - "scm", - "extensions", - "terminal", - "task", - "problems", - "output", - "comments", - "remote", - "timeline", - "notebook", - "application", - "proxy", - "keyboard", - "update", - "telemetry", - "settingsSync" + "vs/workbench/contrib/snippets/browser/snippetPicker": [ + "sep.userSnippet", + "sep.workspaceSnippet", + "disableSnippet", + "isDisabled", + "enable.snippet", + "pick.placeholder" ], - "vs/workbench/contrib/preferences/browser/settingsTree": [ - "extensions", - "extensionSyncIgnoredLabel", - "modified", - "settingsContextMenuTitle", - "alsoConfiguredIn", - "configuredIn", - "newExtensionsButtonLabel", - "editInSettingsJson", - "settings.Default", - "modified", - "resetSettingLabel", - "validationError", - "validationError", - "settings.Modified", - "alsoConfiguredIn", - "configuredIn", - "settings", - "copySettingIdLabel", - "copySettingAsJSONLabel", - "stopSyncingSetting" + "vs/workbench/contrib/snippets/browser/snippetsFile": [ + "source.workspaceSnippetGlobal", + "source.userSnippetGlobal", + "source.userSnippet" ], - "vs/workbench/contrib/preferences/browser/settingsTreeModels": [ - "workspace", - "remote", - "user" + "vs/workbench/contrib/snippets/browser/snippetCompletionProvider": [ + "detail.snippet", + "snippetSuggest.longLabel", + "snippetSuggest.longLabel" ], - "vs/workbench/contrib/preferences/browser/settingsWidgets": [ - "headerForeground", - "modifiedItemForeground", - "settingsDropdownBackground", - "settingsDropdownForeground", - "settingsDropdownBorder", - "settingsDropdownListBorder", - "settingsCheckboxBackground", - "settingsCheckboxForeground", - "settingsCheckboxBorder", - "textInputBoxBackground", - "textInputBoxForeground", - "textInputBoxBorder", - "numberInputBoxBackground", - "numberInputBoxForeground", - "numberInputBoxBorder", - "focusedRowBackground", - "notebook.rowHoverBackground", - "notebook.focusedRowBorder", - "okButton", - "cancelButton", - "listValueHintLabel", - "listSiblingHintLabel", - "removeItem", - "editItem", - "addItem", - "itemInputPlaceholder", - "listSiblingInputPlaceholder", - "excludePatternHintLabel", - "excludeSiblingHintLabel", - "removeExcludeItem", - "editExcludeItem", - "addPattern", - "excludePatternInputPlaceholder", - "excludeSiblingInputPlaceholder", - "okButton", - "cancelButton", - "objectKeyInputPlaceholder", - "objectValueInputPlaceholder", - "objectPairHintLabel", - "removeItem", - "resetItem", - "editItem", - "addItem", - "objectKeyHeader", - "objectValueHeader" + "vs/workbench/contrib/format/browser/formatActionsNone": [ + "formatDocument.label.multiple", + "too.large", + "no.provider", + "cancel", + "install.formatter" ], - "vs/workbench/contrib/preferences/browser/tocTree": [ + "vs/workbench/contrib/codeEditor/browser/toggleRenderWhitespace": [ + "toggleRenderWhitespace", { - "key": "settingsTOC", + "key": "miToggleRenderWhitespace", "comment": [ - "A label for the table of contents for the full settings list" + "&& denotes a mnemonic" ] - }, - "groupRowAriaLabel" + } ], - "vs/base/common/keybindingLabels": [ - { - "key": "ctrlKey", - "comment": [ - "This is the short form for the Control key on the keyboard" - ] - }, + "vs/workbench/contrib/format/browser/formatModified": [ + "formatChanges" + ], + "vs/workbench/contrib/audioCues/browser/audioCueService": [ + "audioCues.lineHasError.name", + "audioCues.lineHasWarning.name", + "audioCues.lineHasFoldedArea.name", + "audioCues.lineHasBreakpoint.name", + "audioCues.lineHasInlineSuggestion.name", + "audioCues.onDebugBreak.name", + "audioCues.noInlayHints" + ], + "vs/workbench/contrib/format/browser/formatActionsMultiple": [ + "null", + "nullFormatterDescription", + "miss", + "config.needed", + "config.bad", + "miss.1", + "do.config", + "cancel", + "do.config", + "select", + "do.config", + "summary", + "formatter", + "formatter.default", + "def", + "config", + "format.placeHolder", + "select", + "formatDocument.label.multiple", + "formatSelection.label.multiple" + ], + "vs/workbench/contrib/update/browser/update": [ + "releaseNotes", + "update.noReleaseNotesOnline", + "releaseNotes", + "showReleaseNotes", + "read the release notes", + "releaseNotes", + "updateIsReady", + "checkingForUpdates", + "downloading", + "updating", + "update service", + "noUpdatesAvailable", + "thereIsUpdateAvailable", + "download update", + "later", + "releaseNotes", + "updateAvailable", + "installUpdate", + "later", + "releaseNotes", + "updateNow", + "later", + "releaseNotes", + "updateAvailableAfterRestart", + "checkForUpdates", + "checkingForUpdates", + "download update_1", + "DownloadingUpdate", + "installUpdate...", + "installingUpdate", + "restartToUpdate", + "switchToInsiders", + "switchToStable", + "relaunchMessage", + "relaunchDetailInsiders", + "relaunchDetailStable", + "reload", + "selectSyncService.message", + "use insiders", + "use stable", + "cancel", + "selectSyncService.detail", + "checkForUpdates" + ], + "vs/base/browser/ui/keybindingLabel/keybindingLabel": [ + "unbound" + ], + "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted": [ + "welcomeAriaLabel", + "pickWalkthroughs", + "getStarted", + "checkboxTitle", + "welcomePage.showOnStartup", { - "key": "shiftKey", + "key": "gettingStarted.editingEvolved", "comment": [ - "This is the short form for the Shift key on the keyboard" + "Shown as subtitle on the Welcome page." ] }, + "welcomePage.openFolderWithPath", + "recent", + "noRecents", + "openFolder", + "toStart", + "show more recents", + "start", + "new", { - "key": "altKey", + "key": "newItems", "comment": [ - "This is the short form for the Alt key on the keyboard" + "Shown when a list of items has changed based on an update from a remote source" ] }, + "close", + "walkthroughs", + "showAll", + "gettingStarted.allStepsComplete", + "gettingStarted.someStepsComplete", + "imageShowing", + "allDone", + "nextOne", + "privacy statement", + "optOut", { - "key": "windowsKey", + "key": "footer", "comment": [ - "This is the short form for the Windows key on the keyboard" + "fist substitution is \"vs code\", second is \"privacy statement\", third is \"opt out\"." ] - }, + } + ], + "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedIcons": [ + "gettingStartedUnchecked", + "gettingStartedChecked" + ], + "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedService": [ + "builtin" + ], + "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedInput": [ + "getStarted" + ], + "vs/workbench/contrib/welcomeWalkthrough/browser/walkThroughPart": [ + "walkThrough.unboundCommand", + "walkThrough.gitNotFound", + "walkThrough.embeddedEditorBackground" + ], + "vs/workbench/contrib/welcomeWalkthrough/browser/editor/editorWalkThrough": [ + "editorWalkThrough.title", + "editorWalkThrough" + ], + "vs/workbench/contrib/welcomeViews/common/viewsWelcomeContribution": [ + "ViewsWelcomeExtensionPoint.proposedAPI" + ], + "vs/workbench/contrib/outline/browser/outlinePane": [ + "no-editor", + "loading", + "no-symbols", + "collapse", + "followCur", + "filterOnType", + "sortByPosition", + "sortByName", + "sortByKind" + ], + "vs/workbench/contrib/typeHierarchy/browser/typeHierarchyPeek": [ + "supertypes", + "subtypes", + "title.loading", + "empt.supertypes", + "empt.subtypes" + ], + "vs/workbench/contrib/callHierarchy/browser/callHierarchyPeek": [ + "callFrom", + "callsTo", + "title.loading", + "empt.callsFrom", + "empt.callsTo" + ], + "vs/workbench/contrib/codeEditor/browser/outline/documentSymbolsTree": [ + "title.template", + "1.problem", + "N.problem", + "deep.problem", + "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" + ], + "vs/workbench/contrib/userDataSync/browser/userDataSync": [ + "turn on sync with category", + "stop sync", + "configure sync", + "showConflicts", + "showKeybindingsConflicts", + "showSnippetsConflicts", + "showTasksConflicts", + "sync now", + "syncing", + "synced with time", + "sync settings", + "show synced data", + "conflicts detected", + "replace remote", + "replace local", + "show conflicts", + "accept failed", + "accept failed", + "session expired", + "turn on sync", + "turned off", + "turn on sync", + "too large", + "error upgrade required", + "operationId", + "error reset required", + "reset", + "show synced data action", + "service switched to insiders", + "service switched to stable", + "using separate service", + "service changed and turned off", + "turn on sync", + "operationId", + "open file", + "errorInvalidConfiguration", + "open file", + "has conflicts", + "turning on syncing", + "settings sync is off", + "sign in to sync", + "settings sync is off", + "turn on settings sync", + "cancel", + "turnon sync after initialization message", { - "key": "ctrlKey", + "key": "change later", "comment": [ - "This is the short form for the Control key on the keyboard" + "Context here is that user can change (turn on/off) settings sync later." ] }, + "learn more", + "no authentication providers", + "too large while starting sync", + "error upgrade required while starting sync", + "operationId", + "error reset required while starting sync", + "reset", + "show synced data action", + "auth failed", + "turn on failed with user data sync error", { - "key": "shiftKey", + "key": "turn on failed", "comment": [ - "This is the short form for the Shift key on the keyboard" + "Substitution is for error reason" ] }, + "sign in and turn on", + "configure and turn on sync detail", + "per platform", + "configure sync", + "configure sync placeholder", + "turn off sync confirmation", + "turn off sync detail", { - "key": "altKey", + "key": "turn off", "comment": [ - "This is the short form for the Alt key on the keyboard" + "&& denotes a mnemonic" ] }, + "turn off sync everywhere", { - "key": "superKey", + "key": "leftResourceName", "comment": [ - "This is the short form for the Super key on the keyboard" + "remote as in file in cloud" ] }, + "merges", + "sideBySideLabels", + "sideBySideDescription", + "switchSyncService.title", + "switchSyncService.description", + "default", + "insiders", + "stable", + "global activity turn on sync", + "global activity turn on sync", + "global activity turn on sync", + "ask to turn on in global", + "turnin on sync", + "sign in global", + "sign in accounts", + "resolveConflicts_global", + "resolveConflicts_global", + "resolveKeybindingsConflicts_global", + "resolveKeybindingsConflicts_global", + "resolveTasksConflicts_global", + "resolveTasksConflicts_global", + "resolveSnippetsConflicts_global", + "resolveSnippetsConflicts_global", + "sync is on", + "workbench.action.showSyncRemoteBackup", + "turn off failed", + "configure", + "show sync log title", + "show sync log toolrip", + "workbench.actions.syncData.reset", + "accept remote", + "accept merges", + "accept remote button", + "accept merges button", + "Sync accept remote", + "Sync accept merges", + "confirm replace and overwrite local", + "confirm replace and overwrite remote", + "update conflicts", + "accept failed" + ], + "vs/workbench/contrib/feedback/browser/feedbackStatusbarItem": [ + "status.feedback", + "status.feedback.name", + "status.feedback", + "status.feedback" + ], + "vs/workbench/contrib/codeActions/common/codeActionsExtensionPoint": [ + "contributes.codeActions", + "contributes.codeActions.languages", + "contributes.codeActions.kind", + "contributes.codeActions.title", + "contributes.codeActions.description" + ], + "vs/workbench/contrib/codeActions/browser/codeActionsContribution": [ + "codeActionsOnSave.fixAll", + "codeActionsOnSave", + "codeActionsOnSave.generic" + ], + "vs/workbench/contrib/welcomeViews/common/viewsWelcomeExtensionPoint": [ + "contributes.viewsWelcome", + "contributes.viewsWelcome.view", + "contributes.viewsWelcome.view.view", + "contributes.viewsWelcome.view.view", + "contributes.viewsWelcome.view.contents", + "contributes.viewsWelcome.view.when", + "contributes.viewsWelcome.view.group", + "contributes.viewsWelcome.view.enablement" + ], + "vs/workbench/contrib/codeActions/common/documentationExtensionPoint": [ + "contributes.documentation", + "contributes.documentation.refactorings", + "contributes.documentation.refactoring", + "contributes.documentation.refactoring.title", + "contributes.documentation.refactoring.when", + "contributes.documentation.refactoring.command" + ], + "vs/workbench/contrib/profiles/common/profilesActions": [ + "export profile", + "export profile dialog", + "export success", + "import profile", + "import profile title", + "confiirmation message", + "select from file", + "select from url", + "import profile quick pick title", + "import profile placeholder", + "import profile dialog" + ], + "vs/workbench/contrib/timeline/browser/timelinePane": [ + "timeline.loadingMore", + "timeline.loadMore", + "timeline", + "timeline.editorCannotProvideTimeline", + "timeline.noTimelineInfo", + "timeline.editorCannotProvideTimeline", + "timeline.aria.item", + "timeline", + "timeline.loading", + "timelineRefresh", + "timelinePin", + "timelineUnpin", + "refresh", + "timeline", + "timeline.toggleFollowActiveEditorCommand.follow", + "timeline", + "timeline.toggleFollowActiveEditorCommand.unfollow", + "timeline" + ], + "vs/workbench/services/workspaces/browser/workspaceTrustEditorInput": [ + "workspaceTrustEditorInputName" + ], + "vs/workbench/contrib/localHistory/browser/localHistoryTimeline": [ + "localHistory" + ], + "vs/workbench/contrib/localHistory/browser/localHistoryCommands": [ + "localHistory.category", + "localHistory.compareWithFile", + "localHistory.compareWithPrevious", + "localHistory.selectForCompare", + "localHistory.compareWithSelected", + "localHistory.open", + "localHistory.restore", + "localHistoryRestore.source", + "confirmRestoreMessage", + "confirmRestoreDetail", { - "key": "ctrlKey.long", + "key": "restoreButtonLabel", "comment": [ - "This is the long form for the Control key on the keyboard" + "&& denotes a mnemonic" ] }, + "unableToRestore", + "localHistory.restoreViaPicker", + "restoreViaPicker.filePlaceholder", + "restoreViaPicker.entryPlaceholder", + "localHistory.rename", + "renameLocalHistoryEntryTitle", + "renameLocalHistoryPlaceholder", + "localHistory.delete", + "confirmDeleteMessage", + "confirmDeleteDetail", { - "key": "shiftKey.long", + "key": "deleteButtonLabel", "comment": [ - "This is the long form for the Shift key on the keyboard" + "&& denotes a mnemonic" ] }, + "localHistory.deleteAll", + "confirmDeleteAllMessage", + "confirmDeleteAllDetail", { - "key": "altKey.long", + "key": "deleteAllButtonLabel", "comment": [ - "This is the long form for the Alt key on the keyboard" + "&& denotes a mnemonic" ] }, + "localHistory.create", + "createLocalHistoryEntryTitle", + "createLocalHistoryPlaceholder", + "localHistoryEditorLabel", + "localHistoryCompareToFileEditorLabel", + "localHistoryCompareToPreviousEditorLabel" + ], + "vs/workbench/contrib/audioCues/browser/commands": [ + "audioCues.help", + "disabled", + "audioCues.help.settings", + "audioCues.help.placeholder" + ], + "vs/workbench/common/editor/textEditorModel": [ + "languageAutoDetected" + ], + "vs/workbench/contrib/workspace/browser/workspaceTrustEditor": [ + "shieldIcon", + "checkListIcon", + "xListIcon", + "folderPickerIcon", + "editIcon", + "removeIcon", + "hostColumnLabel", + "pathColumnLabel", + "trustedFolderAriaLabel", + "trustedFolderWithHostAriaLabel", + "trustedFoldersAndWorkspaces", + "addButton", + "addButton", + "trustUri", + "selectTrustedUri", + "trustedFoldersDescription", + "noTrustedFoldersDescriptions", + "trustAll", + "trustOrg", + "invalidTrust", + "trustUri", + "selectTrustedUri", + "editTrustedUri", + "pickerTrustedUri", + "deleteTrustedUri", + "localAuthority", + "trustedUnsettableWindow", + "trustedHeaderWindow", + "trustedHeaderFolder", + "trustedHeaderWorkspace", + "untrustedHeader", + "trustedWindow", + "untrustedWorkspace", + "trustedWindowSubtitle", + "untrustedWindowSubtitle", + "trustedFolder", + "untrustedWorkspace", + "trustedFolderSubtitle", + "untrustedFolderSubtitle", + "trustedWorkspace", + "untrustedWorkspace", + "trustedWorkspaceSubtitle", + "untrustedWorkspaceSubtitle", + "trustedDescription", + "untrustedDescription", { - "key": "cmdKey.long", + "key": "workspaceTrustEditorHeaderActions", "comment": [ - "This is the long form for the Command key on the keyboard" + "Please ensure the markdown link syntax is not broken up with whitespace [text block](link block)" ] }, + "root element label", + "trustedFoldersAndWorkspaces", + "trustedTasks", + "trustedDebugging", + "trustedExtensions", + "trustedTasks", + "trustedDebugging", + "trustedSettings", + "trustedExtensions", + "untrustedTasks", + "untrustedDebugging", { - "key": "ctrlKey.long", + "key": "untrustedExtensions", "comment": [ - "This is the long form for the Control key on the keyboard" + "Please ensure the markdown link syntax is not broken up with whitespace [text block](link block)" ] }, + "untrustedTasks", + "untrustedDebugging", { - "key": "shiftKey.long", + "key": "untrustedSettings", "comment": [ - "This is the long form for the Shift key on the keyboard" + "Please ensure the markdown link syntax is not broken up with whitespace [text block](link block)" ] }, + "no untrustedSettings", { - "key": "altKey.long", + "key": "untrustedExtensions", "comment": [ - "This is the long form for the Alt key on the keyboard" + "Please ensure the markdown link syntax is not broken up with whitespace [text block](link block)" ] }, + "trustButton", + "trustMessage", + "trustParentButton", + "dontTrustButton", + "untrustedWorkspaceReason", + "untrustedFolderReason", + "trustedForcedReason" + ], + "vs/workbench/services/textfile/common/textFileEditorModelManager": [ { - "key": "windowsKey.long", + "key": "genericSaveError", "comment": [ - "This is the long form for the Windows key on the keyboard" + "{0} is the resource that failed to save and {1} the error message" ] - }, + } + ], + "vs/workbench/browser/parts/notifications/notificationsStatus": [ + "status.notifications", + "status.notifications", + "hideNotifications", + "zeroNotifications", + "noNotifications", + "oneNotification", { - "key": "ctrlKey.long", + "key": "notifications", "comment": [ - "This is the long form for the Control key on the keyboard" + "{0} will be replaced by a number" ] }, { - "key": "shiftKey.long", + "key": "noNotificationsWithProgress", "comment": [ - "This is the long form for the Shift key on the keyboard" + "{0} will be replaced by a number" ] }, { - "key": "altKey.long", + "key": "oneNotificationWithProgress", "comment": [ - "This is the long form for the Alt key on the keyboard" + "{0} will be replaced by a number" ] }, { - "key": "superKey.long", + "key": "notificationsWithProgress", "comment": [ - "This is the long form for the Super key on the keyboard" + "{0} and {1} will be replaced by a number" ] - } + }, + "status.message" ], - "vs/workbench/contrib/notebook/browser/notebookKernelAssociation": [ - "notebook.kernelProviderAssociations" + "vs/workbench/browser/parts/notifications/notificationsCenter": [ + "notificationsEmpty", + "notifications", + "notificationsToolbar", + "notificationsCenterWidgetAriaLabel" ], - "vs/workbench/contrib/notebook/browser/extensionPoint": [ - "contributes.notebook.provider", - "contributes.notebook.provider.viewType", - "contributes.notebook.provider.displayName", - "contributes.notebook.provider.selector", - "contributes.notebook.provider.selector.filenamePattern", - "contributes.notebook.selector.provider.excludeFileNamePattern", - "contributes.priority", - "contributes.priority.default", - "contributes.priority.option", - "contributes.notebook.renderer", - "contributes.notebook.renderer.viewType", - "contributes.notebook.provider.viewType.deprecated", - "contributes.notebook.renderer.viewType", - "contributes.notebook.renderer.displayName", - "contributes.notebook.selector", - "contributes.notebook.renderer.entrypoint", - "contributes.notebook.markdownRenderer", - "contributes.notebook.markdownRenderer.id", - "contributes.notebook.markdownRenderer.displayName", - "contributes.notebook.markdownRenderer.entrypoint" + "vs/workbench/browser/parts/notifications/notificationsAlerts": [ + "alertErrorMessage", + "alertWarningMessage", + "alertInfoMessage" ], - "vs/workbench/contrib/notebook/common/notebookEditorModel": [ - "notebook.staleSaveError", - "notebook.staleSaveError.revert", - "notebook.staleSaveError.overwrite.", - "save" + "vs/workbench/browser/parts/notifications/notificationsCommands": [ + "notifications", + "showNotifications", + "hideNotifications", + "clearAllNotifications", + "focusNotificationToasts" ], - "vs/workbench/contrib/notebook/browser/notebookEditorWidget": [ - "notebookTreeAriaLabel", - "notebook.cellBorderColor", - "notebook.focusedEditorBorder", - "notebookStatusSuccessIcon.foreground", - "notebookStatusErrorIcon.foreground", - "notebookStatusRunningIcon.foreground", - "notebook.outputContainerBackgroundColor", - "notebook.cellToolbarSeparator", - "focusedCellBackground", - "selectedCellBackground", - "notebook.cellHoverBackground", - "notebook.selectedCellBorder", - "notebook.inactiveSelectedCellBorder", - "notebook.focusedCellBorder", - "notebook.inactiveFocusedCellBorder", - "notebook.cellStatusBarItemHoverBackground", - "notebook.cellInsertionIndicator", - "notebookScrollbarSliderBackground", - "notebookScrollbarSliderHoverBackground", - "notebookScrollbarSliderActiveBackground", - "notebook.symbolHighlightBackground" + "vs/workbench/services/configuration/common/configurationEditingService": [ + "openTasksConfiguration", + "openLaunchConfiguration", + "open", + "openTasksConfiguration", + "openLaunchConfiguration", + "saveAndRetry", + "saveAndRetry", + "open", + "errorPolicyConfiguration", + "errorUnknownKey", + "errorInvalidWorkspaceConfigurationApplication", + "errorInvalidWorkspaceConfigurationMachine", + "errorInvalidFolderConfiguration", + "errorInvalidUserTarget", + "errorInvalidWorkspaceTarget", + "errorInvalidFolderTarget", + "errorInvalidResourceLanguageConfiguration", + "errorNoWorkspaceOpened", + "errorInvalidTaskConfiguration", + "errorInvalidLaunchConfiguration", + "errorInvalidConfiguration", + "errorInvalidRemoteConfiguration", + "errorInvalidConfigurationWorkspace", + "errorInvalidConfigurationFolder", + "errorTasksConfigurationFileDirty", + "errorLaunchConfigurationFileDirty", + "errorConfigurationFileDirty", + "errorRemoteConfigurationFileDirty", + "errorConfigurationFileDirtyWorkspace", + "errorConfigurationFileDirtyFolder", + "errorTasksConfigurationFileModifiedSince", + "errorLaunchConfigurationFileModifiedSince", + "errorConfigurationFileModifiedSince", + "errorRemoteConfigurationFileModifiedSince", + "errorConfigurationFileModifiedSinceWorkspace", + "errorConfigurationFileModifiedSinceFolder", + "errorUnknown", + "userTarget", + "remoteUserTarget", + "workspaceTarget", + "folderTarget" ], - "vs/workbench/contrib/notebook/browser/notebookIcons": [ - "configureKernel", - "selectKernelIcon", - "executeIcon", - "stopIcon", - "deleteCellIcon", - "executeAllIcon", - "editIcon", - "stopEditIcon", - "moveUpIcon", - "moveDownIcon", - "clearIcon", - "splitCellIcon", - "unfoldIcon", - "successStateIcon", - "errorStateIcon", - "collapsedIcon", - "expandedIcon", - "openAsTextIcon", - "revertIcon", - "renderOutputIcon", - "mimetypeIcon" + "vs/workbench/browser/parts/notifications/notificationsToasts": [ + "notificationAriaLabel", + "notificationWithSourceAriaLabel" ], - "vs/workbench/contrib/codeEditor/browser/find/simpleFindReplaceWidget": [ - "label.find", - "placeholder.find", - "label.previousMatchButton", - "label.nextMatchButton", - "label.closeButton", - "label.toggleReplaceButton", - "label.replace", - "placeholder.replace", - "label.replaceButton", - "label.replaceAllButton" + "vs/workbench/services/textMate/common/TMGrammars": [ + "vscode.extension.contributes.grammars", + "vscode.extension.contributes.grammars.language", + "vscode.extension.contributes.grammars.scopeName", + "vscode.extension.contributes.grammars.path", + "vscode.extension.contributes.grammars.embeddedLanguages", + "vscode.extension.contributes.grammars.tokenTypes", + "vscode.extension.contributes.grammars.injectTo", + "vscode.extension.contributes.grammars.balancedBracketScopes", + "vscode.extension.contributes.grammars.unbalancedBracketScopes" ], - "vs/base/browser/ui/iconLabel/iconLabel": [ - "iconLabel.loading" + "vs/workbench/browser/parts/titlebar/titlebarPart": [ + "layoutControl.hide" ], - "vs/workbench/contrib/testing/browser/theme": [ - "testing.iconFailed", - "testing.iconErrored", - "testing.iconPassed", - "testing.runAction", - "testing.iconQueued", - "testing.iconUnset", - "testing.iconSkipped", - "testing.peekBorder", - "testing.message.error.decorationForeground", - "testing.message.error.marginBackground", - "testing.message.warning.decorationForeground", - "testing.message.warning.marginBackground", - "testing.message.info.decorationForeground", - "testing.message.info.marginBackground", - "testing.message.hint.decorationForeground", - "testing.message.hint.marginBackground" + "vs/workbench/contrib/files/browser/editors/textFileEditor": [ + "textFileEditor", + "reveal", + "ok", + "fileIsDirectoryError", + "fileNotFoundError", + "createFile" ], - "vs/workbench/contrib/testing/common/constants": [ - "testState.errored", - "testState.failed", - "testState.passed", - "testState.queued", - "testState.running", - "testState.skipped", - "testState.unset" + "vs/workbench/services/workingCopy/common/workingCopyHistoryTracker": [ + "undoRedo.source" ], - "vs/platform/quickinput/browser/commandsQuickAccess": [ - "commandPickAriaLabelWithKeybinding", + "vs/workbench/contrib/extensions/electron-sandbox/extensionsSlowActions": [ + "cmd.reportOrShow", + "cmd.report", + "attach.title", + "attach.msg", + "cmd.show", + "attach.title", + "attach.msg2" + ], + "vs/workbench/contrib/extensions/electron-sandbox/reportExtensionIssueAction": [ + "reportExtensionIssue" + ], + "vs/workbench/contrib/terminal/electron-sandbox/terminalRemote": [ + "workbench.action.terminal.newLocal" + ], + "vs/workbench/contrib/terminal/browser/terminalProfileResolverService": [ + "terminalProfileMigration", + "migrateToProfile" + ], + "vs/workbench/contrib/tasks/browser/taskTerminalStatus": [ + "taskTerminalStatus.active", + "taskTerminalStatus.succeeded", + "taskTerminalStatus.succeededInactive", + "taskTerminalStatus.errors", + "taskTerminalStatus.errorsInactive", + "taskTerminalStatus.warnings", + "taskTerminalStatus.warningsInactive", + "taskTerminalStatus.infos", + "taskTerminalStatus.infosInactive" + ], + "vs/workbench/contrib/terminal/browser/baseTerminalBackend": [ + "restartPtyHost", + "nonResponsivePtyHost" + ], + "vs/workbench/contrib/tasks/common/taskTemplates": [ + "dotnetCore", + "msbuild", + "externalCommand", + "Maven" + ], + "vs/workbench/contrib/localHistory/browser/localHistory": [ + "localHistoryIcon", + "localHistoryRestore" + ], + "vs/workbench/contrib/tasks/common/taskConfiguration": [ + "ConfigurationParser.invalidCWD", + "ConfigurationParser.inValidArg", + "ConfigurationParser.noShell", + "ConfigurationParser.noName", + "ConfigurationParser.unknownMatcherKind", + "ConfigurationParser.invalidVariableReference", + "ConfigurationParser.noTaskType", + "ConfigurationParser.noTypeDefinition", + "ConfigurationParser.missingType", + "ConfigurationParser.incorrectType", + "ConfigurationParser.notCustom", + "ConfigurationParser.noTaskName", + "taskConfiguration.providerUnavailable", + "taskConfiguration.noCommandOrDependsOn", + "taskConfiguration.noCommand", + { + "key": "TaskParse.noOsSpecificGlobalTasks", + "comment": [ + "\"Task version 2.0.0\" refers to the 2.0.0 version of the task system. The \"version 2.0.0\" is not localizable as it is a json key and value." + ] + } + ], + "vs/workbench/contrib/tasks/browser/taskQuickPick": [ + "taskQuickPick.showAll", + "configureTaskIcon", + "removeTaskIcon", + "configureTask", + "contributedTasks", + "taskType", + "removeRecent", "recentlyUsed", - "morecCommands", - "canNotRun" + "configured", + "configured", + "TaskQuickPick.changeSettingNo", + "TaskQuickPick.changeSettingYes", + "TaskQuickPick.changeSettingDetails", + "TaskService.pickRunTask", + "TaskQuickPick.changeSettingsOptions", + "TaskQuickPick.goBack", + "TaskQuickPick.noTasksForType", + "noProviderForTask" ], - "vs/workbench/contrib/files/browser/views/explorerDecorationsProvider": [ - "canNotResolve", - "symbolicLlink", - "unknown", - "label" + "vs/workbench/services/extensions/common/extensionsUtil": [ + "overwritingExtension", + "overwritingExtension", + "extensionUnderDevelopment" ], - "vs/workbench/contrib/files/browser/views/explorerViewer": [ - "treeAriaLabel", - "fileInputAriaLabel", - "confirmOverwrite", - "irreversible", + "vs/workbench/services/extensions/common/extensionHostManager": [ + "measureExtHostLatency" + ], + "vs/workbench/api/common/extHostDiagnostics": [ { - "key": "replaceButtonLabel", + "key": "limitHit", "comment": [ - "&& denotes a mnemonic" + "amount of errors/warning skipped due to limits" ] - }, - "confirmManyOverwrites", - "irreversible", + } + ], + "vs/workbench/api/common/extHostProgress": [ + "extensionSource" + ], + "vs/workbench/api/common/extHostStatusBar": [ + "extensionLabel", + "status.extensionMessage" + ], + "vs/workbench/api/common/extHostTreeViews": [ + "treeView.notRegistered", + "treeView.notRegistered", + "treeView.notRegistered", + "treeView.notRegistered", + "treeView.notRegistered", + "treeView.notRegistered", + "treeView.notRegistered", + "treeView.notRegistered", + "treeView.duplicateElement" + ], + "vs/editor/browser/widget/diffReview": [ + "diffReviewInsertIcon", + "diffReviewRemoveIcon", + "diffReviewCloseIcon", + "label.close", + "no_lines_changed", + "one_line_changed", + "more_lines_changed", { - "key": "replaceButtonLabel", + "key": "header", "comment": [ - "&& denotes a mnemonic" + "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." ] }, - "uploadingFiles", - "overwrite", - "overwriting", - "uploadProgressSmallMany", - "uploadProgressLarge", - "copyFolders", - "copyFolder", - "cancel", - "copyfolders", - "copyfolder", - "addFolders", - "addFolder", - "dropFolders", - "dropFolder", - "copyFile", - "copynFile", - "copyingFile", - "copyingnFile", - "confirmRootsMove", - "confirmMultiMove", - "confirmRootMove", - "confirmMove", - "doNotAskAgain", + "blankLine", { - "key": "moveButtonLabel", + "key": "unchangedLine", "comment": [ - "&& denotes a mnemonic" + "The placeholders are contents of the line and should not be translated." ] }, - "copy", - "copying", - "move", - "moving" - ], - "vs/workbench/contrib/bulkEdit/browser/preview/bulkEditTree": [ - "bulkEdit", - "aria.renameAndEdit", - "aria.createAndEdit", - "aria.deleteAndEdit", - "aria.editOnly", - "aria.rename", - "aria.create", - "aria.delete", - "aria.replace", - "aria.del", - "aria.insert", - "rename.label", - "detail.rename", - "detail.create", - "detail.del", - "title" - ], - "vs/editor/contrib/quickAccess/gotoSymbolQuickAccess": [ - "cannotRunGotoSymbolWithoutEditor", - "cannotRunGotoSymbolWithoutSymbolProvider", - "noMatchingSymbolResults", - "noSymbolResults", - "openToSide", - "openToBottom", - "symbols", - "property", - "method", - "function", - "_constructor", - "variable", - "class", - "struct", - "event", - "operator", - "interface", - "namespace", - "package", - "typeParameter", - "modules", - "property", - "enum", - "enumMember", - "string", - "file", - "array", - "number", - "boolean", - "object", - "key", - "field", - "constant" - ], - "vs/workbench/contrib/search/browser/replaceService": [ - "fileReplaceChanges" - ], - "vs/workbench/contrib/debug/browser/debugConfigurationManager": [ - "selectConfiguration", - "editLaunchConfig", - "DebugConfig.failed", - "workspace", - "user settings" - ], - "vs/workbench/contrib/debug/browser/debugSession": [ - "noDebugAdapter", - "noDebugAdapter", - "noDebugAdapter", - "noDebugAdapter", - "noDebugAdapter", - "noDebugAdapter", - "sessionNotReadyForBreakpoints", - "noDebugAdapter", - "noDebugAdapter", - "noDebugAdapter", - "noDebugAdapter", - "noDebugAdapter", - "noDebugAdapter", - "noDebugAdapter", - "noDebugAdapter", - "noDebugAdapter", - "noDebugAdapter", - "noDebugAdapter", - "noDebugAdapter", - "noDebugAdapter", - "noDebugAdapter", - "noDebugAdapter", - "noDebugAdapter", - "noDebugAdapter", - "noDebugAdapter", - "noDebugAdapter", - "noDebugAdapter", - "noDebugAdapter", - "noDebugAdapter", - "noDebugAdapter", - "noDebugAdapter", - "noDebugAdapter", - "debuggingStarted", - "debuggingStopped" - ], - "vs/workbench/contrib/debug/browser/debugTaskRunner": [ - "preLaunchTaskErrors", - "preLaunchTaskError", - "preLaunchTaskExitCode", - "preLaunchTaskTerminated", - "debugAnyway", - "showErrors", - "abort", - "remember", - "debugAnyway", - "cancel", - "rememberTask", - "invalidTaskReference", - "DebugTaskNotFoundWithTaskId", - "DebugTaskNotFound", - "taskNotTrackedWithTaskId", - "taskNotTracked" + "equalLine", + "insertLine", + "deleteLine", + "editor.action.diffReview.next", + "editor.action.diffReview.prev" ], - "vs/workbench/contrib/debug/common/debugSource": [ - "unknownSource" + "vs/editor/browser/widget/inlineDiffMargin": [ + "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", + "diff.clipboard.copyDeletedLineContent.label", + "diff.clipboard.copyChangedLineContent.label" ], - "vs/workbench/contrib/debug/browser/debugAdapterManager": [ - "debugNoType", - "more", - "selectDebug" + "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", + "applyCodeActionFailed", + "quickfix.trigger.label", + "editor.action.quickFix.noneMessage", + "editor.action.codeAction.noneMessage.preferred.kind", + "editor.action.codeAction.noneMessage.kind", + "editor.action.codeAction.noneMessage.preferred", + "editor.action.codeAction.noneMessage", + "refactor.label", + "editor.action.refactor.noneMessage.preferred.kind", + "editor.action.refactor.noneMessage.kind", + "editor.action.refactor.noneMessage.preferred", + "editor.action.refactor.noneMessage", + "source.label", + "editor.action.source.noneMessage.preferred.kind", + "editor.action.source.noneMessage.kind", + "editor.action.source.noneMessage.preferred", + "editor.action.source.noneMessage", + "organizeImports.label", + "editor.action.organize.noneMessage", + "fixAll.label", + "fixAll.noneMessage", + "autoFix.label", + "editor.action.autoFix.noneMessage" ], - "vs/base/browser/ui/findinput/findInput": [ - "defaultLabel" + "vs/editor/contrib/find/browser/findWidget": [ + "findSelectionIcon", + "findCollapsedIcon", + "findExpandedIcon", + "findReplaceIcon", + "findReplaceAllIcon", + "findPreviousMatchIcon", + "findNextMatchIcon", + "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/base/browser/ui/findinput/replaceInput": [ - "defaultLabel", - "label.preserveCaseCheckbox" + "vs/editor/contrib/inlineCompletions/browser/ghostTextHoverParticipant": [ + "showNextInlineSuggestion", + "showPreviousInlineSuggestion", + "acceptInlineSuggestion", + "inlineSuggestionFollows" + ], + "vs/editor/contrib/inlineCompletions/browser/ghostTextController": [ + "inlineSuggestionVisible", + "inlineSuggestionHasIndentation", + "inlineSuggestionHasIndentationLessThanTabSize", + "action.inlineSuggest.showNext", + "action.inlineSuggest.showPrevious", + "action.inlineSuggest.trigger" + ], + "vs/editor/contrib/folding/browser/foldingDecorations": [ + "foldingExpandedIcon", + "foldingCollapsedIcon" ], - "vs/workbench/contrib/markers/browser/markersViewActions": [ - "filterIcon", - "showing filtered problems" + "vs/editor/contrib/format/browser/format": [ + "hint11", + "hintn1", + "hint1n", + "hintnn" ], - "vs/workbench/contrib/markers/browser/markersTreeViewer": [ - "problemsView", - "expandedIcon", - "collapsedIcon", - "single line", - "multi line", - "links.navigate.follow", - "links.navigate.kb.meta", - "links.navigate.kb.meta.mac", - "links.navigate.kb.meta", - "links.navigate.kb.alt.mac", - "links.navigate.kb.alt" + "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/workbench/contrib/comments/browser/commentGlyphWidget": [ - "editorGutterCommentRangeForeground" + "vs/editor/contrib/gotoSymbol/browser/symbolNavigation": [ + "hasSymbols", + "location.kb", + "location" ], - "vs/workbench/contrib/comments/browser/commentThreadWidget": [ - "collapseIcon", - "label.collapse", - "startThread", - "reply", - "reply", - "reply", - "newComment" + "vs/editor/contrib/gotoError/browser/gotoErrorWidget": [ + "Error", + "Warning", + "Info", + "Hint", + "marker aria", + "problems", + "change", + "editorMarkerNavigationError", + "editorMarkerNavigationErrorHeaderBackground", + "editorMarkerNavigationWarning", + "editorMarkerNavigationWarningBackground", + "editorMarkerNavigationInfo", + "editorMarkerNavigationInfoHeaderBackground", + "editorMarkerNavigationBackground" ], - "vs/workbench/contrib/customEditor/common/contributedCustomEditors": [ - "promptOpenWith.defaultEditor.displayName", - "builtinProviderDisplayName", - "builtinProviderDisplayName" + "vs/editor/contrib/gotoSymbol/browser/peek/referencesController": [ + "referenceSearchVisible", + "labelLoading", + "metaTitle.N" ], - "vs/workbench/contrib/extensions/browser/extensionsWidgets": [ - "ratedBySingleUser", - "ratedByUsers", - "noRating", - "remote extension title", - "syncingore.label", - "extensionIconStarForeground" + "vs/editor/contrib/message/browser/messageController": [ + "messageVisible", + "editor.readonly" ], - "vs/workbench/contrib/extensions/browser/extensionsViewer": [ - "error", - "Unknown Extension", - "extension.arialabel", - "extensions" + "vs/editor/contrib/hover/browser/markerHoverParticipant": [ + "view problem", + "noQuickFixes", + "checkingForQuickFixes", + "noQuickFixes", + "quick fixes" ], - "vs/workbench/contrib/extensions/browser/dynamicWorkspaceRecommendations": [ - "dynamicWorkspaceRecommendation" + "vs/editor/contrib/inlayHints/browser/inlayHintsHover": [ + "hint.dbl", + "links.navigate.kb.meta.mac", + "links.navigate.kb.meta", + "links.navigate.kb.alt.mac", + "links.navigate.kb.alt", + "hint.defAndCommand", + "hint.def", + "hint.cmd" ], - "vs/workbench/contrib/extensions/browser/exeBasedRecommendations": [ - "exeBasedRecommendation" + "vs/editor/contrib/hover/browser/markdownHoverParticipant": [ + "modesContentHover.loading", + "too many characters" ], - "vs/workbench/contrib/extensions/browser/workspaceRecommendations": [ - "workspaceRecommendation" + "vs/editor/contrib/rename/browser/renameInputField": [ + "renameInputVisible", + "renameAriaLabel", + { + "key": "label", + "comment": [ + "placeholders are keybindings, e.g \"F2 to Rename, Shift+F2 to Preview\"" + ] + } ], - "vs/workbench/contrib/extensions/browser/fileBasedRecommendations": [ - "searchMarketplace", - "fileBasedRecommendation", - "reallyRecommended", - "showLanguageExtensions", - "dontShowAgainExtension" + "vs/editor/contrib/parameterHints/browser/parameterHintsWidget": [ + "parameterHintsNextIcon", + "parameterHintsPreviousIcon", + "hint", + "editorHoverWidgetHighlightForeground" ], - "vs/workbench/contrib/extensions/browser/configBasedRecommendations": [ - "exeBasedRecommendation" + "vs/editor/contrib/suggest/browser/suggestWidget": [ + "editorSuggestWidgetBackground", + "editorSuggestWidgetBorder", + "editorSuggestWidgetForeground", + "editorSuggestWidgetSelectedForeground", + "editorSuggestWidgetSelectedIconForeground", + "editorSuggestWidgetSelectedBackground", + "editorSuggestWidgetHighlightForeground", + "editorSuggestWidgetFocusHighlightForeground", + "editorSuggestWidgetStatusForeground", + "suggestWidget.loading", + "suggestWidget.noSuggestions", + "suggest", + "label.full", + "label.detail", + "label.desc", + "ariaCurrenttSuggestionReadDetails" ], - "vs/workbench/contrib/terminal/browser/terminalConfigHelper": [ - "terminal.integrated.allowWorkspaceShell", - "allow", - "disallow", - "useWslExtension.title", - "install" + "vs/workbench/api/browser/mainThreadWebviews": [ + "errorMessage" ], - "vs/workbench/contrib/terminal/browser/terminalTab": [ - "ptyDisconnected" + "vs/workbench/browser/parts/editor/textEditor": [ + "editor" ], - "vs/workbench/contrib/terminal/browser/terminalInstance": [ - "terminal.integrated.a11yPromptLabel", - "terminal.integrated.a11yTooMuchOutput", - "keybindingHandling", - "configureTerminalSettings", - "yes", - "no", - "dontShowAgain", - "terminal.slowRendering", - "terminal.integrated.copySelection.noSelection", - "launchFailed.exitCodeAndCommandLine", - "launchFailed.exitCodeOnly", - "terminated.exitCodeAndCommandLine", - "terminated.exitCodeOnly", - "launchFailed.errorMessage", - "terminalTextBoxAriaLabelNumberAndTitle", - "terminalTextBoxAriaLabel", - "terminalStaleTextBoxAriaLabel" + "vs/workbench/api/browser/mainThreadCustomEditors": [ + "defaultEditLabel" ], - "vs/workbench/contrib/tasks/common/jsonSchemaCommon": [ - "JsonSchema.options", - "JsonSchema.options.cwd", - "JsonSchema.options.env", - "JsonSchema.tasks.matcherError", - "JsonSchema.tasks.matcherError", - "JsonSchema.shellConfiguration", - "JsonSchema.shell.executable", - "JsonSchema.shell.args", - "JsonSchema.command", - "JsonSchema.tasks.args", - "JsonSchema.tasks.taskName", - "JsonSchema.command", - "JsonSchema.tasks.args", - "JsonSchema.tasks.windows", - "JsonSchema.tasks.matchers", - "JsonSchema.tasks.mac", - "JsonSchema.tasks.matchers", - "JsonSchema.tasks.linux", - "JsonSchema.tasks.matchers", - "JsonSchema.tasks.suppressTaskName", - "JsonSchema.tasks.showOutput", - "JsonSchema.echoCommand", - "JsonSchema.tasks.watching.deprecation", - "JsonSchema.tasks.watching", - "JsonSchema.tasks.background", - "JsonSchema.tasks.promptOnClose", - "JsonSchema.tasks.build", - "JsonSchema.tasks.test", - "JsonSchema.tasks.matchers", - "JsonSchema.command", - "JsonSchema.args", - "JsonSchema.showOutput", - "JsonSchema.watching.deprecation", - "JsonSchema.watching", - "JsonSchema.background", - "JsonSchema.promptOnClose", - "JsonSchema.echoCommand", - "JsonSchema.suppressTaskName", - "JsonSchema.taskSelector", - "JsonSchema.matchers", - "JsonSchema.tasks" + "vs/platform/theme/common/tokenClassificationRegistry": [ + "schema.token.settings", + "schema.token.foreground", + "schema.token.background.warning", + "schema.token.fontStyle", + "schema.fontStyle.error", + "schema.token.fontStyle.none", + "schema.token.bold", + "schema.token.italic", + "schema.token.underline", + "schema.token.strikethrough", + "comment", + "string", + "keyword", + "number", + "regexp", + "operator", + "namespace", + "type", + "struct", + "class", + "interface", + "enum", + "typeParameter", + "function", + "member", + "method", + "macro", + "variable", + "parameter", + "property", + "enumMember", + "event", + "decorator", + "labels", + "declaration", + "documentation", + "static", + "abstract", + "deprecated", + "modification", + "async", + "readonly" ], - "vs/workbench/services/configurationResolver/common/configurationResolverUtils": [ - "deprecatedVariables" + "vs/workbench/contrib/comments/browser/commentsView": [ + "rootCommentsLabel", + "resourceWithCommentThreadsLabel", + "resourceWithCommentLabel", + "collapseAll" ], - "vs/workbench/services/configurationResolver/common/configurationResolverSchema": [ - "JsonSchema.input.id", - "JsonSchema.input.type", - "JsonSchema.input.description", - "JsonSchema.input.default", - "JsonSchema.inputs", - "JsonSchema.input.type.promptString", - "JsonSchema.input.password", - "JsonSchema.input.type.pickString", - "JsonSchema.input.options", - "JsonSchema.input.pickString.optionLabel", - "JsonSchema.input.pickString.optionValue", - "JsonSchema.input.type.command", - "JsonSchema.input.command.command", - "JsonSchema.input.command.args", - "JsonSchema.input.command.args", - "JsonSchema.input.command.args" + "vs/workbench/contrib/comments/browser/commentsTreeViewer": [ + "commentsCount", + "commentCount", + "imageWithLabel", + "image", + "commentLine", + "commentRange", + "lastReplyFrom" ], - "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/workbench/contrib/testing/common/testResult": [ + "runFinished" ], - "vs/editor/browser/core/keybindingCancellation": [ - "cancellableOperation" + "vs/workbench/browser/parts/compositeBarActions": [ + "titleKeybinding", + "badgeTitle", + "additionalViews", + "numberBadge", + "manageExtension", + "hide", + "keep", + "toggle" ], - "vs/workbench/contrib/update/browser/releaseNotesEditor": [ - "releaseNotesInputName", - "unassigned" + "vs/base/browser/ui/tree/treeDefaults": [ + "collapse all" ], - "vs/workbench/contrib/welcome/page/browser/welcomePageColors": [ - "welcomePage.buttonBackground", - "welcomePage.buttonHoverBackground", - "welcomePage.background", - "welcomePage.tileBackground", - "welcomePage.tileHoverBackground", - "welcomePage.tileShadow", - "welcomePage.progress.background", - "welcomePage.progress.foreground" + "vs/base/browser/ui/splitview/paneview": [ + "viewSection" ], - "vs/workbench/contrib/welcome/page/browser/vs_code_welcome_page": [ - "welcomePage.vscode", - { - "key": "welcomePage.editingEvolved", - "comment": [ - "Shown as subtitle on the Welcome page." - ] - }, - "welcomePage.start", - "welcomePage.newFile", - "welcomePage.openFolder", - "welcomePage.gitClone", - "welcomePage.openFolder", - "welcomePage.gitClone", - "welcomePage.recent", - "welcomePage.moreRecent", - "welcomePage.noRecentFolders", - "welcomePage.help", - "welcomePage.keybindingsCheatsheet", - "welcomePage.introductoryVideos", - "welcomePage.tipsAndTricks", - "welcomePage.productDocumentation", - "welcomePage.gitHubRepository", - "welcomePage.stackOverflow", - "welcomePage.newsletterSignup", - "welcomePage.showOnStartup", - "welcomePage.customize", - "welcomePage.installExtensionPacks", - "welcomePage.installExtensionPacksDescription", - "welcomePage.showLanguageExtensions", - "welcomePage.moreExtensions", - "welcomePage.installKeymapDescription", - "welcomePage.installKeymapExtension", - "welcomePage.showKeymapExtensions", - "welcomePage.others", - "welcomePage.colorTheme", - "welcomePage.colorThemeDescription", - "welcomePage.learn", - "welcomePage.showCommands", - "welcomePage.showCommandsDescription", - "welcomePage.interfaceOverview", - "welcomePage.interfaceOverviewDescription", - "welcomePage.interactivePlayground", - "welcomePage.interactivePlaygroundDescription" - ], - "vs/workbench/contrib/welcome/gettingStarted/common/gettingStartedContent": [ - "getting-started-setup-icon", - "getting-started-beginner-icon", - "getting-started-codespaces-icon", - "gettingStarted.newFile.title", - "gettingStarted.newFile.description", - "gettingStarted.openMac.title", - "gettingStarted.openMac.description", - "gettingStarted.openFile.title", - "gettingStarted.openFile.description", - "gettingStarted.openFolder.title", - "gettingStarted.openFolder.description", - "gettingStarted.cloneRepo.title", - "gettingStarted.cloneRepo.description", - "gettingStarted.topLevelCommandPalette.title", - "gettingStarted.topLevelCommandPalette.description", - "gettingStarted.codespaces.title", - "gettingStarted.codespaces.description", - "gettingStarted.runProject.title", - "gettingStarted.runProject.description", - "gettingStarted.runProject.button", - "gettingStarted.forwardPorts.title", - "gettingStarted.forwardPorts.description", - "gettingStarted.forwardPorts.button", - "gettingStarted.pullRequests.title", - "gettingStarted.pullRequests.description", - "gettingStarted.pullRequests.button", - "gettingStarted.remoteTerminal.title", - "gettingStarted.remoteTerminal.description", - "gettingStarted.remoteTerminal.button", - "gettingStarted.openVSC.title", - "gettingStarted.openVSC.description", - "gettingStarted.openVSC.button", - "gettingStarted.setup.title", - "gettingStarted.setup.description", - "gettingStarted.pickColor.title", - "gettingStarted.pickColor.description", - "gettingStarted.pickColor.button", - "gettingStarted.findLanguageExts.title", - "gettingStarted.findLanguageExts.description", - "gettingStarted.findLanguageExts.button", - "gettingStarted.keymaps.title", - "gettingStarted.keymaps.description", - "gettingStarted.keymaps.button", - "gettingStarted.settingsSync.title", - "gettingStarted.settingsSync.description", - "gettingStarted.settingsSync.button", - "gettingStarted.setup.OpenFolder.title", - "gettingStarted.setup.OpenFolder.description", - "gettingStarted.setup.OpenFolder.button", - "gettingStarted.setup.OpenFolder.title", - "gettingStarted.setup.OpenFolder.description2", - "gettingStarted.setup.OpenFolder.button", - "gettingStarted.beginner.title", - "gettingStarted.beginner.description", - "gettingStarted.commandPalette.title", - "gettingStarted.commandPalette.description", - "gettingStarted.commandPalette.button", - "gettingStarted.terminal.title", - "gettingStarted.terminal.description", - "gettingStarted.terminal.button", - "gettingStarted.extensions.title", - "gettingStarted.extensions.description", - "gettingStarted.extensions.button", - "gettingStarted.settings.title", - "gettingStarted.settings.description", - "gettingStarted.settings.button", - "gettingStarted.videoTutorial.title", - "gettingStarted.videoTutorial.description", - "gettingStarted.videoTutorial.button" + "vs/workbench/contrib/remote/browser/remoteIcons": [ + "getStartedIcon", + "documentationIcon", + "feedbackIcon", + "reviewIssuesIcon", + "reportIssuesIcon", + "remoteExplorerViewIcon", + "portsViewIcon", + "portIcon", + "privatePortIcon", + "forwardPortIcon", + "stopForwardIcon", + "openBrowserIcon", + "openPreviewIcon", + "copyAddressIcon", + "labelPortIcon", + "forwardedPortWithoutProcessIcon", + "forwardedPortWithProcessIcon" ], - "vs/workbench/contrib/callHierarchy/browser/callHierarchyTree": [ - "tree.aria", - "from", - "to" + "vs/workbench/contrib/remote/browser/tunnelView": [ + "tunnel.forwardedPortsViewEnabled", + "remote.tunnelsView.addPort", + "tunnelPrivacy.private", + "tunnel.portColumn.label", + "tunnel.portColumn.tooltip", + "tunnel.addressColumn.label", + "tunnel.addressColumn.tooltip", + "portsLink.followLinkAlt.mac", + "portsLink.followLinkAlt", + "portsLink.followLinkCmd", + "portsLink.followLinkCtrl", + "tunnel.processColumn.label", + "tunnel.processColumn.tooltip", + "tunnel.originColumn.label", + "tunnel.originColumn.tooltip", + "tunnel.privacyColumn.label", + "tunnel.privacyColumn.tooltip", + "remote.tunnelsView.input", + "tunnelView.runningProcess.inacessable", + "remote.tunnel.tooltipForwarded", + "remote.tunnel.tooltipCandidate", + "tunnel.iconColumn.running", + "tunnel.iconColumn.notRunning", + "remote.tunnel.tooltipName", + "tunnelPrivacy.unknown", + "tunnelPrivacy.private", + "tunnel.focusContext", + "remote.tunnel", + "tunnelView", + "remote.tunnel.label", + "remote.tunnelsView.labelPlaceholder", + "remote.tunnelsView.portNumberValid", + "remote.tunnelsView.portNumberToHigh", + "remote.tunnelView.inlineElevationMessage", + "remote.tunnelView.alreadyForwarded", + "remote.tunnel.forward", + "remote.tunnel.forwardItem", + "remote.tunnel.forwardPrompt", + "remote.tunnel.forwardError", + "remote.tunnel.closeNoPorts", + "remote.tunnel.close", + "remote.tunnel.closePlaceholder", + "remote.tunnel.open", + "remote.tunnel.openPreview", + "remote.tunnel.openCommandPalette", + "remote.tunnel.openCommandPaletteNone", + "remote.tunnel.openCommandPaletteView", + "remote.tunnel.openCommandPalettePick", + "remote.tunnel.copyAddressInline", + "remote.tunnel.copyAddressCommandPalette", + "remote.tunnel.copyAddressPlaceholdter", + "remote.tunnel.changeLocalPort", + "remote.tunnel.changeLocalPortNumber", + "remote.tunnelsView.changePort", + "remote.tunnel.protocolHttp", + "remote.tunnel.protocolHttps", + "tunnelContext.privacyMenu", + "tunnelContext.protocolMenu", + "portWithRunningProcess.foreground" ], - "vs/editor/contrib/symbolIcons/symbolIcons": [ - "symbolIcon.arrayForeground", - "symbolIcon.booleanForeground", - "symbolIcon.classForeground", - "symbolIcon.colorForeground", - "symbolIcon.constantForeground", - "symbolIcon.constructorForeground", - "symbolIcon.enumeratorForeground", - "symbolIcon.enumeratorMemberForeground", - "symbolIcon.eventForeground", - "symbolIcon.fieldForeground", - "symbolIcon.fileForeground", - "symbolIcon.folderForeground", - "symbolIcon.functionForeground", - "symbolIcon.interfaceForeground", - "symbolIcon.keyForeground", - "symbolIcon.keywordForeground", - "symbolIcon.methodForeground", - "symbolIcon.moduleForeground", - "symbolIcon.namespaceForeground", - "symbolIcon.nullForeground", - "symbolIcon.numberForeground", - "symbolIcon.objectForeground", - "symbolIcon.operatorForeground", - "symbolIcon.packageForeground", - "symbolIcon.propertyForeground", - "symbolIcon.referenceForeground", - "symbolIcon.snippetForeground", - "symbolIcon.stringForeground", - "symbolIcon.structForeground", - "symbolIcon.textForeground", - "symbolIcon.typeParameterForeground", - "symbolIcon.unitForeground", - "symbolIcon.variableForeground" + "vs/workbench/browser/parts/compositeBar": [ + "activityBarAriaLabel" ], - "vs/workbench/contrib/feedback/browser/feedback": [ - "sendFeedback", - "label.sendASmile", - "close", - "patchedVersion1", - "patchedVersion2", - "sentiment", - "smileCaption", - "smileCaption", - "frownCaption", - "frownCaption", - "other ways to contact us", - "submit a bug", - "request a missing feature", - "tell us why", - "feedbackTextInput", - "showFeedback", - "tweet", - "tweetFeedback", - "character left", - "characters left" + "vs/workbench/browser/parts/activitybar/activitybarActions": [ + "manageTrustedExtensions", + "signOut", + "authProviderUnavailable", + "noAccounts", + "hideAccounts", + "previousSideBarView", + "nextSideBarView", + "focusActivityBar" + ], + "vs/workbench/browser/parts/sidebar/sidebarActions": [ + "focusSideBar" + ], + "vs/workbench/browser/parts/compositePart": [ + "ariaCompositeToolbarLabel", + "viewsAndMoreActions", + "titleTooltip" ], - "vs/workbench/contrib/userDataSync/browser/userDataSyncViews": [ - "merges", - "synced machines", - "workbench.actions.sync.editMachineName", - "workbench.actions.sync.turnOffSyncOnMachine", - "remote sync activity title", - "local sync activity title", - "workbench.actions.sync.resolveResourceRef", - "workbench.actions.sync.replaceCurrent", + "vs/workbench/browser/parts/editor/editorPanes": [ + "ok", + "cancel", + "editorOpenErrorDialog" + ], + "vs/base/browser/ui/toolbar/toolbar": [ + "moreActions" + ], + "vs/workbench/browser/parts/titlebar/menubarControl": [ { - "key": "confirm replace", + "key": "mFile", "comment": [ - "A confirmation message to replace current user data (settings, extensions, keybindings, snippets) with selected version" + "&& denotes a mnemonic" ] }, - "reset", { - "key": "leftResourceName", + "key": "mEdit", "comment": [ - "remote as in file in cloud" + "&& denotes a mnemonic" ] }, { - "key": "rightResourceName", + "key": "mSelection", "comment": [ - "local as in file in disk" + "&& denotes a mnemonic" ] }, - "sideBySideLabels", { - "key": "current", + "key": "mView", "comment": [ - "Represents current machine" + "&& denotes a mnemonic" ] }, - "no machines", { - "key": "current", + "key": "mGoto", "comment": [ - "Current machine" + "&& denotes a mnemonic" ] }, - "not found", - "turn off sync on machine", { - "key": "turn off", + "key": "mTerminal", "comment": [ "&& denotes a mnemonic" ] }, - "placeholder", - "not found", - "valid message" - ], - "vs/workbench/contrib/workspace/browser/workspaceTrustTree": [ - "modified", - "trustedFolders", - "trustedFoldersDescription", - "untrustedFolders", - "untrustedFoldersDescription", - "settings" + { + "key": "mHelp", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "mPreferences", + "menubar.customTitlebarAccessibilityNotification", + "goToSetting", + "focusMenu", + { + "key": "checkForUpdates", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "checkingForUpdates", + { + "key": "download now", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "DownloadingUpdate", + { + "key": "installUpdate...", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "installingUpdate", + { + "key": "restartToUpdate", + "comment": [ + "&& denotes a mnemonic" + ] + } ], - "vs/workbench/contrib/workspace/browser/workspaceTrustColors": [ - "workspaceTrustTrustedColor", - "workspaceTrustUntrustedColor" + "vs/workbench/browser/parts/editor/tabsTitleControl": [ + "ariaLabelTabActions" ], - "vs/workbench/services/textfile/common/textFileSaveParticipant": [ - "saveParticipants" + "vs/workbench/browser/parts/editor/binaryEditor": [ + "binaryEditor", + "binaryError", + "openAnyway" ], - "vs/workbench/browser/parts/notifications/notificationsList": [ - "notificationAriaLabel", - "notificationWithSourceAriaLabel", - "notificationsList" + "vs/base/browser/ui/iconLabel/iconLabelHover": [ + "iconLabel.loading" ], - "vs/workbench/browser/parts/notifications/notificationsActions": [ - "clearIcon", - "clearAllIcon", - "hideIcon", - "expandIcon", - "collapseIcon", - "configureIcon", - "clearNotification", - "clearNotifications", - "hideNotificationsCenter", - "expandNotification", - "collapseNotification", - "configureNotification", - "copyNotification" + "vs/base/browser/ui/inputbox/inputBox": [ + "alertErrorMessage", + "alertWarningMessage", + "alertInfoMessage", + { + "key": "history.inputbox.hint", + "comment": [ + "Text will be prefixed with ⇅ plus a single space, then used as a hint where input field keeps history" + ] + } ], - "vs/editor/browser/controller/textAreaHandler": [ - "editor", - "accessibilityOffAriaLabel" + "vs/editor/common/model/editStack": [ + "edit" ], - "vs/base/browser/ui/findinput/findInputCheckboxes": [ - "caseDescription", - "wordsDescription", - "regexDescription" + "vs/workbench/services/preferences/browser/keybindingsEditorModel": [ + "default", + "extension", + "user", + "cat.title", + "cat.title", + "option", + "meta" ], - "vs/editor/contrib/gotoSymbol/peek/referencesWidget": [ - "missingPreviewMessage", - "noResults", - "peekView.alternateTitle" + "vs/base/parts/quickinput/browser/quickInput": [ + "quickInput.back", + "inputModeEntry", + "quickInput.steps", + "quickInputBox.ariaLabel", + "inputModeEntryDescription", + "quickInput.checkAll", + { + "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." + ] + }, + { + "key": "quickInput.countSelected", + "comment": [ + "This tells the user how many items are selected in a list of items to select from. The items can be anything." + ] + }, + "ok", + "custom", + "quickInput.backWithKeybinding", + "quickInput.back" ], - "vs/editor/contrib/hover/markerHoverParticipant": [ - "view problem", - "noQuickFixes", - "checkingForQuickFixes", - "noQuickFixes", - "quick fixes" + "vs/workbench/contrib/preferences/browser/preferencesRenderers": [ + "editTtile", + "replaceDefaultValue", + "copyDefaultValue", + "unknown configuration setting", + "unsupportedPolicySetting", + "unsupportedRemoteMachineSetting", + "unsupportedWindowSetting", + "unsupportedApplicationSetting", + "unsupportedMachineSetting", + "untrustedSetting", + "manage workspace trust", + "manage workspace trust", + "unsupportedProperty" ], - "vs/editor/contrib/hover/markdownHoverParticipant": [ - "modesContentHover.loading" + "vs/workbench/contrib/preferences/browser/tocTree": [ + { + "key": "settingsTOC", + "comment": [ + "A label for the table of contents for the full settings list" + ] + }, + "groupRowAriaLabel" ], - "vs/editor/contrib/suggest/suggestWidgetStatus": [ - "ddd" + "vs/workbench/services/preferences/common/preferencesValidation": [ + "validations.booleanIncorrectType", + "validations.expectedNumeric", + "validations.stringIncorrectEnumOptions", + "validations.stringIncorrectType", + "invalidTypeError", + "validations.maxLength", + "validations.minLength", + "validations.regex", + "validations.colorFormat", + "validations.uriEmpty", + "validations.uriMissing", + "validations.uriSchemeMissing", + "validations.invalidStringEnumValue", + "validations.exclusiveMax", + "validations.exclusiveMin", + "validations.max", + "validations.min", + "validations.multipleOf", + "validations.expectedInteger", + "validations.arrayIncorrectType", + "validations.stringArrayUniqueItems", + "validations.stringArrayMinItem", + "validations.stringArrayMaxItem", + "validations.stringArrayIncorrectType", + "validations.stringArrayItemPattern", + "validations.stringArrayItemEnum", + "validations.objectIncorrectType", + "validations.objectPattern" ], - "vs/editor/contrib/suggest/suggestWidgetDetails": [ - "details.close", - "loading" + "vs/workbench/contrib/preferences/browser/settingsTreeModels": [ + "workspace", + "remote", + "user" ], - "vs/editor/contrib/suggest/suggestWidgetRenderer": [ - "suggestMoreInfoIcon", - "readMore" + "vs/workbench/contrib/preferences/browser/settingsLayout": [ + "commonlyUsed", + "textEditor", + "cursor", + "find", + "font", + "formatting", + "diffEditor", + "minimap", + "suggestions", + "files", + "workbench", + "appearance", + "breadcrumbs", + "editorManagement", + "settings", + "zenMode", + "screencastMode", + "window", + "newWindow", + "features", + "fileExplorer", + "search", + "debug", + "testing", + "scm", + "extensions", + "terminal", + "task", + "problems", + "output", + "comments", + "remote", + "timeline", + "notebook", + "audioCues", + "application", + "proxy", + "keyboard", + "update", + "telemetry", + "settingsSync", + "security", + "workspace" ], - "vs/workbench/contrib/comments/common/commentModel": [ - "noComments" + "vs/workbench/contrib/preferences/common/settingsEditorColorRegistry": [ + "headerForeground", + "modifiedItemForeground", + "settingsHeaderBorder", + "settingsSashBorder", + "settingsDropdownBackground", + "settingsDropdownForeground", + "settingsDropdownBorder", + "settingsDropdownListBorder", + "settingsCheckboxBackground", + "settingsCheckboxForeground", + "settingsCheckboxBorder", + "textInputBoxBackground", + "textInputBoxForeground", + "textInputBoxBorder", + "numberInputBoxBackground", + "numberInputBoxForeground", + "numberInputBoxBorder", + "focusedRowBackground", + "settings.rowHoverBackground", + "settings.focusedRowBorder" ], - "vs/workbench/browser/parts/editor/titleControl": [ - "ariaLabelEditorActions", - "draggedEditorGroup" + "vs/workbench/contrib/preferences/browser/preferencesWidgets": [ + "userSettings", + "userSettingsRemote", + "workspaceSettings", + "folderSettings", + "settingsSwitcherBarAriaLabel", + "workspaceSettings", + "userSettings" ], - "vs/workbench/browser/parts/editor/breadcrumbsControl": [ - "breadcrumbsPossible", - "breadcrumbsVisible", - "breadcrumbsActive", - "cmd.toggle", - "miShowBreadcrumbs", - "cmd.focus" + "vs/workbench/contrib/preferences/browser/settingsSearchMenu": [ + "modifiedSettingsSearch", + "modifiedSettingsSearchTooltip", + "extSettingsSearch", + "extSettingsSearchTooltip", + "featureSettingsSearch", + "featureSettingsSearchTooltip", + "tagSettingsSearch", + "tagSettingsSearchTooltip", + "langSettingsSearch", + "langSettingsSearchTooltip", + "onlineSettingsSearch", + "onlineSettingsSearchTooltip", + "policySettingsSearch", + "policySettingsSearchTooltip" ], - "vs/base/parts/quickinput/browser/quickInputList": [ - "quickInput" + "vs/workbench/contrib/preferences/browser/settingsTree": [ + "extensions", + "modified", + "policyLabel", + "viewPolicySettings", + "settingsContextMenuTitle", + "newExtensionsButtonLabel", + "editInSettingsJson", + "editLanguageSettingLabel", + "settings.Default", + "modified", + "manageWorkspaceTrust", + "trustLabel", + "resetSettingLabel", + "validationError", + "validationError", + "settings.Modified", + "settings", + "copySettingIdLabel", + "copySettingAsJSONLabel", + "stopSyncingSetting" ], - "vs/workbench/contrib/notebook/browser/notebookEditorKernelManager": [ - "notebook.runCell.selectKernel", - "notebook.promptKernel.setDefaultTooltip" + "vs/workbench/contrib/testing/common/constants": [ + "testState.errored", + "testState.failed", + "testState.passed", + "testState.queued", + "testState.running", + "testState.skipped", + "testState.unset", + { + "key": "testing.treeElementLabel", + "comment": [ + "label then the unit tests state, for example \"Addition Tests (Running)\"" + ] + }, + "testGroup.debug", + "testGroup.run", + "testGroup.coverage" ], - "vs/workbench/contrib/notebook/browser/view/renderers/cellRenderer": [ - "cellExpandButtonLabel", - "runStateExecuting", - "runStatePending" + "vs/workbench/contrib/testing/browser/theme": [ + "testing.iconFailed", + "testing.iconErrored", + "testing.iconPassed", + "testing.runAction", + "testing.iconQueued", + "testing.iconUnset", + "testing.iconSkipped", + "testing.peekBorder", + "testing.peekBorder", + "testing.message.error.decorationForeground", + "testing.message.error.marginBackground", + "testing.message.info.decorationForeground", + "testing.message.info.marginBackground" ], - "vs/workbench/contrib/notebook/browser/viewModel/markdownCellViewModel": [ - "notebook.emptyMarkdownPlaceholder" + "vs/workbench/contrib/testing/browser/testingExplorerFilter": [ + "testing.filters.showOnlyFailed", + "testing.filters.showOnlyExecuted", + "testing.filters.currentFile", + "testing.filters.showExcludedTests", + "testing.filters.menu", + "testExplorerFilterLabel", + "testExplorerFilter", + "testing.filters.fuzzyMatch", + "testing.filters.showExcludedTests", + "testing.filters.removeTestExclusions", + "filter" ], - "vs/workbench/contrib/debug/common/debugSchemas": [ - "vscode.extension.contributes.debuggers", - "vscode.extension.contributes.debuggers.type", - "vscode.extension.contributes.debuggers.label", - "vscode.extension.contributes.debuggers.program", - "vscode.extension.contributes.debuggers.args", - "vscode.extension.contributes.debuggers.runtime", - "vscode.extension.contributes.debuggers.runtimeArgs", - "vscode.extension.contributes.debuggers.variables", - "vscode.extension.contributes.debuggers.initialConfigurations", - "vscode.extension.contributes.debuggers.languages", - "vscode.extension.contributes.debuggers.configurationSnippets", - "vscode.extension.contributes.debuggers.configurationAttributes", - "vscode.extension.contributes.debuggers.windows", - "vscode.extension.contributes.debuggers.windows.runtime", - "vscode.extension.contributes.debuggers.osx", - "vscode.extension.contributes.debuggers.osx.runtime", - "vscode.extension.contributes.debuggers.linux", - "vscode.extension.contributes.debuggers.linux.runtime", - "vscode.extension.contributes.breakpoints", - "vscode.extension.contributes.breakpoints.language", - "presentation", - "presentation.hidden", - "presentation.group", - "presentation.order", - "app.launch.json.title", - "app.launch.json.version", - "app.launch.json.configurations", - "app.launch.json.compounds", - "app.launch.json.compound.name", - "useUniqueNames", - "app.launch.json.compound.name", - "app.launch.json.compound.folder", - "app.launch.json.compounds.configurations", - "app.launch.json.compound.stopAll", - "compoundPrelaunchTask" + "vs/workbench/contrib/notebook/browser/extensionPoint": [ + "contributes.notebook.provider", + "contributes.notebook.provider.viewType", + "contributes.notebook.provider.displayName", + "contributes.notebook.provider.selector", + "contributes.notebook.provider.selector.filenamePattern", + "contributes.notebook.selector.provider.excludeFileNamePattern", + "contributes.priority", + "contributes.priority.default", + "contributes.priority.option", + "contributes.notebook.renderer", + "contributes.notebook.renderer.viewType", + "contributes.notebook.renderer.displayName", + "contributes.notebook.selector", + "contributes.notebook.renderer.entrypoint", + "contributes.notebook.renderer.hardDependencies", + "contributes.notebook.renderer.optionalDependencies", + "contributes.notebook.renderer.requiresMessaging.always", + "contributes.notebook.renderer.requiresMessaging.optional", + "contributes.notebook.renderer.requiresMessaging.never", + "contributes.notebook.renderer.requiresMessaging" + ], + "vs/workbench/contrib/notebook/browser/viewParts/notebookKernelActionViewItem": [ + "select", + "select" ], - "vs/workbench/contrib/debug/browser/rawDebugSession": [ - "noDebugAdapterStart", - "noDebugAdapter", - "moreInfo" + "vs/workbench/contrib/notebook/browser/view/renderers/backLayerWebView": [ + "notebook.emptyMarkdownPlaceholder", + { + "key": "notebook.error.rendererNotFound", + "comment": [ + "$0 is a placeholder for the mime type" + ] + } ], - "vs/workbench/contrib/debug/common/debugger": [ - "cannot.find.da", - "launch.config.comment1", - "launch.config.comment2", - "launch.config.comment3", - "debugType", - "debugTypeNotRecognised", - "node2NotSupported", - "debugName", - "debugRequest", - "debugServer", - "debugPrelaunchTask", - "debugPostDebugTask", - "debugWindowsConfiguration", - "debugOSXConfiguration", - "debugLinuxConfiguration" + "vs/workbench/contrib/notebook/browser/notebookEditorWidget": [ + "notebookTreeAriaLabel", + "notebook.cellBorderColor", + "notebook.focusedEditorBorder", + "notebookStatusSuccessIcon.foreground", + "notebookStatusErrorIcon.foreground", + "notebookStatusRunningIcon.foreground", + "notebook.outputContainerBorderColor", + "notebook.outputContainerBackgroundColor", + "notebook.cellToolbarSeparator", + "focusedCellBackground", + "selectedCellBackground", + "notebook.cellHoverBackground", + "notebook.selectedCellBorder", + "notebook.inactiveSelectedCellBorder", + "notebook.focusedCellBorder", + "notebook.inactiveFocusedCellBorder", + "notebook.cellStatusBarItemHoverBackground", + "notebook.cellInsertionIndicator", + "notebookScrollbarSliderBackground", + "notebookScrollbarSliderHoverBackground", + "notebookScrollbarSliderActiveBackground", + "notebook.symbolHighlightBackground", + "notebook.cellEditorBackground" ], - "vs/base/browser/ui/selectBox/selectBoxCustom": [ + "vs/workbench/contrib/notebook/common/notebookEditorModel": [ + "notebook.staleSaveError", + "notebook.staleSaveError.revert", + "notebook.staleSaveError.overwrite." + ], + "vs/workbench/services/workingCopy/common/fileWorkingCopyManager": [ + "fileWorkingCopyCreate.source", + "fileWorkingCopyReplace.source", + "fileWorkingCopyDecorations", + "readonlyAndDeleted", + "readonly", + "deleted", + "confirmOverwrite", + "irreversible", { - "key": "selectBox", + "key": "replaceButtonLabel", "comment": [ - "Behave like native select dropdown element." + "&& denotes a mnemonic" ] } ], - "vs/workbench/contrib/comments/browser/commentNode": [ - "commentToggleReaction", - "commentToggleReactionError", - "commentToggleReactionDefaultError", - "commentDeleteReactionError", - "commentDeleteReactionDefaultError", - "commentAddReactionError", - "commentAddReactionDefaultError" + "vs/platform/quickinput/browser/commandsQuickAccess": [ + "commandPickAriaLabelWithKeybinding", + "recentlyUsed", + "morecCommands", + "canNotRun" ], - "vs/workbench/contrib/customEditor/common/extensionPoint": [ - "contributes.customEditors", - "contributes.viewType", - "contributes.displayName", - "contributes.selector", - "contributes.selector.filenamePattern", - "contributes.priority", - "contributes.priority.default", - "contributes.priority.option" + "vs/workbench/contrib/files/browser/views/explorerDecorationsProvider": [ + "canNotResolve", + "symbolicLlink", + "unknown", + "label" ], - "vs/workbench/contrib/terminal/browser/links/terminalLinkManager": [ - "terminalLinkHandler.followLinkAlt.mac", - "terminalLinkHandler.followLinkAlt", - "terminalLinkHandler.followLinkCmd", - "terminalLinkHandler.followLinkCtrl", - "followForwardedLink", - "followLink", - "followLinkUrl" + "vs/workbench/contrib/bulkEdit/browser/preview/bulkEditTree": [ + "bulkEdit", + "aria.renameAndEdit", + "aria.createAndEdit", + "aria.deleteAndEdit", + "aria.editOnly", + "aria.rename", + "aria.create", + "aria.delete", + "aria.replace", + "aria.del", + "aria.insert", + "rename.label", + "detail.rename", + "detail.create", + "detail.del", + "title" ], - "vs/workbench/contrib/terminal/browser/terminalProcessManager": [ - "ptyHostRelaunch" + "vs/workbench/contrib/search/browser/replaceService": [ + "searchReplace.source", + "fileReplaceChanges" ], - "vs/workbench/contrib/userDataSync/browser/userDataSyncMergesView": [ - "explanation", - "turn on sync", + "vs/workbench/contrib/files/browser/fileImportExport": [ + "uploadingFiles", + "overwrite", + "overwriting", + "uploadProgressSmallMany", + "uploadProgressLarge", + "copyingFiles", + "copyFolders", + "copyFolder", "cancel", - "workbench.actions.sync.acceptRemote", - "workbench.actions.sync.acceptLocal", - "workbench.actions.sync.merge", - "workbench.actions.sync.discard", + "addFolders", + "addFolder", + "dropFolders", + "dropFolder", + "copyfolders", + "copyfolder", + "filesInaccessible", + "fileInaccessible", { - "key": "workbench.actions.sync.showChanges", "comment": [ - "This is an action title to show the changes between local and remote version of resources" - ] + "substitution will be the name of the file that was imported" + ], + "key": "importFile" }, - "conflicts detected", - "resolve", - "turning on", - "preview", { - "key": "leftResourceName", "comment": [ - "remote as in file in cloud" - ] + "substitution will be the number of files that were imported" + ], + "key": "importnFile" }, - "merges", { - "key": "rightResourceName", "comment": [ - "local as in file in disk" + "substitution will be the name of the file that was copied" + ], + "key": "copyingFile" + }, + { + "comment": [ + "substitution will be the number of files that were copied" + ], + "key": "copyingnFile" + }, + "downloadingFiles", + "downloadProgressSmallMany", + "downloadProgressLarge", + "downloadButton", + "chooseWhereToDownload", + "downloadBulkEdit", + "downloadingBulkEdit", + "confirmOverwrite", + "irreversible", + { + "key": "replaceButtonLabel", + "comment": [ + "&& denotes a mnemonic" ] }, - "sideBySideLabels", - "sideBySideDescription", - "label", - "conflict", - "accepted", - "accept remote", - "accept local", - "accept merges" - ], - "vs/workbench/browser/parts/notifications/notificationsViewer": [ - "executeCommand", - "notificationActions", - "notificationSource" - ], - "vs/editor/contrib/codeAction/lightBulbWidget": [ - "prefferedQuickFixWithKb", - "quickFixWithKb", - "quickFix" - ], - "vs/editor/contrib/gotoSymbol/peek/referencesTree": [ - "referencesCount", - "referenceCount", - "treeAriaLabel" - ], - "vs/workbench/browser/parts/editor/breadcrumbs": [ - "title", - "enabled", - "filepath", - "filepath.on", - "filepath.off", - "filepath.last", - "symbolpath", - "symbolpath.on", - "symbolpath.off", - "symbolpath.last", - "symbolSortOrder", - "symbolSortOrder.position", - "symbolSortOrder.name", - "symbolSortOrder.type", - "icons", - "filteredTypes.file", - "filteredTypes.module", - "filteredTypes.namespace", - "filteredTypes.package", - "filteredTypes.class", - "filteredTypes.method", - "filteredTypes.property", - "filteredTypes.field", - "filteredTypes.constructor", - "filteredTypes.enum", - "filteredTypes.interface", - "filteredTypes.function", - "filteredTypes.variable", - "filteredTypes.constant", - "filteredTypes.string", - "filteredTypes.number", - "filteredTypes.boolean", - "filteredTypes.array", - "filteredTypes.object", - "filteredTypes.key", - "filteredTypes.null", - "filteredTypes.enumMember", - "filteredTypes.struct", - "filteredTypes.event", - "filteredTypes.operator", - "filteredTypes.typeParameter" - ], - "vs/workbench/browser/parts/editor/breadcrumbsPicker": [ - "breadcrumbs" - ], - "vs/workbench/contrib/notebook/browser/view/renderers/cellWidgets": [ - "notebook.cell.status.language" - ], - "vs/workbench/contrib/notebook/browser/diff/diffElementOutputs": [ - "mimeTypePicker", - "curruentActiveMimeType", - "promptChooseMimeTypeInSecure.placeHolder", - "promptChooseMimeType.placeHolder", - "builtinRenderInfo", - "builtinRenderInfo" - ], - "vs/workbench/contrib/comments/browser/reactionsAction": [ - "pickReactions" - ], - "vs/workbench/contrib/terminal/browser/links/terminalWordLinkProvider": [ - "searchWorkspace" - ], - "vs/workbench/contrib/terminal/browser/environmentVariableInfo": [ - "extensionEnvironmentContributionChanges", - "extensionEnvironmentContributionRemoval", - "relaunchTerminalLabel", - "extensionEnvironmentContributionInfo" - ], - "vs/workbench/contrib/notebook/browser/view/renderers/cellOutput": [ - "mimeTypePicker", - "curruentActiveMimeType", - "promptChooseMimeTypeInSecure.placeHolder", - "promptChooseMimeType.placeHolder", - "builtinRenderInfo", - "builtinRenderInfo" - ], - "vs/workbench/contrib/terminal/browser/links/terminalLink": [ - "openFile", - "focusFolder", - "openFolder" - ] - }, - "messages": { - "vs/code/electron-main/main": [ - "A second instance of {0} is already running as administrator.", - "Please close the other instance and try again.", - "Another instance of {0} is running but not responding", - "Please close all other instances and try again.", - "Unable to write program user data.", - "{0}\n\nPlease make sure the following directories are writeable:\n\n{1}", - "&&Close" - ], - "vs/code/electron-sandbox/issue/issueReporterMain": [ - "hide", - "show", - "Create on GitHub", - "Preview on GitHub", - "Loading data...", - "GitHub query limit exceeded. Please wait.", - "Similar issues", - "Open", - "Closed", - "Open", - "Closed", - "No similar issues found", - "Bug Report", - "Feature Request", - "Performance Issue", - "Select source", - "Visual Studio Code", - "An extension", - "Extensions marketplace", - "Don't know", - "Steps to Reproduce", - "Share the steps needed to reliably reproduce the problem. Please include actual and expected results. We support GitHub-flavored Markdown. You will be able to edit your issue and add screenshots when we preview it on GitHub.", - "Steps to Reproduce", - "When did this performance issue happen? Does it occur on startup or after a specific series of actions? We support GitHub-flavored Markdown. You will be able to edit your issue and add screenshots when we preview it on GitHub.", - "Description", - "Please describe the feature you would like to see. We support GitHub-flavored Markdown. You will be able to edit your issue and add screenshots when we preview it on GitHub.", - "We have written the needed data into your clipboard because it was too large to send. Please paste.", - "Extensions are disabled", - "No current experiments." + "confirmManyOverwrites", + "irreversible", + { + "key": "replaceButtonLabel", + "comment": [ + "&& denotes a mnemonic" + ] + } ], - "vs/code/electron-sandbox/processExplorer/processExplorerMain": [ - "Process Name", - "CPU %", - "PID", - "Memory (MB)", - "Kill Process", - "Force Kill Process", - "Copy", - "Copy All", - "Debug" + "vs/workbench/contrib/files/browser/views/explorerViewer": [ + "treeAriaLabel", + "fileInputAriaLabel", + "confirmRootsMove", + "confirmMultiMove", + "confirmRootMove", + "confirmMove", + "doNotAskAgain", + { + "key": "moveButtonLabel", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "copy", + "copying", + "move", + "moving", + "numberOfFolders", + "numberOfFiles" ], - "vs/workbench/services/extensions/electron-browser/extensionService": [ - "Extension host cannot start: version mismatch.", - "Relaunch VS Code", - "Extension host terminated unexpectedly.", - "Open Developer Tools", - "Restart Extension Host", - "Could not fetch remote environment", - "The following extensions contain dependency loops and have been disabled: {0}", - "Extension '{0}' is required to open the remote window.\nOK to enable?", - "Enable and Reload", - "Extension '{0}' is required to open the remote window.\nDo you want to install the extension?", - "Install and Reload", - "`{0}` not found on marketplace", - "Restart Extension Host" + "vs/workbench/contrib/notebook/browser/contrib/find/notebookFindReplaceWidget": [ + "label.find", + "placeholder.find", + "label.previousMatchButton", + "label.nextMatchButton", + "label.closeButton", + "label.toggleReplaceButton", + "label.replace", + "placeholder.replace", + "label.replaceButton", + "label.replaceAllButton", + "findFilterIcon", + "notebook.find.filter.filterAction", + "notebook.find.filter.findInMarkupInput", + "notebook.find.filter.findInMarkupPreview", + "notebook.find.filter.findInCodeInput", + "notebook.find.filter.findInCodeOutput" ], - "vs/workbench/contrib/extensions/electron-browser/extensions.contribution": [ - "Running Extensions" + "vs/workbench/contrib/searchEditor/browser/searchEditorSerialization": [ + "invalidQueryStringError", + "numFiles", + "oneFile", + "numResults", + "oneResult", + "noResults", + "searchMaxResultsWarning" ], - "vs/workbench/contrib/externalTerminal/node/externalTerminal.contribution": [ - "Open New External Terminal", - "External Terminal", - "Use VS Code's integrated terminal.", - "Use the configured external terminal.", - "Customizes what kind of terminal to launch.", - "Customizes which terminal to run on Windows.", - "Customizes which terminal application to run on macOS.", - "Customizes which terminal to run on Linux." + "vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess": [ + "cannotRunGotoSymbolWithoutEditor", + "cannotRunGotoSymbolWithoutSymbolProvider", + "noMatchingSymbolResults", + "noSymbolResults", + "openToSide", + "openToBottom", + "symbols", + "property", + "method", + "function", + "_constructor", + "variable", + "class", + "struct", + "event", + "operator", + "interface", + "namespace", + "package", + "typeParameter", + "modules", + "property", + "enum", + "enumMember", + "string", + "file", + "array", + "number", + "boolean", + "object", + "key", + "field", + "constant" ], - "vs/workbench/contrib/cli/node/cli.contribution": [ - "Shell Command", - "Install '{0}' command in PATH", - "This command is not available", - "OK", - "Cancel", - "Code will now prompt with 'osascript' for Administrator privileges to install the shell command.", - "Unable to create '/usr/local/bin'.", - "Aborted", - "Shell command '{0}' successfully installed in PATH.", - "Uninstall '{0}' command from PATH", - "This command is not available", - "OK", - "Cancel", - "Code will now prompt with 'osascript' for Administrator privileges to uninstall the shell command.", - "Unable to uninstall the shell command '{0}'.", - "Aborted", - "Shell command '{0}' successfully uninstalled from PATH." + "vs/workbench/contrib/debug/browser/baseDebugView": [ + "debug.lazyButton.tooltip" ], - "vs/workbench/contrib/tasks/electron-browser/taskService": [ - "There is a task running. Do you want to terminate it?", - "&&Terminate Task", - "The launched task doesn't exist anymore. If the task spawned background processes exiting VS Code might result in orphaned processes. To avoid this start the last background process with a wait flag.", - "&&Exit Anyways" + "vs/workbench/contrib/debug/browser/debugConfigurationManager": [ + "selectConfiguration", + "editLaunchConfig", + "DebugConfig.failed", + "workspace", + "user settings" ], - "vs/platform/environment/node/argvHelper": [ - "Warning: '{0}' is not in the list of known options, but still passed to Electron/Chromium.", - "Option '{0}' is defined more than once. Using value '{1}.'", - "Arguments in `--goto` mode should be in the format of `FILE(:LINE(:CHARACTER))`." + "vs/workbench/contrib/debug/browser/debugAdapterManager": [ + "debugNoType", + "debugName", + "debugServer", + "debugPrelaunchTask", + "debugPostDebugTask", + "CouldNotFindLanguage", + "findExtension", + "cancel", + "suggestedDebuggers", + "installLanguage", + "installExt", + "selectDebug" ], - "vs/platform/environment/node/argv": [ - "Options", - "Extensions Management", - "Troubleshooting", - "Compare two files with each other.", - "Add folder(s) to the last active window.", - "Open a file at the path on the specified line and character position.", - "Force to open a new window.", - "Force to open a file or folder in an already opened window.", - "Wait for the files to be closed before returning.", - "The locale to use (e.g. en-US or zh-TW).", - "Specifies the directory that user data is kept in. Can be used to open multiple distinct instances of Code.", - "Print usage.", - "Set the root path for extensions.", - "List the installed extensions.", - "Show versions of installed extensions, when using --list-extensions.", - "Filters installed extensions by provided category, when using --list-extensions.", - "Installs or updates the extension. The identifier of an extension is always `${publisher}.${name}`. Use `--force` argument to update to latest version. To install a specific version provide `@${version}`. For example: 'vscode.csharp@1.2.3'.", - "Uninstalls an extension.", - "Enables proposed API features for extensions. Can receive one or more extension IDs to enable individually.", - "Print version.", - "Print verbose output (implies --wait).", - "Log level to use. Default is 'info'. Allowed values are 'critical', 'error', 'warn', 'info', 'debug', 'trace', 'off'.", - "Print process usage and diagnostics information.", - "Run CPU profiler during startup", - "Disable all installed extensions.", - "Disable an extension.", - "Turn sync on or off", - "Allow debugging and profiling of extensions. Check the developer tools for the connection URI.", - "Allow debugging and profiling of extensions with the extension host being paused after start. Check the developer tools for the connection URI.", - "Disable GPU hardware acceleration.", - "Max memory size for a window (in Mbytes).", - "Shows all telemetry events which VS code collects.", - "Usage", - "options", - "paths", - "To read output from another program, append '-' (e.g. 'echo Hello World | {0} -')", - "To read from stdin, append '-' (e.g. 'ps aux | grep code | {0} -')", - "Unknown version", - "Unknown commit" + "vs/workbench/contrib/debug/common/debugSource": [ + "unknownSource" ], - "vs/code/electron-main/app": [ - "&&Yes", - "&&No", - "An external application wants to open '{0}' in {1}. Do you want to open this file or folder?", - "If you did not initiate this request, it may represent an attempted attack on your system. Unless you took an explicit action to initiate this request, you should press 'No'", - "Successfully created trace.", - "Please create an issue and manually attach the following file:\n{0}", - "OK" + "vs/base/browser/ui/findinput/replaceInput": [ + "defaultLabel", + "label.preserveCaseToggle" ], - "vs/platform/request/common/request": [ - "HTTP", - "The proxy setting to use. If not set, will be inherited from the `http_proxy` and `https_proxy` environment variables.", - "Controls whether the proxy server certificate should be verified against the list of supplied CAs.", - "The value to send as the `Proxy-Authorization` header for every network request.", - "Disable proxy support for extensions.", - "Enable proxy support for extensions.", - "Enable proxy support for extensions, override request options.", - "Use the proxy support for extensions.", - "Controls whether CA certificates should be loaded from the OS. (On Windows and macOS, a reload of the window is required after turning this off.)" + "vs/base/browser/ui/findinput/findInput": [ + "defaultLabel" ], - "vs/platform/files/common/fileService": [ - "Unable to resolve filesystem provider with relative file path '{0}'", - "No file system provider found for resource '{0}'", - "Unable to resolve non-existing file '{0}'", - "Unable to create file '{0}' that already exists when overwrite flag is not set", - "Unable to write file '{0}' ({1})", - "Unable to unlock file '{0}' because provider does not support it.", - "Unable to write file '{0}' that is actually a directory", - "File Modified Since", - "Unable to read file '{0}' ({1})", - "Unable to read file '{0}' ({1})", - "Unable to read file '{0}' ({1})", - "Unable to read file '{0}' that is actually a directory", - "File not modified since", - "Unable to read file '{0}' that is too large to open", - "Unable to copy when source '{0}' is same as target '{1}' with different path case on a case insensitive file system", - "Unable to move/copy when source '{0}' is parent of target '{1}'.", - "Unable to move/copy '{0}' because target '{1}' already exists at destination.", - "Unable to move/copy '{0}' into '{1}' since a file would replace the folder it is contained in.", - "Unable to create folder '{0}' that already exists but is not a directory", - "Unable to delete file '{0}' via trash because provider does not support it.", - "Unable to delete non-existing file '{0}'", - "Unable to delete non-empty folder '{0}'.", - "Unable to modify readonly file '{0}'" + "vs/workbench/contrib/debug/browser/debugTaskRunner": [ + "preLaunchTaskErrors", + "preLaunchTaskError", + "preLaunchTaskExitCode", + "preLaunchTaskTerminated", + "debugAnyway", + "showErrors", + "abort", + "remember", + "debugAnyway", + "cancel", + "rememberTask", + "invalidTaskReference", + "DebugTaskNotFoundWithTaskId", + "DebugTaskNotFound", + "taskNotTrackedWithTaskId", + "taskNotTracked" ], - "vs/platform/files/node/diskFileSystemProvider": [ - "File already exists", - "File does not exist", - "Unable to move '{0}' into '{1}' ({2}).", - "Unable to copy '{0}' into '{1}' ({2}).", - "'File cannot be copied to same path with different path case", - "File at target already exists" + "vs/workbench/contrib/comments/browser/commentGlyphWidget": [ + "editorGutterCommentRangeForeground" ], - "vs/platform/files/common/files": [ - "Unknown Error", - "{0}B", - "{0}KB", - "{0}MB", - "{0}GB", - "{0}TB" + "vs/workbench/contrib/comments/browser/commentColors": [ + "resolvedCommentBorder", + "unresolvedCommentBorder", + "commentThreadRangeBackground", + "commentThreadRangeBorder", + "commentThreadActiveRangeBackground", + "commentThreadActiveRangeBorder" ], - "vs/base/common/errorMessage": [ - "{0}: {1}", - "A system error occurred ({0})", - "An unknown error occurred. Please consult the log for more details.", - "An unknown error occurred. Please consult the log for more details.", - "{0} ({1} errors in total)", - "An unknown error occurred. Please consult the log for more details." + "vs/workbench/contrib/debug/browser/debugSession": [ + "noDebugAdapter", + "noDebugAdapter", + "noDebugAdapter", + "noDebugAdapter", + "noDebugAdapter", + "noDebugAdapter", + "sessionNotReadyForBreakpoints", + "noDebugAdapter", + "noDebugAdapter", + "noDebugAdapter", + "noDebugAdapter", + "noDebugAdapter", + "noDebugAdapter", + "noDebugAdapter", + "noDebugAdapter", + "noDebugAdapter", + "noDebugAdapter", + "noDebugAdapter", + "noDebugAdapter", + "noDebugAdapter", + "noDebugAdapter", + "noDebugAdapter", + "noDebugAdapter", + "noDebugAdapter", + "noDebugAdapter", + "noDebugAdapter", + "noDebugAdapter", + "noDebugAdapter", + "noDebugAdapter", + "noDebugAdapter", + "noDebugAdapter", + "noDebugAdapter", + "noDebugAdapter", + "noDebugAdapter", + "noDebugAdapter", + "noDebugAdapter", + "noDebugAdapter", + "debuggingStarted", + "debuggingStopped" ], - "vs/platform/update/common/update.config.contribution": [ - "Update", - "Configure whether you receive automatic updates. Requires a restart after change. The updates are fetched from a Microsoft online service.", - "Disable updates.", - "Disable automatic background update checks. Updates will be available if you manually check for updates.", - "Check for updates only on startup. Disable automatic background update checks.", - "Enable automatic update checks. Code will check for updates automatically and periodically.", - "Configure whether you receive automatic updates. Requires a restart after change. The updates are fetched from a Microsoft online service.", - "This setting is deprecated, please use '{0}' instead.", - "Enable Background Updates on Windows", - "Enable to download and install new VS Code versions in the background on Windows.", - "Show Release Notes after an update. The Release Notes are fetched from a Microsoft online service." + "vs/workbench/contrib/markers/browser/markersViewActions": [ + "filterIcon", + "showing filtered problems" ], - "vs/platform/extensionManagement/node/extensionManagementService": [ - "Unable to install extension '{0}' as it is not compatible with VS Code '{1}'.", - "Please restart VS Code before reinstalling {0}.", - "Please restart VS Code before reinstalling {0}.", - "Marketplace is not enabled", - "Can't install extension since it was reported to be problematic.", - "Unable to install '{0}' extension because it is not compatible with the current version of VS Code (version {1}).", - "Marketplace is not enabled", - "Only Marketplace Extensions can be reinstalled", - "Error while removing the extension: {0}. Please Quit and Start VS Code before trying again.", - "Unable to install the extension. Please Quit and Start VS Code before reinstalling.", - "Unable to install the extension. Please Exit and Start VS Code before reinstalling.", - "Extension '{0}' is not installed.", - "Cannot uninstall '{0}' extension. '{1}' extension depends on this.", - "Cannot uninstall '{0}' extension. '{1}' and '{2}' extensions depend on this.", - "Cannot uninstall '{0}' extension. '{1}', '{2}' and other extension depend on this.", - "Cannot uninstall '{0}' extension . It includes uninstalling '{1}' extension and '{2}' extension depends on this.", - "Cannot uninstall '{0}' extension. It includes uninstalling '{1}' extension and '{2}' and '{3}' extensions depend on this.", - "Cannot uninstall '{0}' extension. It includes uninstalling '{1}' extension and '{2}', '{3}' and other extensions depend on this.", - "Could not find extension" + "vs/workbench/contrib/markers/browser/markersTreeViewer": [ + "problemsView", + "expandedIcon", + "collapsedIcon", + "single line", + "multi line" ], - "vs/platform/extensionManagement/common/extensionManagement": [ - "Extensions", - "Preferences" + "vs/workbench/contrib/markers/browser/markersTable": [ + "codeColumnLabel", + "messageColumnLabel", + "fileColumnLabel", + "sourceColumnLabel" ], - "vs/platform/telemetry/common/telemetryService": [ - "Telemetry", - "Enable usage data and errors to be sent to a Microsoft online service.", - "Enable usage data and errors to be sent to a Microsoft online service. Read our privacy statement [here]({0})." + "vs/workbench/contrib/customEditor/common/contributedCustomEditors": [ + "builtinProviderDisplayName" ], - "vs/platform/extensionManagement/common/extensionManagementCLIService": [ - "Extension '{0}' not found.", - "Make sure you use the full extension ID, including the publisher, e.g.: {0}", - "Extensions installed on {0}:", - "Installing extensions on {0}...", - "Installing extensions...", - "Extension '{0}' v{1} is already installed. Use '--force' option to update to latest version or provide '@' to install a specific version, for example: '{2}@1.2.3'.", - "Extension '{0}' is already installed.", - "Failed Installing Extensions: {0}", - "Extension '{0}' was successfully installed.", - "Cancelled installing extension '{0}'.", - "Extension '{0}' is already installed.", - "Updating the extension '{0}' to the version {1}", - "Installing builtin extension '{0}' v{1}...", - "Installing extension '{0}' v{1}...", - "Extension '{0}' v{1} was successfully installed.", - "Cancelled installing extension '{0}'.", - "A newer version of extension '{0}' v{1} is already installed. Use '--force' option to downgrade to older version.", - "Extension '{0}' is a Built-in extension and cannot be uninstalled", - "Extension '{0}' is marked as a Built-in extension by user. Please use '--force' option to uninstall it.", - "Uninstalling {0}...", - "Extension '{0}' was successfully uninstalled from {1}!", - "Extension '{0}' was successfully uninstalled!", - "Extension '{0}' is not installed on {1}.", - "Extension '{0}' is not installed." + "vs/platform/files/browser/htmlFileSystemProvider": [ + "fileSystemRenameError", + "fileSystemNotAllowedError" ], - "vs/code/electron-sandbox/issue/issueReporterPage": [ - "Please complete the form in English.", - "This is a", - "File on", - "An issue source is required.", - "Try to reproduce the problem after {0}. If the problem only reproduces when extensions are active, it is likely an issue with an extension.", - "disabling all extensions and reloading the window", - "Extension", - "The issue reporter is unable to create issues for this extension. Please visit {0} to report an issue.", - "The issue reporter is unable to create issues for this extension, as it does not specify a URL for reporting issues. Please check the marketplace page of this extension to see if other instructions are available.", - "Title", - "Please enter a title.", - "A title is required.", - "The title is too long.", - "Please enter details.", - "A description is required.", - "Include my system information ({0})", - "show", - "Include my currently running processes ({0})", - "show", - "Include my workspace metadata ({0})", - "show", - "Include my enabled extensions ({0})", - "show", - "Include A/B experiment info ({0})", - "show" + "vs/workbench/contrib/extensions/browser/extensionsViewer": [ + "error", + "Unknown Extension", + "extension.arialabel", + "extensions" ], - "vs/platform/userDataSync/common/userDataSync": [ - "Settings Sync", - "Synchronize keybindings for each platform.", - "List of extensions to be ignored while synchronizing. The identifier of an extension is always `${publisher}.${name}`. For example: `vscode.csharp`.", - "Expected format '${publisher}.${name}'. Example: 'vscode.csharp'.", - "Configure settings to be ignored while synchronizing." + "vs/workbench/contrib/extensions/browser/extensionsWidgets": [ + "ratedLabel", + "remote extension title", + "syncingore.label", + "activation", + "startup", + "pre-release-label", + "publisher verified tooltip", + "activation", + "startup", + "uncaught error", + "uncaught errors", + "message", + "messages", + "dependencies", + "Show prerelease version", + "has prerelease", + "extensionIconStarForeground", + "extensionIconVerifiedForeground", + "extensionPreReleaseForeground" ], - "vs/platform/extensionManagement/electron-sandbox/extensionTipsService": [ - "You have {0} installed on your system. Do you want to install the recommended extensions for it?" + "vs/workbench/contrib/extensions/browser/workspaceRecommendations": [ + "workspaceRecommendation" ], - "vs/platform/userDataSync/common/userDataSyncMachines": [ - "Cannot read machines data as the current version is incompatible. Please update {0} and try again." + "vs/workbench/contrib/extensions/browser/exeBasedRecommendations": [ + "exeBasedRecommendation" ], - "vs/platform/userDataSync/common/userDataAutoSyncService": [ - "Cannot sync because default service has changed", - "Cannot sync because sync service has changed", - "Cannot sync because syncing is turned off in the cloud", - "Cannot sync because default service has changed", - "Cannot sync because sync service has changed", - "Cannot sync because current session is expired", - "Cannot sync because syncing is turned off on this machine from another machine." + "vs/workbench/contrib/extensions/browser/fileBasedRecommendations": [ + "searchMarketplace", + "fileBasedRecommendation", + "reallyRecommended", + "showLanguageExtensions", + "dontShowAgainExtension" ], - "vs/workbench/services/lifecycle/electron-sandbox/lifecycleService": [ - "An unexpected error was thrown while attempting to close the window ({0}).", - "An unexpected error was thrown while attempting to quit the application ({0}).", - "An unexpected error was thrown while attempting to reload the window ({0}).", - "An unexpected error was thrown while attempting to change the workspace of the window ({0})." + "vs/workbench/contrib/extensions/browser/dynamicWorkspaceRecommendations": [ + "dynamicWorkspaceRecommendation" ], - "vs/workbench/services/workspaces/electron-sandbox/workspaceEditingService": [ - "Save", - "Don't Save", - "Cancel", - "Do you want to save your workspace configuration as a file?", - "Save your workspace if you plan to open it again.", - "Unable to save workspace '{0}'", - "OK", - "The workspace is already opened in another window. Please close that window first and then try again." + "vs/workbench/contrib/remote/browser/explorerViewItems": [ + "remotes", + "remote.explorer.switch" ], - "vs/workbench/services/extensionManagement/electron-sandbox/extensionManagementServerService": [ - "Local", - "Remote" + "vs/workbench/contrib/extensions/browser/webRecommendations": [ + "reason" ], - "vs/workbench/services/integrity/electron-sandbox/integrityService": [ - "Your {0} installation appears to be corrupt. Please reinstall.", - "More Information", - "Don't Show Again" + "vs/workbench/contrib/terminal/browser/terminalConfigHelper": [ + "useWslExtension.title", + "install" ], - "vs/workbench/contrib/localizations/browser/localizations.contribution": [ - "Would you like to change VS Code's UI language to {0} and restart?", - "In order to use VS Code in {0}, VS Code needs to restart.", - "Change Language and Restart", - "Restart", - "Don't Show Again", - "Contributes localizations to the editor", - "Id of the language into which the display strings are translated.", - "Name of the language in English.", - "Name of the language in contributed language.", - "List of translations associated to the language.", - "Id of VS Code or Extension for which this translation is contributed to. Id of VS Code is always `vscode` and of extension should be in format `publisherId.extensionName`.", - "Id should be `vscode` or in format `publisherId.extensionName` for translating VS code or an extension respectively.", - "A relative path to a file containing translations for the language." + "vs/workbench/contrib/terminal/browser/terminalProfileQuickpick": [ + "terminal.integrated.selectProfileToCreate", + "terminal.integrated.chooseDefaultProfile", + "enterTerminalProfileName", + "terminalProfileAlreadyExists", + "terminalProfiles", + "ICreateContributedTerminalProfileOptions", + "terminalProfiles.detected", + "createQuickLaunchProfile" ], - "vs/workbench/electron-sandbox/desktop.contribution": [ - "New Window Tab", - "Show Previous Window Tab", - "Show Next Window Tab", - "Move Window Tab to New Window", - "Merge All Windows", - "Toggle Window Tabs Bar", - "Clos&&e Window", - "E&&xit", - "&&Zoom In", - "&&Zoom Out", - "&&Reset Zoom", - "Report &&Issue", - "Open &&Process Explorer", - "Window", - "Open a new empty window.", - "Focus the last active running instance.", - "Controls whether a new empty window should open when starting a second instance without arguments or if the last running instance should get focus.\nNote that there can still be cases where this setting is ignored (e.g. when using the `--new-window` or `--reuse-window` command line option).", - "Always reopen all windows. If a folder or workspace is opened (e.g. from the command line) it opens as a new window unless it was opened before. If files are opened they will open in one of the restored windows.", - "Reopen all windows unless a folder, workspace or file is opened (e.g. from the command line).", - "Reopen all windows that had folders or workspaces opened unless a folder, workspace or file is opened (e.g. from the command line).", - "Reopen the last active window unless a folder, workspace or file is opened (e.g. from the command line).", - "Never reopen a window. Unless a folder or workspace is opened (e.g. from the command line), an empty window will appear.", - "Controls how windows are being reopened after starting for the first time. This setting has no effect when the application is already running.", - "Controls whether a window should restore to full screen mode if it was exited in full screen mode.", - "Adjust the zoom level of the window. The original size is 0 and each increment above (e.g. 1) or below (e.g. -1) represents zooming 20% larger or smaller. You can also enter decimals to adjust the zoom level with a finer granularity.", - "Open new windows in the center of the screen.", - "Open new windows with same dimension as last active one.", - "Open new windows with same dimension as last active one with an offset position.", - "Open new windows maximized.", - "Open new windows in full screen mode.", - "Controls the dimensions of opening a new window when at least one window is already opened. Note that this setting does not have an impact on the first window that is opened. The first window will always restore the size and location as you left it before closing.", - "Controls whether closing the last editor should also close the window. This setting only applies for windows that do not show folders.", - "If enabled, double clicking the application icon in the title bar will close the window and the window cannot be dragged by the icon. This setting only has an effect when `#window.titleBarStyle#` is set to `custom`.", - "Adjust the appearance of the window title bar. On Linux and Windows, this setting also affects the application and context menu appearances. Changes require a full restart to apply.", - "Adjust the appearance of dialog windows.", - "Enables macOS Sierra window tabs. Note that changes require a full restart to apply and that native tabs will disable a custom title bar style if configured.", - "Controls if native full-screen should be used on macOS. Disable this option to prevent macOS from creating a new space when going full-screen.", - "If enabled, clicking on an inactive window will both activate the window and trigger the element under the mouse if it is clickable. If disabled, clicking anywhere on an inactive window will activate it only and a second click is required on the element.", - "Telemetry", - "Enable crash reports to be sent to a Microsoft online service. \nThis option requires restart to take effect.", - "Keyboard", - "Enables the macOS touchbar buttons on the keyboard if available.", - "A set of identifiers for entries in the touchbar that should not show up (for example `workbench.action.navigateBack`).", - "The display Language to use. Picking a different language requires the associated language pack to be installed.", - "Disables hardware acceleration. ONLY change this option if you encounter graphic issues.", - "Resolves issues around color profile selection. ONLY change this option if you encounter graphic issues.", - "Allows to override the color profile to use. If you experience colors appear badly, try to set this to `srgb` and restart.", - "Allows to disable crash reporting, should restart the app if the value is changed.", - "Unique id used for correlating crash reports sent from this app instance.", - "Enable proposed APIs for a list of extension ids (such as `vscode.git`). Proposed APIs are unstable and subject to breaking without warning at any time. This should only be set for extension development and testing purposes.", - "Log level to use. Default is 'info'. Allowed values are 'critical', 'error', 'warn', 'info', 'debug', 'trace', 'off'.", - "Forces the renderer to be accessible. ONLY change this if you are using a screen reader on Linux. On other platforms the renderer will automatically be accessible. This flag is automatically set if you have editor.accessibilitySupport: on." + "vs/workbench/contrib/extensions/browser/configBasedRecommendations": [ + "exeBasedRecommendation" + ], + "vs/workbench/contrib/terminal/browser/terminalInstance": [ + "terminal.integrated.a11yPromptLabel", + "terminal.integrated.a11yTooMuchOutput", + "terminalTypeTask", + "terminalTypeLocal", + "bellStatus", + "removeCommand", + "viewCommandOutput", + "keybindingHandling", + "configureTerminalSettings", + "terminal.integrated.copySelection.noSelection", + "preview", + "confirmMoveTrashMessageFilesAndDirectories", + { + "key": "multiLinePasteButton", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "doNotAskAgain", + "disconnectStatus", + "workspaceNotTrustedCreateTerminal", + "workspaceNotTrustedCreateTerminalCwd", + "terminal.requestTrust", + "terminalTextBoxAriaLabelNumberAndTitle", + "terminalTextBoxAriaLabel", + "terminalNavigationMode", + "setTerminalDimensionsColumn", + "setTerminalDimensionsRow", + "terminalStaleTextBoxAriaLabel", + "workbench.action.terminal.rename.prompt", + "launchFailed.exitCodeAndCommandLineShellIntegration", + "launchFailed.exitCodeOnlyShellIntegration", + "launchFailed.exitCodeAndCommandLine", + "launchFailed.exitCodeOnly", + "terminated.exitCodeAndCommandLine", + "terminated.exitCodeOnly", + "launchFailed.errorMessage" + ], + "vs/workbench/contrib/terminal/browser/terminalTabsList": [ + "terminalInputAriaLabel", + "terminal.tabs", + { + "key": "splitTerminalAriaLabel", + "comment": [ + "The terminal's ID", + "The terminal's title", + "The terminal's split number", + "The terminal group's total split number" + ] + }, + { + "key": "terminalAriaLabel", + "comment": [ + "The terminal's ID", + "The terminal's title" + ] + } + ], + "vs/workbench/contrib/tasks/common/jsonSchemaCommon": [ + "JsonSchema.options", + "JsonSchema.options.cwd", + "JsonSchema.options.env", + "JsonSchema.tasks.matcherError", + "JsonSchema.tasks.matcherError", + "JsonSchema.shellConfiguration", + "JsonSchema.shell.executable", + "JsonSchema.shell.args", + "JsonSchema.command", + "JsonSchema.tasks.args", + "JsonSchema.tasks.taskName", + "JsonSchema.command", + "JsonSchema.tasks.args", + "JsonSchema.tasks.windows", + "JsonSchema.tasks.matchers", + "JsonSchema.tasks.mac", + "JsonSchema.tasks.matchers", + "JsonSchema.tasks.linux", + "JsonSchema.tasks.matchers", + "JsonSchema.tasks.suppressTaskName", + "JsonSchema.tasks.showOutput", + "JsonSchema.echoCommand", + "JsonSchema.tasks.watching.deprecation", + "JsonSchema.tasks.watching", + "JsonSchema.tasks.background", + "JsonSchema.tasks.promptOnClose", + "JsonSchema.tasks.build", + "JsonSchema.tasks.test", + "JsonSchema.tasks.matchers", + "JsonSchema.command", + "JsonSchema.args", + "JsonSchema.showOutput", + "JsonSchema.watching.deprecation", + "JsonSchema.watching", + "JsonSchema.background", + "JsonSchema.promptOnClose", + "JsonSchema.echoCommand", + "JsonSchema.suppressTaskName", + "JsonSchema.taskSelector", + "JsonSchema.matchers", + "JsonSchema.tasks" ], - "vs/workbench/contrib/files/electron-sandbox/files.contribution": [ - "Text File Editor" + "vs/workbench/services/configurationResolver/common/configurationResolverUtils": [ + "deprecatedVariables" ], - "vs/workbench/contrib/files/electron-sandbox/fileActions.contribution": [ - "Reveal in File Explorer", - "Reveal in Finder", - "Open Containing Folder", - "File" + "vs/editor/contrib/editorState/browser/keybindingCancellation": [ + "cancellableOperation" ], - "vs/workbench/contrib/issue/electron-sandbox/issue.contribution": [ - "Report Issue..." + "vs/workbench/contrib/update/browser/releaseNotesEditor": [ + "releaseNotesInputName", + "unassigned" ], - "vs/workbench/contrib/remote/electron-sandbox/remote.contribution": [ - "Remote", - "When enabled extensions are downloaded locally and installed on remote." + "vs/workbench/services/configurationResolver/common/configurationResolverSchema": [ + "JsonSchema.input.id", + "JsonSchema.input.type", + "JsonSchema.input.description", + "JsonSchema.input.default", + "JsonSchema.inputs", + "JsonSchema.input.type.promptString", + "JsonSchema.input.password", + "JsonSchema.input.type.pickString", + "JsonSchema.input.options", + "JsonSchema.input.pickString.optionLabel", + "JsonSchema.input.pickString.optionValue", + "JsonSchema.input.type.command", + "JsonSchema.input.command.command", + "JsonSchema.input.command.args", + "JsonSchema.input.command.args", + "JsonSchema.input.command.args" ], - "vs/workbench/contrib/userDataSync/electron-sandbox/userDataSync.contribution": [ - "Operation Id: {0}", - "Settings sync is disabled because the current device is making too many requests. Please report an issue by providing the sync logs.", - "Settings Sync. Operation Id: {0}", - "Show Log", - "Report Issue", - "Open Local Backups Folder", - "Local backups folder does not exist" + "vs/editor/contrib/snippet/browser/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/platform/files/electron-browser/diskFileSystemProvider": [ - "Failed to move '{0}' to the recycle bin", - "Failed to move '{0}' to the trash" + "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedColors": [ + "welcomePage.background", + "welcomePage.tileBackground", + "welcomePage.tileHoverBackground", + "welcomePage.tileShadow", + "welcomePage.progress.background", + "welcomePage.progress.foreground" ], - "vs/workbench/services/extensions/electron-browser/localProcessExtensionHost": [ - "Extension host did not start in 10 seconds, it might be stopped on the first line and needs a debugger to continue.", - "Extension host did not start in 10 seconds, that might be a problem.", - "Reload Window", - "Extension Host", - "Error from the extension host: {0}" + "vs/workbench/contrib/welcomeGettingStarted/common/gettingStartedContent": [ + "getting-started-setup-icon", + "getting-started-beginner-icon", + "getting-started-intermediate-icon", + "gettingStarted.newFile.title", + "gettingStarted.newFile.description", + "gettingStarted.openMac.title", + "gettingStarted.openMac.description", + "gettingStarted.openFile.title", + "gettingStarted.openFile.description", + "gettingStarted.openFolder.title", + "gettingStarted.openFolder.description", + "gettingStarted.openFolder.title", + "gettingStarted.openFolder.description", + "gettingStarted.topLevelGitClone.title", + "gettingStarted.topLevelGitClone.description", + "gettingStarted.topLevelGitOpen.title", + "gettingStarted.topLevelGitOpen.description", + "gettingStarted.topLevelShowWalkthroughs.title", + "gettingStarted.topLevelShowWalkthroughs.description", + "gettingStarted.topLevelVideoTutorials.title", + "gettingStarted.topLevelVideoTutorials.description", + "gettingStarted.topLevelVideoTutorials.title", + "gettingStarted.topLevelVideoTutorials.description", + "gettingStarted.setup.title", + "gettingStarted.setup.description", + "gettingStarted.pickColor.title", + "gettingStarted.pickColor.description.interpolated", + "titleID", + "gettingStarted.settingsSync.title", + "gettingStarted.settingsSync.description.interpolated", + "enableSync", + "gettingStarted.commandPalette.title", + "gettingStarted.commandPalette.description.interpolated", + "commandPalette", + "gettingStarted.extensions.title", + "gettingStarted.extensionsWeb.description.interpolated", + "browsePopular", + "gettingStarted.findLanguageExts.title", + "gettingStarted.findLanguageExts.description.interpolated", + "browseLangExts", + "gettingStarted.setup.OpenFolder.title", + "gettingStarted.setup.OpenFolder.description.interpolated", + "pickFolder", + "gettingStarted.setup.OpenFolder.title", + "gettingStarted.setup.OpenFolder.description.interpolated", + "pickFolder", + "gettingStarted.quickOpen.title", + "gettingStarted.quickOpen.description.interpolated", + "quickOpen", + "gettingStarted.setupWeb.title", + "gettingStarted.setupWeb.description", + "gettingStarted.pickColor.title", + "gettingStarted.pickColor.description.interpolated", + "titleID", + "gettingStarted.settingsSync.title", + "gettingStarted.settingsSync.description.interpolated", + "enableSync", + "gettingStarted.commandPalette.title", + "gettingStarted.commandPalette.description.interpolated", + "commandPalette", + "gettingStarted.menuBar.title", + "gettingStarted.menuBar.description.interpolated", + "toggleMenuBar", + "gettingStarted.extensions.title", + "gettingStarted.extensionsWeb.description.interpolated", + "browsePopular", + "gettingStarted.findLanguageExts.title", + "gettingStarted.findLanguageExts.description.interpolated", + "browseLangExts", + "gettingStarted.setup.OpenFolder.title", + "gettingStarted.setup.OpenFolderWeb.description.interpolated", + "openFolder", + "openRepository", + "gettingStarted.quickOpen.title", + "gettingStarted.quickOpen.description.interpolated", + "quickOpen", + "gettingStarted.beginner.title", + "gettingStarted.beginner.description", + "gettingStarted.playground.title", + "gettingStarted.playground.description.interpolated", + "openEditorPlayground", + "gettingStarted.terminal.title", + "gettingStarted.terminal.description.interpolated", + "showTerminal", + "gettingStarted.extensions.title", + "gettingStarted.extensions.description.interpolated", + "browseRecommended", + "gettingStarted.settings.title", + "gettingStarted.settings.description.interpolated", + "tweakSettings", + "gettingStarted.workspaceTrust.title", + "gettingStarted.workspaceTrust.description.interpolated", + "workspaceTrust", + "enableTrust", + "gettingStarted.videoTutorial.title", + "gettingStarted.videoTutorial.description.interpolated", + "watch", + "gettingStarted.intermediate.title", + "gettingStarted.intermediate.description", + "gettingStarted.splitview.title", + "gettingStarted.splitview.description.interpolated", + "splitEditor", + "gettingStarted.debug.title", + "gettingStarted.debug.description.interpolated", + "runProject", + "gettingStarted.scm.title", + "gettingStarted.scmClone.description.interpolated", + "cloneRepo", + "gettingStarted.scm.title", + "gettingStarted.scmSetup.description.interpolated", + "initRepo", + "gettingStarted.scm.title", + "gettingStarted.scm.description.interpolated", + "openSCM", + "gettingStarted.installGit.title", + "gettingStarted.installGit.description.interpolated", + "installGit", + "gettingStarted.tasks.title", + "gettingStarted.tasks.description.interpolated", + "runTasks", + "gettingStarted.shortcuts.title", + "gettingStarted.shortcuts.description.interpolated", + "keyboardShortcuts", + "gettingStarted.notebook.title", + "gettingStarted.notebookProfile.title", + "gettingStarted.notebookProfile.description" ], - "vs/workbench/services/extensions/electron-browser/cachedExtensionScanner": [ - "Overwriting extension {0} with {1}.", - "Overwriting extension {0} with {1}.", - "Loading development extension at {0}", - "Extensions have been modified on disk. Please reload the window.", - "Reload Window" + "vs/workbench/contrib/callHierarchy/browser/callHierarchyTree": [ + "tree.aria", + "from", + "to" ], - "vs/workbench/services/extensions/common/abstractExtensionService": [ - "The following extensions contain dependency loops and have been disabled: {0}", - "No extension host found that can launch the test runner at {0}." + "vs/workbench/contrib/typeHierarchy/browser/typeHierarchyTree": [ + "tree.aria", + "supertypes", + "subtypes" ], - "vs/workbench/services/extensions/common/remoteExtensionHost": [ - "Remote Extension Host" + "vs/editor/contrib/symbolIcons/browser/symbolIcons": [ + "symbolIcon.arrayForeground", + "symbolIcon.booleanForeground", + "symbolIcon.classForeground", + "symbolIcon.colorForeground", + "symbolIcon.constantForeground", + "symbolIcon.constructorForeground", + "symbolIcon.enumeratorForeground", + "symbolIcon.enumeratorMemberForeground", + "symbolIcon.eventForeground", + "symbolIcon.fieldForeground", + "symbolIcon.fileForeground", + "symbolIcon.folderForeground", + "symbolIcon.functionForeground", + "symbolIcon.interfaceForeground", + "symbolIcon.keyForeground", + "symbolIcon.keywordForeground", + "symbolIcon.methodForeground", + "symbolIcon.moduleForeground", + "symbolIcon.namespaceForeground", + "symbolIcon.nullForeground", + "symbolIcon.numberForeground", + "symbolIcon.objectForeground", + "symbolIcon.operatorForeground", + "symbolIcon.packageForeground", + "symbolIcon.propertyForeground", + "symbolIcon.referenceForeground", + "symbolIcon.snippetForeground", + "symbolIcon.stringForeground", + "symbolIcon.structForeground", + "symbolIcon.textForeground", + "symbolIcon.typeParameterForeground", + "symbolIcon.unitForeground", + "symbolIcon.variableForeground" ], - "vs/workbench/services/extensions/browser/webWorkerExtensionHost": [ - "Worker Extension Host" + "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedExtensionPoint": [ + "title", + "walkthroughs", + "walkthroughs.id", + "walkthroughs.title", + "walkthroughs.description", + "walkthroughs.featuredFor", + "walkthroughs.when", + "walkthroughs.steps", + "walkthroughs.steps.id", + "walkthroughs.steps.title", + "walkthroughs.steps.description.interpolated", + "walkthroughs.steps.button.deprecated.interpolated", + "walkthroughs.steps.media", + "pathDeprecated", + "walkthroughs.steps.media.image.path.string", + "walkthroughs.steps.media.image.path.dark.string", + "walkthroughs.steps.media.image.path.light.string", + "walkthroughs.steps.media.image.path.hc.string", + "walkthroughs.steps.media.image.path.hcLight.string", + "walkthroughs.steps.media.altText", + "walkthroughs.steps.media.image.path.svg", + "walkthroughs.steps.media.altText", + "pathDeprecated", + "walkthroughs.steps.media.markdown.path", + "walkthroughs.steps.completionEvents", + "walkthroughs.steps.completionEvents.onCommand", + "walkthroughs.steps.completionEvents.onLink", + "walkthroughs.steps.completionEvents.onView", + "walkthroughs.steps.completionEvents.onSettingChanged", + "walkthroughs.steps.completionEvents.onContext", + "walkthroughs.steps.completionEvents.extensionInstalled", + "walkthroughs.steps.completionEvents.stepSelected", + "walkthroughs.steps.doneOn", + "walkthroughs.steps.doneOn.deprecation", + "walkthroughs.steps.oneOn.command", + "walkthroughs.steps.when" + ], + "vs/workbench/services/textfile/common/textFileSaveParticipant": [ + "saveParticipants" + ], + "vs/workbench/contrib/feedback/browser/feedback": [ + "label.sendASmile", + "close", + "patchedVersion1", + "patchedVersion2", + "sentiment", + "smileCaption", + "smileCaption", + "frownCaption", + "frownCaption", + "other ways to contact us", + "submit a bug", + "request a missing feature", + "tell us why", + "feedbackTextInput", + "showFeedback", + "tweet", + "tweetFeedback", + "character left", + "characters left" + ], + "vs/workbench/contrib/userDataSync/browser/userDataSyncViews": [ + "merges", + "synced machines", + "workbench.actions.sync.editMachineName", + "workbench.actions.sync.turnOffSyncOnMachine", + "remote sync activity title", + "local sync activity title", + "workbench.actions.sync.resolveResourceRef", + "workbench.actions.sync.compareWithLocal", + "remoteToLocalDiff", + { + "key": "leftResourceName", + "comment": [ + "remote as in file in cloud" + ] + }, + { + "key": "rightResourceName", + "comment": [ + "local as in file in disk" + ] + }, + "workbench.actions.sync.replaceCurrent", + { + "key": "confirm replace", + "comment": [ + "A confirmation message to replace current user data (settings, extensions, keybindings, snippets) with selected version" + ] + }, + "troubleshoot", + "reset", + "sideBySideLabels", + { + "key": "current", + "comment": [ + "Represents current machine" + ] + }, + "no machines", + { + "key": "current", + "comment": [ + "Current machine" + ] + }, + "not found", + "turn off sync on multiple machines", + "turn off sync on machine", + { + "key": "turn off", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "placeholder", + "not found", + "valid message", + "sync logs", + "last sync states", + { + "key": "current", + "comment": [ + "Represents current log file" + ] + } ], - "vs/workbench/common/actions": [ - "View", - "Help", - "Preferences", - "Developer" + "vs/workbench/browser/parts/notifications/notificationsList": [ + "notificationAriaLabel", + "notificationWithSourceAriaLabel", + "notificationsList" ], - "vs/workbench/contrib/webview/electron-browser/webviewCommands": [ - "Open Webview Developer Tools" + "vs/workbench/browser/parts/notifications/notificationsActions": [ + "clearIcon", + "clearAllIcon", + "hideIcon", + "expandIcon", + "collapseIcon", + "configureIcon", + "clearNotification", + "clearNotifications", + "hideNotificationsCenter", + "expandNotification", + "collapseNotification", + "configureNotification", + "copyNotification" ], - "vs/editor/contrib/clipboard/clipboard": [ - "Cu&&t", - "Cut", - "Cut", - "&&Copy", - "Copy", - "Copy", - "Copy As", - "Copy As", - "&&Paste", - "Paste", - "Paste", - "Copy With Syntax Highlighting" + "vs/workbench/browser/parts/titlebar/windowTitle": [ + "patchedWindowTitle", + "userIsAdmin", + "userIsSudo", + "devExtensionWindowTitlePrefix" ], - "vs/editor/browser/editorExtensions": [ - "&&Undo", - "Undo", - "&&Redo", - "Redo", - "&&Select All", - "Select All" + "vs/workbench/browser/parts/titlebar/commandCenterControl": [ + "label1", + "label2", + "title", + "title2", + "all", + "commandCenter-foreground", + "commandCenter-activeForeground", + "commandCenter-background", + "commandCenter-activeBackground", + "commandCenter-border" + ], + "vs/workbench/contrib/webview/browser/webviewElement": [ + "fatalErrorMessage" ], - "vs/platform/theme/common/colorRegistry": [ - "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.", - "Foreground color for description text providing additional information, for example for a label.", - "The default color for icons in the workbench.", - "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.", - "The background color of text selections in the workbench (e.g. for input fields or text areas). Note that this does not apply to selections within the editor.", - "Color for text separators.", - "Foreground color for links in text.", - "Foreground color for links in text when clicked on and on mouse hover.", - "Foreground color for preformatted text segments.", - "Background color for block quotes in text.", - "Border color for block quotes 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.", - "Background color of activated options in input fields.", - "Foreground color of activated options in input fields.", - "Input box foreground color for placeholder text.", - "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 list background.", - "Dropdown foreground.", - "Dropdown border.", - "Background color of checkbox widget.", - "Foreground color of checkbox widget.", - "Border color of checkbox widget.", - "Button foreground color.", - "Button background color.", - "Button background color when hovering.", - "Secondary button foreground color.", - "Secondary button background color.", - "Secondary button background color when hovering.", - "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.", - "Background color of error text in the editor. The color must not be opaque so as not to hide underlying decorations.", - "Foreground color of error squigglies in the editor.", - "Border color of error boxes in the editor.", - "Background color of warning text in the editor. The color must not be opaque so as not to hide underlying decorations.", - "Foreground color of warning squigglies in the editor.", - "Border color of warning boxes in the editor.", - "Background color of info text in the editor. The color must not be opaque so as not to hide underlying decorations.", - "Foreground color of info squigglies in the editor.", - "Border color of info boxes in the editor.", - "Foreground color of hint squigglies in the editor.", - "Border color of hint boxes in the editor.", - "Border color of active sashes.", - "Editor background color.", - "Editor default foreground color.", - "Background color of editor widgets, such as find/replace.", - "Foreground 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.", - "Quick picker background color. The quick picker widget is the container for pickers like the command palette.", - "Quick picker foreground color. The quick picker widget is the container for pickers like the command palette.", - "Quick picker title background color. The quick picker widget is the container for pickers like the command palette.", - "Quick picker color for grouping labels.", - "Quick picker color for grouping borders.", - "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 so as not to hide underlying decorations.", - "Color for regions with the same content as the selection. The color must not be opaque so as not to 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 so as not to hide underlying decorations.", - "Color of the range limiting the search. The color must not be opaque so as not to 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 so as not to hide underlying decorations.", - "Color of the Search Editor query matches.", - "Border color of the Search Editor query matches.", - "Highlight below the word for which a hover is shown. The color must not be opaque so as not to hide underlying decorations.", - "Background color of the editor hover.", - "Foreground color of the editor hover.", - "Border color of the editor hover.", - "Background color of the editor hover status bar.", - "Color of active links.", - "Foreground color of inline hints", - "Background color of inline hints", - "The color used for the lightbulb actions icon.", - "The color used for the lightbulb auto fix actions icon.", - "Background color for text that got inserted. The color must not be opaque so as not to hide underlying decorations.", - "Background color for text that got removed. The color must not be opaque so as not to 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.", - "Color of the diff editor's diagonal fill. The diagonal fill is used in side-by-side diff views.", - "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 outline 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 outline 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.", - "List/Tree foreground color for invalid items, for example an unresolved root in explorer.", - "Foreground color of list items containing errors.", - "Foreground color of list items containing warnings.", - "Background color of the type filter widget in lists and trees.", - "Outline color of the type filter widget in lists and trees.", - "Outline color of the type filter widget in lists and trees, when there are no matches.", - "Background color of the filtered match.", - "Border color of the filtered match.", - "Tree stroke color for the indentation guides.", - "Tree stroke color for the indentation guides.", - "List/Tree foreground color for items that are deemphasized. ", - "Please use quickInputList.focusBackground instead", - "Quick picker background color for the focused item.", - "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.", - "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 tabstop of a snippet.", - "Color of focused breadcrumb items.", - "Background color of breadcrumb items.", - "Color of focused breadcrumb items.", - "Color of selected breadcrumb items.", - "Background color of breadcrumb item picker.", - "Current header background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.", - "Current content background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.", - "Incoming header background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.", - "Incoming content background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.", - "Common ancestor header background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.", - "Common ancestor content background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.", - "Border color on headers and the splitter in inline merge-conflicts.", - "Current overview ruler foreground for inline merge-conflicts.", - "Incoming overview ruler foreground for inline merge-conflicts.", - "Common ancestor overview ruler foreground for inline merge-conflicts.", - "Overview ruler marker color for find matches. The color must not be opaque so as not to hide underlying decorations.", - "Overview ruler marker color for selection highlights. The color must not be opaque so as not to hide underlying decorations.", - "Minimap marker color for find matches.", - "Minimap marker color for the editor selection.", - "Minimap marker color for errors.", - "Minimap marker color for warnings.", - "Minimap background color.", - "Minimap slider background color.", - "Minimap slider background color when hovering.", - "Minimap slider background color when clicked on.", - "The color used for the problems error icon.", - "The color used for the problems warning icon.", - "The color used for the problems info icon.", - "The foreground color used in charts.", - "The color used for horizontal lines in charts.", - "The red color used in chart visualizations.", - "The blue color used in chart visualizations.", - "The yellow color used in chart visualizations.", - "The orange color used in chart visualizations.", - "The green color used in chart visualizations.", - "The purple color used in chart visualizations." + "vs/workbench/services/workingCopy/common/storedFileWorkingCopy": [ + "staleSaveError", + "overwrite", + "discard", + "overwriteElevated", + "overwriteElevatedSudo", + "saveElevated", + "saveElevatedSudo", + "overwrite", + "retry", + "saveAs", + "discard", + "readonlySaveErrorAdmin", + "readonlySaveErrorSudo", + "readonlySaveError", + "permissionDeniedSaveError", + "permissionDeniedSaveErrorSudo", + { + "key": "genericSaveError", + "comment": [ + "{0} is the resource that failed to save and {1} the error message" + ] + } ], - "vs/workbench/common/theme": [ - "Active tab background color in an active group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.", - "Active tab background color in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.", - "Inactive tab background color in an active group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.", - "Inactive tab background color in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.", - "Active tab foreground color in an active group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.", - "Inactive tab foreground color in an active group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.", - "Active tab foreground color in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.", - "Inactive tab foreground color in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.", - "Tab background color when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.", - "Tab background color in an unfocused group when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.", - "Tab foreground color when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.", - "Tab foreground color in an unfocused group when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.", - "Border to separate tabs from each other. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.", - "Border to separate pinned tabs from other tabs. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.", - "Border on the bottom of an active tab. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.", - "Border on the bottom of an active tab in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.", - "Border to the top of an active tab. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.", - "Border to the top of an active tab in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.", - "Border to highlight tabs when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.", - "Border to highlight tabs in an unfocused group when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.", - "Border on the top of modified (dirty) active tabs in an active group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.", - "Border on the top of modified (dirty) inactive tabs in an active group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.", - "Border on the top of modified (dirty) active tabs in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.", - "Border on the top of modified (dirty) inactive tabs in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.", - "Background color of the editor pane visible on the left and right side of the centered editor layout.", - "Deprecated background color of an editor group.", - "Deprecated: Background color of an editor group is no longer being supported with the introduction of the grid editor layout. You can use editorGroup.emptyBackground to set the background color of empty editor groups.", - "Background color of an empty editor group. Editor groups are the containers of editors.", - "Border color of an empty editor group that is focused. Editor groups are the containers of editors.", - "Background color of the editor group title header when tabs are enabled. Editor groups are the containers of editors.", - "Border color of the editor group title header when tabs are enabled. Editor groups are the containers of editors.", - "Background color of the editor group title header when tabs are disabled (`\"workbench.editor.showTabs\": false`). Editor groups are the containers of editors.", - "Border color of the editor group title header. Editor groups are the containers of editors.", - "Color to separate multiple editor groups from each other. Editor groups are the containers of editors.", - "Background color when dragging editors around. The color should have transparency so that the editor contents can still shine through.", - "Border color for image in image preview.", - "Panel background color. Panels are shown below the editor area and contain views like output and integrated terminal.", - "Panel border color to separate the panel from the editor. Panels are shown below the editor area and contain views like output and integrated terminal.", - "Title color for the active panel. Panels are shown below the editor area and contain views like output and integrated terminal.", - "Title color for the inactive panel. Panels are shown below the editor area and contain views like output and integrated terminal.", - "Border color for the active panel title. Panels are shown below the editor area and contain views like output and integrated terminal.", - "Input box border for inputs in the panel.", - "Drag and drop feedback color for the panel titles. Panels are shown below the editor area and contain views like output and integrated terminal.", - "Drag and drop feedback color for the panel sections. The color should have transparency so that the panel sections can still shine through. Panels are shown below the editor area and contain views like output and integrated terminal. Panel sections are views nested within the panels.", - "Panel section header background color. Panels are shown below the editor area and contain views like output and integrated terminal. Panel sections are views nested within the panels.", - "Panel section header foreground color. Panels are shown below the editor area and contain views like output and integrated terminal. Panel sections are views nested within the panels.", - "Panel section header border color used when multiple views are stacked vertically in the panel. Panels are shown below the editor area and contain views like output and integrated terminal. Panel sections are views nested within the panels.", - "Panel section border color used when multiple views are stacked horizontally in the panel. Panels are shown below the editor area and contain views like output and integrated terminal. Panel sections are views nested within the panels.", - "Status bar foreground color when a workspace or folder is opened. The status bar is shown in the bottom of the window.", - "Status bar foreground color when no folder is opened. The status bar is shown in the bottom of the window.", - "Status bar background color when a workspace or folder is opened. The status bar is shown in the bottom of the window.", - "Status bar background color when no folder is opened. The status bar is shown in the bottom of the window.", - "Status bar border color separating to the sidebar and editor. The status bar is shown in the bottom of the window.", - "Status bar border color separating to the sidebar and editor when no folder is opened. The status bar is shown in the bottom of the window.", - "Status bar item background color when clicking. The status bar is shown in the bottom of the window.", - "Status bar item background color when hovering. The status bar is shown in the bottom of the window.", - "Status bar prominent items foreground color. Prominent items stand out from other status bar entries to indicate importance. Change mode `Toggle Tab Key Moves Focus` from command palette to see an example. The status bar is shown in the bottom of the window.", - "Status bar prominent items background color. Prominent items stand out from other status bar entries to indicate importance. Change mode `Toggle Tab Key Moves Focus` from command palette to see an example. The status bar is shown in the bottom of the window.", - "Status bar prominent items background color when hovering. Prominent items stand out from other status bar entries to indicate importance. Change mode `Toggle Tab Key Moves Focus` from command palette to see an example. The status bar is shown in the bottom of the window.", - "Status bar error items background color. Error items stand out from other status bar entries to indicate error conditions. The status bar is shown in the bottom of the window.", - "Status bar error items foreground color. Error items stand out from other status bar entries to indicate error conditions. The status bar is shown in the bottom of the window.", - "Activity bar background color. The activity bar is showing on the far left or right and allows to switch between views of the side bar.", - "Activity bar item foreground color when it is active. The activity bar is showing on the far left or right and allows to switch between views of the side bar.", - "Activity bar item foreground color when it is inactive. The activity bar is showing on the far left or right and allows to switch between views of the side bar.", - "Activity bar border color separating to the side bar. The activity bar is showing on the far left or right and allows to switch between views of the side bar.", - "Activity bar border color for the active item. The activity bar is showing on the far left or right and allows to switch between views of the side bar.", - "Activity bar focus border color for the active item. The activity bar is showing on the far left or right and allows to switch between views of the side bar.", - "Activity bar background color for the active item. The activity bar is showing on the far left or right and allows to switch between views of the side bar.", - "Drag and drop feedback color for the activity bar items. The activity bar is showing on the far left or right and allows to switch between views of the side bar.", - "Activity notification badge background color. The activity bar is showing on the far left or right and allows to switch between views of the side bar.", - "Activity notification badge foreground color. The activity bar is showing on the far left or right and allows to switch between views of the side bar.", - "Background color for the remote indicator on the status bar.", - "Foreground color for the remote indicator on the status bar.", - "Background color for the remote badge in the extensions view.", - "Foreground color for the remote badge in the extensions view.", - "Side bar background color. The side bar is the container for views like explorer and search.", - "Side bar foreground color. The side bar is the container for views like explorer and search.", - "Side bar border color on the side separating to the editor. The side bar is the container for views like explorer and search.", - "Side bar title foreground color. The side bar is the container for views like explorer and search.", - "Drag and drop feedback color for the side bar sections. The color should have transparency so that the side bar sections can still shine through. The side bar is the container for views like explorer and search. Side bar sections are views nested within the side bar.", - "Side bar section header background color. The side bar is the container for views like explorer and search. Side bar sections are views nested within the side bar.", - "Side bar section header foreground color. The side bar is the container for views like explorer and search. Side bar sections are views nested within the side bar.", - "Side bar section header border color. The side bar is the container for views like explorer and search. Side bar sections are views nested within the side bar.", - "Title bar foreground when the window is active.", - "Title bar foreground when the window is inactive.", - "Title bar background when the window is active.", - "Title bar background when the window is inactive.", - "Title bar border color.", - "Foreground color of the selected menu item in the menubar.", - "Background color of the selected menu item in the menubar.", - "Border color of the selected menu item in the menubar.", - "Notifications center border color. Notifications slide in from the bottom right of the window.", - "Notification toast border color. Notifications slide in from the bottom right of the window.", - "Notifications foreground color. Notifications slide in from the bottom right of the window.", - "Notifications background color. Notifications slide in from the bottom right of the window.", - "Notification links foreground color. Notifications slide in from the bottom right of the window.", - "Notifications center header foreground color. Notifications slide in from the bottom right of the window.", - "Notifications center header background color. Notifications slide in from the bottom right of the window.", - "Notifications border color separating from other notifications in the notifications center. Notifications slide in from the bottom right of the window.", - "The color used for the icon of error notifications. Notifications slide in from the bottom right of the window.", - "The color used for the icon of warning notifications. Notifications slide in from the bottom right of the window.", - "The color used for the icon of info notifications. Notifications slide in from the bottom right of the window.", - "The color used for the border of the window when it is active. Only supported in the desktop client when using the custom title bar.", - "The color used for the border of the window when it is inactive. Only supported in the desktop client when using the custom title bar." + "vs/editor/browser/controller/textAreaHandler": [ + "editor", + "accessibilityOffAriaLabel" ], - "vs/workbench/browser/editor": [ - "Text Editor", - "Built-in", - "Configure which editor to use for specific file types.", - "The unique id of the editor to use.", - "Glob pattern specifying which files the editor should be used for.", - "Source: {0}" + "vs/base/browser/ui/findinput/findInputToggles": [ + "caseDescription", + "wordsDescription", + "regexDescription" ], - "vs/workbench/contrib/extensions/electron-browser/runtimeExtensionsEditor": [ - "Start Extension Host Profile", - "Stop Extension Host Profile", - "Save Extension Host Profile" + "vs/editor/contrib/colorPicker/browser/colorPickerWidget": [ + "clickToToggleColorOptions" ], - "vs/workbench/contrib/extensions/electron-browser/debugExtensionHostAction": [ - "Start Debugging Extension Host", - "Profile Extensions", - "In order to profile extensions a restart is required. Do you want to restart '{0}' now?", - "&&Restart", - "&&Cancel", - "Attach Extension Host" + "vs/editor/contrib/gotoSymbol/browser/peek/referencesWidget": [ + "missingPreviewMessage", + "noResults", + "peekView.alternateTitle" ], - "vs/workbench/common/editor": [ - "Whether the active editor is dirty", - "Whether the active editor is not in preview mode", - "Whether the active editor is pinned", - "Whether the active editor is readonly", - "The identifier of the active editor", - "The available editor identifiers that are usable for the active editor", - "Whether a text compare editor is visible", - "Whether a text compare editor is active", - "The number of opened editor groups", - "Whether the active editor group is empty", - "The index of the active editor group", - "Whether the active editor group is the last group", - "Whether there are multiple editor groups opened", - "Whether an editor is open", - "Whether Zen mode is enabled", - "Whether centered layout is enabled", - "Whether editors split vertically", - "Whether the editor area is visible", - "{0} - {1}", - "{0}, preview", - "{0}, pinned" + "vs/editor/contrib/suggest/browser/suggestWidgetDetails": [ + "details.close", + "loading" ], - "vs/workbench/contrib/extensions/electron-browser/extensionProfileService": [ - "Profiling Extension Host", - "Profiling Extension Host", - "Click to stop profiling.", - "Profiling Extension Host ({0} sec)", - "Extension Profiler", - "Profile Extensions", - "In order to profile extensions a restart is required. Do you want to restart '{0}' now?", - "&&Restart", - "&&Cancel" + "vs/editor/contrib/suggest/browser/suggestWidgetStatus": [ + "ddd" ], - "vs/workbench/contrib/extensions/common/runtimeExtensionsInput": [ - "Running Extensions" + "vs/editor/contrib/suggest/browser/suggestWidgetRenderer": [ + "suggestMoreInfoIcon", + "readMore" ], - "vs/workbench/contrib/extensions/electron-browser/extensionsAutoProfiler": [ - "The extension '{0}' took a very long time to complete its last operation and it has prevented other extensions from running.", - "Show Extensions" + "vs/workbench/contrib/comments/common/commentModel": [ + "noComments" ], - "vs/workbench/contrib/extensions/electron-sandbox/extensionsActions": [ - "Open Extensions Folder" + "vs/base/browser/ui/menu/menubar": [ + "mAppMenu", + "mMore" ], - "vs/platform/configuration/common/configurationRegistry": [ - "Default Language Configuration Overrides", - "Configure settings to be overridden for {0} language.", - "Configure editor settings to be overridden for a language.", - "This setting does not support per-language configuration.", - "Cannot register an empty property", - "Cannot register '{0}'. This matches property pattern '\\\\[.*\\\\]$' for describing language specific editor settings. Use 'configurationDefaults' contribution.", - "Cannot register '{0}'. This property is already registered." + "vs/workbench/browser/parts/editor/titleControl": [ + "ariaLabelEditorActions", + "draggedEditorGroup" ], - "vs/workbench/contrib/terminal/common/terminalConfiguration": [ - "A single path to a shell executable or an array of paths that will be used as fallbacks when one fails.", - "An optional set of arguments to run the shell executable with.", - "Controls whether or not the profile name overrides the auto detected one.", - "Integrated Terminal", - "Dispatches most keybindings to the terminal instead of the workbench, overriding `#terminal.integrated.commandsToSkipShell#`, which can be used alternatively for fine tuning.", - "A path that when set will override {0} and ignore {1} values for automation-related terminal usage like tasks and debug.", - "A path that when set will override {0} and ignore {1} values for automation-related terminal usage like tasks and debug.", - "A path that when set will override {0} and ignore {1} values for automation-related terminal usage like tasks and debug.", - "The command line arguments to use when on the Linux terminal. [Read more about configuring the shell](https://code.visualstudio.com/docs/editor/integrated-terminal#_configuration).", - "The command line arguments to use when on the macOS terminal. [Read more about configuring the shell](https://code.visualstudio.com/docs/editor/integrated-terminal#_configuration).", - "The command line arguments to use when on the Windows terminal. [Read more about configuring the shell](https://code.visualstudio.com/docs/editor/integrated-terminal#_configuration).", - "The command line arguments to use when on the Windows terminal. [Read more about configuring the shell](https://code.visualstudio.com/docs/editor/integrated-terminal#_configuration).", - "The command line arguments in [command-line format](https://msdn.microsoft.com/en-au/08dfcab2-eb6e-49a4-80eb-87d4076c98c6) to use when on the Windows terminal. [Read more about configuring the shell](https://code.visualstudio.com/docs/editor/integrated-terminal#_configuration).", - "The Windows profiles to present when creating a new terminal via the terminal dropdown. Set to null to exclude them, use the {0} property to use the default detected configuration. Or, set the {1} and optional {2}", - "A profile source that will auto detect the paths to the shell.", - "Controls whether or not the profile name overrides the auto detected one.", - "The macOS profiles to present when creating a new terminal via the terminal dropdown. When set, these will override the default detected profiles. They are comprised of a {0} and optional {1}", - "The Linux profiles to present when creating a new terminal via the terminal dropdown. When set, these will override the default detected profiles. They are comprised of a {0} and optional {1}", - "Controls whether or not WSL distros are shown in the terminal dropdown", - "Controls whether to treat the option key as the meta key in the terminal on macOS.", - "Controls whether to force selection when using Option+click on macOS. This will force a regular (line) selection and disallow the use of column selection mode. This enables copying and pasting using the regular terminal selection, for example, when mouse mode is enabled in tmux.", - "If enabled, alt/option + click will reposition the prompt cursor to underneath the mouse when `#editor.multiCursorModifier#` is set to `'alt'` (the default value). This may not work reliably depending on your shell.", - "Controls whether text selected in the terminal will be copied to the clipboard.", - "Controls whether bold text in the terminal will always use the \"bright\" ANSI color variant.", - "Controls the font family of the terminal, this defaults to `#editor.fontFamily#`'s value.", - "Controls the font size in pixels of the terminal.", - "Controls the letter spacing of the terminal, this is an integer value which represents the amount of additional pixels to add between characters.", - "Controls the line height of the terminal, this number is multiplied by the terminal font size to get the actual line-height in pixels.", - "When set the foreground color of each cell will change to try meet the contrast ratio specified. Example values:\n\n- 1: The default, do nothing.\n- 4.5: [WCAG AA compliance (minimum)](https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-contrast.html).\n- 7: [WCAG AAA compliance (enhanced)](https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast7.html).\n- 21: White on black or black on white.", - "Scrolling speed multiplier when pressing `Alt`.", - "A multiplier to be used on the `deltaY` of mouse wheel scroll events.", - "Only \"normal\" and \"bold\" keywords or numbers between 1 and 1000 are allowed.", - "The font weight to use within the terminal for non-bold text. Accepts \"normal\" and \"bold\" keywords or numbers between 1 and 1000.", - "Only \"normal\" and \"bold\" keywords or numbers between 1 and 1000 are allowed.", - "The font weight to use within the terminal for bold text. Accepts \"normal\" and \"bold\" keywords or numbers between 1 and 1000.", - "Controls whether the terminal cursor blinks.", - "Controls the style of terminal cursor.", - "Controls the width of the cursor when `#terminal.integrated.cursorStyle#` is set to `line`.", - "Controls the maximum amount of lines the terminal keeps in its buffer.", - "Controls whether to detect and set the `$LANG` environment variable to a UTF-8 compliant option since VS Code's terminal only supports UTF-8 encoded data coming from the shell.", - "Set the `$LANG` environment variable if the existing variable does not exist or it does not end in `'.UTF-8'`.", - "Do not set the `$LANG` environment variable.", - "Always set the `$LANG` environment variable.", - "Let VS Code guess which renderer to use.", - "Use the standard GPU/canvas-based renderer.", - "Use the fallback DOM-based renderer.", - "Use the experimental webgl-based renderer. Note that this has some [known issues](https://github.com/xtermjs/xterm.js/issues?q=is%3Aopen+is%3Aissue+label%3Aarea%2Faddon%2Fwebgl).", - "Controls how the terminal is rendered.", - "Show the context menu.", - "Copy when there is a selection, otherwise paste.", - "Paste on right click.", - "Select the word under the cursor and show the context menu.", - "Controls how terminal reacts to right click.", - "An explicit start path where the terminal will be launched, this is used as the current working directory (cwd) for the shell process. This may be particularly useful in workspace settings if the root directory is not a convenient cwd.", - "Controls whether to confirm on exit if there are active terminal sessions.", - "Controls whether the terminal bell is enabled.", - "A set of command IDs whose keybindings will not be sent to the shell but instead always be handled by VS Code. This allows keybindings that would normally be consumed by the shell to act instead the same as when the terminal is not focused, for example `Ctrl+P` to launch Quick Open.\n\n \n\nMany commands are skipped by default. To override a default and pass that command's keybinding to the shell instead, add the command prefixed with the `-` character. For example add `-workbench.action.quickOpen` to allow `Ctrl+P` to reach the shell.\n\n \n\nThe following list of default skipped commands is truncated when viewed in Settings Editor. To see the full list, [open the default settings JSON](command:workbench.action.openRawDefaultSettings 'Open Default Settings (JSON)') and search for the first command from the list below.\n\n \n\nDefault Skipped Commands:\n\n{0}", - "Whether or not to allow chord keybindings in the terminal. Note that when this is true and the keystroke results in a chord it will bypass `#terminal.integrated.commandsToSkipShell#`, setting this to false is particularly useful when you want ctrl+k to go to your shell (not VS Code).", - "Whether to allow menubar mnemonics (eg. alt+f) to trigger the open the menubar. Note that this will cause all alt keystrokes to skip the shell when true. This does nothing on macOS.", - "Whether new shells should inherit their environment from VS Code. This is not supported on Windows.", - "Object with environment variables that will be added to the VS Code process to be used by the terminal on macOS. Set to `null` to delete the environment variable.", - "Object with environment variables that will be added to the VS Code process to be used by the terminal on Linux. Set to `null` to delete the environment variable.", - "Object with environment variables that will be added to the VS Code process to be used by the terminal on Windows. Set to `null` to delete the environment variable.", - "Whether to display the environment changes indicator on each terminal which explains whether extensions have made, or want to make changes to the terminal's environment.", - "Disable the indicator.", - "Enable the indicator.", - "Only show the warning indicator when a terminal's environment is 'stale', not the information indicator that shows a terminal has had its environment modified by an extension.", - "Whether to relaunch terminals automatically if extension want to contribute to their environment and have not been interacted with yet.", - "Controls whether to show the alert \"The terminal process terminated with exit code\" when exit code is non-zero.", - "Controls the working directory a split terminal starts with.", - "A new split terminal will use the workspace root as the working directory. In a multi-root workspace a choice for which root folder to use is offered.", - "A new split terminal will use the working directory that the parent terminal started with.", - "On macOS and Linux, a new split terminal will use the working directory of the parent terminal. On Windows, this behaves the same as initial.", - "Whether to use ConPTY for Windows terminal process communication (requires Windows 10 build number 18309+). Winpty will be used if this is false.", - "A string containing all characters to be considered word separators by the double click to select word feature.", - "An experimental setting that will use the terminal title event for the dropdown title. This setting will only apply to new terminals.", - "Whether to enable file links in the terminal. Links can be slow when working on a network drive in particular because each file link is verified against the file system. Changing this will take effect only in new terminals.", - "Version 6 of unicode, this is an older version which should work better on older systems.", - "Version 11 of unicode, this version provides better support on modern systems that use modern versions of unicode.", - "Controls what version of unicode to use when evaluating the width of characters in the terminal. If you experience emoji or other wide characters not taking up the right amount of space or backspace either deleting too much or too little then you may want to try tweaking this setting.", - "An experimental setting that aims to improve link detection in the terminal by improving when links are detected and by enabling shared link detection with the editor. Currently this only supports web links.", - "Experimental: length of network delay, in milliseconds, where local edits will be echoed on the terminal without waiting for server acknowledgement. If '0', local echo will always be on, and if '-1' it will be disabled.", - "Experimental: local echo will be disabled when any of these program names are found in the terminal title.", - "Experimental: terminal style of locally echoed text; either a font style or an RGB color.", - "Persist terminal sessions for the workspace across window reloads.", - "Integrated Terminal", - "The path of the shell that the terminal uses on Linux. [Read more about configuring the shell](https://code.visualstudio.com/docs/editor/integrated-terminal#_configuration).", - "The path of the shell that the terminal uses on macOS. [Read more about configuring the shell](https://code.visualstudio.com/docs/editor/integrated-terminal#_configuration).", - "The path of the shell that the terminal uses on Windows. [Read more about configuring the shell](https://code.visualstudio.com/docs/editor/integrated-terminal#_configuration).", - "The path of the shell that the terminal uses on Linux (default: {0}). [Read more about configuring the shell](https://code.visualstudio.com/docs/editor/integrated-terminal#_configuration).", - "The path of the shell that the terminal uses on macOS (default: {0}). [Read more about configuring the shell](https://code.visualstudio.com/docs/editor/integrated-terminal#_configuration).", - "The path of the shell that the terminal uses on Windows (default: {0}). [Read more about configuring the shell](https://code.visualstudio.com/docs/editor/integrated-terminal#_configuration)." + "vs/workbench/browser/parts/editor/breadcrumbsControl": [ + "separatorIcon", + "breadcrumbsPossible", + "breadcrumbsVisible", + "breadcrumbsActive", + "empty", + "cmd.toggle", + "miShowBreadcrumbs", + "cmd.focus" ], - "vs/workbench/contrib/terminal/common/terminal": [ - "Whether the terminal is focused", - "The shell type of the active terminal", - "Whether text is selected in the active terminal", - "Whether terminal processes can be launched", - "Terminal", - "Contributes terminal functionality.", - "Defines additional terminal types that the user can create.", - "Command to execute when the user creates this type of terminal.", - "Title for this type of terminal." + "vs/workbench/browser/parts/editor/editorPlaceholder": [ + "trustRequiredEditor", + "requiresFolderTrustText", + "requiresWorkspaceTrustText", + "manageTrust", + "errorEditor", + "unavailableResourceErrorEditorText", + "unknownErrorEditorTextWithError", + "unknownErrorEditorTextWithoutError", + "retry" ], - "vs/workbench/contrib/externalTerminal/node/externalTerminalService": [ - "VS Code Console", - "Script '{0}' failed with exit code {1}", - "'{0}' not supported", - "Press any key to continue...", - "'{0}' failed with exit code {1}", - "can't find terminal application '{0}'" + "vs/base/parts/quickinput/browser/quickInputList": [ + "quickInput" ], - "vs/platform/dialogs/common/dialogs": [ - "...1 additional file not shown", - "...{0} additional files not shown" + "vs/workbench/contrib/preferences/browser/settingsEditorSettingIndicators": [ + "extensionSyncIgnoredLabel", + "syncIgnoredTitle", + "alsoConfiguredIn", + "configuredIn", + "defaultOverriddenDetails", + "defaultOverrideLabelText", + "defaultOverriddenDetails", + "defaultOverrideLabelText", + "alsoConfiguredIn", + "configuredIn", + "syncIgnoredTitle", + "defaultOverriddenDetails", + "defaultOverriddenDetails" ], - "vs/platform/contextkey/common/contextkeys": [ - "Whether the operating system is macOS", - "Whether the operating system is Linux", - "Whether the operating system is Windows", - "Whether the platform is a web browser", - "Whether the operating system is macOS on a non-browser platform", - "Whether keyboard focus is inside an input box" + "vs/workbench/contrib/preferences/browser/settingsWidgets": [ + "okButton", + "cancelButton", + "listValueHintLabel", + "listSiblingHintLabel", + "removeItem", + "editItem", + "addItem", + "itemInputPlaceholder", + "listSiblingInputPlaceholder", + "excludePatternHintLabel", + "excludeSiblingHintLabel", + "removeExcludeItem", + "editExcludeItem", + "addPattern", + "excludePatternInputPlaceholder", + "excludeSiblingInputPlaceholder", + "okButton", + "cancelButton", + "objectKeyInputPlaceholder", + "objectValueInputPlaceholder", + "objectPairHintLabel", + "removeItem", + "resetItem", + "editItem", + "addItem", + "objectKeyHeader", + "objectValueHeader", + "objectPairHintLabel", + "removeItem", + "resetItem", + "editItem", + "addItem", + "objectKeyHeader", + "objectValueHeader" ], - "vs/workbench/contrib/tasks/common/tasks": [ - "Whether a task is currently running.", - "Tasks", - "Error: the task identifier '{0}' is missing the required property '{1}'. The task identifier will be ignored." + "vs/workbench/contrib/notebook/browser/view/renderers/cellRenderer": [ + "cellExecutionOrderCountLabel" ], - "vs/workbench/contrib/tasks/common/taskConfiguration": [ - "Warning: options.cwd must be of type string. Ignoring value {0}\n", - "Error: command argument must either be a string or a quoted string. Provided value is:\n{0}", - "Warning: shell configuration is only supported when executing tasks in the terminal.", - "Error: Problem Matcher in declare scope must have a name:\n{0}\n", - "Warning: the defined problem matcher is unknown. Supported types are string | ProblemMatcher | Array.\n{0}\n", - "Error: Invalid problemMatcher reference: {0}\n", - "Error: tasks configuration must have a type property. The configuration will be ignored.\n{0}\n", - "Error: there is no registered task type '{0}'. Did you miss to install an extension that provides a corresponding task provider?", - "Error: the task configuration '{0}' is missing the required property 'type'. The task configuration will be ignored.", - "Error: the task configuration '{0}' is using an unknown type. The task configuration will be ignored.", - "Error: tasks is not declared as a custom task. The configuration will be ignored.\n{0}\n", - "Error: a task must provide a label property. The task will be ignored.\n{0}\n", - "Warning: {0} tasks are unavailable in the current environment.\n", - "Error: the task '{0}' neither specifies a command nor a dependsOn property. The task will be ignored. Its definition is:\n{1}", - "Error: the task '{0}' doesn't define a command. The task will be ignored. Its definition is:\n{1}", - "Task version 2.0.0 doesn't support global OS specific tasks. Convert them to a task with a OS specific command. Affected tasks are:\n{0}" + "vs/workbench/services/workingCopy/common/storedFileWorkingCopyManager": [ + "join.fileWorkingCopyManager" ], - "vs/workbench/contrib/tasks/node/processRunnerDetector": [ - "Running gulp --tasks-simple didn't list any tasks. Did you run npm install?", - "Running jake --tasks didn't list any tasks. Did you run npm install?", - "Gulp is not installed on your system. Run npm install -g gulp to install it.", - "Jake is not installed on your system. Run npm install -g jake to install it.", - "Grunt is not installed on your system. Run npm install -g grunt to install it.", - "Program {0} was not found. Message is {1}", - "Build task named '{0}' detected.", - "Test task named '{0}' detected." - ], - "vs/workbench/contrib/tasks/node/processTaskSystem": [ - "The task system is configured for version 0.1.0 (see tasks.json file), which can only execute custom tasks. Upgrade to version 2.0.0 to run the task: {0}", - "A unknown error has occurred while executing a task. See task output log for details.", - "\nWatching build tasks has finished.", - "Failed to launch external program {0} {1}.", - "\nThe task '{0}' was terminated per user request.", - "Problem matcher {0} can't be resolved. The matcher will be ignored" + "vs/base/browser/ui/selectBox/selectBoxCustom": [ + { + "key": "selectBox", + "comment": [ + "Behave like native select dropdown element." + ] + } ], - "vs/workbench/contrib/tasks/browser/abstractTaskService": [ - "Configure Task", - "Tasks", - "Changing the task execution engine with an active task running requires to reload the Window", - "Reload Window", - "Select the build task (there is no default build task defined)", - "There are task errors. See the output for details.", - "Show output", - "The folder {0} is ignored since it uses task version 0.1.0", - "Warning: {0} tasks are unavailable in the current environment.\n", - "No build task defined. Mark a task with 'isBuildCommand' in the tasks.json file.", - "No build task defined. Mark a task with as a 'build' group in the tasks.json file.", - "No test task defined. Mark a task with 'isTestCommand' in the tasks.json file.", - "No test task defined. Mark a task with as a 'test' group in the tasks.json file.", - "Task to execute is undefined", - "associate", - "Continue without scanning the task output", - "Never scan the task output for this task", - "Never scan the task output for {0} tasks", - "Learn more about scanning the task output", - "Select for which kind of errors and warnings to scan the task output", - "The current task configuration has errors. Please fix the errors first before customizing a task.", - "\t// See https://go.microsoft.com/fwlink/?LinkId=733558 \n\t// for the documentation about the tasks.json format", - "There are many build tasks defined in the tasks.json. Executing the first one.\n", - "Save all editors?", - "Save", - "Don't save", - "Do you want to save all editors before running the task?", - "The task '{0}' is already active.", - "Terminate Task", - "Restart Task", - "There is already a task running. Terminate it first before executing another task.", - "Failed to terminate and restart task {0}", - "The task provider for \"{0}\" tasks unexpectedly provided a task of type \"{1}\".\n", - "Warning: {0} tasks are unavailable in the current environment.\n", - "Error: The {0} task detection didn't contribute a task for the following configuration:\n{1}\nThe task will be ignored.\n", - "Error: the provided task configuration has validation errors and can't not be used. Please correct the errors first.", - "Error: The content of the tasks json in {0} has syntax errors. Please correct them before executing a task.\n", - "workspace file", - "Only tasks version 2.0.0 permitted in workspace configuration files.", - "user settings", - "Only tasks version 2.0.0 permitted in user settings.", - "Error: the provided task configuration has validation errors and can't not be used. Please correct the errors first.", - "Ignoring task configurations for workspace folder {0}. Multi folder workspace task support requires that all folders use task version 2.0.0\n", - "Error: The content of the tasks.json file has syntax errors. Please correct them before executing a task.\n", - "Terminate Task", - "An error has occurred while running a task. See task log for details.", - "Configure Task", - "recently used tasks", - "configured tasks", - "detected tasks", - "The following workspace folders are ignored since they use task version 0.1.0: {0}", - "Don't Show Again", - "Select the task to run", - "$(plus) Configure a Task", - "$(plus) Configure a Task", - "Fetching build tasks...", - "Select the build task to run", - "No build task to run found. Configure Build Task...", - "Fetching test tasks...", - "Select the test task to run", - "No test task to run found. Configure Tasks...", - "Select a task to terminate", - "No task is currently running", - "All Running Tasks", - "The launched process doesn't exist anymore. If the task spawned background tasks exiting VS Code might result in orphaned processes.", - "Failed to terminate running task", - "Select the task to restart", - "No task to restart", - "Select a Task Template", - "User Settings", - "Create tasks.json file from template", - "Open tasks.json file", - "Select a task to configure", - "{0} is already marked as the default build task", - "Select the task to be used as the default build task", - "{0} is already marked as the default test task.", - "Select the task to be used as the default test task", - "Select the task to show its output", - "No task is running" + "vs/workbench/contrib/debug/browser/rawDebugSession": [ + "noDebugAdapterStart", + "canNotStart", + "continue", + "cancel", + "noDebugAdapter", + "moreInfo" + ], + "vs/workbench/contrib/debug/common/debugSchemas": [ + "vscode.extension.contributes.debuggers", + "vscode.extension.contributes.debuggers.type", + "vscode.extension.contributes.debuggers.label", + "vscode.extension.contributes.debuggers.program", + "vscode.extension.contributes.debuggers.args", + "vscode.extension.contributes.debuggers.runtime", + "vscode.extension.contributes.debuggers.runtimeArgs", + "vscode.extension.contributes.debuggers.variables", + "vscode.extension.contributes.debuggers.initialConfigurations", + "vscode.extension.contributes.debuggers.languages", + "vscode.extension.contributes.debuggers.configurationSnippets", + "vscode.extension.contributes.debuggers.configurationAttributes", + "vscode.extension.contributes.debuggers.when", + "vscode.extension.contributes.debuggers.windows", + "vscode.extension.contributes.debuggers.windows.runtime", + "vscode.extension.contributes.debuggers.osx", + "vscode.extension.contributes.debuggers.osx.runtime", + "vscode.extension.contributes.debuggers.linux", + "vscode.extension.contributes.debuggers.linux.runtime", + "vscode.extension.contributes.breakpoints", + "vscode.extension.contributes.breakpoints.language", + "vscode.extension.contributes.breakpoints.when", + "presentation", + "presentation.hidden", + "presentation.group", + "presentation.order", + "app.launch.json.title", + "app.launch.json.version", + "app.launch.json.configurations", + "app.launch.json.compounds", + "app.launch.json.compound.name", + "useUniqueNames", + "app.launch.json.compound.name", + "app.launch.json.compound.folder", + "app.launch.json.compounds.configurations", + "app.launch.json.compound.stopAll", + "compoundPrelaunchTask" + ], + "vs/workbench/contrib/debug/common/debugger": [ + "cannot.find.da", + "launch.config.comment1", + "launch.config.comment2", + "launch.config.comment3", + "debugType", + "debugTypeNotRecognised", + "node2NotSupported", + "debugRequest", + "debugWindowsConfiguration", + "debugOSXConfiguration", + "debugLinuxConfiguration" + ], + "vs/workbench/contrib/customEditor/common/extensionPoint": [ + "contributes.customEditors", + "contributes.viewType", + "contributes.displayName", + "contributes.selector", + "contributes.selector.filenamePattern", + "contributes.priority", + "contributes.priority.default", + "contributes.priority.option" + ], + "vs/workbench/contrib/terminal/browser/terminalDecorationsProvider": [ + "label" + ], + "vs/workbench/contrib/terminal/browser/terminalProcessManager": [ + "ptyHostRelaunch" + ], + "vs/workbench/contrib/codeEditor/browser/find/simpleFindWidget": [ + "label.find", + "placeholder.find", + "label.previousMatchButton", + "label.nextMatchButton", + "label.closeButton" + ], + "vs/workbench/contrib/terminal/browser/links/terminalLinkQuickpick": [ + "terminal.integrated.openDetectedLink", + "terminal.integrated.urlLinks", + "terminal.integrated.localFileLinks", + "terminal.integrated.searchLinks" + ], + "vs/workbench/contrib/terminal/browser/links/terminalLinkManager": [ + "terminalLinkHandler.followLinkAlt.mac", + "terminalLinkHandler.followLinkAlt", + "terminalLinkHandler.followLinkCmd", + "terminalLinkHandler.followLinkCtrl", + "followLink", + "followForwardedLink", + "followLinkUrl" ], - "vs/workbench/contrib/tasks/common/taskService": [ - "Whether CustomExecution tasks are supported. Consider using in the when clause of a 'taskDefinition' contribution.", - "Whether ShellExecution tasks are supported. Consider using in the when clause of a 'taskDefinition' contribution.", - "Whether ProcessExecution tasks are supported. Consider using in the when clause of a 'taskDefinition' contribution." + "vs/workbench/contrib/terminal/browser/xterm/xtermTerminal": [ + "yes", + "no", + "dontShowAgain", + "terminal.slowRendering" ], - "vs/workbench/contrib/tasks/browser/terminalTaskSystem": [ - "A unknown error has occurred while executing a task. See task output log for details.", - "There is a dependency cycle. See task \"{0}\".", - "Couldn't resolve dependent task '{0}' in workspace folder '{1}'", - "Task {0} is a background task but uses a problem matcher without a background pattern", - "Task - {0}", - "Press any key to close the terminal.", - "Terminal will be reused by tasks, press any key to close it.", - "Can't execute a shell command on an UNC drive using cmd.exe.", - "Problem matcher {0} can't be resolved. The matcher will be ignored" + "vs/workbench/contrib/welcomeGettingStarted/common/media/theme_picker": [ + "light", + "dark", + "HighContrast", + "HighContrastLight", + "seeMore" ], - "vs/platform/markers/common/markers": [ - "Error", - "Warning", - "Info" + "vs/workbench/contrib/welcomeGettingStarted/common/media/notebookProfile": [ + "default", + "jupyter", + "colab" ], - "vs/workbench/common/views": [ - "Default view icon.", - "A view with id '{0}' is already registered", - "The identifier of the view that has keyboard focus" + "vs/workbench/contrib/userDataSync/browser/userDataSyncMergesView": [ + "explanation", + "turn on sync", + "cancel", + "workbench.actions.sync.acceptRemote", + "workbench.actions.sync.acceptLocal", + "workbench.actions.sync.merge", + "workbench.actions.sync.discard", + { + "key": "workbench.actions.sync.showChanges", + "comment": [ + "This is an action title to show the changes between local and remote version of resources" + ] + }, + "conflicts detected", + "resolve", + "turning on", + "preview", + { + "key": "leftResourceName", + "comment": [ + "remote as in file in cloud" + ] + }, + "merges", + { + "key": "rightResourceName", + "comment": [ + "local as in file in disk" + ] + }, + "sideBySideLabels", + "sideBySideDescription", + "label", + "conflict", + "accepted", + "accept remote", + "accept local", + "accept merges" ], - "vs/workbench/services/preferences/common/preferences": [ - "User Settings", - "Workspace Settings" + "vs/platform/languagePacks/common/localizedStrings": [ + "open", + "close", + "find" ], - "vs/platform/workspace/common/workspaceTrust": [ - "Trusted", - "Untrusted", - "Unknown" + "vs/workbench/browser/parts/notifications/notificationsViewer": [ + "executeCommand", + "notificationActions", + "notificationSource" ], - "vs/workbench/api/common/extHostExtensionService": [ - "Cannot load test runner.", - "Path {0} does not point to a valid extension test runner." + "vs/editor/contrib/codeAction/browser/lightBulbWidget": [ + "preferredcodeActionWithKb", + "codeActionWithKb", + "codeAction" ], - "vs/workbench/api/common/extHostTerminalService": [ - "Could not find the terminal with id {0} on the extension host" + "vs/editor/contrib/gotoSymbol/browser/peek/referencesTree": [ + "referencesCount", + "referenceCount", + "treeAriaLabel" ], - "vs/workbench/api/common/extHostWorkspace": [ - "Extension '{0}' failed to update workspace folders: {1}" + "vs/workbench/browser/parts/editor/breadcrumbsPicker": [ + "breadcrumbs" ], - "vs/base/node/processes": [ - "Can't execute a shell command on a UNC drive." + "vs/workbench/contrib/notebook/browser/diff/diffElementOutputs": [ + "mimeTypePicker", + "empty", + "noRenderer.2", + "curruentActiveMimeType", + "promptChooseMimeTypeInSecure.placeHolder", + "promptChooseMimeType.placeHolder", + "builtinRenderInfo" ], - "vs/platform/terminal/node/terminalProcess": [ - "Starting directory (cwd) \"{0}\" is not a directory", - "Starting directory (cwd) \"{0}\" does not exist", - "Path to shell executable \"{0}\" is not a file of a symlink", - "Path to shell executable \"{0}\" does not exist" + "vs/workbench/contrib/notebook/browser/view/cellParts/cellEditorOptions": [ + "notebook.lineNumbers", + "notebook.toggleLineNumbers", + "notebook.showLineNumbers", + "notebook.cell.toggleLineNumbers.title" ], - "vs/platform/windows/electron-main/windowsMainService": [ - "OK", - "Path does not exist", - "URI can not be opened", - "The path '{0}' does not seem to exist anymore on disk.", - "The URI '{0}' is not valid and can not be opened." + "vs/workbench/contrib/notebook/browser/view/cellParts/collapsedCellOutput": [ + "cellOutputsCollapsedMsg", + "cellExpandOutputButtonLabelWithDoubleClick", + "cellExpandOutputButtonLabel" ], - "vs/platform/workspaces/common/workspaces": [ - "Code Workspace" + "vs/workbench/browser/parts/editor/breadcrumbs": [ + "title", + "enabled", + "filepath", + "filepath.on", + "filepath.off", + "filepath.last", + "symbolpath", + "symbolpath.on", + "symbolpath.off", + "symbolpath.last", + "symbolSortOrder", + "symbolSortOrder.position", + "symbolSortOrder.name", + "symbolSortOrder.type", + "icons", + "filteredTypes.file", + "filteredTypes.module", + "filteredTypes.namespace", + "filteredTypes.package", + "filteredTypes.class", + "filteredTypes.method", + "filteredTypes.property", + "filteredTypes.field", + "filteredTypes.constructor", + "filteredTypes.enum", + "filteredTypes.interface", + "filteredTypes.function", + "filteredTypes.variable", + "filteredTypes.constant", + "filteredTypes.string", + "filteredTypes.number", + "filteredTypes.boolean", + "filteredTypes.array", + "filteredTypes.object", + "filteredTypes.key", + "filteredTypes.null", + "filteredTypes.enumMember", + "filteredTypes.struct", + "filteredTypes.event", + "filteredTypes.operator", + "filteredTypes.typeParameter" ], - "vs/platform/issue/electron-main/issueMainService": [ - "Local", - "There is too much data to send to GitHub directly. The data will be copied to the clipboard, please paste it into the GitHub issue page that is opened.", - "OK", - "Cancel", - "Your input will not be saved. Are you sure you want to close this window?", - "Yes", - "Cancel", - "Issue Reporter", - "Process Explorer" + "vs/workbench/contrib/notebook/browser/view/cellParts/codeCell": [ + "cellExpandInputButtonLabelWithDoubleClick", + "cellExpandInputButtonLabel" ], - "vs/platform/workspaces/electron-main/workspacesHistoryMainService": [ - "New Window", - "Opens a new window", - "Recent Folders & Workspaces", - "Recent Folders", - "Untitled (Workspace)", - "{0} (Workspace)" + "vs/workbench/contrib/notebook/browser/view/cellParts/codeCellRunToolbar": [ + "notebook.moreRunActionsLabel" ], - "vs/platform/workspaces/electron-main/workspacesManagementMainService": [ - "OK", - "Unable to save workspace '{0}'", - "The workspace is already opened in another window. Please close that window first and then try again." + "vs/workbench/contrib/notebook/browser/view/cellParts/foldedCellHint": [ + "hiddenCellsLabel", + "hiddenCellsLabelPlural" ], - "vs/platform/dialogs/electron-main/dialogMainService": [ + "vs/workbench/contrib/notebook/browser/view/cellParts/markdownCell": [ + "cellExpandInputButtonLabelWithDoubleClick", + "cellExpandInputButtonLabel" + ], + "vs/workbench/contrib/comments/browser/commentThreadHeader": [ + "collapseIcon", + "label.collapse", + "startThread" + ], + "vs/workbench/contrib/comments/browser/commentThreadBody": [ + "commentThreadAria.withRange", + "commentThreadAria" + ], + "vs/workbench/contrib/terminal/browser/environmentVariableInfo": [ + "extensionEnvironmentContributionChanges", + "extensionEnvironmentContributionRemoval", + "relaunchTerminalLabel", + "extensionEnvironmentContributionInfo" + ], + "vs/workbench/contrib/terminal/browser/links/terminalLinkDetectorAdapter": [ + "searchWorkspace", + "openFile", + "focusFolder", + "openFolder", + "followLink" + ], + "vs/workbench/contrib/terminal/browser/xterm/decorationAddon": [ + "terminalPromptContextMenu", + "terminalPromptCommandFailed", + "terminalPromptCommandFailedWithExitCode", + "terminalPromptCommandSuccess", + "terminal.copyOutput", + "terminal.copyOutputAsHtml", + "terminal.rerunCommand", + "terminal.howDoesThisWork" + ], + "vs/workbench/contrib/notebook/browser/view/cellParts/codeCellExecutionIcon": [ + "notebook.cell.status.success", + "notebook.cell.status.failed", + "notebook.cell.status.pending", + "notebook.cell.status.executing" + ], + "vs/workbench/contrib/terminal/browser/links/terminalLink": [ + "openFile", + "focusFolder", + "openFolder" + ], + "vs/workbench/contrib/notebook/browser/view/cellParts/cellOutput": [ + "empty", + "noRenderer.2", + "pickMimeType", + "curruentActiveMimeType", + "installJupyterPrompt", + "promptChooseMimeTypeInSecure.placeHolder", + "promptChooseMimeType.placeHolder", + "unavailableRenderInfo" + ], + "vs/workbench/contrib/comments/browser/commentNode": [ + "commentToggleReaction", + "commentToggleReactionError", + "commentToggleReactionDefaultError", + "commentDeleteReactionError", + "commentDeleteReactionDefaultError", + "commentAddReactionError", + "commentAddReactionDefaultError" + ], + "vs/workbench/contrib/comments/browser/reactionsAction": [ + "pickReactions" + ] + }, + "messages": { + "vs/code/electron-main/main": [ + "A second instance of {0} is already running as administrator.", + "Please close the other instance and try again.", + "Another instance of {0} is running but not responding", + "Please close all other instances and try again.", + "Unable to write program user data.", + "{0}\n\nPlease make sure the following directories are writeable:\n\n{1}", + "&&Close" + ], + "vs/code/electron-sandbox/issue/issueReporterMain": [ + "hide", + "show", + "Create on GitHub", + "Preview on GitHub", + "Loading data...", + "GitHub query limit exceeded. Please wait.", + "Similar issues", "Open", - "Open Folder", - "Open File", - "Open Workspace", - "&&Open" + "Closed", + "Open", + "Closed", + "No similar issues found", + "Bug Report", + "Feature Request", + "Performance Issue", + "Select source", + "Visual Studio Code", + "An extension", + "Extensions marketplace", + "Don't know", + "Steps to Reproduce", + "Share the steps needed to reliably reproduce the problem. Please include actual and expected results. We support GitHub-flavored Markdown. You will be able to edit your issue and add screenshots when we preview it on GitHub.", + "Steps to Reproduce", + "When did this performance issue happen? Does it occur on startup or after a specific series of actions? We support GitHub-flavored Markdown. You will be able to edit your issue and add screenshots when we preview it on GitHub.", + "Description", + "Please describe the feature you would like to see. We support GitHub-flavored Markdown. You will be able to edit your issue and add screenshots when we preview it on GitHub.", + "We have written the needed data into your clipboard because it was too large to send. Please paste.", + "Extensions are disabled", + "No current experiments." ], - "vs/platform/files/common/io": [ - "To open a file of this size, you need to restart and allow it to use more memory", - "File is too large to open" + "vs/code/electron-sandbox/processExplorer/processExplorerMain": [ + "Process Name", + "CPU (%)", + "PID", + "Memory (MB)", + "Kill Process", + "Force Kill Process", + "Copy", + "Copy All", + "Debug" ], - "vs/base/node/zip": [ - "Error extracting {0}. Invalid file.", - "Incomplete. Found {0} of {1} entries", - "{0} not found inside zip." + "vs/platform/terminal/node/ptyService": [ + "Session contents restored from {0} at {1}" ], - "vs/platform/extensions/common/extensionValidator": [ - "Could not parse `engines.vscode` value {0}. Please use, for example: ^1.22.0, ^1.22.x, etc.", - "Version specified in `engines.vscode` ({0}) is not specific enough. For vscode versions before 1.0.0, please define at a minimum the major and minor desired version. E.g. ^0.10.0, 0.10.x, 0.11.0, etc.", - "Version specified in `engines.vscode` ({0}) is not specific enough. For vscode versions after 1.0.0, please define at a minimum the major desired version. E.g. ^1.10.0, 1.10.x, 1.x.x, 2.x.x, etc.", - "Extension is not compatible with Code {0}. Extension requires: {1}." + "vs/base/common/errorMessage": [ + "{0}: {1}", + "A system error occurred ({0})", + "An unknown error occurred. Please consult the log for more details.", + "An unknown error occurred. Please consult the log for more details.", + "{0} ({1} errors in total)", + "An unknown error occurred. Please consult the log for more details." ], - "vs/platform/extensionManagement/node/extensionManagementUtil": [ - "VSIX invalid: package.json is not a JSON file." + "vs/code/electron-main/app": [ + "&&Yes", + "&&No", + "An external application wants to open '{0}' in {1}. Do you want to open this file or folder?", + "If you did not initiate this request, it may represent an attempted attack on your system. Unless you took an explicit action to initiate this request, you should press 'No'", + "Successfully created trace.", + "Please create an issue and manually attach the following file:\n{0}", + "&&OK" ], - "vs/platform/extensionManagement/node/extensionsScanner": [ - "Unable to delete the existing folder '{0}' while installing the extension '{1}'. Please delete the folder manually and try again", - "Cannot read the extension from {0}", - "Cannot read the extension from {0}", - "Unknown error while renaming {0} to {1}", - "Extension invalid: package.json is not a JSON file." + "vs/platform/environment/node/argvHelper": [ + "Warning: '{0}' is not in the list of known options, but still passed to Electron/Chromium.", + "Option '{0}' is defined more than once. Using value '{1}'.", + "Option '{0}' requires a non empty value. Ignoring the option.", + "Option '{0}' is deprecated: {1}", + "Arguments in `--goto` mode should be in the format of `FILE(:LINE(:CHARACTER))`." ], - "vs/base/common/actions": [ - "(empty)" + "vs/platform/files/common/files": [ + "Unknown Error", + "{0}B", + "{0}KB", + "{0}MB", + "{0}GB", + "{0}TB" ], - "vs/platform/userDataSync/common/keybindingsSync": [ - "Unable to sync keybindings because the content in the file is not valid. Please open the file and correct it.", - "Unable to sync keybindings because the content in the file is not valid. Please open the file and correct it." + "vs/platform/files/common/fileService": [ + "Unable to resolve filesystem provider with relative file path '{0}'", + "No file system provider found for resource '{0}'", + "Unable to resolve nonexistent file '{0}'", + "Unable to create file '{0}' that already exists when overwrite flag is not set", + "Unable to write file '{0}' ({1})", + "Unable to unlock file '{0}' because provider does not support it.", + "Unable to write file '{0}' that is actually a directory", + "File Modified Since", + "Unable to read file '{0}' ({1})", + "Unable to read file '{0}' ({1})", + "Unable to read file '{0}' ({1})", + "Unable to read file '{0}' that is actually a directory", + "File not modified since", + "Unable to read file '{0}' that is too large to open", + "Unable to copy when source '{0}' is same as target '{1}' with different path case on a case insensitive file system", + "Unable to move/copy when source '{0}' is parent of target '{1}'.", + "Unable to move/copy '{0}' because target '{1}' already exists at destination.", + "Unable to move/copy '{0}' into '{1}' since a file would replace the folder it is contained in.", + "Unable to create folder '{0}' that already exists but is not a directory", + "Unable to delete file '{0}' via trash because provider does not support it.", + "Unable to delete nonexistent file '{0}'", + "Unable to delete non-empty folder '{0}'.", + "Unable to modify readonly file '{0}'", + "Unable to modify readonly file '{0}'" ], - "vs/platform/userDataSync/common/settingsSync": [ - "Unable to sync settings as there are errors/warning in settings file." + "vs/platform/files/node/diskFileSystemProvider": [ + "File already exists", + "File does not exist", + "Unable to move '{0}' into '{1}' ({2}).", + "Unable to copy '{0}' into '{1}' ({2}).", + "'File cannot be copied to same path with different path case", + "File at target already exists" ], - "vs/base/common/date": [ - "in {0}", - "now", - "{0} sec ago", - "{0} secs ago", - "{0} sec", - "{0} secs", - "{0} min ago", - "{0} mins ago", - "{0} min", - "{0} mins", - "{0} hr ago", - "{0} hrs ago", - "{0} hr", - "{0} hrs", - "{0} day ago", - "{0} days ago", - "{0} day", - "{0} days", - "{0} wk ago", - "{0} wks ago", - "{0} wk", - "{0} wks", - "{0} mo ago", - "{0} mos ago", - "{0} mo", - "{0} mos", - "{0} yr ago", - "{0} yrs ago", - "{0} yr", - "{0} yrs" + "vs/platform/request/common/request": [ + "HTTP", + "The proxy setting to use. If not set, will be inherited from the `http_proxy` and `https_proxy` environment variables.", + "Controls whether the proxy server certificate should be verified against the list of supplied CAs.", + "The value to send as the `Proxy-Authorization` header for every network request.", + "Disable proxy support for extensions.", + "Enable proxy support for extensions.", + "Enable proxy support for extensions, fall back to request options, when no proxy found.", + "Enable proxy support for extensions, override request options.", + "Use the proxy support for extensions.", + "Controls whether CA certificates should be loaded from the OS. (On Windows and macOS, a reload of the window is required after turning this off.)" ], - "vs/base/browser/ui/tree/abstractTree": [ - "Clear", - "Disable Filter on Type", - "Enable Filter on Type", - "No elements found", - "Matched {0} out of {1} elements" + "vs/platform/update/common/update.config.contribution": [ + "Update", + "Configure whether you receive automatic updates. Requires a restart after change. The updates are fetched from a Microsoft online service.", + "Disable updates.", + "Disable automatic background update checks. Updates will be available if you manually check for updates.", + "Check for updates only on startup. Disable automatic background update checks.", + "Enable automatic update checks. Code will check for updates automatically and periodically.", + "Configure whether you receive automatic updates. Requires a restart after change. The updates are fetched from a Microsoft online service.", + "This setting is deprecated, please use '{0}' instead.", + "Enable Background Updates on Windows", + "Enable to download and install new VS Code versions in the background on Windows.", + "Show Release Notes after an update. The Release Notes are fetched from a Microsoft online service." ], - "vs/platform/list/browser/listService": [ - "Workbench", + "vs/editor/common/config/editorOptions": [ + "The editor will use platform APIs to detect when a Screen Reader is attached.", + "The editor will be permanently optimized for usage with a Screen Reader. Word wrapping will be disabled.", + "The editor will never be optimized for usage with a Screen Reader.", + "Controls whether the editor should run in a mode where it is optimized for screen readers. Setting to on will disable word wrapping.", + "Controls whether a space character is inserted when commenting.", + "Controls if empty lines should be ignored with toggle, add or remove actions for line comments.", + "Controls whether copying without a selection copies the current line.", + "Controls whether the cursor should jump to find matches while typing.", + "Never seed search string from the editor selection.", + "Always seed search string from the editor selection, including word at cursor position.", + "Only seed search string from the editor selection.", + "Controls whether the search string in the Find Widget is seeded from the editor selection.", + "Never turn on Find in Selection automatically (default).", + "Always turn on Find in Selection automatically.", + "Turn on Find in Selection automatically when multiple lines of content are selected.", + "Controls the condition for turning on Find in Selection automatically.", + "Controls whether the Find Widget should read or modify the shared find clipboard on macOS.", + "Controls whether the Find Widget should add extra lines on top of the editor. When true, you can scroll beyond the first line when the Find Widget is visible.", + "Controls whether the search automatically restarts from the beginning (or the end) when no further matches can be found.", + "Enables/Disables font ligatures ('calt' and 'liga' font features). Change this to a string for fine-grained control of the 'font-feature-settings' CSS property.", + "Explicit 'font-feature-settings' CSS property. A boolean can be passed instead if one only needs to turn on/off ligatures.", + "Configures font ligatures or font features. Can be either a boolean to enable/disable ligatures or a string for the value of the CSS 'font-feature-settings' property.", + "Controls the font size in pixels.", + "Only \"normal\" and \"bold\" keywords or numbers between 1 and 1000 are allowed.", + "Controls the font weight. Accepts \"normal\" and \"bold\" keywords or numbers between 1 and 1000.", + "Show peek view of the results (default)", + "Go to the primary result and show a peek view", + "Go to the primary result and enable peek-less navigation to others", + "This setting is deprecated, please use separate settings like 'editor.editor.gotoLocation.multipleDefinitions' or 'editor.editor.gotoLocation.multipleImplementations' instead.", + "Controls the behavior the 'Go to Definition'-command when multiple target locations exist.", + "Controls the behavior the 'Go to Type Definition'-command when multiple target locations exist.", + "Controls the behavior the 'Go to Declaration'-command when multiple target locations exist.", + "Controls the behavior the 'Go to Implementations'-command when multiple target locations exist.", + "Controls the behavior the 'Go to References'-command when multiple target locations exist.", + "Alternative command id that is being executed when the result of 'Go to Definition' is the current location.", + "Alternative command id that is being executed when the result of 'Go to Type Definition' is the current location.", + "Alternative command id that is being executed when the result of 'Go to Declaration' is the current location.", + "Alternative command id that is being executed when the result of 'Go to Implementation' is the current location.", + "Alternative command id that is being executed when the result of 'Go to Reference' is the current location.", + "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.", + "Prefer showing hovers above the line, if there's space.", + "Enables the code action lightbulb in the editor.", + "Enables the inlay hints in the editor.", + "Inlay hints are enabled", + "Inlay hints are showing by default and hide when holding `Ctrl+Alt`", + "Inlay hints are hidden by default and show when holding `Ctrl+Alt`", + "Inlay hints are disabled", + "Controls font size of inlay hints in the editor. As default the `#editor.fontSize#` is used when the configured value is less than `5` or greater than the editor font size.", + "Controls font family of inlay hints in the editor. When set to empty, the `#editor.fontFamily#` is used.", + "Enables the padding around the inlay hints in the editor.", + "Controls the line height. \n - Use 0 to automatically compute the line height from the font size.\n - Values between 0 and 8 will be used as a multiplier with the font size.\n - Values greater than or equal to 8 will be used as effective values.", + "Controls whether the minimap is shown.", + "The minimap has the same size as the editor contents (and might scroll).", + "The minimap will stretch or shrink as necessary to fill the height of the editor (no scrolling).", + "The minimap will shrink as necessary to never be larger than the editor (no scrolling).", + "Controls the size of the minimap.", + "Controls the side where to render the minimap.", + "Controls when the minimap slider is shown.", + "Scale of content drawn in the minimap: 1, 2 or 3.", + "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 the amount of space between the top edge of the editor and the first line.", + "Controls the amount of space between the bottom edge of the editor and the last line.", + "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.", + "Quick suggestions show inside the suggest widget", + "Quick suggestions show as ghost text", + "Quick suggestions are disabled", + "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. This can be controlled for typing in comments, strings, and other code. Quick suggestion can be configured to show as ghost text or with the suggest widget.", + "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.", + "Number of monospace characters at which this editor ruler will render.", + "Color of this editor ruler.", + "Render vertical rulers after a certain number of monospace characters. Use multiple values for multiple rulers. No rulers are drawn if array is empty.", + "The vertical scrollbar will be visible only when necessary.", + "The vertical scrollbar will always be visible.", + "The vertical scrollbar will always be hidden.", + "Controls the visibility of the vertical scrollbar.", + "The horizontal scrollbar will be visible only when necessary.", + "The horizontal scrollbar will always be visible.", + "The horizontal scrollbar will always be hidden.", + "Controls the visibility of the horizontal scrollbar.", + "The width of the vertical scrollbar.", + "The height of the horizontal scrollbar.", + "Controls whether clicks scroll by page or jump to click position.", + "Controls whether all non-basic ASCII characters are highlighted. Only characters between U+0020 and U+007E, tab, line-feed and carriage-return are considered basic ASCII.", + "Controls whether characters that just reserve space or have no width at all are highlighted.", + "Controls whether characters are highlighted that can be confused with basic ASCII characters, except those that are common in the current user locale.", + "Controls whether characters in comments should also be subject to unicode highlighting.", + "Controls whether characters in strings should also be subject to unicode highlighting.", + "Defines allowed characters that are not being highlighted.", + "Unicode characters that are common in allowed locales are not being highlighted.", + "Controls whether to automatically show inline suggestions in the editor.", + "Controls whether bracket pair colorization is enabled or not. Use `#workbench.colorCustomizations#` to override the bracket highlight colors.", + "Controls whether each bracket type has its own independent color pool.", + "Enables bracket pair guides.", + "Enables bracket pair guides only for the active bracket pair.", + "Disables bracket pair guides.", + "Controls whether bracket pair guides are enabled or not.", + "Enables horizontal guides as addition to vertical bracket pair guides.", + "Enables horizontal guides only for the active bracket pair.", + "Disables horizontal bracket pair guides.", + "Controls whether horizontal bracket pair guides are enabled or not.", + "Controls whether the editor should highlight the active bracket pair.", + "Controls whether the editor should render indent guides.", + "Highlights the active indent guide.", + "Highlights the active indent guide even if bracket guides are highlighted.", + "Do not highlight the active indent guide.", + "Controls whether the editor should highlight the active indent guide.", + "Insert suggestion without overwriting text right of the cursor.", + "Insert suggestion and overwrite text right of the cursor.", + "Controls whether words are overwritten when accepting completions. Note that this depends on extensions opting into this feature.", + "Controls whether filtering and sorting suggestions accounts for small typos.", + "Controls whether sorting favors words that appear close to the cursor.", + "Controls whether remembered suggestion selections are shared between multiple workspaces and windows (needs `#editor.suggestSelection#`).", + "Controls whether an active snippet prevents quick suggestions.", + "Controls whether to show or hide icons in suggestions.", + "Controls the visibility of the status bar at the bottom of the suggest widget.", + "Controls whether to preview the suggestion outcome in the editor.", + "Controls whether suggest details show inline with the label or only in the details widget", + "This setting is deprecated. The suggest widget can now be resized.", + "This setting is deprecated, please use separate settings like 'editor.suggest.showKeywords' or 'editor.suggest.showSnippets' instead.", + "When enabled IntelliSense shows `method`-suggestions.", + "When enabled IntelliSense shows `function`-suggestions.", + "When enabled IntelliSense shows `constructor`-suggestions.", + "When enabled IntelliSense shows `deprecated`-suggestions.", + "When enabled IntelliSense shows `field`-suggestions.", + "When enabled IntelliSense shows `variable`-suggestions.", + "When enabled IntelliSense shows `class`-suggestions.", + "When enabled IntelliSense shows `struct`-suggestions.", + "When enabled IntelliSense shows `interface`-suggestions.", + "When enabled IntelliSense shows `module`-suggestions.", + "When enabled IntelliSense shows `property`-suggestions.", + "When enabled IntelliSense shows `event`-suggestions.", + "When enabled IntelliSense shows `operator`-suggestions.", + "When enabled IntelliSense shows `unit`-suggestions.", + "When enabled IntelliSense shows `value`-suggestions.", + "When enabled IntelliSense shows `constant`-suggestions.", + "When enabled IntelliSense shows `enum`-suggestions.", + "When enabled IntelliSense shows `enumMember`-suggestions.", + "When enabled IntelliSense shows `keyword`-suggestions.", + "When enabled IntelliSense shows `text`-suggestions.", + "When enabled IntelliSense shows `color`-suggestions.", + "When enabled IntelliSense shows `file`-suggestions.", + "When enabled IntelliSense shows `reference`-suggestions.", + "When enabled IntelliSense shows `customcolor`-suggestions.", + "When enabled IntelliSense shows `folder`-suggestions.", + "When enabled IntelliSense shows `typeParameter`-suggestions.", + "When enabled IntelliSense shows `snippet`-suggestions.", + "When enabled IntelliSense shows `user`-suggestions.", + "When enabled IntelliSense shows `issues`-suggestions.", + "Whether leading and trailing whitespace should always be selected.", + "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.", + "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 the number of lines in the editor that can be read out by a screen reader at once. When we detect a screen reader we automatically set the default to be 500. Warning: this has a performance implication for numbers larger than the default.", + "Editor content", + "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.", + "Remove adjacent closing quotes or brackets only if they were automatically inserted.", + "Controls whether the editor should remove adjacent closing quotes or brackets when deleting.", + "Type over closing quotes or brackets only if they were automatically inserted.", + "Controls whether the editor should type over closing quotes or brackets.", + "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.", + "The editor will not insert indentation automatically.", + "The editor will keep the current line's indentation.", + "The editor will keep the current line's indentation and honor language defined brackets.", + "The editor will keep the current line's indentation, honor language defined brackets and invoke special onEnterRules defined by languages.", + "The editor will keep the current line's indentation, honor language defined brackets, invoke special onEnterRules defined by languages, and honor indentationRules defined by languages.", + "Controls whether the editor should automatically adjust the indentation when users type, paste, move or indent lines.", + "Use language configurations to determine when to automatically surround selections.", + "Surround with quotes but not brackets.", + "Surround with brackets but not quotes.", + "Controls whether the editor should automatically surround selections when typing quotes or brackets.", + "Emulate selection behavior of tab characters when using spaces for indentation. Selection will stick to tab stops.", + "Controls whether the editor shows CodeLens.", + "Controls the font family for CodeLens.", + "Controls the font size in pixels for CodeLens. When set to `0`, 90% of `#editor.fontSize#` is used.", + "Controls whether the editor should render the inline color decorators and color picker.", + "Enable that the selection with the mouse and keys is doing column selection.", + "Controls whether syntax highlighting should be copied into the clipboard.", + "Control the cursor animation style.", + "Controls whether the smooth caret animation should be enabled.", + "Controls the cursor style.", + "Controls the minimal number of visible leading and trailing lines surrounding the cursor. Known as 'scrollOff' or 'scrollOffset' in some other editors.", + "`cursorSurroundingLines` is enforced only when triggered via the keyboard or API.", + "`cursorSurroundingLines` is enforced always.", + "Controls when `cursorSurroundingLines` should be enforced.", + "Controls the width of the cursor when `#editor.cursorStyle#` is set to `line`.", + "Controls whether the editor should allow moving selections via drag and drop.", + "Scrolling speed multiplier when pressing `Alt`.", + "Controls whether the editor has code folding enabled.", + "Use a language-specific folding strategy if available, else the indentation-based one.", + "Use the indentation-based folding strategy.", + "Controls the strategy for computing folding ranges.", + "Controls whether the editor should highlight folded ranges.", + "Controls whether the editor automatically collapses import ranges.", + "The maximum number of foldable regions. Increasing this value may result in the editor becoming less responsive when the current source has a large number of foldable regions.", + "Controls whether clicking on the empty content after a folded line will unfold the line.", + "Controls the font family.", + "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 format the line after typing.", + "Controls whether the editor should render the vertical glyph margin. Glyph margin is mostly used for debugging.", + "Controls whether the cursor should be hidden in the overview ruler.", + "Controls the letter spacing in pixels.", + "Controls whether the editor has linked editing enabled. Depending on the language, related symbols, e.g. HTML tags, are updated while editing.", + "Controls whether the editor should detect links and make them clickable.", + "Highlight matching brackets.", + "A multiplier to be used on the `deltaX` and `deltaY` of mouse wheel scroll events.", + "Zoom the font of the editor when using mouse wheel and holding `Ctrl`.", + "Merge multiple cursors when they are overlapping.", "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 an item in trees and lists to a multi-selection with the mouse (for example in the explorer, open editors and scm view). The 'Open to Side' mouse gestures - if supported - will adapt such that they do not conflict with the multiselect modifier.", - "Controls how to open items in trees and lists using the mouse (if supported). Note that some trees and lists might choose to ignore this setting if it is not applicable.", - "Controls whether lists and trees support horizontal scrolling in the workbench. Warning: turning on this setting has a performance implication.", - "Controls tree indentation in pixels.", - "Controls whether the tree should render indent guides.", - "Controls whether lists and trees have smooth scrolling.", - "Simple keyboard navigation focuses elements which match the keyboard input. Matching is done only on prefixes.", - "Highlight keyboard navigation highlights elements which match the keyboard input. Further up and down navigation will traverse only the highlighted elements.", - "Filter keyboard navigation will filter out and hide all the elements which do not match the keyboard input.", - "Controls the keyboard navigation style for lists and trees in the workbench. Can be simple, highlight and filter.", - "Controls whether keyboard navigation in lists and trees is automatically triggered simply by typing. If set to `false`, keyboard navigation is only triggered when executing the `list.toggleKeyboardNavigation` command, for which you can assign a keyboard shortcut.", - "Controls how tree folders are expanded when clicking the folder names. Note that some trees and lists might choose to ignore this setting if it is not applicable." - ], - "vs/platform/contextkey/browser/contextKeyService": [ - "A command that returns information about context keys" + "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).", + "Each cursor pastes a single line of the text.", + "Each cursor pastes the full text.", + "Controls pasting when the line count of the pasted text matches the cursor count.", + "Controls whether the editor should highlight semantic symbol occurrences.", + "Controls whether a border should be drawn around the overview ruler.", + "Focus the tree when opening peek", + "Focus the editor when opening peek", + "Controls whether to focus the inline editor or the tree in the peek widget.", + "Controls whether the Go to Definition mouse gesture always opens the peek widget.", + "Controls the delay in milliseconds after which quick suggestions will show up.", + "Controls whether the editor auto renames on type.", + "Deprecated, use `editor.linkedEditing` instead.", + "Controls whether the editor should render control characters.", + "Render last line number when the file ends with a newline.", + "Highlights both the gutter and the current line.", + "Controls how the editor should render the current line highlight.", + "Controls if the editor should render the current line highlight only when the editor is focused.", + "Render whitespace characters except for single spaces between words.", + "Render whitespace characters only on selected text.", + "Render only trailing whitespace characters.", + "Controls how the editor should render whitespace characters.", + "Controls whether selections should have rounded corners.", + "Controls the number of extra characters beyond which the editor will scroll horizontally.", + "Controls whether the editor will scroll beyond the last line.", + "Scroll only along the predominant axis when scrolling both vertically and horizontally at the same time. Prevents horizontal drift when scrolling vertically on a trackpad.", + "Controls whether the Linux primary clipboard should be supported.", + "Controls whether the editor should highlight matches similar to the selection.", + "Always show the folding controls.", + "Only show the folding controls when the mouse is over the gutter.", + "Controls when the folding controls on the gutter are shown.", + "Controls fading out of unused code.", + "Controls strikethrough deprecated variables.", + "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 the editor will scroll using an animation.", + "Font size for the suggest widget. When set to `0`, the value of `#editor.fontSize#` is used.", + "Line height for the suggest widget. When set to `0`, the value of `#editor.lineHeight#` is used. The minimum value is 8.", + "Controls whether suggestions should automatically show up when typing trigger characters.", + "Always select the first suggestion.", + "Select recent suggestions unless further typing selects one, e.g. `console.| -> console.log` because `log` has been completed recently.", + "Select suggestions based on previous prefixes that have completed those suggestions, e.g. `co -> console` and `con -> const`.", + "Controls how suggestions are pre-selected when showing the suggest list.", + "Tab complete will insert the best matching suggestion when pressing tab.", + "Disable tab completions.", + "Tab complete snippets when their prefix match. Works best when 'quickSuggestions' aren't enabled.", + "Enables tab completions.", + "Unusual line terminators are automatically removed.", + "Unusual line terminators are ignored.", + "Unusual line terminators prompt to be removed.", + "Remove unusual line terminators that might cause problems.", + "Inserting and deleting whitespace follows tab stops.", + "Characters that will be used as word separators when doing word related navigations or operations.", + "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.", + "Assumes that all characters are of the same width. This is a fast algorithm that works correctly for monospace fonts and certain scripts (like Latin characters) where glyphs are of equal width.", + "Delegates wrapping points computation to the browser. This is a slow algorithm, that might cause freezes for large files, but it works correctly in all cases.", + "Controls the algorithm that computes wrapping points." ], - "vs/workbench/browser/workbench.contribution": [ - "The default size.", - "Increases the size, so it can be grabbed more easily with the mouse.", - "Controls the height of the scrollbars used for tabs and breadcrumbs in the editor title area.", - "Controls whether opened editors should show in tabs or not.", - "Controls whether tabs should be wrapped over multiple lines when exceeding available space or whether a scrollbar should appear instead. This value is ignored when `#workbench.editor.showTabs#` is disabled.", - "Controls whether scrolling over tabs will open them or not. By default tabs will only reveal upon scrolling, but not open. You can press and hold the Shift-key while scrolling to change this behavior for that duration. This value is ignored when `#workbench.editor.showTabs#` is disabled.", - "Controls whether a top border is drawn on modified (dirty) editor tabs or not. This value is ignored when `#workbench.editor.showTabs#` is disabled.", - "Controls whether editor file decorations should use badges.", - "Controls whether editor file decorations should use colors.", - "Show the name of the file. When tabs are enabled and two files have the same name in one group the distinguishing sections of each file's path are added. When tabs are disabled, the path relative to the workspace folder is shown if the editor is active.", - "Show the name of the file followed by its directory name.", - "Show the name of the file followed by its path relative to the workspace folder.", - "Show the name of the file followed by its absolute path.", - "Controls the format of the label for an editor.", - "The name of the untitled file is derived from the contents of its first line unless it has an associated file path. It will fallback to the name in case the line is empty or contains no word characters.", - "The name of the untitled file is not derived from the contents of the file.", - "Controls the format of the label for an untitled editor.", - "Controls if the untitled hint should be inline text in the editor or a floating button or hidden.", - "Controls the position of the editor's tabs close buttons, or disables them when set to 'off'. This value is ignored when `#workbench.editor.showTabs#` is disabled.", - "Always keep tabs large enough to show the full editor label.", - "Allow tabs to get smaller when the available space is not enough to show all tabs at once.", - "Controls the sizing of editor tabs. This value is ignored when `#workbench.editor.showTabs#` is disabled.", - "A pinned tab inherits the look of non pinned tabs.", - "A pinned tab will show in a compact form with only icon or first letter of the editor name.", - "A pinned tab shrinks to a compact fixed size showing parts of the editor name.", - "Controls the sizing of pinned editor tabs. Pinned tabs are sorted to the beginning of all opened tabs and typically do not close until unpinned. This value is ignored when `#workbench.editor.showTabs#` is disabled.", - "Splits all the editor groups to equal parts.", - "Splits the active editor group to equal parts.", - "Controls the sizing of editor groups when splitting them.", - "Controls if editor groups can be split from drag and drop operations by dropping an editor or file on the edges of the editor area.", - "Controls whether tabs are closed in most recently used order or from left to right.", - "Controls whether opened editors should show with an icon or not. This requires a file icon theme to be enabled as well.", - "Controls whether opened editors show as preview. Preview editors do not keep open and are reused until explicitly set to be kept open (e.g. via double click or editing) and show up with an italic font style.", - "Controls whether editors opened from Quick Open show as preview. Preview editors do not keep open and are reused until explicitly set to be kept open (e.g. via double click or editing). This value is ignored when `#workbench.editor.enablePreview#` is disabled.", - "Controls whether editors remain in preview when a code navigation is started from them. Preview editors do not keep open and are reused until explicitly set to be kept open (e.g. via double click or editing). This value is ignored when `#workbench.editor.enablePreview#` is disabled.", - "Controls whether editors showing a file that was opened during the session should close automatically when getting deleted or renamed by some other process. Disabling this will keep the editor open on such an event. Note that deleting from within the application will always close the editor and that dirty files will never close to preserve your data.", - "Controls where editors open. Select `left` or `right` to open editors to the left or right of the currently active one. Select `first` or `last` to open editors independently from the currently active one.", - "Controls the default direction of editors that are opened side by side (for example, from the Explorer). By default, editors will open on the right hand side of the currently active one. If changed to `down`, the editors will open below the currently active one.", - "Controls the behavior of empty editor groups when the last tab in the group is closed. When enabled, empty groups will automatically close. When disabled, empty groups will remain part of the grid.", - "Controls whether an editor is revealed in any of the visible groups if opened. If disabled, an editor will prefer to open in the currently active editor group. If enabled, an already opened editor will be revealed instead of opened again in the currently active editor group. Note that there are some cases where this setting is ignored, e.g. when forcing an editor to open in a specific group or to the side of the currently active group.", - "Navigate between open files using mouse buttons four and five if provided.", - "Restores the last view state (e.g. scroll position) when re-opening textual editors after they have been closed.", - "Controls if the centered layout should automatically resize to maximum width when more than one group is open. Once only one group is open it will resize back to the original centered width.", - "Controls if the number of opened editors should be limited or not. When enabled, less recently used editors that are not dirty will close to make space for newly opening editors.", - "Controls the maximum number of opened editors. Use the `#workbench.editor.limit.perEditorGroup#` setting to control this limit per editor group or across all groups.", - "Controls if the limit of maximum opened editors should apply per editor group or across all editor groups.", - "Controls the number of recently used commands to keep in history for the command palette. Set to 0 to disable command history.", - "Controls whether the last typed input to the command palette should be restored when opening it the next time.", - "Controls whether Quick Open should close automatically once it loses focus.", - "Controls whether the last typed input to Quick Open should be restored when opening it the next time.", - "Controls whether opening settings also opens an editor showing all default settings.", - "Controls whether to use the split JSON editor when editing settings as JSON.", - "Controls whether opening keybinding settings also opens an editor showing all default keybindings.", - "Controls the location of the sidebar and activity bar. They can either show on the left or right of the workbench.", - "Controls the default location of the panel (terminal, debug console, output, problems). It can either show at the bottom, right, or left of the workbench.", - "Controls whether the panel opens maximized. It can either always open maximized, never open maximized, or open to the last state it was in before being closed.", - "Always maximize the panel when opening it.", - "Never maximize the panel when opening it. The panel will open un-maximized.", - "Open the panel to the state that it was in, before it was closed.", - "Controls the visibility of the status bar at the bottom of the workbench.", - "Controls the visibility of the activity bar in the workbench.", - "Controls the behavior of clicking an activity bar icon in the workbench.", - "Hide the side bar if the clicked item is already visible.", - "Focus side bar if the clicked item is already visible.", - "Controls the visibility of view header actions. View header actions may either be always visible, or only visible when that view is focused or hovered over.", - "Controls font aliasing method in the workbench.", - "Sub-pixel font smoothing. On most non-retina displays this will give the sharpest text.", - "Smooth the font on the level of the pixel, as opposed to the subpixel. Can make the font appear lighter overall.", - "Disables font smoothing. Text will show with jagged sharp edges.", - "Applies `default` or `antialiased` automatically based on the DPI of displays.", - "Use the settings UI editor.", - "Use the JSON file editor.", - "Determines which settings editor to use by default.", - "Controls the delay in milliseconds after which the hover is shown for workbench items (ex. some extension provided tree view items). Already visible items may require a refresh before reflecting this setting change.", - "Controls the window title based on the active editor. Variables are substituted based on the context:", - "`${activeEditorShort}`: the file name (e.g. myFile.txt).", - "`${activeEditorMedium}`: the path of the file relative to the workspace folder (e.g. myFolder/myFileFolder/myFile.txt).", - "`${activeEditorLong}`: the full path of the file (e.g. /Users/Development/myFolder/myFileFolder/myFile.txt).", - "`${activeFolderShort}`: the name of the folder the file is contained in (e.g. myFileFolder).", - "`${activeFolderMedium}`: the path of the folder the file is contained in, relative to the workspace folder (e.g. myFolder/myFileFolder).", - "`${activeFolderLong}`: the full path of the folder the file is contained in (e.g. /Users/Development/myFolder/myFileFolder).", - "`${folderName}`: name of the workspace folder the file is contained in (e.g. myFolder).", - "`${folderPath}`: file path of the workspace folder the file is contained in (e.g. /Users/Development/myFolder).", - "`${rootName}`: name of the opened workspace or folder (e.g. myFolder or myWorkspace).", - "`${rootPath}`: file path of the opened workspace or folder (e.g. /Users/Development/myWorkspace).", - "`${appName}`: e.g. VS Code.", - "`${remoteName}`: e.g. SSH", - "`${dirty}`: a dirty indicator if the active editor is dirty.", - "`${separator}`: a conditional separator (\" - \") that only shows when surrounded by variables with values or static text.", - "Window", - "Separator used by `window.title`.", - "Menu is displayed at the top of the window and only hidden in full screen mode.", - "Menu is always visible at the top of the window even in full screen mode.", - "Menu is hidden but can be displayed at the top of the window by executing the `Focus Application Menu` command.", - "Menu is hidden but can be displayed at the top of the window via the Alt key.", - "Menu is always hidden.", - "Menu is displayed as a compact button in the sidebar. This value is ignored when `#window.titleBarStyle#` is `native`.", - "Control the visibility of the menu bar. A setting of 'toggle' means that the menu bar is hidden and executing `Focus Application Menu` will show it. A setting of 'compact' will move the menu into the sidebar.", - "Control the visibility of the menu bar. A setting of 'toggle' means that the menu bar is hidden and a single press of the Alt key will show it. A setting of 'compact' will move the menu into the sidebar.", - "Controls whether the main menus can be opened via Alt-key shortcuts. Disabling mnemonics allows to bind these Alt-key shortcuts to editor commands instead.", - "Controls whether the menu bar will be focused by pressing the Alt-key. This setting has no effect on toggling the menu bar with the Alt-key.", - "Files will open in a new window.", - "Files will open in the window with the files' folder open or the last active window.", - "Files will open in the window with the files' folder open or the last active window unless opened via the Dock or from Finder.", - "Files will open in a new window unless picked from within the application (e.g. via the File menu).", - "Controls whether files should open in a new window. \nNote that there can still be cases where this setting is ignored (e.g. when using the `--new-window` or `--reuse-window` command line option).", - "Controls whether files should open in a new window.\nNote that there can still be cases where this setting is ignored (e.g. when using the `--new-window` or `--reuse-window` command line option).", - "Folders will open in a new window.", - "Folders will replace the last active window.", - "Folders will open in a new window unless a folder is picked from within the application (e.g. via the File menu).", - "Controls whether folders should open in a new window or replace the last active window.\nNote that there can still be cases where this setting is ignored (e.g. when using the `--new-window` or `--reuse-window` command line option).", - "Always try to ask for confirmation. Note that browsers may still decide to close a tab or window without confirmation.", - "Only ask for confirmation if a keybinding was detected. Note that detection may not be possible in some cases.", - "Never explicitly ask for confirmation unless data loss is imminent.", - "Controls whether to show a confirmation dialog before closing the browser tab or window. Note that even if enabled, browsers may still decide to close a tab or window without confirmation and that this setting is only a hint that may not work in all cases.", - "Zen Mode", - "Controls whether turning on Zen Mode also puts the workbench into full screen mode.", - "Controls whether turning on Zen Mode also centers the layout.", - "Controls whether turning on Zen Mode also hides workbench tabs.", - "Controls whether turning on Zen Mode also hides the status bar at the bottom of the workbench.", - "Controls whether turning on Zen Mode also hides the activity bar either at the left or right of the workbench.", - "Controls whether turning on Zen Mode also hides the editor line numbers.", - "Controls whether a window should restore to zen mode if it was exited in zen mode.", - "Controls whether notifications are shown while in zen mode. If true, only error notifications will pop out." + "vs/platform/environment/node/argv": [ + "Options", + "Extensions Management", + "Troubleshooting", + "Compare two files with each other.", + "Add folder(s) to the last active window.", + "Open a file at the path on the specified line and character position.", + "Force to open a new window.", + "Force to open a file or folder in an already opened window.", + "Wait for the files to be closed before returning.", + "The locale to use (e.g. en-US or zh-TW).", + "Specifies the directory that user data is kept in. Can be used to open multiple distinct instances of Code.", + "Print usage.", + "Set the root path for extensions.", + "List the installed extensions.", + "Show versions of installed extensions, when using --list-extensions.", + "Filters installed extensions by provided category, when using --list-extensions.", + "Installs or updates an extension. The argument is either an extension id or a path to a VSIX. The identifier of an extension is '${publisher}.${name}'. Use '--force' argument to update to latest version. To install a specific version provide '@${version}'. For example: 'vscode.csharp@1.2.3'.", + "Installs the pre-release version of the extension, when using --install-extension", + "Uninstalls an extension.", + "Enables proposed API features for extensions. Can receive one or more extension IDs to enable individually.", + "Print version.", + "Print verbose output (implies --wait).", + "Log level to use. Default is 'info'. Allowed values are 'critical', 'error', 'warn', 'info', 'debug', 'trace', 'off'.", + "Print process usage and diagnostics information.", + "Run CPU profiler during startup.", + "Disable all installed extensions.", + "Disable an extension.", + "Turn sync on or off.", + "Allow debugging and profiling of extensions. Check the developer tools for the connection URI.", + "Allow debugging and profiling of extensions with the extension host being paused after start. Check the developer tools for the connection URI.", + "Disable GPU hardware acceleration.", + "Max memory size for a window (in Mbytes).", + "Shows all telemetry events which VS code collects.", + "Use {0} instead.", + "paths", + "Usage", + "options", + "To read output from another program, append '-' (e.g. 'echo Hello World | {0} -')", + "To read from stdin, append '-' (e.g. 'ps aux | grep code | {0} -')", + "Unknown version", + "Unknown commit" ], - "vs/workbench/browser/actions/developerActions": [ - "Inspect Context Keys", - "Toggle Screencast Mode", - "Log Storage Database Contents", - "Log Working Copies", - "Screencast Mode", - "Controls the vertical offset of the screencast mode overlay from the bottom as a percentage of the workbench height.", - "Controls the font size (in pixels) of the screencast mode keyboard.", - "Only show keyboard shortcuts in screencast mode.", - "Controls how long (in milliseconds) the keyboard overlay is shown in screencast mode.", - "Controls the color in hex (#RGB, #RGBA, #RRGGBB or #RRGGBBAA) of the mouse indicator in screencast mode.", - "Controls the size (in pixels) of the mouse indicator in screencast mode." + "vs/code/electron-sandbox/issue/issueReporterPage": [ + "Include my system information", + "Include my currently running processes", + "Include my workspace metadata", + "Include my enabled extensions", + "Include A/B experiment info", + "Please complete the form in English.", + "This is a", + "File on", + "An issue source is required.", + "Try to reproduce the problem after {0}. If the problem only reproduces when extensions are active, it is likely an issue with an extension.", + "disabling all extensions and reloading the window", + "Extension", + "The issue reporter is unable to create issues for this extension. Please visit {0} to report an issue.", + "The issue reporter is unable to create issues for this extension, as it does not specify a URL for reporting issues. Please check the marketplace page of this extension to see if other instructions are available.", + "Title", + "Please enter a title.", + "A title is required.", + "The title is too long.", + "Please enter details.", + "A description is required.", + "show", + "show", + "show", + "show", + "show" ], - "vs/workbench/browser/actions/textInputActions": [ - "Undo", - "Redo", - "Cut", - "Copy", - "Paste", - "Select All" + "vs/platform/extensionManagement/common/extensionManagement": [ + "Extensions", + "Preferences" ], - "vs/workbench/browser/actions/layoutActions": [ - "Close Side Bar", - "Toggle Activity Bar Visibility", - "Show &&Activity Bar", - "Toggle Centered Layout", - "&&Centered Layout", - "Toggle Side Bar Position", - "Move Side Bar Right", - "Move Side Bar Left", - "Toggle Side Bar Position", - "Move Side Bar Right", - "Move Side Bar Right", - "Move Side Bar Left", - "Move Side Bar Left", - "&&Move Side Bar Right", - "&&Move Side Bar Left", - "Toggle Editor Area Visibility", - "Show &&Editor Area", - "&&Appearance", - "Toggle Side Bar Visibility", - "Hide Side Bar", - "Hide Side Bar", - "Show &&Side Bar", - "Toggle Status Bar Visibility", - "Show S&&tatus Bar", - "Toggle Tab Visibility", - "Toggle Zen Mode", - "Zen Mode", - "Toggle Menu Bar", - "Show Menu &&Bar", - "Reset View Locations", - "Move View", - "Side Bar / {0}", - "Panel / {0}", - "Select a View to Move", - "Move Focused View", - "There is no view currently focused.", - "The currently focused view is not movable.", - "Select a Destination for the View", - "View: Move {0}", - "New Panel Entry", - "New Side Bar Entry", - "Side Bar", - "Panel", - "Reset Focused View Location", - "There is no view currently focused.", - "Increase Current View Size", - "Increase Editor Width", - "Increase Editor Height", - "Decrease Current View Size", - "Decrease Editor Width", - "Decrease Editor Height" + "vs/platform/extensionManagement/common/extensionManagementCLIService": [ + "Extension '{0}' not found.", + "Make sure you use the full extension ID, including the publisher, e.g.: {0}", + "Extensions installed on {0}:", + "Installing extensions on {0}...", + "Installing extensions...", + "Extension '{0}' v{1} is already installed. Use '--force' option to update to latest version or provide '@' to install a specific version, for example: '{2}@1.2.3'.", + "Extension '{0}' is already installed.", + "Failed Installing Extensions: {0}", + "Extension '{0}' was successfully installed.", + "Cancelled installing extension '{0}'.", + "Extension '{0}' is already installed.", + "Updating the extension '{0}' to the version {1}", + "Installing builtin extension '{0}' v{1}...", + "Installing builtin extension '{0}'...", + "Installing extension '{0}' v{1}...", + "Installing extension '{0}'...", + "Extension '{0}' v{1} was successfully installed.", + "Cancelled installing extension '{0}'.", + "A newer version of extension '{0}' v{1} is already installed. Use '--force' option to downgrade to older version.", + "Extension '{0}' is a Built-in extension and cannot be uninstalled", + "Extension '{0}' is marked as a Built-in extension by user. Please use '--force' option to uninstall it.", + "Uninstalling {0}...", + "Extension '{0}' was successfully uninstalled from {1}!", + "Extension '{0}' was successfully uninstalled!", + "Extension '{0}' is not installed on {1}.", + "Extension '{0}' is not installed." ], - "vs/workbench/browser/actions/helpActions": [ - "Keyboard Shortcuts Reference", - "Documentation", - "Introductory Videos", - "Tips and Tricks", - "Signup for the VS Code Newsletter", - "Join Us on Twitter", - "Search Feature Requests", - "View License", - "Privacy Statement", - "&&Documentation", - "&&Keyboard Shortcuts Reference", - "Introductory &&Videos", - "Tips and Tri&&cks", - "&&Join Us on Twitter", - "&&Search Feature Requests", - "View &&License", - "Privac&&y Statement" + "vs/platform/extensionManagement/common/extensionsScannerService": [ + "Cannot read file {0}: {1}.", + "Failed to parse {0}: [{1}, {2}] {3}.", + "Invalid manifest file {0}: Not an JSON object.", + "Failed to parse {0}: {1}.", + "Invalid format {0}: JSON object expected.", + "Failed to parse {0}: {1}.", + "Invalid format {0}: JSON object expected.", + "Couldn't find message for key {0}." ], - "vs/workbench/browser/actions/navigationActions": [ - "Navigate to the View on the Left", - "Navigate to the View on the Right", - "Navigate to the View Above", - "Navigate to the View Below", - "Focus Next Part", - "Focus Previous Part" + "vs/platform/languagePacks/common/languagePacks": [ + " (Current)" ], - "vs/workbench/browser/actions/windowActions": [ - "Remove from Recently Opened", - "Folder With Unsaved Files", - "Workspace With Unsaved Files", - "folders & workspaces", - "folders", - "files", - "Select to open (hold Cmd-key to force new window or Alt-key for same window)", - "Select to open (hold Ctrl-key to force new window or Alt-key for same window)", - "Workspace with Unsaved Files", - "Folder with Unsaved Files", - "Do you want to open the workspace to review the unsaved files?", - "Do you want to open the folder to review the unsaved files?", - "Workspaces with unsaved files cannot be removed until all unsaved files have been saved or reverted.", - "Folders with unsaved files cannot be removed until all unsaved files have been saved or reverted.", - "{0}, workspace with unsaved changes", - "{0}, folder with unsaved changes", - "Open Recent...", - "Quick Open Recent...", - "Toggle Full Screen", - "Reload Window", - "About", - "New Window", - "Remove keyboard focus from focused element", - "File", - "Confirm Before Close", - "New &&Window", - "Open &&Recent", - "&&More...", - "&&Full Screen", - "&&About" + "vs/platform/extensionManagement/node/extensionManagementService": [ + "Unable to install extension '{0}' as it is not compatible with VS Code '{1}'.", + "Unable to delete the existing folder '{0}' while installing the extension '{1}'. Please delete the folder manually and try again", + "Unknown error while renaming {0} to {1}", + "Cannot read the extension from {0}", + "Unable to install the extension. Please Quit and Start VS Code before reinstalling.", + "Unable to install the extension. Please Exit and Start VS Code before reinstalling.", + "Please restart VS Code before reinstalling {0}.", + "Please restart VS Code before reinstalling {0}.", + "Extension '{0}' is not installed.", + "Error while removing the extension: {0}. Please Quit and Start VS Code before trying again." ], - "vs/workbench/browser/actions/workspaceCommands": [ - "Add Folder to Workspace...", - "&&Add", - "Add Folder to Workspace", - "Select workspace folder" + "vs/platform/telemetry/common/telemetryService": [ + "Controls {0} telemetry, first-party extension telemetry and participating third-party extension telemetry. Some third party extensions might not respect this setting. Consult the specific extension's documentation to be sure. Telemetry helps us better understand how {0} is performing, where improvements need to be made, and how features are being used.", + "Read more about the [data we collect]({0}).", + "Read more about the [data we collect]({0}) and our [privacy statement]({1}).", + "A full restart of the application is necessary for crash reporting changes to take effect.", + "Crash Reports", + "Error Telemetry", + "Usage Data", + "The following table outlines the data sent with each setting:", + "****Note:*** If this setting is 'off', no telemetry will be sent regardless of other telemetry settings. If this setting is set to anything except 'off' and telemetry is disabled with deprecated settings, no telemetry will be sent.*", + "Telemetry", + "Sends usage data, errors, and crash reports.", + "Sends general error telemetry and crash reports.", + "Sends OS level crash reports.", + "Disables all product telemetry.", + "Telemetry", + "Enable diagnostic data to be collected. This helps us to better understand how {0} is performing and where improvements need to be made.", + "Enable diagnostic data to be collected. This helps us to better understand how {0} is performing and where improvements need to be made. [Read more]({1}) about what we collect and our privacy statement.", + "If this setting is false, no telemetry will be sent regardless of the new setting's value. Deprecated in favor of the {0} setting." ], - "vs/workbench/browser/actions/workspaceActions": [ - "Open File...", - "Open Folder...", - "Open...", - "Open Workspace...", - "Close Workspace", - "There is currently no workspace or folder opened in this instance to close.", - "Open Workspace Configuration File", - "Remove Folder from Workspace...", - "Save Workspace As...", - "Duplicate As Workspace in New Window", - "Manage Workspace Trust", - "Workspaces", - "Workspaces", - "A&&dd Folder to Workspace...", - "Save Workspace As...", - "Close &&Folder", - "Close &&Workspace" + "vs/platform/extensionManagement/electron-sandbox/extensionTipsService": [ + "You have {0} installed on your system. Do you want to install the recommended extensions for it?" + ], + "vs/platform/userDataSync/common/userDataSync": [ + "Settings Sync", + "Synchronize keybindings for each platform.", + "List of extensions to be ignored while synchronizing. The identifier of an extension is always `${publisher}.${name}`. For example: `vscode.csharp`.", + "Expected format '${publisher}.${name}'. Example: 'vscode.csharp'.", + "Configure settings to be ignored while synchronizing." + ], + "vs/platform/userDataSync/common/userDataSyncMachines": [ + "Cannot read machines data as the current version is incompatible. Please update {0} and try again." + ], + "vs/workbench/services/textfile/electron-sandbox/nativeTextFileService": [ + "Saving text files" + ], + "vs/workbench/electron-sandbox/desktop.contribution": [ + "New Window Tab", + "Show Previous Window Tab", + "Show Next Window Tab", + "Move Window Tab to New Window", + "Merge All Windows", + "Toggle Window Tabs Bar", + "E&&xit", + "Window", + "Open a new empty window.", + "Focus the last active running instance.", + "Controls whether a new empty window should open when starting a second instance without arguments or if the last running instance should get focus.\nNote that there can still be cases where this setting is ignored (e.g. when using the `--new-window` or `--reuse-window` command line option).", + "Always reopen all windows. If a folder or workspace is opened (e.g. from the command line) it opens as a new window unless it was opened before. If files are opened they will open in one of the restored windows.", + "Reopen all windows unless a folder, workspace or file is opened (e.g. from the command line).", + "Reopen all windows that had folders or workspaces opened unless a folder, workspace or file is opened (e.g. from the command line).", + "Reopen the last active window unless a folder, workspace or file is opened (e.g. from the command line).", + "Never reopen a window. Unless a folder or workspace is opened (e.g. from the command line), an empty window will appear.", + "Controls how windows are being reopened after starting for the first time. This setting has no effect when the application is already running.", + "Controls whether a window should restore to full screen mode if it was exited in full screen mode.", + "Adjust the zoom level of the window. The original size is 0 and each increment above (e.g. 1) or below (e.g. -1) represents zooming 20% larger or smaller. You can also enter decimals to adjust the zoom level with a finer granularity.", + "Open new windows in the center of the screen.", + "Open new windows with same dimension as last active one.", + "Open new windows with same dimension as last active one with an offset position.", + "Open new windows maximized.", + "Open new windows in full screen mode.", + "Controls the dimensions of opening a new window when at least one window is already opened. Note that this setting does not have an impact on the first window that is opened. The first window will always restore the size and location as you left it before closing.", + "Controls whether closing the last editor should also close the window. This setting only applies for windows that do not show folders.", + "If enabled, double clicking the application icon in the title bar will close the window and the window cannot be dragged by the icon. This setting only has an effect when `#window.titleBarStyle#` is set to `custom`.", + "Adjust the appearance of the window title bar. On Linux and Windows, this setting also affects the application and context menu appearances. Changes require a full restart to apply.", + "Use window controls provided by the platform instead of our HTML-based window controls. Changes require a full restart to apply.", + "Adjust the appearance of dialog windows.", + "Enables macOS Sierra window tabs. Note that changes require a full restart to apply and that native tabs will disable a custom title bar style if configured.", + "Controls if native full-screen should be used on macOS. Disable this option to prevent macOS from creating a new space when going full-screen.", + "If enabled, clicking on an inactive window will both activate the window and trigger the element under the mouse if it is clickable. If disabled, clicking anywhere on an inactive window will activate it only and a second click is required on the element.", + "Telemetry", + "Enable crash reports to be collected. This helps us improve stability. \nThis option requires restart to take effect.", + "If this setting is false, no telemetry will be sent regardless of the new setting's value. Deprecated due to being combined into the {0} setting.", + "Keyboard", + "Enables the macOS touchbar buttons on the keyboard if available.", + "A set of identifiers for entries in the touchbar that should not show up (for example `workbench.action.navigateBack`).", + "The display Language to use. Picking a different language requires the associated language pack to be installed.", + "Disables hardware acceleration. ONLY change this option if you encounter graphic issues.", + "Resolves issues around color profile selection. ONLY change this option if you encounter graphic issues.", + "Allows to override the color profile to use. If you experience colors appear badly, try to set this to `srgb` and restart.", + "Allows to disable crash reporting, should restart the app if the value is changed.", + "Unique id used for correlating crash reports sent from this app instance.", + "Enable proposed APIs for a list of extension ids (such as `vscode.git`). Proposed APIs are unstable and subject to breaking without warning at any time. This should only be set for extension development and testing purposes.", + "Log level to use. Default is 'info'. Allowed values are 'critical', 'error', 'warn', 'info', 'debug', 'trace', 'off'.", + "Forces the renderer to be accessible. ONLY change this if you are using a screen reader on Linux. On other platforms the renderer will automatically be accessible. This flag is automatically set if you have editor.accessibilitySupport: on." ], - "vs/workbench/browser/actions/quickAccessActions": [ - "Go to File...", - "Navigate Next in Quick Open", - "Navigate Previous in Quick Open", - "Select Next in Quick Open", - "Select Previous in Quick Open" + "vs/workbench/electron-sandbox/desktop.main": [ + "Saving UI state" ], - "vs/workbench/api/common/menusExtensionPoint": [ - "The Command Palette", - "The touch bar (macOS only)", - "The editor title menu", - "Run submenu inside the editor title menu", - "The editor context menu", - "'Copy as' submenu in the editor context menu", - "The file explorer context menu", - "The editor tabs context menu", - "The debug callstack view context menu", - "The debug variables view context menu", - "The debug toolbar menu", - "The top level file menu", - "The home indicator context menu (web only)", - "'Copy as' submenu in the top level Edit menu", - "The Source Control title menu", - "The Source Control menu", - "The Source Control resource state context menu", - "The Source Control resource folder context menu", - "The Source Control resource group context menu", - "The Source Control inline change menu", - "The window indicator menu in the status bar", - "The contributed view title menu", - "The contributed view item context menu", - "The contributed comment thread title menu", - "The contributed comment thread context menu, rendered as buttons below the comment editor", - "The contributed comment title menu", - "The contributed comment context menu, rendered as buttons below the comment editor", - "The contributed notebook toolbar menu", - "The contributed notebook cell title menu", - "The contributed test item menu", - "The extension context menu", - "The Timeline view title menu", - "The Timeline view item context menu", - "The Ports view item context menu", - "The Ports view item origin inline menu", - "property `{0}` is mandatory and must be of type `string`", - "property `{0}` can be omitted or must be of type `string`", - "property `{0}` can be omitted or must be of type `string`", - "property `{0}` can be omitted or must be of type `string`", - "property `{0}` is mandatory and must be of type `string`", - "property `{0}` can be omitted or must be of type `string`", - "property `{0}` can be omitted or must be of type `string`", - "submenu items must be an array", - "submenu items must be an object", - "property `{0}` is mandatory and must be of type `string`", - "property `{0}` is mandatory and must be of type `string`", - "Identifier of the command to execute. The command must be declared in the 'commands'-section", - "Identifier of an alternative command to execute. The command must be declared in the 'commands'-section", - "Condition which must be true to show this item", - "Group into which this item belongs", - "Identifier of the submenu to display in this item.", - "Condition which must be true to show this item", - "Group into which this item belongs", - "Identifier of the menu to display as a submenu.", - "The label of the menu item which leads to this submenu.", - "(Optional) Icon which is used to represent the submenu in the UI. Either a file path, an object with file paths for dark and light themes, or a theme icon references, like `\\$(zap)`", - "Icon path when a light theme is used", - "Icon path when a dark theme is used", - "Contributes menu items to the editor", - "Proposed API", - "Contributes submenu items to the editor", - "expected non-empty value.", - "property `{0}` is mandatory and must be of type `string`", - "property `{0}` can be omitted or must be of type `string`", - "property `icon` can be omitted or must be either a string or a literal like `{dark, light}`", - "property `{0}` is mandatory and must be of type `string` or `object`", - "property `{0}` is mandatory and must be of type `string`", - "properties `{0}` and `{1}` are mandatory and must be of type `string`", - "Identifier of the command to execute", - "Title by which the command is represented in the UI", - "(Optional) Category string by the command is grouped in the UI", - "(Optional) Condition which must be true to enable the command in the UI (menu and keybindings). Does not prevent executing the command by other means, like the `executeCommand`-api.", - "(Optional) Icon which is used to represent the command in the UI. Either a file path, an object with file paths for dark and light themes, or a theme icon references, like `\\$(zap)`", - "Icon path when a light theme is used", - "Icon path when a dark theme is used", - "Contributes commands to the command palette.", - "Command `{0}` appears multiple times in the `commands` section.", - "`{0}` is not a valid submenu identifier", - "The `{0}` submenu was already previously registered.", - "`{0}` is not a valid submenu label", - "`{0}` is not a valid menu identifier", - "{0} is a proposed menu identifier and is only available when running out of dev or with the following command line switch: --enable-proposed-api {1}", - "Menu item references a command `{0}` which is not defined in the 'commands' section.", - "Menu item references an alt-command `{0}` which is not defined in the 'commands' section.", - "Menu item references the same command as default and alt-command", - "Menu item references a submenu for a menu which doesn't have submenu support.", - "Menu item references a submenu `{0}` which is not defined in the 'submenus' section.", - "The `{0}` submenu was already contributed to the `{1}` menu." + "vs/workbench/services/workspaces/electron-sandbox/workspaceEditingService": [ + "Save", + "Don't Save", + "Cancel", + "Do you want to save your workspace configuration as a file?", + "Save your workspace if you plan to open it again.", + "Unable to save workspace '{0}'", + "The workspace is already opened in another window. Please close that window first and then try again." ], - "vs/workbench/api/common/configurationExtensionPoint": [ - "A summary of the settings. This label will be used in the settings file as separating comment.", - "Description of the configuration properties.", - "Property should not be empty.", - "Configuration that can be configured only in the user settings.", - "Configuration that can be configured only in the user settings or only in the remote settings.", - "Configuration that can be configured in the user, remote or workspace settings.", - "Configuration that can be configured in the user, remote, workspace or folder settings.", - "Resource configuration that can be configured in language specific settings.", - "Machine configuration that can be configured also in workspace or folder settings.", - "Scope in which the configuration is applicable. Available scopes are `application`, `machine`, `window`, `resource`, and `machine-overridable`.", - "Descriptions for enum values", - "Descriptions for enum values in the markdown format.", - "The description in the markdown format.", - "If set, the property is marked as deprecated and the given message is shown as an explanation.", - "If set, the property is marked as deprecated and the given message is shown as an explanation in the markdown format.", - "Contributes default editor configuration settings by language.", - "Language selector expected (e.g. [\"java\"])", - "Cannot register configuration defaults for '{0}'. Only defaults for language specific settings are supported.", - "Contributes configuration settings.", - "'configuration.title' must be a string", - "'configuration.properties' must be an object", - "'configuration.property' must be an object", - "'configuration.allOf' is deprecated and should no longer be used. Instead, pass multiple configuration sections as an array to the 'configuration' contribution point.", - "List of folders to be loaded in the workspace.", - "A file path. e.g. `/root/folderA` or `./folderA` for a relative path that will be resolved against the location of the workspace file.", - "An optional name for the folder. ", - "URI of the folder", - "An optional name for the folder. ", - "Workspace settings", - "Workspace launch configurations", - "Workspace task configurations", - "Workspace extensions", - "The remote server where the workspace is located. Only used by unsaved remote workspaces.", - "Unknown workspace configuration property" + "vs/workbench/services/workingCopy/electron-sandbox/workingCopyBackupService": [ + "Backup working copies" ], - "vs/workbench/browser/parts/editor/editor.contribution": [ - "Text Editor", - "Text Diff Editor", - "Binary Diff Editor", - "Side by Side Editor", - "Type the name of an editor to open it.", - "Show Editors in Active Group by Most Recently Used", - "Type the name of an editor to open it.", - "Show All Opened Editors By Appearance", - "Type the name of an editor to open it.", - "Show All Opened Editors By Most Recently Used", - "File", - "Split Up", - "Split Down", - "Split Left", - "Split Right", - "Close", - "Close", - "Close Others", - "Close to the Right", - "Close Saved", - "Close All", - "Keep Open", - "Pin", - "Unpin", - "Split Up", - "Split Down", - "Split Left", - "Split Right", - "Inline View", - "Show Opened Editors", - "Close All", - "Close Saved", - "Keep Editors Open", - "Run", - "Split Editor Right", - "Split Editor Down", - "Split Editor Down", - "Split Editor Right", - "Close", - "Close All", - "Close", - "Close All", - "Unpin", - "Close", - "Unpin", - "Close", - "Icon for the previous change action in the diff editor.", - "Icon for the next change action in the diff editor.", - "Icon for the toggle whitespace action in the diff editor.", - "Previous Change", - "Next Change", - "Ignore Leading/Trailing Whitespace Differences", - "Show Leading/Trailing Whitespace Differences", - "Keep Editor", - "Pin Editor", - "Unpin Editor", - "Close Editor", - "Close Pinned Editor", - "Close All Editors in Group", - "Close Saved Editors in Group", - "Close Other Editors in Group", - "Close Editors to the Right in Group", - "Close Editor Group", - "&&Reopen Closed Editor", - "&&Clear Recently Opened", - "Editor &&Layout", - "Split &&Up", - "Split &&Down", - "Split &&Left", - "Split &&Right", - "&&Single", - "&&Two Columns", - "T&&hree Columns", - "T&&wo Rows", - "Three &&Rows", - "&&Grid (2x2)", - "Two R&&ows Right", - "Two &&Columns Bottom", - "&&Back", - "&&Forward", - "&&Last Edit Location", - "&&Next Editor", - "&&Previous Editor", - "&&Next Used Editor", - "&&Previous Used Editor", - "&&Next Editor in Group", - "&&Previous Editor in Group", - "&&Next Used Editor in Group", - "&&Previous Used Editor in Group", - "Switch &&Editor", - "Group &&1", - "Group &&2", - "Group &&3", - "Group &&4", - "Group &&5", - "&&Next Group", - "&&Previous Group", - "Group &&Left", - "Group &&Right", - "Group &&Above", - "Group &&Below", - "Switch &&Group" + "vs/workbench/services/extensionManagement/electron-sandbox/extensionManagementServerService": [ + "Local", + "Remote" ], - "vs/workbench/browser/parts/activitybar/activitybarPart": [ - "Settings icon in the view bar.", - "Accounts icon in the view bar.", - "Menu", - "Menu", - "Accounts", - "Accounts", - "Hide Activity Bar", - "Reset Location", - "Reset Location", - "Manage", - "Manage", - "Accounts", - "Accounts", - "Focus Activity Bar" + "vs/workbench/services/integrity/electron-sandbox/integrityService": [ + "Your {0} installation appears to be corrupt. Please reinstall.", + "More Information", + "Don't Show Again" ], - "vs/workbench/api/browser/viewsExtensionPoint": [ - "Unique id used to identify the container in which views can be contributed using 'views' contribution point", - "Human readable string used to render the container", - "Path to the container icon. Icons are 24x24 centered on a 50x40 block and have a fill color of 'rgb(215, 218, 224)' or '#d7dae0'. It is recommended that icons be in SVG, though any image file type is accepted.", - "Contributes views containers to the editor", - "Contribute views containers to Activity Bar", - "Contribute views containers to Panel", - "Type of the view. This can either be `tree` for a tree view based view or `webview` for a webview based view. The default is `tree`.", - "The view is backed by a `TreeView` created by `createTreeView`.", - "The view is backed by a `WebviewView` registered by `registerWebviewViewProvider`.", - "Identifier of the view. This should be unique across all views. It is recommended to include your extension id as part of the view id. Use this to register a data provider through `vscode.window.registerTreeDataProviderForView` API. Also to trigger activating your extension by registering `onView:${id}` event to `activationEvents`.", - "The human-readable name of the view. Will be shown", - "Condition which must be true to show this view", - "Path to the view icon. View icons are displayed when the name of the view cannot be shown. It is recommended that icons be in SVG, though any image file type is accepted.", - "Human-readable context for when the view is moved out of its original location. By default, the view's container name will be used. Will be shown", - "Initial state of the view when the extension is first installed. Once the user has changed the view state by collapsing, moving, or hiding the view, the initial state will not be used again.", - "The default initial state for the view. In most containers the view will be expanded, however; some built-in containers (explorer, scm, and debug) show all contributed views collapsed regardless of the `visibility`.", - "The view will not be shown in the view container, but will be discoverable through the views menu and other view entry points and can be un-hidden by the user.", - "The view will show in the view container, but will be collapsed.", - "Identifier of the view. This should be unique across all views. It is recommended to include your extension id as part of the view id. Use this to register a data provider through `vscode.window.registerTreeDataProviderForView` API. Also to trigger activating your extension by registering `onView:${id}` event to `activationEvents`.", - "The human-readable name of the view. Will be shown", - "Condition which must be true to show this view", - "Nested group in the viewlet", - "The name of the remote type associated with this view", - "Contributes views to the editor", - "Contributes views to Explorer container in the Activity bar", - "Contributes views to Debug container in the Activity bar", - "Contributes views to SCM container in the Activity bar", - "Contributes views to Test container in the Activity bar", - "Contributes views to Remote container in the Activity bar. To contribute to this container, enableProposedApi needs to be turned on", - "Contributes views to contributed views container", - "views containers must be an array", - "property `{0}` is mandatory and must be of type `string`. Only alphanumeric characters, '_', and '-' are allowed.", - "property `{0}` is mandatory and must be of type `string`. Only alphanumeric characters, '_', and '-' are allowed.", - "property `{0}` is mandatory and must be of type `string`", - "property `{0}` is mandatory and must be of type `string`", - "View container '{0}' requires 'enableProposedApi' turned on to be added to 'Remote'.", - "View container '{0}' does not exist and all views registered to it will be added to 'Explorer'.", - "Cannot register multiple views with same id `{0}`", - "A view with id `{0}` is already registered.", - "Unknown view type `{0}`.", - "views must be an array", - "property `{0}` is mandatory and must be of type `string`", - "property `{0}` is mandatory and must be of type `string`", - "property `{0}` can be omitted or must be of type `string`", - "property `{0}` can be omitted or must be of type `string`", - "property `{0}` can be omitted or must be of type `string`", - "property `{0}` can be omitted or must be one of {1}" + "vs/workbench/services/workingCopy/electron-sandbox/workingCopyHistoryService": [ + "Saving local history" ], - "vs/workbench/browser/parts/panel/panelPart": [ - "Hide Panel", - "Reset Location", - "Reset Location", - "Drag a view into the panel to display." + "vs/workbench/contrib/files/electron-sandbox/files.contribution": [ + "Text File Editor" ], - "vs/workbench/browser/parts/sidebar/sidebarPart": [ - "Focus into Side Bar" + "vs/workbench/contrib/logs/electron-sandbox/logs.contribution": [ + "Main", + "Shared" ], - "vs/workbench/browser/parts/statusbar/statusbarPart": [ - "Whether the status bar has keyboard focus", - "Hide '{0}'", - "Hide Status Bar" + "vs/workbench/contrib/localization/electron-sandbox/localization.contribution": [ + "Would you like to change VS Code's UI language to {0} and restart?", + "In order to use VS Code in {0}, VS Code needs to restart.", + "Change Language and Restart", + "Restart", + "Don't Change Language", + "Don't Restart", + "Don't Show Again", + "Contributes localizations to the editor", + "Id of the language into which the display strings are translated.", + "Name of the language in English.", + "Name of the language in contributed language.", + "List of translations associated to the language.", + "Id of VS Code or Extension for which this translation is contributed to. Id of VS Code is always `vscode` and of extension should be in format `publisherId.extensionName`.", + "Id should be `vscode` or in format `publisherId.extensionName` for translating VS code or an extension respectively.", + "A relative path to a file containing translations for the language." ], - "vs/workbench/browser/parts/views/viewsService": [ - "Show {0}", - "Toggle {0}", - "Show {0}", - "Toggle {0}", - "Focus on {0} View", - "Reset Location" + "vs/workbench/contrib/files/electron-sandbox/fileActions.contribution": [ + "Reveal in File Explorer", + "Reveal in Finder", + "Open Containing Folder", + "File" ], - "vs/workbench/services/extensions/browser/extensionUrlHandler": [ - "Allow an extension to open this URI?", - "Don't ask again for this extension.", - "&&Open", - "Extension '{0}' is not loaded. Would you like to reload the window to load the extension and open the URL?", - "&&Reload Window and Open", - "Extension '{0}' is disabled. Would you like to enable the extension and reload the window to open the URL?", - "&&Enable and Open", - "Extension '{0}' is not installed. Would you like to install the extension and reload the window to open this URL?", - "&&Install", - "Installing Extension '{0}'...", - "Would you like to reload the window and open the URL '{0}'?", - "Reload Window and Open", - "Manage Authorized Extension URIs...", - "Extensions", - "There are currently no authorized extension URIs." + "vs/workbench/contrib/issue/electron-sandbox/issue.contribution": [ + "Report Issue...", + "Report &&Issue", + "Open &&Process Explorer" ], - "vs/platform/undoRedo/common/undoRedoService": [ - "The following files have been closed and modified on disk: {0}.", - "The following files have been modified in an incompatible way: {0}.", - "Could not undo '{0}' across all files. {1}", - "Could not undo '{0}' across all files. {1}", - "Could not undo '{0}' across all files because changes were made to {1}", - "Could not undo '{0}' across all files because there is already an undo or redo operation running on {1}", - "Could not undo '{0}' across all files because an undo or redo operation occurred in the meantime", - "Would you like to undo '{0}' across all files?", - "Undo in {0} Files", - "Undo this File", - "Cancel", - "Could not undo '{0}' because there is already an undo or redo operation running.", - "Would you like to undo '{0}'?", - "Undo", - "Cancel", - "Could not redo '{0}' across all files. {1}", - "Could not redo '{0}' across all files. {1}", - "Could not redo '{0}' across all files because changes were made to {1}", - "Could not redo '{0}' across all files because there is already an undo or redo operation running on {1}", - "Could not redo '{0}' across all files because an undo or redo operation occurred in the meantime", - "Could not redo '{0}' because there is already an undo or redo operation running." + "vs/workbench/contrib/extensions/electron-sandbox/extensions.contribution": [ + "Running Extensions" ], - "vs/workbench/services/keybinding/common/keybindingEditing": [ - "Unable to write because the keybindings configuration file is dirty. Please save it first and then try again.", - "Unable to write to the keybindings configuration file. Please open it to correct errors/warnings in the file and try again.", - "Unable to write to the keybindings configuration file. It has an object which is not of type Array. Please open the file to clean up and try again.", - "Place your key bindings in this file to override the defaults" + "vs/workbench/contrib/remote/electron-sandbox/remote.contribution": [ + "Remote", + "When enabled extensions are downloaded locally and installed on remote." ], - "vs/workbench/services/decorations/browser/decorationsService": [ - "Contains emphasized items" + "vs/workbench/contrib/userDataSync/electron-sandbox/userDataSync.contribution": [ + "Open Local Backups Folder", + "Local backups folder does not exist" + ], + "vs/workbench/contrib/tasks/electron-sandbox/taskService": [ + "There is a task running. Do you want to terminate it?", + "&&Terminate Task", + "The launched task doesn't exist anymore. If the task spawned background processes exiting VS Code might result in orphaned processes. To avoid this start the last background process with a wait flag.", + "&&Exit Anyways" + ], + "vs/workbench/contrib/externalTerminal/electron-sandbox/externalTerminal.contribution": [ + "Open New External Terminal", + "External Terminal", + "Use VS Code's integrated terminal.", + "Use the configured external terminal.", + "When opening a file from the explorer in a terminal, determines what kind of terminal will be launched", + "Customizes which terminal to run on Windows.", + "Customizes which terminal application to run on macOS.", + "Customizes which terminal to run on Linux." + ], + "vs/workbench/api/common/extHostExtensionService": [ + "Cannot load test runner.", + "Path {0} does not point to a valid extension test runner." + ], + "vs/workbench/services/extensions/electron-sandbox/electronExtensionService": [ + "Extension host cannot start: version mismatch.", + "Relaunch VS Code", + "The extension host terminated unexpectedly. Restarting...", + "Extension host terminated unexpectedly 3 times within the last 5 minutes.", + "Open Developer Tools", + "Restart Extension Host", + "Could not fetch remote environment", + "The following extensions contain dependency loops and have been disabled: {0}", + "Extension '{0}' is required to open the remote window.\nOK to enable?", + "Enable and Reload", + "Extension '{0}' is required to open the remote window.\nDo you want to install the extension?", + "Install and Reload", + "`{0}` not found on marketplace", + "Restart Extension Host" + ], + "vs/workbench/api/common/extHostWorkspace": [ + "Extension '{0}' failed to update workspace folders: {1}" + ], + "vs/workbench/api/common/extHostTerminalService": [ + "Could not find the terminal with id {0} on the extension host" + ], + "vs/base/node/processes": [ + "Can't execute a shell command on a UNC drive." + ], + "vs/platform/terminal/node/terminalProcess": [ + "Starting directory (cwd) \"{0}\" is not a directory", + "Starting directory (cwd) \"{0}\" does not exist", + "Path to shell executable \"{0}\" is not a file or a symlink", + "Path to shell executable \"{0}\" does not exist" + ], + "vs/platform/shell/node/shellEnv": [ + "Unable to resolve your shell environment in a reasonable time. Please review your shell configuration.", + "Unable to resolve your shell environment: {0}", + "Unexpected exit code from spawned shell (code {0}, signal {1})" + ], + "vs/platform/dialogs/electron-main/dialogMainService": [ + "Open", + "Open Folder", + "Open File", + "Open Workspace from File", + "&&Open" + ], + "vs/platform/files/electron-main/diskFileSystemProviderServer": [ + "Failed to move '{0}' to the recycle bin", + "Failed to move '{0}' to the trash" + ], + "vs/platform/externalTerminal/node/externalTerminalService": [ + "VS Code Console", + "Script '{0}' failed with exit code {1}", + "'{0}' not supported", + "Press any key to continue...", + "'{0}' failed with exit code {1}", + "can't find terminal application '{0}'" + ], + "vs/platform/issue/electron-main/issueMainService": [ + "Local", + "There is too much data to send to GitHub directly. The data will be copied to the clipboard, please paste it into the GitHub issue page that is opened.", + "&&OK", + "&&Cancel", + "Your input will not be saved. Are you sure you want to close this window?", + "&&Yes", + "&&Cancel", + "Issue Reporter", + "Process Explorer" + ], + "vs/platform/native/electron-main/nativeHostMainService": [ + "{0} will now prompt with 'osascript' for Administrator privileges to install the shell command.", + "&&OK", + "&&Cancel", + "Unable to install the shell command '{0}'.", + "{0} will now prompt with 'osascript' for Administrator privileges to uninstall the shell command.", + "&&OK", + "&&Cancel", + "Unable to uninstall the shell command '{0}'.", + "Unable to find shell script in '{0}'" + ], + "vs/platform/workspace/common/workspace": [ + "Code Workspace" + ], + "vs/platform/windows/electron-main/windowsMainService": [ + "&&OK", + "Path does not exist", + "URI can not be opened", + "The path '{0}' does not exist on this computer.", + "The URI '{0}' is not valid and can not be opened." + ], + "vs/platform/workspaces/electron-main/workspacesHistoryMainService": [ + "New Window", + "Opens a new window", + "Recent Folders & Workspaces", + "Recent Folders", + "Untitled (Workspace)", + "{0} (Workspace)" + ], + "vs/platform/files/common/io": [ + "To open a file of this size, you need to restart and allow to use more memory", + "File is too large to open" + ], + "vs/platform/configuration/common/configurationRegistry": [ + "Default Language Configuration Overrides", + "Configure settings to be overridden for the {0} language.", + "Configure editor settings to be overridden for a language.", + "This setting does not support per-language configuration.", + "Configure editor settings to be overridden for a language.", + "This setting does not support per-language configuration.", + "Cannot register an empty property", + "Cannot register '{0}'. This matches property pattern '\\\\[.*\\\\]$' for describing language specific editor settings. Use 'configurationDefaults' contribution.", + "Cannot register '{0}'. This property is already registered.", + "Cannot register '{0}'. The associated policy {1} is already registered with {2}." + ], + "vs/workbench/api/node/extHostDebugService": [ + "Debug Process" + ], + "vs/platform/workspaces/electron-main/workspacesManagementMainService": [ + "&&OK", + "Unable to save workspace '{0}'", + "The workspace is already opened in another window. Please close that window first and then try again." ], - "vs/workbench/services/progress/browser/progressService": [ - "{0}: {1}", - "[{0}] {1}: {2}", - "[{0}]: {1}", - "[{0}]: {1}", - "Progress Message", - "Cancel", - "Cancel", - "Dismiss" + "vs/workbench/api/node/extHostTunnelService": [ + "Private", + "Public" ], - "vs/workbench/services/preferences/browser/preferencesService": [ - "Open a folder or workspace first to create workspace or folder settings.", - "Place your key bindings in this file to override the defaults", - "Default Keybindings", - "Default Keybindings", - "Default Settings", - "{0} (Folder Settings)", - "Unable to create '{0}' ({1})." + "vs/base/common/actions": [ + "(empty)" ], - "vs/workbench/services/configuration/common/jsonEditingService": [ - "Unable to write into the file. Please open the file to correct errors/warnings in the file and try again.", - "Unable to write into the file because the file is dirty. Please save the file and try again." + "vs/base/common/jsonErrorMessages": [ + "Invalid symbol", + "Invalid number format", + "Property name expected", + "Value expected", + "Colon expected", + "Comma expected", + "Closing brace expected", + "Closing bracket expected", + "End of file expected" ], - "vs/workbench/services/editor/browser/editorService": [ - "Currently Active", - "Set as default editor for '{0}' files", - "Select editor for '{0}'", - "Select editor" + "vs/platform/extensionManagement/node/extensionManagementUtil": [ + "VSIX invalid: package.json is not a JSON file." ], - "vs/workbench/services/history/browser/history": [ - "Whether it is possible to navigate back in editor history", - "Whether it is possible to navigate forward in editor history", - "Whether it is possible to navigate to the last edit location", - "Whether it is possible to reopen the last closed editor" + "vs/platform/extensionManagement/common/abstractExtensionManagementService": [ + "Marketplace is not enabled", + "Marketplace is not enabled", + "Only Marketplace Extensions can be reinstalled", + "Can't install '{0}' extension since it was reported to be problematic.", + "The '{0}' extension is not available in {1} for {2}.", + "Can't install pre-release version of '{0}' extension because it is not compatible with the current version of {1} (version {2}).", + "Can't install release version of '{0}' extension because it has no release version.", + "Can't install '{0}' extension because it is not compatible with the current version of {1} (version {2}).", + "Cannot uninstall '{0}' extension. '{1}' extension depends on this.", + "Cannot uninstall '{0}' extension. '{1}' and '{2}' extensions depend on this.", + "Cannot uninstall '{0}' extension. '{1}', '{2}' and other extension depend on this.", + "Cannot uninstall '{0}' extension . It includes uninstalling '{1}' extension and '{2}' extension depends on this.", + "Cannot uninstall '{0}' extension. It includes uninstalling '{1}' extension and '{2}' and '{3}' extensions depend on this.", + "Cannot uninstall '{0}' extension. It includes uninstalling '{1}' extension and '{2}', '{3}' and other extensions depend on this." ], - "vs/workbench/services/keybinding/browser/keybindingService": [ - "expected non-empty value.", + "vs/platform/extensions/common/extensionValidator": [ + "property publisher must be of type `string`.", "property `{0}` is mandatory and must be of type `string`", + "property `{0}` is mandatory and must be of type `string`", + "property `{0}` is mandatory and must be of type `object`", + "property `{0}` is mandatory and must be of type `string`", + "property `{0}` can be omitted or must be of type `string[]`", + "property `{0}` can be omitted or must be of type `string[]`", + "properties `{0}` and `{1}` must both be specified or must both be omitted", + "property `{0}` can be defined only if property `main` is also defined.", "property `{0}` can be omitted or must be of type `string`", + "Expected `main` ({0}) to be included inside extension's folder ({1}). This might make the extension non-portable.", + "properties `{0}` and `{1}` must both be specified or must both be omitted", "property `{0}` can be omitted or must be of type `string`", - "property `{0}` can be omitted or must be of type `string`", - "property `{0}` can be omitted or must be of type `string`", - "property `{0}` can be omitted or must be of type `string`", - "Identifier of the command to run when keybinding is triggered.", - "Arguments to pass to the command to execute.", - "Key or key sequence (separate keys with plus-sign and sequences with space, e.g. Ctrl+O and Ctrl+L L for a chord).", - "Mac specific key or key sequence.", - "Linux specific key or key sequence.", - "Windows specific key or key sequence.", - "Condition when the key is active.", - "Contributes keybindings.", - "Invalid `contributes.{0}`: {1}", - "Here are other available commands: ", - "Keybindings configuration", - "Key or key sequence (separated by space)", - "Name of the command to execute", - "Condition when the key is active.", - "Arguments to pass to the command to execute.", - "Keyboard", - "Controls the dispatching logic for key presses to use either `code` (recommended) or `keyCode`." - ], - "vs/workbench/services/mode/common/workbenchModeService": [ - "Contributes language declarations.", - "ID of the language.", - "Name aliases for the language.", - "File extensions associated to the language.", - "File names associated to the language.", - "File name glob patterns associated to the language.", - "Mime types associated to the language.", - "A regular expression matching the first line of a file of the language.", - "A relative path to a file containing configuration options for the language.", - "Invalid `contributes.{0}`. Expected an array.", - "Empty value for `contributes.{0}`", - "property `{0}` is mandatory and must be of type `string`", - "property `{0}` can be omitted and must be of type `string[]`", - "property `{0}` can be omitted and must be of type `string[]`", - "property `{0}` can be omitted and must be of type `string`", - "property `{0}` can be omitted and must be of type `string`", - "property `{0}` can be omitted and must be of type `string[]`", - "property `{0}` can be omitted and must be of type `string[]`" + "Expected `browser` ({0}) to be included inside extension's folder ({1}). This might make the extension non-portable.", + "properties `{0}` and `{1}` must both be specified or must both be omitted", + "Extension version is not semver compatible.", + "Could not parse `engines.vscode` value {0}. Please use, for example: ^1.22.0, ^1.22.x, etc.", + "Version specified in `engines.vscode` ({0}) is not specific enough. For vscode versions before 1.0.0, please define at a minimum the major and minor desired version. E.g. ^0.10.0, 0.10.x, 0.11.0, etc.", + "Version specified in `engines.vscode` ({0}) is not specific enough. For vscode versions after 1.0.0, please define at a minimum the major desired version. E.g. ^1.10.0, 1.10.x, 1.x.x, 2.x.x, etc.", + "Extension is not compatible with Code {0}. Extension requires: {1}." ], - "vs/workbench/services/themes/browser/workbenchThemeService": [ - "Unable to load {0}: {1}" + "vs/base/node/zip": [ + "Error extracting {0}. Invalid file.", + "Incomplete. Found {0} of {1} entries", + "{0} not found inside zip." ], - "vs/workbench/services/label/common/labelService": [ - "Contributes resource label formatting rules.", - "URI scheme on which to match the formatter on. For example \"file\". Simple glob patterns are supported.", - "URI authority on which to match the formatter on. Simple glob patterns are supported.", - "Rules for formatting uri resource labels.", - "Label rules to display. For example: myLabel:/${path}. ${path}, ${scheme} and ${authority} are supported as variables.", - "Separator to be used in the uri label display. '/' or '' as an example.", - "Controls whether `${path}` substitutions should have starting separator characters stripped.", - "Controls if the start of the uri label should be tildified when possible.", - "Suffix appended to the workspace label.", - "Untitled (Workspace)", - "{0} (Workspace)", - "{0} (Workspace)" + "vs/base/common/date": [ + "in {0}", + "now", + "{0} second ago", + "{0} sec ago", + "{0} seconds ago", + "{0} secs ago", + "{0} second", + "{0} sec", + "{0} seconds", + "{0} secs", + "{0} minute ago", + "{0} min ago", + "{0} minutes ago", + "{0} mins ago", + "{0} minute", + "{0} min", + "{0} minutes", + "{0} mins", + "{0} hour ago", + "{0} hr ago", + "{0} hours ago", + "{0} hrs ago", + "{0} hour", + "{0} hr", + "{0} hours", + "{0} hrs", + "{0} day ago", + "{0} days ago", + "{0} day", + "{0} days", + "{0} week ago", + "{0} wk ago", + "{0} weeks ago", + "{0} wks ago", + "{0} week", + "{0} wk", + "{0} weeks", + "{0} wks", + "{0} month ago", + "{0} mo ago", + "{0} months ago", + "{0} mos ago", + "{0} month", + "{0} mo", + "{0} months", + "{0} mos", + "{0} year ago", + "{0} yr ago", + "{0} years ago", + "{0} yrs ago", + "{0} year", + "{0} yr", + "{0} years", + "{0} yrs" ], - "vs/workbench/services/extensionManagement/common/webExtensionsScannerService": [ - "Cannot install '{0}' because this extension is not a web extension." + "vs/platform/terminal/common/terminalPlatformConfiguration": [ + "An optional set of arguments to run the shell executable with.", + "Controls whether or not the profile name overrides the auto detected one.", + "A codicon ID to associate with this terminal.", + "A theme color ID to associate with this terminal.", + "An object with environment variables that will be added to the terminal profile process. Set to `null` to delete environment variables from the base environment.", + "A single path to a shell executable or an array of paths that will be used as fallbacks when one fails.", + "A single path to a shell executable.", + "This is deprecated, the new recommended way to configure your default shell is by creating a terminal profile in {0} and setting its profile name as the default in {1}. This will currently take priority over the new profiles settings but that will change in the future.", + "This is deprecated, the new recommended way to configure your default shell is by creating a terminal profile in {0} and setting its profile name as the default in {1}. This will currently take priority over the new profiles settings but that will change in the future.", + "This is deprecated, the new recommended way to configure your default shell is by creating a terminal profile in {0} and setting its profile name as the default in {1}. This will currently take priority over the new profiles settings but that will change in the future.", + "This is deprecated, the new recommended way to configure your automation shell is by creating a terminal automation profile with {0}. This will currently take priority over the new automation profile settings but that will change in the future.", + "This is deprecated, the new recommended way to configure your automation shell is by creating a terminal automation profile with {0}. This will currently take priority over the new automation profile settings but that will change in the future.", + "This is deprecated, the new recommended way to configure your automation shell is by creating a terminal automation profile with {0}. This will currently take priority over the new automation profile settings but that will change in the future.", + "Integrated Terminal", + "A path that when set will override {0} and ignore {1} values for automation-related terminal usage like tasks and debug.", + "A path that when set will override {0} and ignore {1} values for automation-related terminal usage like tasks and debug.", + "A path that when set will override {0} and ignore {1} values for automation-related terminal usage like tasks and debug.", + "The terminal profile to use on Linux for automation-related terminal usage like tasks and debug. This setting will currently be ignored if {0} is set.", + "The terminal profile to use on macOS for automation-related terminal usage like tasks and debug. This setting will currently be ignored if {0} is set.", + "The terminal profile to use for automation-related terminal usage like tasks and debug. This setting will currently be ignored if {0} is set.", + "The path of the shell that the terminal uses on Linux. [Read more about configuring the shell](https://code.visualstudio.com/docs/editor/integrated-terminal#_terminal-profiles).", + "The path of the shell that the terminal uses on macOS. [Read more about configuring the shell](https://code.visualstudio.com/docs/editor/integrated-terminal#_terminal-profiles).", + "The path of the shell that the terminal uses on Windows. [Read more about configuring the shell](https://code.visualstudio.com/docs/editor/integrated-terminal#_terminal-profiles).", + "The command line arguments to use when on the Linux terminal. [Read more about configuring the shell](https://code.visualstudio.com/docs/editor/integrated-terminal#_terminal-profiles).", + "The command line arguments to use when on the macOS terminal. [Read more about configuring the shell](https://code.visualstudio.com/docs/editor/integrated-terminal#_terminal-profiles).", + "The command line arguments to use when on the Windows terminal. [Read more about configuring the shell](https://code.visualstudio.com/docs/editor/integrated-terminal#_terminal-profiles).", + "The command line arguments to use when on the Windows terminal. [Read more about configuring the shell](https://code.visualstudio.com/docs/editor/integrated-terminal#_terminal-profiles).", + "The command line arguments in [command-line format](https://msdn.microsoft.com/en-au/08dfcab2-eb6e-49a4-80eb-87d4076c98c6) to use when on the Windows terminal. [Read more about configuring the shell](https://code.visualstudio.com/docs/editor/integrated-terminal#_terminal-profiles).", + "The Windows profiles to present when creating a new terminal via the terminal dropdown. Use the {0} property to automatically detect the shell's location. Or set the {1} property manually with an optional {2}.\n\nSet an existing profile to {3} to hide the profile from the list, for example: {4}.", + "A profile source that will auto detect the paths to the shell.", + "The extension that contributed this profile.", + "The id of the extension terminal", + "The name of the extension terminal", + "The macOS profiles to present when creating a new terminal via the terminal dropdown. Set the {0} property manually with an optional {1}.\n\nSet an existing profile to {2} to hide the profile from the list, for example: {3}.", + "The extension that contributed this profile.", + "The id of the extension terminal", + "The name of the extension terminal", + "The Linux profiles to present when creating a new terminal via the terminal dropdown. Set the {0} property manually with an optional {1}.\n\nSet an existing profile to {2} to hide the profile from the list, for example: {3}.", + "The extension that contributed this profile.", + "The id of the extension terminal", + "The name of the extension terminal", + "Controls whether or not WSL distros are shown in the terminal dropdown", + "Whether new shells should inherit their environment from VS Code, which may source a login shell to ensure $PATH and other development variables are initialized. This has no effect on Windows.", + "Controls the maximum amount of lines that will be restored when reconnecting to a persistent terminal session. Increasing this will restore more lines of scrollback at the cost of more memory and increase the time it takes to connect to terminals on start up. This setting requires a restart to take effect and should be set to a value less than or equal to `#terminal.integrated.scrollback#`.", + "Whether to show hovers for links in the terminal output.", + "A set of process names to ignore when using the {0} setting.", + "Integrated Terminal", + "The default profile used on Linux. This setting will currently be ignored if either {0} or {1} are set.", + "The default profile used on macOS. This setting will currently be ignored if either {0} or {1} are set.", + "The default profile used on Windows. This setting will currently be ignored if either {0} or {1} are set." ], - "vs/workbench/services/extensionManagement/browser/extensionEnablementService": [ - "All installed extensions are temporarily disabled.", - "Reload and Enable Extensions", - "Cannot change enablement of {0} extension because it contributes language packs.", - "Cannot change enablement {0} extension because Settings Sync depends on it.", - "No workspace.", - "Cannot change enablement of {0} extension in workspace because it contributes authentication providers" + "vs/platform/userDataSync/common/settingsSync": [ + "Unable to sync settings as there are errors/warning in settings file." ], - "vs/workbench/services/notification/common/notificationService": [ - "Don't Show Again", - "Don't Show Again" + "vs/platform/userDataSync/common/keybindingsSync": [ + "Unable to sync keybindings because the content in the file is not valid. Please open the file and correct it.", + "Unable to sync keybindings because the content in the file is not valid. Please open the file and correct it." ], - "vs/workbench/services/extensionRecommendations/common/workspaceExtensionsConfig": [ - "Remove extension recommendation from", - "Add extension recommendation to", - "Remove extension recommendation from", - "Add extension recommendation to", - "Workspace Folder", - "Workspace" + "vs/platform/theme/common/iconRegistry": [ + "The id of the font to use. If not set, the font that is defined first is used.", + "The font character associated with the icon definition.", + "Icon for the close action in widgets.", + "Icon for goto previous editor location.", + "Icon for goto next editor location." ], - "vs/workbench/services/views/browser/viewDescriptorService": [ - "Hide '{0}'", - "Reset Location" + "vs/platform/userDataSync/common/userDataAutoSyncService": [ + "Cannot sync because default service has changed", + "Cannot sync because sync service has changed", + "Cannot sync because syncing is turned off in the cloud", + "Cannot sync because default service has changed", + "Cannot sync because sync service has changed", + "Cannot sync because current session is expired", + "Cannot sync because syncing is turned off on this machine from another machine." ], - "vs/workbench/services/userDataSync/browser/userDataSyncWorkbenchService": [ - "Settings sync cannot be turned on because there are no authentication providers available.", - "No account available", - "show log", - "{0} is turned on", - "Settings Sync is being turned on. Would you like to cancel it?", - "Settings Sync", - "&&Yes", - "&&No", - "Turning on...", - "Syncing {0}...", - "Conflicts Detected", - "Merge Manually...", - "Unable to merge due to conflicts. Please merge manually to continue...", - "Merge or Replace", - "Merge", - "Replace Local", - "Merge Manually...", - "Cancel", - "It looks like you last synced from another machine.\nWould you like to merge or replace with your data in the cloud?", - "This will clear your data in the cloud and stop sync on all your devices.", + "vs/base/browser/ui/tree/abstractTree": [ "Clear", - "&&Reset", - "Select an account to sign in", - "Signed in", - "Last Used with Sync", - "Others", - "Sign in with {0}", - "Settings sync is suspended because of successive authorization failures. Please sign in again to continue synchronizing", - "Sign in" + "Disable Filter on Type", + "Enable Filter on Type", + "No elements found", + "Matched {0} out of {1} elements" + ], + "vs/platform/list/browser/listService": [ + "Workbench", + "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 an item in trees and lists to a multi-selection with the mouse (for example in the explorer, open editors and scm view). The 'Open to Side' mouse gestures - if supported - will adapt such that they do not conflict with the multiselect modifier.", + "Controls how to open items in trees and lists using the mouse (if supported). Note that some trees and lists might choose to ignore this setting if it is not applicable.", + "Controls whether lists and trees support horizontal scrolling in the workbench. Warning: turning on this setting has a performance implication.", + "Controls tree indentation in pixels.", + "Controls whether the tree should render indent guides.", + "Controls whether lists and trees have smooth scrolling.", + "A multiplier to be used on the `deltaX` and `deltaY` of mouse wheel scroll events.", + "Scrolling speed multiplier when pressing `Alt`.", + "Simple keyboard navigation focuses elements which match the keyboard input. Matching is done only on prefixes.", + "Highlight keyboard navigation highlights elements which match the keyboard input. Further up and down navigation will traverse only the highlighted elements.", + "Filter keyboard navigation will filter out and hide all the elements which do not match the keyboard input.", + "Controls the keyboard navigation style for lists and trees in the workbench. Can be simple, highlight and filter.", + "Controls whether keyboard navigation in lists and trees is automatically triggered simply by typing. If set to `false`, keyboard navigation is only triggered when executing the `list.toggleKeyboardNavigation` command, for which you can assign a keyboard shortcut.", + "Controls how tree folders are expanded when clicking the folder names. Note that some trees and lists might choose to ignore this setting if it is not applicable." ], - "vs/workbench/services/authentication/browser/authenticationService": [ - "The id of the authentication provider.", - "The human readable name of the authentication provider.", - "Contributes authentication", - "Loading...", - "An authentication contribution must specify an id.", - "An authentication contribution must specify a label.", - "This authentication id '{0}' has already been registered", - "Loading...", - "Sign in requested", - "The extension '{0}' wants to access the {1} account '{2}'.", - "Allow", - "Deny", - "Cancel", - "Sign in to another account", - "The extension '{0}' wants to access a {1} account", - "Select an account for '{0}' to use or Esc to cancel", - "Grant access to {0}... (1)", - "Sign in to use {0} (1)" + "vs/platform/markers/common/markers": [ + "Error", + "Warning", + "Info" ], - "vs/workbench/contrib/preferences/browser/preferences.contribution": [ - "Default Preferences Editor", - "Settings Editor 2", - "Keybindings Editor", - "Open Settings (UI)", - "Preferences", - "Settings", - "&&Settings", - "Open Settings (UI)", - "Open Settings (JSON)", - "Open User Settings", - "Open Default Settings (JSON)", - "Open Settings (JSON)", - "Open Workspace Settings", - "Open Workspace Settings (JSON)", - "Open Folder Settings", - "Open Folder Settings (JSON)", - "Open Folder Settings", - "Show modified settings", - "Show settings for online services", - "&&Online Services Settings", - "Online Services Settings", - "Open Remote Settings ({0})", - "Focus Settings Search", - "Clear Settings Search Results", - "Focus settings file", - "Focus settings file", - "Focus next setting", - "Focus previous setting", - "Edit focused setting", - "Focus settings list", - "Focus Settings Table of Contents", - "Focus Setting Control", - "Show Setting Context Menu", - "Move Focus Up One Level", - "Preferences", - "Open Keyboard Shortcuts", - "Keyboard Shortcuts", - "Keyboard Shortcuts", - "Open Default Keyboard Shortcuts (JSON)", - "Open Keyboard Shortcuts (JSON)", - "Show Default Keybindings", - "Show Extension Keybindings", - "Show User Keybindings", - "Clear Search Results", - "&&Preferences" + "vs/platform/contextkey/browser/contextKeyService": [ + "A command that returns information about context keys" ], - "vs/workbench/contrib/preferences/browser/keybindingsEditorContribution": [ - "Define Keybinding", - "You won't be able to produce this key combination under your current keyboard layout.", - "**{0}** for your current keyboard layout (**{1}** for US standard).", - "**{0}** for your current keyboard layout." + "vs/workbench/browser/actions/textInputActions": [ + "Undo", + "Redo", + "Cut", + "Copy", + "Paste", + "Select All" ], - "vs/workbench/contrib/performance/browser/performance.contribution": [ - "Startup Performance" + "vs/workbench/browser/actions/layoutActions": [ + "Represents the menu bar", + "Represents the activity bar in the left position", + "Represents the activity bar in the right position", + "Represents a side bar in the left position", + "Represents a side bar in the left position toggled off", + "Represents side bar in the right position", + "Represents side bar in the right position toggled off", + "Represents the bottom panel", + "Represents the status bar", + "Represents the bottom panel alignment set to the left", + "Represents the bottom panel alignment set to the right", + "Represents the bottom panel alignment set to the center", + "Represents the bottom panel alignment set to justified", + "Represents full screen", + "Represents centered layout mode", + "Represents zen mode", + "Close Primary Side Bar", + "Toggle Activity Bar Visibility", + "Show &&Activity Bar", + "Toggle Centered Layout", + "&&Centered Layout", + "Move Primary Side Bar Right", + "Move Primary Side Bar Left", + "Toggle Primary Side Bar Position", + "Move Primary Side Bar Right", + "Move Primary Side Bar Left", + "Toggle Primary Side Bar Position", + "Icon represents workbench layout configuration.", + "Configure Layout", + "Move Primary Side Bar Right", + "Move Primary Side Bar Right", + "Move Primary Side Bar Left", + "Move Primary Side Bar Left", + "Move Secondary Side Bar Left", + "Move Secondary Side Bar Right", + "&&Move Primary Side Bar Right", + "&&Move Primary Side Bar Left", + "Toggle Editor Area Visibility", + "Show &&Editor Area", + "&&Appearance", + "Toggle Primary Side Bar Visibility", + "Hide Primary Side Bar", + "Hide Primary Side Bar", + "Show &&Primary Side Bar", + "Show Primary Side Bar", + "Toggle Primary Side Bar", + "Toggle Primary Side Bar", + "Toggle Status Bar Visibility", + "Show S&&tatus Bar", + "Toggle Tab Visibility", + "Toggle Zen Mode", + "Zen Mode", + "Toggle Menu Bar", + "Show Menu &&Bar", + "Reset View Locations", + "Move View", + "Side Bar / {0}", + "Panel / {0}", + "Secondary Side Bar / {0}", + "Select a View to Move", + "Move Focused View", + "There is no view currently focused.", + "The currently focused view is not movable.", + "Select a Destination for the View", + "View: Move {0}", + "New Panel Entry", + "New Side Bar Entry", + "New Secondary Side Bar Entry", + "Side Bar", + "Panel", + "Secondary Side Bar", + "Reset Focused View Location", + "There is no view currently focused.", + "Increase Current View Size", + "Increase Editor Width", + "Increase Editor Height", + "Decrease Current View Size", + "Decrease Editor Width", + "Decrease Editor Height", + "Visible", + "Hidden", + "Active", + "Menu Bar", + "Activity Bar", + "Primary Side Bar", + "Secondary Side Bar", + "Panel", + "Status Bar", + "Left", + "Right", + "Left", + "Right", + "Center", + "Justify", + "Full Screen", + "Zen Mode", + "Centered Layout", + "Customize Layout...", + "Visibility", + "Primary Side Bar Position", + "Panel Alignment", + "Modes", + "Customize Layout", + "Close" ], - "vs/workbench/contrib/notebook/browser/notebook.contribution": [ - "{0} ⟷ {1}", - "Notebook", - "Priority list for output mime types", - "Where the cell toolbar should be shown, or whether it should be hidden.", - "Whether the cell status bar should be shown.", - "Whether to use the enhanced text diff editor for notebook." + "vs/workbench/browser/actions/developerActions": [ + "Inspect Context Keys", + "Toggle Screencast Mode", + "Log Storage Database Contents", + "Log Working Copies", + "Screencast Mode", + "Controls the vertical offset of the screencast mode overlay from the bottom as a percentage of the workbench height.", + "Controls the font size (in pixels) of the screencast mode keyboard.", + "Keys.", + "Command title.", + "Command title prefixed by its group.", + "Command title and keys.", + "Command title and keys, with the command prefixed by its group.", + "Controls what is displayed in the keyboard overlay when showing shortcuts.", + "Only show keyboard shortcuts in screencast mode.", + "Controls how long (in milliseconds) the keyboard overlay is shown in screencast mode.", + "Controls the color in hex (#RGB, #RGBA, #RRGGBB or #RRGGBBAA) of the mouse indicator in screencast mode.", + "Controls the size (in pixels) of the mouse indicator in screencast mode." ], - "vs/workbench/contrib/testing/browser/testing.contribution": [ - "Test", - "No test providers are registered for this workspace.", - "[Search Marketplace](command:{0})", - "Test Explorer" + "vs/workbench/browser/actions/helpActions": [ + "Keyboard Shortcuts Reference", + "&&Keyboard Shortcuts Reference", + "Video Tutorials", + "&&Video Tutorials", + "Tips and Tricks", + "Tips and Tri&&cks", + "Documentation", + "&&Documentation", + "Signup for the VS Code Newsletter", + "Join Us on Twitter", + "&&Join Us on Twitter", + "Search Feature Requests", + "&&Search Feature Requests", + "View License", + "View &&License", + "Privacy Statement", + "Privac&&y Statement" ], - "vs/workbench/contrib/logs/common/logs.contribution": [ - "Settings Sync", + "vs/workbench/browser/workbench.contribution": [ + "The default size.", + "Increases the size, so it can be grabbed more easily with the mouse.", + "Controls the height of the scrollbars used for tabs and breadcrumbs in the editor title area.", + "Controls whether opened editors should show in tabs or not.", + "Controls whether tabs should be wrapped over multiple lines when exceeding available space or whether a scrollbar should appear instead. This value is ignored when `#workbench.editor.showTabs#` is disabled.", + "Controls whether scrolling over tabs will open them or not. By default tabs will only reveal upon scrolling, but not open. You can press and hold the Shift-key while scrolling to change this behavior for that duration. This value is ignored when `#workbench.editor.showTabs#` is disabled.", + "Controls whether a top border is drawn on tabs for editors that have unsaved changes. This value is ignored when `#workbench.editor.showTabs#` is disabled.", + "Controls whether editor file decorations should use badges.", + "Controls whether editor file decorations should use colors.", + "Show the name of the file. When tabs are enabled and two files have the same name in one group the distinguishing sections of each file's path are added. When tabs are disabled, the path relative to the workspace folder is shown if the editor is active.", + "Show the name of the file followed by its directory name.", + "Show the name of the file followed by its path relative to the workspace folder.", + "Show the name of the file followed by its absolute path.", + "Controls the format of the label for an editor.", + "The name of the untitled file is derived from the contents of its first line unless it has an associated file path. It will fallback to the name in case the line is empty or contains no word characters.", + "The name of the untitled file is not derived from the contents of the file.", + "Controls the format of the label for an untitled editor.", + "Controls if the untitled hint should be inline text in the editor or a floating button or hidden.", + "Controls whether the language in a text editor is automatically detected unless the language has been explicitly set by the language picker. This can also be scoped by language so you can specify which languages you do not want to be switched off of. This is useful for languages like Markdown that often contain other languages that might trick language detection into thinking it's the embedded language and not Markdown.", + "Enables use of editor history in language detection. This causes automatic language detection to favor languages that have been recently opened and allows for automatic language detection to operate with smaller inputs.", + "When enabled, a language detection model that takes into account editor history will be given higher precedence.", + "When enabled, shows a status bar quick fix when the editor language doesn't match detected content language.", + "Show in untitled text editors", + "Show in notebook editors", + "Controls the position of the editor's tabs close buttons, or disables them when set to 'off'. This value is ignored when `#workbench.editor.showTabs#` is disabled.", + "Always keep tabs large enough to show the full editor label.", + "Allow tabs to get smaller when the available space is not enough to show all tabs at once.", + "Controls the sizing of editor tabs. This value is ignored when `#workbench.editor.showTabs#` is disabled.", + "A pinned tab inherits the look of non pinned tabs.", + "A pinned tab will show in a compact form with only icon or first letter of the editor name.", + "A pinned tab shrinks to a compact fixed size showing parts of the editor name.", + "Controls the sizing of pinned editor tabs. Pinned tabs are sorted to the beginning of all opened tabs and typically do not close until unpinned. This value is ignored when `#workbench.editor.showTabs#` is disabled.", + "Splits all the editor groups to equal parts.", + "Splits the active editor group to equal parts.", + "Controls the sizing of editor groups when splitting them.", + "Controls if editor groups can be split from drag and drop operations by dropping an editor or file on the edges of the editor area.", + "Controls whether tabs are closed in most recently used order or from left to right.", + "Controls whether opened editors should show with an icon or not. This requires a file icon theme to be enabled as well.", + "Controls whether opened editors show as preview editors. Preview editors do not stay open, are reused until explicitly set to be kept open (e.g. via double click or editing), and show file names in italics.", + "Controls whether editors opened from Quick Open show as preview editors. Preview editors do not stay open, and are reused until explicitly set to be kept open (e.g. via double click or editing). This value is ignored when `#workbench.editor.enablePreview#` is disabled.", + "Controls whether editors remain in preview when a code navigation is started from them. Preview editors do not stay open, and are reused until explicitly set to be kept open (e.g. via double click or editing). This value is ignored when `#workbench.editor.enablePreview#` is disabled.", + "Controls whether editors showing a file that was opened during the session should close automatically when getting deleted or renamed by some other process. Disabling this will keep the editor open on such an event. Note that deleting from within the application will always close the editor and that editors with unsaved changes will never close to preserve your data.", + "Controls where editors open. Select `left` or `right` to open editors to the left or right of the currently active one. Select `first` or `last` to open editors independently from the currently active one.", + "Controls the default direction of editors that are opened side by side (for example, from the Explorer). By default, editors will open on the right hand side of the currently active one. If changed to `down`, the editors will open below the currently active one.", + "Controls the behavior of empty editor groups when the last tab in the group is closed. When enabled, empty groups will automatically close. When disabled, empty groups will remain part of the grid.", + "Controls whether an editor is revealed in any of the visible groups if opened. If disabled, an editor will prefer to open in the currently active editor group. If enabled, an already opened editor will be revealed instead of opened again in the currently active editor group. Note that there are some cases where this setting is ignored, e.g. when forcing an editor to open in a specific group or to the side of the currently active group.", + "Enables the use of mouse buttons four and five for commands 'Go Back' and 'Go Forward'.", + "Controls the scope of history navigation in editors for commands such as 'Go Back' and 'Go Forward'.", + "Navigate across all opened editors and editor groups.", + "Navigate only in editors of the active editor group.", + "Navigate only in the active editor.", + "Restores the last editor view state (e.g. scroll position) when re-opening editors after they have been closed. Editor view state is stored per editor group and discarded when a group closes. Use the `#workbench.editor.sharedViewState#` setting to use the last known view state across all editor groups in case no previous view state was found for a editor group.", + "Preserves the most recent editor view state (e.g. scroll position) across all editor groups and restores that if no specific editor view state is found for the editor group.", + "Controls the layout for when an editor is split in an editor group to be either vertical or horizontal.", + "Editors are positioned from top to bottom.", + "Editors are positioned from left to right.", + "Controls if the centered layout should automatically resize to maximum width when more than one group is open. Once only one group is open it will resize back to the original centered width.", + "Controls if the number of opened editors should be limited or not. When enabled, less recently used editors will close to make space for newly opening editors.", + "Controls the maximum number of opened editors. Use the `#workbench.editor.limit.perEditorGroup#` setting to control this limit per editor group or across all groups.", + "Controls if the maximum number of opened editors should exclude dirty editors for counting towards the configured limit.", + "Controls if the limit of maximum opened editors should apply per editor group or across all editor groups.", + "Controls whether local file history is enabled. When enabled, the file contents of an editor that is saved will be stored to a backup location to be able to restore or review the contents later. Changing this setting has no effect on existing local file history entries.", + "Controls the maximum size of a file (in KB) to be considered for local file history. Files that are larger will not be added to the local file history. Changing this setting has no effect on existing local file history entries.", + "Controls the maximum number of local file history entries per file. When the number of local file history entries exceeds this number for a file, the oldest entries will be discarded.", + "Configure [glob patterns](https://code.visualstudio.com/docs/editor/codebasics#_advanced-search-options) for excluding files from the local file history. Changing this setting has no effect on existing local file history entries.", + "Configure an interval in seconds during which the last entry in local file history is replaced with the entry that is being added. This helps reduce the overall number of entries that are added, for example when auto save is enabled. This setting is only applied to entries that have the same source of origin. Changing this setting has no effect on existing local file history entries.", + "Controls the number of recently used commands to keep in history for the command palette. Set to 0 to disable command history.", + "Controls whether the last typed input to the command palette should be restored when opening it the next time.", + "Controls whether Quick Open should close automatically once it loses focus.", + "Controls whether the last typed input to Quick Open should be restored when opening it the next time.", + "Controls whether opening settings also opens an editor showing all default settings.", + "Controls whether to use the split JSON editor when editing settings as JSON.", + "Controls whether opening keybinding settings also opens an editor showing all default keybindings.", + "Controls the location of the primary side bar and activity bar. They can either show on the left or right of the workbench. The secondary side bar will show on the opposite side of the workbench.", + "Controls the default location of the panel (terminal, debug console, output, problems) in a new workspace. It can either show at the bottom, right, or left of the editor area.", + "Controls whether the panel opens maximized. It can either always open maximized, never open maximized, or open to the last state it was in before being closed.", + "Always maximize the panel when opening it.", + "Never maximize the panel when opening it. The panel will open un-maximized.", + "Open the panel to the state that it was in, before it was closed.", + "Controls the visibility of the status bar at the bottom of the workbench.", + "Controls the visibility of the activity bar in the workbench.", + "Controls the behavior of clicking an activity bar icon in the workbench.", + "Hide the side bar if the clicked item is already visible.", + "Focus side bar if the clicked item is already visible.", + "Controls the visibility of view header actions. View header actions may either be always visible, or only visible when that view is focused or hovered over.", + "Controls font aliasing method in the workbench.", + "Sub-pixel font smoothing. On most non-retina displays this will give the sharpest text.", + "Smooth the font on the level of the pixel, as opposed to the subpixel. Can make the font appear lighter overall.", + "Disables font smoothing. Text will show with jagged sharp edges.", + "Applies `default` or `antialiased` automatically based on the DPI of displays.", + "Use the settings UI editor.", + "Use the JSON file editor.", + "Determines which settings editor to use by default.", + "Controls the delay in milliseconds after which the hover is shown for workbench items (ex. some extension provided tree view items). Already visible items may require a refresh before reflecting this setting change.", + "Controls whether the workbench should render with fewer animations.", + "Always render with reduced motion.", + "Do not render with reduced motion", + "Render with reduced motion based on OS configuration.", + "Controls whether the layout controls in the custom title bar is enabled via {0}.", + "Shows a single button with a dropdown of layout options.", + "Shows several buttons for toggling the visibility of the panels and side bar.", + "Shows both the dropdown and toggle buttons.", + "Controls whether the layout control in the custom title bar is displayed as a single menu button or with multiple UI toggles.", + "Controls whether the layout controls in the custom title bar is enabled via {0}.", + "This setting has been deprecated in favor of {0}", + "Shows a single button with a dropdown of layout options.", + "Shows several buttons for toggling the visibility of the panels and side bar.", + "Shows both the dropdown and toggle buttons.", + "Controls whether the layout control in the custom title bar is displayed as a single menu button or with multiple UI toggles.", + "This setting has been deprecated in favor of {0}", + "Controls whether you can drag and drop a file into a text editor by holding down `shift` (instead of opening the file in an editor).", + "Controls the window title based on the active editor. Variables are substituted based on the context:", + "`${activeEditorShort}`: the file name (e.g. myFile.txt).", + "`${activeEditorMedium}`: the path of the file relative to the workspace folder (e.g. myFolder/myFileFolder/myFile.txt).", + "`${activeEditorLong}`: the full path of the file (e.g. /Users/Development/myFolder/myFileFolder/myFile.txt).", + "`${activeFolderShort}`: the name of the folder the file is contained in (e.g. myFileFolder).", + "`${activeFolderMedium}`: the path of the folder the file is contained in, relative to the workspace folder (e.g. myFolder/myFileFolder).", + "`${activeFolderLong}`: the full path of the folder the file is contained in (e.g. /Users/Development/myFolder/myFileFolder).", + "`${folderName}`: name of the workspace folder the file is contained in (e.g. myFolder).", + "`${folderPath}`: file path of the workspace folder the file is contained in (e.g. /Users/Development/myFolder).", + "`${rootName}`: name of the opened workspace or folder (e.g. myFolder or myWorkspace).", + "`${rootPath}`: file path of the opened workspace or folder (e.g. /Users/Development/myWorkspace).", + "`${appName}`: e.g. VS Code.", + "`${remoteName}`: e.g. SSH", + "`${dirty}`: an indicator for when the active editor has unsaved changes.", + "`${separator}`: a conditional separator (\" - \") that only shows when surrounded by variables with values or static text.", "Window", - "Telemetry", - "Show Window Log", - "Main", - "Shared" - ], - "vs/workbench/contrib/quickaccess/browser/quickAccess.contribution": [ - "Type '{0}' to get help on the actions you can take from here.", - "Show all Quick Access Providers", - "Type the name of a view, output channel or terminal to open.", - "Open View", - "Type the name of a command to run.", - "Show and Run Commands", - "&&Command Palette...", - "&&Open View...", - "Go to &&Symbol in Editor...", - "Go to &&Line/Column...", - "Command Palette...", - "Command Palette..." + "Separator used by `window.title`.", + "Show command launcher together with the window title. This setting only has an effect when `#window.titleBarStyle#` is set to `custom`.", + "Menu is displayed at the top of the window and only hidden in full screen mode.", + "Menu is always visible at the top of the window even in full screen mode.", + "Menu is hidden but can be displayed at the top of the window by executing the `Focus Application Menu` command.", + "Menu is hidden but can be displayed at the top of the window via the Alt key.", + "Menu is always hidden.", + "Menu is displayed as a compact button in the side bar. This value is ignored when `#window.titleBarStyle#` is `native`.", + "Control the visibility of the menu bar. A setting of 'toggle' means that the menu bar is hidden and executing `Focus Application Menu` will show it. A setting of 'compact' will move the menu into the side bar.", + "Control the visibility of the menu bar. A setting of 'toggle' means that the menu bar is hidden and a single press of the Alt key will show it. A setting of 'compact' will move the menu into the side bar.", + "Controls whether the main menus can be opened via Alt-key shortcuts. Disabling mnemonics allows to bind these Alt-key shortcuts to editor commands instead.", + "Controls whether the menu bar will be focused by pressing the Alt-key. This setting has no effect on toggling the menu bar with the Alt-key.", + "Files will open in a new window.", + "Files will open in the window with the files' folder open or the last active window.", + "Files will open in the window with the files' folder open or the last active window unless opened via the Dock or from Finder.", + "Files will open in a new window unless picked from within the application (e.g. via the File menu).", + "Controls whether files should open in a new window when using a command line or file dialog.\nNote that there can still be cases where this setting is ignored (e.g. when using the `--new-window` or `--reuse-window` command line option).", + "Controls whether files should open in a new window when using a command line or file dialog.\nNote that there can still be cases where this setting is ignored (e.g. when using the `--new-window` or `--reuse-window` command line option).", + "Folders will open in a new window.", + "Folders will replace the last active window.", + "Folders will open in a new window unless a folder is picked from within the application (e.g. via the File menu).", + "Controls whether folders should open in a new window or replace the last active window.\nNote that there can still be cases where this setting is ignored (e.g. when using the `--new-window` or `--reuse-window` command line option).", + "Always try to ask for confirmation. Note that browsers may still decide to close a tab or window without confirmation.", + "Always ask for confirmation.", + "Only ask for confirmation if a keybinding was used to close the window. Note that detection may not be possible in some cases.", + "Only ask for confirmation if a keybinding was used.", + "Never explicitly ask for confirmation unless data loss is imminent.", + "Never explicitly ask for confirmation.", + "Controls whether to show a confirmation dialog before closing the browser tab or window. Note that even if enabled, browsers may still decide to close a tab or window without confirmation and that this setting is only a hint that may not work in all cases.", + "Controls whether to show a confirmation dialog before closing the window or quitting the application.", + "Zen Mode", + "Controls whether turning on Zen Mode also puts the workbench into full screen mode.", + "Controls whether turning on Zen Mode also centers the layout.", + "Controls whether turning on Zen Mode also hides workbench tabs.", + "Controls whether turning on Zen Mode also hides the status bar at the bottom of the workbench.", + "Controls whether turning on Zen Mode also hides the activity bar either at the left or right of the workbench.", + "Controls whether turning on Zen Mode also hides the editor line numbers.", + "Controls whether a window should restore to zen mode if it was exited in zen mode.", + "Controls whether notifications are shown while in zen mode. If true, only error notifications will pop out." ], - "vs/workbench/contrib/files/browser/explorerViewlet": [ - "View icon of the explorer view.", - "View icon of the open editors view.", - "Folders", - "Explorer", - "Explorer", - "&&Explorer", - "You have not yet added a folder to the workspace.\n[Add Folder](command:{0})", - "Connected to remote.\n[Open Folder](command:{0})", - "You have not yet opened a folder.\n[Open Folder](command:{0})" + "vs/workbench/browser/actions/navigationActions": [ + "Navigate to the View on the Left", + "Navigate to the View on the Right", + "Navigate to the View Above", + "Navigate to the View Below", + "Focus Next Part", + "Focus Previous Part" ], - "vs/workbench/contrib/files/browser/fileActions.contribution": [ - "File", + "vs/workbench/browser/actions/workspaceActions": [ "Workspaces", "File", - "Copy Path", - "Copy Relative Path", - "Reveal in Side Bar", - "Use your changes and overwrite file contents", - "Discard your changes and revert to file contents", - "Copy Path of Active File", - "Copy Relative Path of Active File", - "Save All in Group", - "Save All Files", - "Revert File", - "Compare Active File with Saved", - "Open to the Side", - "Revert File", - "Save All", - "Compare with Saved", - "Compare with Selected", - "Select for Compare", - "Compare Selected", - "Close", - "Close Others", - "Close Saved", - "Close All", - "Open With...", - "Cut", - "Delete Permanently", - "Delete Permanently", - "New File", "Open File...", - "&&New File", - "&&Save", - "Save &&As...", - "Save A&&ll", - "&&Open...", + "Open Folder...", + "Open Folder...", + "Open...", + "Open Workspace from File...", + "Close Workspace", + "Open Workspace Configuration File", + "Remove Folder from Workspace...", + "Save Workspace As...", + "Duplicate As Workspace in New Window", "&&Open File...", "Open &&Folder...", - "Open Wor&&kspace...", - "A&&uto Save", - "Re&&vert File", - "&&Close Editor", - "Go to &&File..." - ], - "vs/workbench/contrib/files/browser/files.contribution": [ - "Binary File Editor", - "Disable hot exit. A prompt will show when attempting to close a window with dirty files.", - "Hot exit will be triggered when the last window is closed on Windows/Linux or when the `workbench.action.quit` command is triggered (command palette, keybinding, menu). All windows without folders opened will be restored upon next launch. A list of previously opened windows with unsaved files can be accessed via `File > Open Recent > More...`", - "Hot exit will be triggered when the last window is closed on Windows/Linux or when the `workbench.action.quit` command is triggered (command palette, keybinding, menu), and also for any window with a folder opened regardless of whether it's the last window. All windows without folders opened will be restored upon next launch. A list of previously opened windows with unsaved files can be accessed via `File > Open Recent > More...`", - "Controls whether unsaved files are remembered between sessions, allowing the save prompt when exiting the editor to be skipped.", - "Disable hot exit. A prompt will show when attempting to close a window with dirty files.", - "Hot exit will be triggered when the browser quits or the window or tab is closed.", - "Controls whether unsaved files are remembered between sessions, allowing the save prompt when exiting the editor to be skipped.", - "Files", - "Configure glob patterns for excluding files and folders. For example, the file Explorer decides which files and folders to show or hide based on this setting. Refer to the `#search.exclude#` setting to define search specific excludes. Read more about glob patterns [here](https://code.visualstudio.com/docs/editor/codebasics#_advanced-search-options).", - "The glob pattern to match file paths against. Set to true or false to enable or disable the pattern.", - "Additional check on the siblings of a matching file. Use $(basename) as variable for the matching file name.", - "Configure file associations to languages (e.g. `\"*.extension\": \"html\"`). These have precedence over the default associations of the languages installed.", - "The default character set encoding to use when reading and writing files. This setting can also be configured per language.", - "When enabled, the editor will attempt to guess the character set encoding when opening files. This setting can also be configured per language.", - "LF", - "CRLF", - "Uses operating system specific end of line character.", - "The default end of line character.", - "Moves files/folders to the OS trash (recycle bin on Windows) when deleting. Disabling this will delete files/folders permanently.", - "When enabled, will trim trailing whitespace when saving a file.", - "When enabled, insert a final new line at the end of the file when saving it.", - "When enabled, will trim all new lines after the final new line at the end of the file when saving it.", - "A dirty editor is never automatically saved.", - "A dirty editor is automatically saved after the configured `#files.autoSaveDelay#`.", - "A dirty editor is automatically saved when the editor loses focus.", - "A dirty editor is automatically saved when the window loses focus.", - "Controls auto save of dirty editors. Read more about autosave [here](https://code.visualstudio.com/docs/editor/codebasics#_save-auto-save).", - "Controls the delay in ms after which a dirty editor is saved automatically. Only applies when `#files.autoSave#` is set to `{0}`.", - "Configure glob patterns of file paths to exclude from file watching. Patterns must match on absolute paths (i.e. prefix with ** or the full path to match properly). Changing this setting requires a restart. When you experience Code consuming lots of CPU time on startup, you can exclude large folders to reduce the initial load.", - "The default language mode that is assigned to new files. If configured to `${activeEditorLanguage}`, will use the language mode of the currently active text editor if any.", - "Controls the memory available to VS Code after restart when trying to open large files. Same effect as specifying `--max-memory=NEWSIZE` on the command line.", - "Restore the undo stack when a file is reopened.", - "Will refuse to save and ask for resolving the save conflict manually.", - "Will resolve the save conflict by overwriting the file on disk with the changes in the editor.", - "A save conflict can occur when a file is saved to disk that was changed by another program in the meantime. To prevent data loss, the user is asked to compare the changes in the editor with the version on disk. This setting should only be changed if you frequently encounter save conflict errors and may result in data loss if used without caution.", - "Enables the simple file dialog. The simple file dialog replaces the system file dialog when enabled.", - "Format a file on save. A formatter must be available, the file must not be saved after delay, and the editor must not be shutting down.", - "Format the whole file.", - "Format modifications (requires source control).", - "Controls if format on save formats the whole file or only modifications. Only applies when `#editor.formatOnSave#` is enabled.", - "File Explorer", - "Number of editors shown in the Open Editors pane. Setting this to 0 hides the Open Editors pane.", - "Controls the sorting order of editors in the Open Editors pane.", - "Editors are ordered in the same order editor tabs are shown.", - "Editors are ordered in alphabetical order inside each editor group.", - "Files will be revealed and selected.", - "Files will not be revealed and selected.", - "Files will not be scrolled into view, but will still be focused.", - "Controls whether the explorer should automatically reveal and select files when opening them.", - "Controls whether the explorer should allow to move files and folders via drag and drop. This setting only effects drag and drop from inside the explorer.", - "Controls whether the explorer should ask for confirmation to move files and folders via drag and drop.", - "Controls whether the explorer should ask for confirmation when deleting a file via the trash.", - "Files and folders are sorted by their names, in alphabetical order. Folders are displayed before files.", - "Files and folders are sorted by their names, in alphabetical order. Files are interwoven with folders.", - "Files and folders are sorted by their names, in alphabetical order. Files are displayed before folders.", - "Files and folders are sorted by their extensions, in alphabetical order. Folders are displayed before files.", - "Files and folders are sorted by last modified date, in descending order. Folders are displayed before files.", - "Controls sorting order of files and folders in the explorer.", - "Controls whether file decorations should use colors.", - "Controls whether file decorations should use badges.", - "Appends the word \"copy\" at the end of the duplicated name potentially followed by a number", - "Adds a number at the end of the duplicated name. If some number is already part of the name, tries to increase that number", - "Controls what naming strategy to use when a giving a new name to a duplicated explorer item on paste.", - "Controls whether the explorer should render folders in a compact form. In such a form, single child folders will be compressed in a combined tree element. Useful for Java package structures, for example." - ], - "vs/workbench/contrib/bulkEdit/browser/bulkEditService": [ - "Made no edits", - "Made {0} text edits in {1} files", - "Made {0} text edits in one file", - "Workspace Edit", - "Workspace Edit", - "Made no edits", - "File operation", - "Are you sure you want to quit? '{0}' is in progress.", - "Quit" + "Open &&Folder...", + "&&Open...", + "Open Wor&&kspace from File...", + "A&&dd Folder to Workspace...", + "Save Workspace As...", + "Duplicate Workspace", + "Close &&Folder", + "Close &&Workspace" ], - "vs/workbench/contrib/bulkEdit/browser/preview/bulkEdit.contribution": [ - "Another refactoring is being previewed.", - "Cancel", - "Continue", - "Press 'Continue' to discard the previous refactoring and continue with the current refactoring.", - "Apply Refactoring", - "Refactor Preview", - "Discard Refactoring", - "Refactor Preview", - "Toggle Change", - "Refactor Preview", - "Group Changes By File", - "Refactor Preview", - "Group Changes By Type", - "Refactor Preview", - "Group Changes By Type", - "Refactor Preview", - "View icon of the refactor preview view.", - "Refactor Preview", - "Refactor Preview" + "vs/workbench/browser/actions/workspaceCommands": [ + "Add Folder to Workspace...", + "&&Add", + "Add Folder to Workspace", + "Select workspace folder" ], - "vs/workbench/contrib/search/browser/search.contribution": [ - "Search", - "Copy", - "Copy Path", - "Copy All", - "Cancel Search", - "Refresh", - "Collapse All", - "Expand All", - "Clear Search Results", - "Reveal in Side Bar", - "Clear Search History", - "Focus List", - "Find in Folder...", - "Find in Workspace...", - "Go to Symbol in Workspace...", - "Search", - "Search", - "&&Search", - "Open the search viewlet", - "A set of options for the search viewlet", - "Find in Files", - "Find &&in Files", - "Replace &&in Files", - "Search files by name (append {0} to go to line or {1} to go to symbol)", - "Go to File", - "Type the name of a symbol to open.", - "Go to Symbol in Workspace", - "Search", - "Configure glob patterns for excluding files and folders in fulltext searches and quick open. Inherits all glob patterns from the `#files.exclude#` setting. Read more about glob patterns [here](https://code.visualstudio.com/docs/editor/codebasics#_advanced-search-options).", - "The glob pattern to match file paths against. Set to true or false to enable or disable the pattern.", - "Additional check on the siblings of a matching file. Use $(basename) as variable for the matching file name.", - "Controls where new `Search: Find in Files` and `Find in Folder` operations occur: either in the sidebar's search view, or in a search editor", - "Search in the search view, either in the panel or sidebar.", - "Search in an existing search editor if present, otherwise in a new search editor.", - "Search in a new search editor.", - "This setting is deprecated and now falls back on \"search.usePCRE2\".", - "Deprecated. Consider \"search.usePCRE2\" for advanced regex feature support.", - "When enabled, the searchService process will be kept alive instead of being shut down after an hour of inactivity. This will keep the file search cache in memory.", - "Controls whether to use `.gitignore` and `.ignore` files when searching for files.", - "Controls whether to use global `.gitignore` and `.ignore` files when searching for files.", - "Whether to include results from a global symbol search in the file results for Quick Open.", - "Whether to include results from recently opened files in the file results for Quick Open.", - "History entries are sorted by relevance based on the filter value used. More relevant entries appear first.", - "History entries are sorted by recency. More recently opened entries appear first.", - "Controls sorting order of editor history in quick open when filtering.", - "Controls whether to follow symlinks while searching.", - "Search case-insensitively if the pattern is all lowercase, otherwise, search case-sensitively.", - "Controls whether the search view should read or modify the shared find clipboard on macOS.", - "Controls whether the search will be shown as a view in the sidebar or as a panel in the panel area for more horizontal space.", - "This setting is deprecated. Please use drag and drop instead by dragging the search icon.", - "Files with less than 10 results are expanded. Others are collapsed.", - "Controls whether the search results will be collapsed or expanded.", - "Controls whether to open Replace Preview when selecting or replacing a match.", - "Controls whether to show line numbers for search results.", - "Whether to use the PCRE2 regex engine in text search. This enables using some advanced regex features like lookahead and backreferences. However, not all PCRE2 features are supported - only features that are also supported by JavaScript.", - "Deprecated. PCRE2 will be used automatically when using regex features that are only supported by PCRE2.", - "Position the actionbar to the right when the search view is narrow, and immediately after the content when the search view is wide.", - "Always position the actionbar to the right.", - "Controls the positioning of the actionbar on rows in the search view.", - "Search all files as you type.", - "Enable seeding search from the word nearest the cursor when the active editor has no selection.", - "Update the search query to the editor's selected text when focusing the search view. This happens either on click or when triggering the `workbench.views.search.focus` command.", - "When `#search.searchOnType#` is enabled, controls the timeout in milliseconds between a character being typed and the search starting. Has no effect when `search.searchOnType` is disabled.", - "Double clicking selects the word under the cursor.", - "Double clicking opens the result in the active editor group.", - "Double clicking opens the result in the editor group to the side, creating one if it does not yet exist.", - "Configure effect of double clicking a result in a search editor.", - "When enabled, new Search Editors will reuse the includes, excludes, and flags of the previously opened Search Editor.", - "The default number of surrounding context lines to use when creating new Search Editors. If using `#search.searchEditor.reusePriorSearchConfiguration#`, this can be set to `null` (empty) to use the prior Search Editor's configuration.", - "Results are sorted by folder and file names, in alphabetical order.", - "Results are sorted by file names ignoring folder order, in alphabetical order.", - "Results are sorted by file extensions, in alphabetical order.", - "Results are sorted by file last modified date, in descending order.", - "Results are sorted by count per file, in descending order.", - "Results are sorted by count per file, in ascending order.", - "Controls sorting order of search results.", - "Go to Symbol in &&Workspace..." + "vs/workbench/browser/actions/windowActions": [ + "File", + "Remove from Recently Opened", + "Folder With Unsaved Files", + "Workspace With Unsaved Files", + "folders & workspaces", + "folders", + "files", + "Select to open (hold Cmd-key to force new window or Alt-key for same window)", + "Select to open (hold Ctrl-key to force new window or Alt-key for same window)", + "Workspace with Unsaved Files", + "Folder with Unsaved Files", + "Do you want to open the workspace to review the unsaved files?", + "Do you want to open the folder to review the unsaved files?", + "Workspaces with unsaved files cannot be removed until all unsaved files have been saved or reverted.", + "Folders with unsaved files cannot be removed until all unsaved files have been saved or reverted.", + "{0}, workspace with unsaved changes", + "{0}, folder with unsaved changes", + "Open Recent...", + "&&More...", + "Quick Open Recent...", + "Toggle Full Screen", + "&&Full Screen", + "Reload Window", + "About", + "&&About", + "New Window", + "New &&Window", + "Remove keyboard focus from focused element", + "Confirm Before Close", + "Open &&Recent" ], - "vs/workbench/contrib/search/browser/searchView": [ - "Search was canceled before any results could be found - ", - "Toggle Search Details", - "files to include", - "Search Include Patterns", - "(e.g. *.ts, src/**/include)", - "files to exclude", - "Search Exclude Patterns", - "(e.g. *.ts, src/**/exclude)", - "Replace All", - "&&Replace", - "Replaced {0} occurrence across {1} file with '{2}'.", - "Replaced {0} occurrence across {1} file.", - "Replaced {0} occurrence across {1} files with '{2}'.", - "Replaced {0} occurrence across {1} files.", - "Replaced {0} occurrences across {1} file with '{2}'.", - "Replaced {0} occurrences across {1} file.", - "Replaced {0} occurrences across {1} files with '{2}'.", - "Replaced {0} occurrences across {1} files.", - "Replace {0} occurrence across {1} file with '{2}'?", - "Replace {0} occurrence across {1} file?", - "Replace {0} occurrence across {1} files with '{2}'?", - "Replace {0} occurrence across {1} files?", - "Replace {0} occurrences across {1} file with '{2}'?", - "Replace {0} occurrences across {1} file?", - "Replace {0} occurrences across {1} files with '{2}'?", - "Replace {0} occurrences across {1} files?", - "Empty Search", - "The search results have been cleared", - "Search path not found: {0}", - "The result set only contains a subset of all matches. Please be more specific in your search to narrow down the results.", - "No results found in open editors matching '{0}' excluding '{1}' - ", - "No results found in open editors matching '{0}' - ", - "No results found in open editors excluding '{0}' - ", - "No results found in open editors. Review your settings for configured exclusions and check your gitignore files - ", - "No results found in '{0}' excluding '{1}' - ", - "No results found in '{0}' - ", - "No results found excluding '{0}' - ", - "No results found. Review your settings for configured exclusions and check your gitignore files - ", - "Search again", - "Search again in all files", - "Open Settings", - "Learn More", - "Search returned {0} results in {1} files", - " - Search: {0}", - "exclude settings and ignore files are disabled", - "enable", - "Use Exclude Settings and Ignore Files", - "Copy current search results to an editor", - "Open in editor", - "{0} result in {1} file", - "{0} result in {1} files", - "{0} results in {1} file", - "{0} results in {1} files", - "You have not opened or specified a folder. Only open files are currently searched - ", - "Open Folder" + "vs/workbench/api/browser/viewsExtensionPoint": [ + "Unique id used to identify the container in which views can be contributed using 'views' contribution point", + "Human readable string used to render the container", + "Path to the container icon. Icons are 24x24 centered on a 50x40 block and have a fill color of 'rgb(215, 218, 224)' or '#d7dae0'. It is recommended that icons be in SVG, though any image file type is accepted.", + "Contributes views containers to the editor", + "Contribute views containers to Activity Bar", + "Contribute views containers to Panel", + "Type of the view. This can either be `tree` for a tree view based view or `webview` for a webview based view. The default is `tree`.", + "The view is backed by a `TreeView` created by `createTreeView`.", + "The view is backed by a `WebviewView` registered by `registerWebviewViewProvider`.", + "Identifier of the view. This should be unique across all views. It is recommended to include your extension id as part of the view id. Use this to register a data provider through `vscode.window.registerTreeDataProviderForView` API. Also to trigger activating your extension by registering `onView:${id}` event to `activationEvents`.", + "The human-readable name of the view. Will be shown", + "Condition which must be true to show this view", + "Path to the view icon. View icons are displayed when the name of the view cannot be shown. It is recommended that icons be in SVG, though any image file type is accepted.", + "Human-readable context for when the view is moved out of its original location. By default, the view's container name will be used.", + "Initial state of the view when the extension is first installed. Once the user has changed the view state by collapsing, moving, or hiding the view, the initial state will not be used again.", + "The default initial state for the view. In most containers the view will be expanded, however; some built-in containers (explorer, scm, and debug) show all contributed views collapsed regardless of the `visibility`.", + "The view will not be shown in the view container, but will be discoverable through the views menu and other view entry points and can be un-hidden by the user.", + "The view will show in the view container, but will be collapsed.", + "Identifier of the view. This should be unique across all views. It is recommended to include your extension id as part of the view id. Use this to register a data provider through `vscode.window.registerTreeDataProviderForView` API. Also to trigger activating your extension by registering `onView:${id}` event to `activationEvents`.", + "The human-readable name of the view. Will be shown", + "Condition which must be true to show this view", + "Nested group in the viewlet", + "The name of the remote type associated with this view", + "Contributes views to the editor", + "Contributes views to Explorer container in the Activity bar", + "Contributes views to Debug container in the Activity bar", + "Contributes views to SCM container in the Activity bar", + "Contributes views to Test container in the Activity bar", + "Contributes views to Remote container in the Activity bar. To contribute to this container, enableProposedApi needs to be turned on", + "Contributes views to contributed views container", + "views containers must be an array", + "property `{0}` is mandatory and must be of type `string` with non-empty value. Only alphanumeric characters, '_', and '-' are allowed.", + "property `{0}` is mandatory and must be of type `string` with non-empty value. Only alphanumeric characters, '_', and '-' are allowed.", + "property `{0}` is mandatory and must be of type `string`", + "property `{0}` is mandatory and must be of type `string`", + "property `{0}` is mandatory and must be of type `string` with non-empty value", + "View container '{0}' requires 'enabledApiProposals: [\"contribViewsRemote\"]' to be added to 'Remote'.", + "View container '{0}' does not exist and all views registered to it will be added to 'Explorer'.", + "Cannot register multiple views with same id `{0}`", + "A view with id `{0}` is already registered.", + "Unknown view type `{0}`.", + "views must be an array", + "property `{0}` is mandatory and must be of type `string`", + "property `{0}` is mandatory and must be of type `string`", + "property `{0}` can be omitted or must be of type `string`", + "property `{0}` can be omitted or must be of type `string`", + "property `{0}` can be omitted or must be of type `string`", + "property `{0}` can be omitted or must be one of {1}" ], - "vs/workbench/contrib/searchEditor/browser/searchEditor.contribution": [ - "Search Editor", - "Search Editor", - "Delete File Results", - "New Search Editor", - "Open Search Editor", - "Open new Search Editor to the Side", - "Open Results in Editor", - "Search Again", - "Focus Search Editor Input", - "Toggle Match Case", - "Toggle Match Whole Word", - "Toggle Use Regular Expression", - "Toggle Context Lines", - "Increase Context Lines", - "Decrease Context Lines", - "Select All Matches", - "Open New Search Editor from View" + "vs/workbench/browser/actions/quickAccessActions": [ + "Go to File...", + "Navigate Next in Quick Open", + "Navigate Previous in Quick Open", + "Select Next in Quick Open", + "Select Previous in Quick Open" ], - "vs/workbench/contrib/sash/browser/sash.contribution": [ - "Controls the feedback area size in pixels of the dragging area in between views/editors. Set it to a larger value if you feel it's hard to resize views using the mouse.", - "Controls the hover feedback delay in milliseconds of the dragging area in between views/editors." + "vs/workbench/api/common/configurationExtensionPoint": [ + "A title for the current category of settings. This label will be rendered in the Settings editor as a subheading. If the title is the same as the extension display name, then the category will be grouped under the main extension heading.", + "When specified, gives the order of this category of settings relative to other categories.", + "Description of the configuration properties.", + "Property should not be empty.", + "Schema of the configuration property.", + "Configuration that can be configured only in the user settings.", + "Configuration that can be configured only in the user settings or only in the remote settings.", + "Configuration that can be configured in the user, remote or workspace settings.", + "Configuration that can be configured in the user, remote, workspace or folder settings.", + "Resource configuration that can be configured in language specific settings.", + "Machine configuration that can be configured also in workspace or folder settings.", + "Scope in which the configuration is applicable. Available scopes are `application`, `machine`, `window`, `resource`, and `machine-overridable`.", + "Descriptions for enum values", + "Descriptions for enum values in the markdown format.", + "The description in the markdown format.", + "If set, the property is marked as deprecated and the given message is shown as an explanation.", + "If set, the property is marked as deprecated and the given message is shown as an explanation in the markdown format.", + "The value will be shown in an inputbox.", + "The value will be shown in a textarea.", + "When specified, controls the presentation format of the string setting.", + "When specified, gives the order of this setting relative to other settings within the same category. Settings with an order property will be placed before settings without this property set.", + "Cannot register configuration defaults for '{0}'. Only defaults for machine-overridable, window, resource and language overridable scoped settings are supported.", + "Contributes configuration settings.", + "'configuration.title' must be a string", + "'configuration.properties' must be an object", + "Cannot register '{0}'. This property is already registered.", + "configuration.properties property '{0}' must be an object", + "'configuration.allOf' is deprecated and should no longer be used. Instead, pass multiple configuration sections as an array to the 'configuration' contribution point.", + "List of folders to be loaded in the workspace.", + "A file path. e.g. `/root/folderA` or `./folderA` for a relative path that will be resolved against the location of the workspace file.", + "An optional name for the folder. ", + "URI of the folder", + "An optional name for the folder. ", + "Workspace settings", + "Workspace launch configurations", + "Workspace task configurations", + "Workspace extensions", + "The remote server where the workspace is located.", + "A transient workspace will disappear when restarting or reloading.", + "Unknown workspace configuration property" ], - "vs/workbench/contrib/scm/browser/scm.contribution": [ - "View icon of the Source Control view.", - "Source Control", - "No source control providers registered.", - "Source Control", - "S&&CM", - "Source Control Repositories", - "SCM", - "Show the diff decorations in all available locations.", - "Show the diff decorations only in the editor gutter.", - "Show the diff decorations only in the overview ruler.", - "Show the diff decorations only in the minimap.", - "Do not show the diff decorations.", - "Controls diff decorations in the editor.", - "Controls the width(px) of diff decorations in gutter (added & modified).", - "Show the diff decorator in the gutter at all times.", - "Show the diff decorator in the gutter only on hover.", - "Controls the visibility of the Source Control diff decorator in the gutter.", - "Show the inline diff peek view on click.", - "Do nothing.", - "Controls the behavior of Source Control diff gutter decorations.", - "Controls whether inline actions are always visible in the Source Control view.", - "Show the sum of all Source Control Provider count badges.", - "Show the count badge of the focused Source Control Provider.", - "Disable the Source Control count badge.", - "Controls the count badge on the Source Control icon on the Activity Bar.", - "Hide Source Control Provider count badges.", - "Only show count badge for Source Control Provider when non-zero.", - "Show Source Control Provider count badges.", - "Controls the count badges on Source Control Provider headers. These headers only appear when there is more than one provider.", - "Show the repository changes as a tree.", - "Show the repository changes as a list.", - "Controls the default Source Control repository view mode.", - "Controls whether the SCM view should automatically reveal and select files when opening them.", - "Controls the font for the input message. Use `default` for the workbench user interface font family, `editor` for the `#editor.fontFamily#`'s value, or a custom font family.", - "Controls the font size for the input message in pixels.", - "Controls whether repositories should always be visible in the SCM view.", - "Controls how many repositories are visible in the Source Control Repositories section. Set to `0` to be able to manually resize the view.", - "SCM: Accept Input", - "SCM: View Next Commit", - "SCM: View Previous Commit", - "Open In Terminal" + "vs/workbench/browser/parts/banner/bannerPart": [ + "Focus Banner" + ], + "vs/workbench/services/actions/common/menusExtensionPoint": [ + "The Command Palette", + "The touch bar (macOS only)", + "The editor title menu", + "Run submenu inside the editor title menu", + "The editor context menu", + "'Copy as' submenu in the editor context menu", + "The file explorer context menu", + "The editor tabs context menu", + "The debug callstack view context menu", + "The debug variables view context menu", + "The debug toolbar menu", + "The home indicator context menu (web only)", + "'Copy as' submenu in the top level Edit menu", + "The Source Control title menu", + "The Source Control menu", + "The Source Control resource state context menu", + "The Source Control resource folder context menu", + "The Source Control resource group context menu", + "The Source Control inline change menu", + "The remote indicator menu in the status bar", + "The contributed view title menu", + "The contributed view item context menu", + "The contributed comment thread title menu", + "The contributed comment thread context menu, rendered as buttons below the comment editor", + "The contributed comment title menu", + "The contributed comment context menu, rendered as buttons below the comment editor", + "The contributed notebook toolbar menu", + "The contributed notebook kernel sources menu", + "The contributed notebook cell title menu", + "The contributed notebook cell execution menu", + "The contributed primary notebook cell execution button", + "The contributed interactive toolbar menu", + "The contributed interactive cell title menu", + "The contributed test item menu", + "The menu for a gutter decoration for a test item", + "The extension context menu", + "The Timeline view title menu", + "The Timeline view item context menu", + "The Ports view item context menu", + "The Ports view item origin inline menu", + "The Ports view item port inline menu", + "The 'New File...' quick pick, shown on welcome page and File menu.", + "The actions shown when hovering on an inline completion", + "The prominent botton in the merge editor", + "property `{0}` is mandatory and must be of type `string`", + "property `{0}` can be omitted or must be of type `string`", + "property `{0}` can be omitted or must be of type `string`", + "property `{0}` can be omitted or must be of type `string`", + "property `{0}` is mandatory and must be of type `string`", + "property `{0}` can be omitted or must be of type `string`", + "property `{0}` can be omitted or must be of type `string`", + "submenu items must be an array", + "submenu items must be an object", + "property `{0}` is mandatory and must be of type `string`", + "property `{0}` is mandatory and must be of type `string`", + "Identifier of the command to execute. The command must be declared in the 'commands'-section", + "Identifier of an alternative command to execute. The command must be declared in the 'commands'-section", + "Condition which must be true to show this item", + "Group into which this item belongs", + "Identifier of the submenu to display in this item.", + "Condition which must be true to show this item", + "Group into which this item belongs", + "Identifier of the menu to display as a submenu.", + "The label of the menu item which leads to this submenu.", + "(Optional) Icon which is used to represent the submenu in the UI. Either a file path, an object with file paths for dark and light themes, or a theme icon references, like `\\$(zap)`", + "Icon path when a light theme is used", + "Icon path when a dark theme is used", + "Contributes menu items to the editor", + "Proposed API, requires `enabledApiProposal: [\"{0}\"]` - {1}", + "Contributes submenu items to the editor", + "expected non-empty value.", + "property `{0}` is mandatory and must be of type `string`", + "property `{0}` can be omitted or must be of type `string`", + "property `icon` can be omitted or must be either a string or a literal like `{dark, light}`", + "property `{0}` is mandatory and must be of type `string` or `object`", + "property `{0}` is mandatory and must be of type `string`", + "properties `{0}` and `{1}` are mandatory and must be of type `string`", + "Identifier of the command to execute", + "Title by which the command is represented in the UI", + "(Optional) Short title by which the command is represented in the UI. Menus pick either `title` or `shortTitle` depending on the context in which they show commands.", + "(Optional) Category string by which the command is grouped in the UI", + "(Optional) Condition which must be true to enable the command in the UI (menu and keybindings). Does not prevent executing the command by other means, like the `executeCommand`-api.", + "(Optional) Icon which is used to represent the command in the UI. Either a file path, an object with file paths for dark and light themes, or a theme icon references, like `\\$(zap)`", + "Icon path when a light theme is used", + "Icon path when a dark theme is used", + "Contributes commands to the command palette.", + "Command `{0}` appears multiple times in the `commands` section.", + "`{0}` is not a valid submenu identifier", + "The `{0}` submenu was already previously registered.", + "`{0}` is not a valid submenu label", + "`{0}` is not a valid menu identifier", + "{0} is a proposed menu identifier. It requires 'package.json#enabledApiProposals: [\"{1}\"]' and is only available when running out of dev or with the following command line switch: --enable-proposed-api {2}", + "Menu item references a command `{0}` which is not defined in the 'commands' section.", + "Menu item references an alt-command `{0}` which is not defined in the 'commands' section.", + "Menu item references the same command as default and alt-command", + "Menu item references a submenu for a menu which doesn't have submenu support.", + "Menu item references a submenu `{0}` which is not defined in the 'submenus' section.", + "The `{0}` submenu was already contributed to the `{1}` menu." ], - "vs/workbench/contrib/debug/browser/debug.contribution": [ - "Debug", - "Type the name of a launch configuration to run.", - "Start Debugging", - "Terminate Thread", - "Focus on Debug Console View", - "Jump to Cursor", - "Set Next Statement", - "Inline Breakpoint", - "Terminate Thread", - "Restart Frame", - "Copy Call Stack", - "Set Value", - "Copy Value", - "Copy as Expression", - "Add to Watch", - "Break on Value Read", - "Break on Value Change", - "Break on Value Access", - "Edit Expression", - "Copy Value", - "Remove Expression", - "&&Start Debugging", - "Run &&Without Debugging", - "&&Stop Debugging", - "&&Restart Debugging", - "A&&dd Configuration...", - "Step &&Over", - "Step &&Into", - "Step O&&ut", - "&&Continue", - "Inline Breakp&&oint", - "&&New Breakpoint", - "&&Install Additional Debuggers...", - "Debug Console", - "Debug Console", - "De&&bug Console", - "Run and Debug", - "&&Run", - "Variables", - "Watch", - "Call Stack", - "Breakpoints", - "Loaded Scripts", - "Debug", - "Allow setting breakpoints in any file.", - "Automatically open the explorer view at the end of a debug session.", - "Show variable values inline in editor while debugging.", - "Controls the location of the debug toolbar. Either `floating` in all views, `docked` in the debug view, or `hidden`.", - "Never show debug in status bar", - "Always show debug in status bar", - "Show debug in status bar only after debug was started for the first time", - "Controls when the debug status bar should be visible.", - "Controls if the debug console should be automatically closed when the debug session ends.", - "Before starting a new debug session in an integrated or external terminal, clear the terminal.", - "Controls when the debug view should open.", - "Controls whether the debug sub-sessions are shown in the debug tool bar. When this setting is false the stop command on a sub-session will also stop the parent session.", - "Controls the font size in pixels in the debug console.", - "Controls the font family in the debug console.", - "Controls the line height in pixels in the debug console. Use 0 to compute the line height from the font size.", - "Controls if the lines should wrap in the debug console.", - "Controls if the debug console should suggest previously typed input.", - "Controls if the debug console should collapse identical lines and show a number of occurrences with a badge.", - "Global debug launch configuration. Should be used as an alternative to 'launch.json' that is shared across workspaces.", - "Controls whether the workbench window should be focused when the debugger breaks.", - "Ignore task errors and start debugging.", - "Show the Problems view and do not start debugging.", - "Prompt user.", - "Cancel debugging.", - "Controls what to do when errors are encountered after running a preLaunchTask.", - "Controls whether breakpoints should be shown in the overview ruler.", - "Controls whether inline breakpoints candidate decorations should be shown in the editor while debugging.", - "Controls what editors to save before starting a debug session.", - "Save all editors in the active group before starting a debug session.", - "Save all editors in the active group except untitled ones before starting a debug session.", - "Don't save any editors before starting a debug session." + "vs/workbench/browser/parts/editor/editor.contribution": [ + "Text Editor", + "Text Diff Editor", + "Binary Diff Editor", + "Side by Side Editor", + "Type the name of an editor to open it.", + "Show Editors in Active Group by Most Recently Used", + "Type the name of an editor to open it.", + "Show All Opened Editors By Appearance", + "Type the name of an editor to open it.", + "Show All Opened Editors By Most Recently Used", + "File", + "Unlock Group", + "Close Group", + "Split Up", + "Split Down", + "Split Left", + "Split Right", + "Lock Group", + "Close", + "Close", + "Close Others", + "Close to the Right", + "Close Saved", + "Close All", + "Reopen Editor With...", + "Keep Open", + "Pin", + "Unpin", + "Split Up", + "Split Down", + "Split Left", + "Split Right", + "Split in Group", + "Join in Group", + "Inline View", + "Show Opened Editors", + "Close All", + "Close Saved", + "Keep Editors Open", + "Lock Group", + "Split Editor Right", + "Split Editor Down", + "Split Editor Down", + "Split Editor Right", + "Toggle Layout", + "Close", + "Close All", + "Close", + "Close All", + "Unpin", + "Close", + "Unpin", + "Close", + "Unlock Group", + "Icon for the previous change action in the diff editor.", + "Icon for the next change action in the diff editor.", + "Icon for the toggle whitespace action in the diff editor.", + "Previous Change", + "Next Change", + "Ignore Leading/Trailing Whitespace Differences", + "Show Leading/Trailing Whitespace Differences", + "Keep Editor", + "Pin Editor", + "Unpin Editor", + "Close Editor", + "Close Pinned Editor", + "Close All Editors in Group", + "Close Saved Editors in Group", + "Close Other Editors in Group", + "Close Editors to the Right in Group", + "Close Editor Group", + "Reopen Editor With...", + "&&Reopen Closed Editor", + "&&Clear Recently Opened", + "Editor &&Layout", + "Split Up", + "Split &&Up", + "Split Down", + "Split &&Down", + "Split Left", + "Split &&Left", + "Split Right", + "Split &&Right", + "Split in Group", + "Split in &&Group", + "Join in Group", + "Join in &&Group", + "Single", + "&&Single", + "Two Columns", + "&&Two Columns", + "Three Columns", + "T&&hree Columns", + "Two Rows", + "T&&wo Rows", + "Three Rows", + "Three &&Rows", + "Grid (2x2)", + "&&Grid (2x2)", + "Two Rows Right", + "Two R&&ows Right", + "Two Columns Bottom", + "Two &&Columns Bottom", + "&&Back", + "&&Forward", + "&&Last Edit Location", + "&&First Side in Editor", + "&&Second Side in Editor", + "&&Next Editor", + "&&Previous Editor", + "&&Next Used Editor", + "&&Previous Used Editor", + "&&Next Editor in Group", + "&&Previous Editor in Group", + "&&Next Used Editor in Group", + "&&Previous Used Editor in Group", + "Switch &&Editor", + "Group &&1", + "Group &&2", + "Group &&3", + "Group &&4", + "Group &&5", + "&&Next Group", + "&&Previous Group", + "Group &&Left", + "Group &&Right", + "Group &&Above", + "Group &&Below", + "Switch &&Group" ], - "vs/workbench/contrib/debug/browser/debugEditorContribution": [ - "Add Configuration..." + "vs/workbench/services/keybinding/common/keybindingEditing": [ + "Unable to write because the keybindings configuration file has unsaved changes. Please save it first and then try again.", + "Unable to write to the keybindings configuration file. Please open it to correct errors/warnings in the file and try again.", + "Unable to write to the keybindings configuration file. It has an object which is not of type Array. Please open the file to clean up and try again.", + "Place your key bindings in this file to override the defaults" ], - "vs/workbench/contrib/debug/browser/breakpointEditorContribution": [ - "Logpoint", - "Breakpoint", - "This {0} has a {1} that will get lost on remove. Consider enabling the {0} instead.", - "message", - "condition", - "This {0} has a {1} that will get lost on remove. Consider disabling the {0} instead.", - "message", - "condition", - "Remove {0}", - "{0} {1}", - "Disable", - "Enable", - "Cancel", - "Logpoint", - "Breakpoint", - "Remove {0}", - "Edit {0}...", - "Disable {0}", - "Enable {0}", - "Remove Breakpoints", - "Remove Inline Breakpoint on Column {0}", - "Remove Line Breakpoint", - "Edit Breakpoints", - "Edit Inline Breakpoint on Column {0}", - "Edit Line Breakpoint", - "Enable/Disable Breakpoints", - "Disable Inline Breakpoint on Column {0}", - "Disable Line Breakpoint", - "Enable Inline Breakpoint on Column {0}", - "Enable Line Breakpoint", - "Add Breakpoint", - "Add Conditional Breakpoint...", - "Add Logpoint...", - "Icon color for breakpoints.", - "Icon color for disabled breakpoints.", - "Icon color for unverified breakpoints.", - "Icon color for the current breakpoint stack frame.", - "Icon color for all breakpoint stack frames." + "vs/workbench/browser/parts/statusbar/statusbarPart": [ + "Hide Status Bar" ], - "vs/workbench/contrib/debug/browser/callStackEditorContribution": [ - "Background color for the highlight of line at the top stack frame position.", - "Background color for the highlight of line at focused stack frame position." + "vs/workbench/browser/parts/views/viewsService": [ + "Show {0}", + "Toggle {0}", + "Show {0}", + "Toggle {0}", + "Focus on {0} View", + "Reset Location" ], - "vs/workbench/contrib/debug/browser/repl": [ - "Filter (e.g. text, !exclude)", - "Debug Console", - "Please start a debug session to evaluate expressions", - "REPL Accept Input", - "REPL Focus Content to Filter", - "Debug: Console Copy All", - "Filter", - "Select Debug Console", - "Clear Console", - "Debug console was cleared", - "Collapse All", - "Paste", - "Copy All", - "Copy" + "vs/platform/undoRedo/common/undoRedoService": [ + "The following files have been closed and modified on disk: {0}.", + "The following files have been modified in an incompatible way: {0}.", + "Could not undo '{0}' across all files. {1}", + "Could not undo '{0}' across all files. {1}", + "Could not undo '{0}' across all files because changes were made to {1}", + "Could not undo '{0}' across all files because there is already an undo or redo operation running on {1}", + "Could not undo '{0}' across all files because an undo or redo operation occurred in the meantime", + "Would you like to undo '{0}' across all files?", + "Undo in {0} Files", + "Undo this File", + "Cancel", + "Could not undo '{0}' because there is already an undo or redo operation running.", + "Would you like to undo '{0}'?", + "Yes", + "No", + "Could not redo '{0}' across all files. {1}", + "Could not redo '{0}' across all files. {1}", + "Could not redo '{0}' across all files because changes were made to {1}", + "Could not redo '{0}' across all files because there is already an undo or redo operation running on {1}", + "Could not redo '{0}' across all files because an undo or redo operation occurred in the meantime", + "Could not redo '{0}' because there is already an undo or redo operation running." ], - "vs/workbench/contrib/debug/browser/debugViewlet": [ - "Open &&Configurations", - "Select a workspace folder to create a launch.json file in or add it to the workspace config file", - "Debug Console", - "Start Additional Session" + "vs/workbench/services/decorations/browser/decorationsService": [ + "Contains emphasized items" ], - "vs/workbench/contrib/markers/browser/markers.contribution": [ - "View icon of the markers view.", - "&&Problems", - "Copy", - "Copy Message", - "Copy Message", - "Focus problems view", - "Focus problems filter", - "Show message in multiple lines", - "Problems", - "Show message in single line", - "Problems", - "Clear filters text", - "Problems", - "Collapse All", - "Filter", - "Problems", - "{0} Errors", - "{0} Warnings", - "{0} Infos", - "No Problems", - "10K+" + "vs/workbench/services/extensions/browser/extensionUrlHandler": [ + "Allow an extension to open this URI?", + "Don't ask again for this extension.", + "&&Open", + "Extension '{0}' is not installed. Would you like to install the extension and open this URL?", + "&&Install and Open", + "Installing Extension '{0}'...", + "Extension '{0}' is disabled. Would you like to enable the extension and open the URL?", + "&&Enable and Open", + "Extension '{0}' is not loaded. Would you like to reload the window to load the extension and open the URL?", + "&&Reload Window and Open", + "Manage Authorized Extension URIs...", + "Extensions", + "There are currently no authorized extension URIs." ], - "vs/workbench/contrib/comments/browser/comments.contribution": [ - "Comments", - "Controls when the comments panel should open." + "vs/workbench/services/preferences/browser/preferencesService": [ + "Open a folder or workspace first to create workspace or folder settings.", + "Place your key bindings in this file to override the defaults", + "Default Keybindings", + "Default Keybindings", + "Unable to create '{0}' ({1})." ], - "vs/workbench/contrib/url/browser/url.contribution": [ - "Open URL", - "URL to open" + "vs/workbench/services/progress/browser/progressService": [ + "{0}: {1}", + "[{0}] {1}: {2}", + "[{0}]: {1}", + "[{0}]: {1}", + "Progress Message", + "Cancel", + "Cancel", + "Dismiss" ], - "vs/workbench/contrib/webviewPanel/browser/webviewPanel.contribution": [ - "webview editor" + "vs/workbench/services/editor/browser/editorResolverService": [ + "There are multiple default editors available for the resource.", + "Configure Default", + "Keep {0}", + "Active", + "Default", + "Active and Default", + "Configure default editor for '{0}'...", + "Select new default editor for '{0}'", + "Select editor for '{0}'" ], - "vs/workbench/contrib/extensions/browser/extensions.contribution": [ - "Press Enter to manage extensions.", - "Manage Extensions", - "Extension", - "Extensions", - "E&&xtensions", - "Extensions", - "When enabled, automatically installs updates for extensions. The updates are fetched from a Microsoft online service.", - "When enabled, automatically checks extensions for updates. If an extension has an update, it is marked as outdated in the Extensions view. The updates are fetched from a Microsoft online service.", - "When enabled, the notifications for extension recommendations will not be shown.", - "This setting is deprecated. Use extensions.ignoreRecommendations setting to control recommendation notifications. Use Extensions view's visibility actions to hide Recommended view by default.", - "When enabled, editors with extension details will be automatically closed upon navigating away from the Extensions View.", - "When an extension is listed here, a confirmation prompt will not be shown when that extension handles a URI.", - "Enable web worker extension host.", - "Install the given extension", - "Extension id or VSIX resource uri", - "Extension '{0}' not found.", - "Uninstall the given extension", - "Id of the extension to uninstall", - "Extension id required.", - "Extension '{0}' is not installed. Make sure you use the full extension ID, including the publisher, e.g.: ms-dotnettools.csharp.", - "Extension '{0}' is a Built-in extension and cannot be installed", - "Search for a specific extension", - "Query to use in search", - "Type the name of an extension to install or search.", - "Install or Search Extensions", - "&&Extensions", - "Extensions", - "Install Extensions", - "Keymaps", - "&&Keymaps", - "Keymaps", - "Language Extensions", - "Check for Extension Updates", - "All extensions are up to date.", - "Disable Auto Updating Extensions", - "Update All Extensions", - "Enable Auto Updating Extensions", - "Enable All Extensions", - "Enable All Extensions for this Workspace", - "Disable All Installed Extensions", - "Disable All Installed Extensions for this Workspace", - "Install from VSIX...", - "Install from VSIX", - "&&Install", - "Install Extension VSIX", - "Completed installing {0} extension from VSIX. Please reload Visual Studio Code to enable it.", - "Completed installing {0} extension from VSIX.", - "Reload Now", - "Filter Extensions...", - "Show Featured Extensions", - "Featured", - "Show Popular Extensions", - "Most Popular", - "Show Recommended Extensions", - "Recommended", - "Show Recently Published Extensions", - "Recently Published", - "Category", - "Show Built-in Extensions", - "Built-in", - "Show Installed Extensions", - "Installed", - "Show Enabled Extensions", - "Enabled", - "Show Disabled Extensions", - "Disabled", - "Show Outdated Extensions", - "Outdated", - "Sort By", - "Install Count", - "Rating", - "Name", - "Published Date", - "Clear Extensions Search Results", - "Refresh", - "Install Workspace Recommended Extensions", - "Copy", - "Name: {0}", - "Id: {0}", - "Description: {0}", - "Version: {0}", - "Publisher: {0}", - "VS Marketplace Link: {0}", - "Copy Extension Id", - "Extension Settings", - "Sync This Extension", - "Ignore Recommendation", - "Undo Ignored Recommendation", - "Add to Workspace Recommendations", - "Remove from Workspace Recommendations", - "Add Extension to Workspace Recommendations", - "Extensions", - "Add Extension to Workspace Folder Recommendations", - "Extensions", - "Add Extension to Workspace Ignored Recommendations", - "Extensions", - "Add Extension to Workspace Folder Ignored Recommendations", - "Extensions", - "Extensions" + "vs/workbench/services/configuration/common/jsonEditingService": [ + "Unable to write into the file. Please open the file to correct errors/warnings in the file and try again.", + "Unable to write into the file because the file has unsaved changes. Please save the file and try again." ], - "vs/workbench/contrib/extensions/browser/extensionsViewlet": [ - "Installed", - "Install Local Extensions in '{0}'...", - "Remote", - "Install Remote Extensions Locally...", - "Remote", - "Popular", - "Recommended", - "Enabled", - "Disabled", - "Marketplace", - "Installed", - "Enabled", - "Disabled", - "Outdated", - "Builtin", - "Workspace Recommendations", - "Other Recommendations", - "Features", - "Themes", - "Programming Languages", - "Search Extensions in Marketplace", - "1 extension found in the {0} section.", - "1 extension found.", - "{0} extensions found in the {1} section.", - "{0} extensions found.", - "Marketplace returned 'ECONNREFUSED'. Please check the 'http.proxy' setting.", - "Open User Settings", - "{0} Outdated Extensions", - "We have uninstalled '{0}' which was reported to be problematic.", - "Reload Now" + "vs/workbench/services/keybinding/browser/keybindingService": [ + "expected non-empty value.", + "property `{0}` is mandatory and must be of type `string`", + "property `{0}` can be omitted or must be of type `string`", + "property `{0}` can be omitted or must be of type `string`", + "property `{0}` can be omitted or must be of type `string`", + "property `{0}` can be omitted or must be of type `string`", + "property `{0}` can be omitted or must be of type `string`", + "Identifier of the command to run when keybinding is triggered.", + "Arguments to pass to the command to execute.", + "Key or key sequence (separate keys with plus-sign and sequences with space, e.g. Ctrl+O and Ctrl+L L for a chord).", + "Mac specific key or key sequence.", + "Linux specific key or key sequence.", + "Windows specific key or key sequence.", + "Condition when the key is active.", + "Contributes keybindings.", + "Invalid `contributes.{0}`: {1}", + "Here are other available commands: ", + "Keybindings configuration", + "Key or key sequence (separated by space)", + "Name of the command to execute", + "Condition when the key is active.", + "Arguments to pass to the command to execute.", + "Keyboard", + "Controls the dispatching logic for key presses to use either `code` (recommended) or `keyCode`." ], - "vs/workbench/contrib/output/browser/output.contribution": [ - "View icon of the output view.", - "Output", - "Output", - "&&Output", - "Log Viewer", - "Switch to Output", - "Clear Output", - "Output was cleared", - "Toggle Auto Scrolling", - "Turn Auto Scrolling Off", - "Turn Auto Scrolling On", - "Open Log Output File", - "Show Logs...", - "Select Log", - "Open Log File...", - "Select Log file", - "Output", - "Enable/disable the ability of smart scrolling in the output view. Smart scrolling allows you to lock scrolling automatically when you click in the output view and unlocks when you click in the last line." + "vs/workbench/services/history/browser/historyService": [ + "Whether it is possible to navigate back in editor history", + "Whether it is possible to navigate forward in editor history", + "Whether it is possible to navigate back in editor navigation locations history", + "Whether it is possible to navigate forward in editor navigation locations history", + "Whether it is possible to navigate to the last editor navigation location", + "Whether it is possible to navigate back in editor edit locations history", + "Whether it is possible to navigate forward in editor edit locations history", + "Whether it is possible to navigate to the last editor edit location", + "Whether it is possible to reopen the last closed editor" ], - "vs/workbench/contrib/output/browser/outputView": [ - "{0} - Output", - "Output channel for '{0}'", - "Output", - "{0}, Output panel", - "Output panel", - "Output Channels.", - "Log ({0})" + "vs/workbench/services/language/common/languageService": [ + "Contributes language declarations.", + "ID of the language.", + "Name aliases for the language.", + "File extensions associated to the language.", + "File names associated to the language.", + "File name glob patterns associated to the language.", + "Mime types associated to the language.", + "A regular expression matching the first line of a file of the language.", + "A relative path to a file containing configuration options for the language.", + "A icon to use as file icon, if no icon theme provides one for the language.", + "Icon path when a light theme is used", + "Icon path when a dark theme is used", + "Invalid `contributes.{0}`. Expected an array.", + "Empty value for `contributes.{0}`", + "property `{0}` is mandatory and must be of type `string`", + "property `{0}` can be omitted and must be of type `string[]`", + "property `{0}` can be omitted and must be of type `string[]`", + "property `{0}` can be omitted and must be of type `string`", + "property `{0}` can be omitted and must be of type `string`", + "property `{0}` can be omitted and must be of type `string[]`", + "property `{0}` can be omitted and must be of type `string[]`", + "property `{0}` can be omitted and must be of type `object` with properties `{1}` and `{2}` of type `string`" ], - "vs/workbench/contrib/terminal/browser/terminal.contribution": [ - "Type the name of a terminal to open.", - "Show All Opened Terminals", - "Terminal", - "Terminal", - "&&Terminal" + "vs/workbench/services/themes/browser/workbenchThemeService": [ + "Unable to load {0}: {1}" ], - "vs/workbench/contrib/terminal/browser/terminalView": [ - "Use 'monospace'", - "The terminal only supports monospace fonts. Be sure to restart VS Code if this is a newly installed font.", - "Open Terminals.", - "Starting..." + "vs/workbench/services/extensionRecommendations/common/workspaceExtensionsConfig": [ + "Remove extension recommendation from", + "Add extension recommendation to", + "Remove extension recommendation from", + "Add extension recommendation to", + "Workspace Folder", + "Workspace" ], - "vs/workbench/contrib/relauncher/browser/relauncher.contribution": [ - "A setting has changed that requires a restart to take effect.", - "A setting has changed that requires a reload to take effect.", - "Press the restart button to restart {0} and enable the setting.", - "Press the reload button to reload {0} and enable the setting.", - "&&Restart", - "&&Reload" + "vs/workbench/services/label/common/labelService": [ + "Contributes resource label formatting rules.", + "URI scheme on which to match the formatter on. For example \"file\". Simple glob patterns are supported.", + "URI authority on which to match the formatter on. Simple glob patterns are supported.", + "Rules for formatting uri resource labels.", + "Label rules to display. For example: myLabel:/${path}. ${path}, ${scheme}, ${authority} and ${authoritySuffix} are supported as variables.", + "Separator to be used in the uri label display. '/' or '' as an example.", + "Controls whether `${path}` substitutions should have starting separator characters stripped.", + "Controls if the start of the uri label should be tildified when possible.", + "Suffix appended to the workspace label.", + "Untitled (Workspace)", + "Workspace", + "{0} (Workspace)", + "{0} (Workspace)" ], - "vs/workbench/contrib/tasks/browser/task.contribution": [ - "Building...", - "{0} running tasks", - "Show Running Tasks", - "Running Tasks", - "&&Run Task...", - "Run &&Build Task...", - "Show Runnin&&g Tasks...", - "R&&estart Running Task...", - "&&Terminate Task...", - "&&Configure Tasks...", - "Configure De&&fault Build Task...", - "Open Workspace Tasks", - "Show Task Log", - "Run Task", - "Rerun Last Task", - "Restart Running Task", - "Show Running Tasks", - "Terminate Task", - "Run Build Task", - "Run Test Task", - "Configure Default Build Task", - "Configure Default Test Task", - "Open User Tasks", - "Type the name of a task to run.", - "Run Task", - "Tasks", - "Configures whether to show the problem matcher prompt when running a task. Set to `true` to never prompt, or use a dictionary of task types to turn off prompting only for specific task types.", - "Sets problem matcher prompting behavior for all tasks.", - "An object containing task type-boolean pairs to never prompt for problem matchers on.", - "Controls enablement of `provideTasks` for all task provider extension. If the Tasks: Run Task command is slow, disabling auto detect for task providers may help. Individual extensions may also provide settings that disable auto detection.", - "Configures whether a warning is shown when a provider is slow", - "Sets the slow provider warning for all tasks.", - "An array of task types to never show the slow provider warning.", - "Controls the number of recent items tracked in task quick open dialog.", - "Controls whether to show the task detail for tasks that have a detail in task quick picks, such as Run Task.", - "Controls whether the task quick pick is skipped when there is only one task to pick from.", - "Causes the Tasks: Run Task command to use the slower \"show all\" behavior instead of the faster two level picker where tasks are grouped by provider.", - "Save all dirty editors before running a task.", - "Always saves all editors before running.", - "Never saves editors before running.", - "Prompts whether to save editors before running." + "vs/workbench/services/extensionManagement/browser/webExtensionsScannerService": [ + "Cannot add '{0}' because this extension is not a web extension.", + "Open Installed Web Extensions Resource" ], - "vs/workbench/contrib/remote/common/remote.contribution": [ - "Remote Server", - "UI extension kind. In a remote window, such extensions are enabled only when available on the local machine.", - "Workspace extension kind. In a remote window, such extensions are enabled only when available on the remote.", - "Web worker extension kind. Such an extension can execute in a web worker extension host.", - "Remote", - "Override the kind of an extension. `ui` extensions are installed and run on the local machine while `workspace` extensions are run on the remote. By overriding an extension's default kind using this setting, you specify if that extension should be installed and enabled locally or remotely.", - "Restores the ports you forwarded in a workspace.", - "When enabled, new running processes are detected and ports that they listen on are automatically forwarded.", - "Sets the source from which ports are automatically forwarded when `remote.autoForwardPorts` is true. On Windows and Mac remotes, the `process` option has no effect and `output` will be used. Requires a reload to take effect.", - "Ports will be automatically forwarded when discovered by watching for processes that are started and include a port.", - "Ports will be automatically forwarded when discovered by reading terminal and debug output. Not all processes that use ports will print to the integrated terminal or debug console, so some ports will be missed. Ports forwarded based on output will not be \"un-forwarded\" until reload or until the port is closed by the user in the Ports view.", - "A port, range of ports (ex. \"40000-55000\"), or regular expression (ex. \".+\\\\/server.js\"). For a port number or range, the attributes will apply to that port number or range of port numbers. Attributes which use a regular expression will apply to ports whose associated process command line matches the expression.", - "Shows a notification when a port is automatically forwarded.", - "Opens the browser when the port is automatically forwarded. Depending on your settings, this could open an embedded browser.", - "Opens a preview in the same window when the port is automatically forwarded.", - "Shows no notification and takes no action when this port is automatically forwarded.", - "This port will not be automatically forwarded.", - "Defines the action that occurs when the port is discovered for automatic forwarding", - "Automatically prompt for elevation (if needed) when this port is forwarded. Elevate is required if the local port is a privileged port.", - "Label that will be shown in the UI for this port.", - "Application", - "Application", - "Set properties that are applied when a specific port number is forwarded. For example:\n\n```\n\"3000\": {\n \"label\": \"Application\"\n},\n\"40000-55000\": {\n \"onAutoForward\": \"ignore\"\n},\n\".+\\\\/server.js\": {\n \"onAutoForward\": \"openPreview\"\n}\n```", - "Must be a port number, range of port numbers, or regular expression.", - "Shows a notification when a port is automatically forwarded.", - "Opens the browser when the port is automatically forwarded. Depending on your settings, this could open an embedded browser.", - "Opens a preview in the same window when the port is automatically forwarded.", - "Shows no notification and takes no action when this port is automatically forwarded.", - "This port will not be automatically forwarded.", - "Defines the action that occurs when the port is discovered for automatic forwarding", - "Automatically prompt for elevation (if needed) when this port is forwarded. Elevate is required if the local port is a privileged port.", - "Label that will be shown in the UI for this port.", - "Application", - "Set default properties that are applied to all ports that don't get properties from the setting `remote.portsAttributes`. For example:\n\n```\n{\n \"onAutoForward\": \"ignore\"\n}\n```" + "vs/workbench/services/extensionManagement/browser/extensionEnablementService": [ + "All installed extensions are temporarily disabled.", + "Reload and Enable Extensions", + "Cannot change enablement of {0} extension because it contributes language packs.", + "Cannot change enablement {0} extension because Settings Sync depends on it.", + "Cannot change enablement of {0} extension because it is enabled in environment", + "Cannot change enablement of {0} extension because it is disabled in environment", + "Cannot change enablement of {0} extension because it does not support virtual workspaces", + "Cannot change enablement of {0} extension because of its extension kind", + "Cannot enable '{0}' extension because it depends on '{1}' extension that cannot be enabled", + "No workspace.", + "Cannot change enablement of {0} extension in workspace because it contributes authentication providers" ], - "vs/workbench/contrib/remote/browser/remote": [ - "Contributes help information for Remote", - "The url, or a command that returns the url, to your project's Getting Started page", - "The url, or a command that returns the url, to your project's documentation page", - "The url, or a command that returns the url, to your project's feedback reporter", - "The url, or a command that returns the url, to your project's issues list", - "Get Started", - "Read Documentation", - "Provide Feedback", - "Review Issues", - "Report Issue", - "Select url to open", - "Help and feedback", - "Remote Help", - "Remote Explorer", - "Remote Explorer", - "Attempting to reconnect in {0} second...", - "Attempting to reconnect in {0} seconds...", - "Reconnect Now", - "Reload Window", - "Connection Lost", - "Disconnected. Attempting to reconnect...", - "Cannot reconnect. Please reload the window.", - "Reload Window", - "Cancel" + "vs/workbench/services/profiles/common/profileService": [ + "{0}: Applying...", + "{0}: Applied successfully." ], - "vs/workbench/contrib/keybindings/browser/keybindings.contribution": [ - "Toggle Keyboard Shortcuts Troubleshooting" + "vs/workbench/services/notification/common/notificationService": [ + "Don't Show Again", + "Don't Show Again" ], - "vs/workbench/contrib/externalTerminal/browser/externalTerminal.contribution": [ - "Open in Terminal", - "Open in Integrated Terminal", - "Open in Integrated Terminal", - "Open in Windows Terminal", - "Open in External Terminal" + "vs/workbench/services/remote/common/remoteExplorerService": [ + "User Forwarded", + "Auto Forwarded", + "Local port {0} could not be used for forwarding to remote port {1}.\n\nThis usually happens when there is already another process using local port {0}.\n\nPort number {2} has been used instead.", + "Statically Forwarded" ], - "vs/workbench/contrib/snippets/browser/snippets.contribution": [ - "The prefix to use when selecting the snippet in intellisense", - "The snippet content. Use `$1`, `${1:defaultText}` to define cursor positions, use `$0` for the final cursor position. Insert variable values with `${varName}` and `${varName:defaultText}`, e.g. `This is file: $TM_FILENAME`.", - "The snippet description.", - "Empty snippet", - "User snippet configuration", - "Empty snippet", - "User snippet configuration", - "A list of language names to which this snippet applies, e.g. 'typescript,javascript'." + "vs/workbench/services/views/browser/viewDescriptorService": [ + "View Container locations customizations", + "View locations customizations", + "Hide '{0}'", + "Reset Location" ], - "vs/workbench/contrib/snippets/browser/snippetsService": [ - "Expected string in `contributes.{0}.path`. Provided value: {1}", - "When omitting the language, the value of `contributes.{0}.path` must be a `.code-snippets`-file. Provided value: {1}", - "Unknown language in `contributes.{0}.language`. Provided value: {1}", - "Expected `contributes.{0}.path` ({1}) to be included inside extension's folder ({2}). This might make the extension non-portable.", - "Contributes snippets.", - "Language identifier for which this snippet is contributed to.", - "Path of the snippets file. The path is relative to the extension folder and typically starts with './snippets/'.", - "One or more snippets from the extension '{0}' very likely confuse snippet-variables and snippet-placeholders (see https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax for more details)", - "The snippet file \"{0}\" could not be read." + "vs/workbench/services/authentication/browser/authenticationService": [ + "The id of the authentication provider.", + "The human readable name of the authentication provider.", + "Contributes authentication", + "No accounts requested yet...", + "An authentication contribution must specify an id.", + "An authentication contribution must specify a label.", + "This authentication id '{0}' has already been registered", + "Loading...", + "Sign in requested", + "The extension '{0}' wants to access the {1} account '{2}'.", + "Allow", + "Deny", + "Cancel", + "Sign in to another account", + "The extension '{0}' wants to access a {1} account", + "Select an account for '{0}' to use or Esc to cancel", + "Grant access to {0} for {1}... (1)", + "Sign in with {0} to use {1} (1)" + ], + "vs/workbench/contrib/performance/browser/performance.contribution": [ + "Startup Performance" + ], + "vs/workbench/services/userDataSync/browser/userDataSyncWorkbenchService": [ + "Settings sync cannot be turned on because there are no authentication providers available.", + "No account available", + "No account available", + "show log", + "{0} is turned on", + "Settings Sync is being turned on. Would you like to cancel it?", + "Settings Sync", + "&&Yes", + "&&No", + "Turning on...", + "Syncing {0}...", + "Conflicts Detected", + "Merge Manually...", + "Unable to merge due to conflicts. Please merge manually to continue...", + "Merge or Replace", + "Merge", + "Replace Local", + "Merge Manually...", + "Cancel", + "It looks like you last synced from another machine.\nWould you like to merge or replace with your data in the cloud?", + "This will clear your data in the cloud and stop sync on all your devices.", + "Clear", + "&&Reset", + "Select an account to sign in", + "Signed in", + "Last Used with Sync", + "Others", + "Sign in with {0}", + "Settings sync is suspended because of successive authorization failures. Please sign in again to continue synchronizing", + "Sign in" ], - "vs/workbench/contrib/snippets/browser/insertSnippet": [ - "Insert Snippet", - "User Snippets", - "Extension Snippets", - "Workspace Snippets", - "Hide from IntelliSense", - "(hidden from IntelliSense)", - "Show in IntelliSense", - "Select a snippet" + "vs/workbench/contrib/preferences/browser/keybindingsEditorContribution": [ + "Define Keybinding", + "You won't be able to produce this key combination under your current keyboard layout.", + "**{0}** for your current keyboard layout (**{1}** for US standard).", + "**{0}** for your current keyboard layout." ], - "vs/workbench/contrib/snippets/browser/configureSnippets": [ - "(global)", - "({0})", - "Type snippet file name", - "Invalid file name", - "'{0}' is not a valid file name", - "'{0}' already exists", - "global", - "New Global Snippets file...", - "{0} workspace", - "New Snippets file for '{0}'...", - "Existing Snippets", - "New Snippets", - "New Snippets", - "Select Snippets File or Create Snippets", - "Configure User Snippets", + "vs/workbench/contrib/preferences/browser/preferences.contribution": [ + "Settings Editor 2", + "Keybindings Editor", + "Open Settings (UI)", "Preferences", - "User &&Snippets", - "User Snippets" + "Settings", + "&&Settings", + "Open Settings (UI)", + "Open Settings (JSON)", + "Open User Settings", + "Open Default Settings (JSON)", + "Open Settings (JSON)", + "Open Workspace Settings", + "Open Workspace Settings (JSON)", + "Open Folder Settings", + "Open Folder Settings (JSON)", + "Open Folder Settings", + "&&Online Services Settings", + "Telemetry Settings", + "Show untrusted workspace settings", + "Open Remote Settings ({0})", + "Open Remote Settings (JSON) ({0})", + "Focus Settings Search", + "Clear Settings Search Results", + "Focus settings file", + "Focus settings file", + "Focus settings list", + "Focus Settings Table of Contents", + "Focus Setting Control", + "Show Setting Context Menu", + "Move Focus Up One Level", + "Preferences", + "Open Keyboard Shortcuts", + "Keyboard Shortcuts", + "Keyboard Shortcuts", + "Open Default Keyboard Shortcuts (JSON)", + "Open Keyboard Shortcuts (JSON)", + "Show Default Keybindings", + "Show Extension Keybindings", + "Show User Keybindings", + "Clear Search Results", + "&&Preferences" ], - "vs/workbench/contrib/update/browser/update.contribution": [ - "&&Release Notes" + "vs/workbench/contrib/testing/browser/testing.contribution": [ + "Testing", + "T&&esting", + "No tests have been found in this workspace yet.", + "Install Additional Test Extensions...", + "Test Explorer" ], - "vs/workbench/contrib/watermark/browser/watermark": [ + "vs/workbench/contrib/notebook/browser/notebook.contribution": [ + "Settings for code editors used in notebooks. This can be used to customize most editor.* settings.", + "Notebook", + "Priority list for output mime types", + "Where the cell toolbar should be shown, or whether it should be hidden.", + "Configure the cell toolbar position for for specific file types", + "Whether the cell status bar should be shown.", + "The cell Status bar is always hidden.", + "The cell Status bar is always visible.", + "The cell Status bar is hidden until the cell has executed. Then it becomes visible to show the execution status.", + "Whether to use the enhanced text diff editor for notebook.", + "Whether the cell toolbar should appear on hover or click.", + "Whether to use separate undo/redo stack for each cell.", + "Control whether the notebook editor should be rendered in a compact form. For example, when turned on, it will decrease the left margin width.", + "Controls where the focus indicator is rendered, either along the cell borders or on the left gutter", + "Control where the insert cell actions should appear.", + "A toolbar that appears on hover between cells.", + "The toolbar at the top of the notebook editor.", + "Both toolbars.", + "The insert actions don't appear anywhere.", + "Control whether to render a global toolbar inside the notebook editor.", + "Control whether outputs action should be rendered in the output toolbar.", + "Controls when the Markdown header folding arrow is shown.", + "The folding controls are always visible.", + "The folding controls are visible only on mouseover.", + "Control whether the notebook editor should allow moving cells through drag and drop.", + "Control whether extra actions are shown in a dropdown next to the run button.", + "Control whether the actions on the notebook toolbar should render label or not.", + "Control how many lines of text in a text output is rendered.", + "Controls the font size in pixels of rendered markup in notebooks. When set to `0`, 120% of `#editor.fontSize#` is used.", + "Controls whether code cells in the interactive window are collapsed by default.", + "Line height of the output text for notebook cells.\n - Values between 0 and 8 will be used as a multiplier with the font size.\n - Values greater than or equal to 8 will be used as effective values.", + "Font size for the output text for notebook cells. When set to 0 `#editor.fontSize#` is used.", + "The font family for the output text for notebook cells. When set to empty, the `#editor.fontFamily#` is used." + ], + "vs/workbench/contrib/quickaccess/browser/quickAccess.contribution": [ + "Type '{0}' to get help on the actions you can take from here.", + "Show all Quick Access Providers", + "Type the name of a view, output channel or terminal to open.", + "Open View", + "Type the name of a command to run.", + "Show and Run Commands", + "&&Command Palette...", "Show All Commands", - "Go to File", - "Open File", + "&&Open View...", + "Go to &&Line/Column...", + "Command Palette...", + "Command Palette..." + ], + "vs/workbench/contrib/files/browser/explorerViewlet": [ + "View icon of the explorer view.", + "View icon of the open editors view.", + "Folders", + "Explorer", + "Explorer", + "&&Explorer", "Open Folder", - "Open File or Folder", + "add a folder", "Open Recent", - "New Untitled File", - "Toggle Terminal", - "Find in Files", - "Start Debugging", - "When enabled, will show the watermark tips when no editor is open." - ], - "vs/workbench/contrib/themes/browser/themes.contribution": [ - "Color Theme", - "light themes", - "dark themes", - "high contrast themes", - "Install Additional Color Themes...", - "Select Color Theme (Up/Down Keys to Preview)", - "File Icon Theme", - "None", - "Disable File Icons", - "Install Additional File Icon Themes...", - "Select File Icon Theme", - "Product Icon Theme", - "Default", - "Install Additional Product Icon Themes...", - "Select Product Icon Theme", - "Generate Color Theme From Current Settings", - "Preferences", - "&&Color Theme", - "File &&Icon Theme", - "&&Product Icon Theme", - "Color Theme", - "File Icon Theme", - "Product Icon Theme" - ], - "vs/workbench/contrib/surveys/browser/nps.contribution": [ - "Do you mind taking a quick feedback survey?", - "Take Survey", - "Remind Me later", - "Don't Show Again" + "You have not yet added a folder to the workspace.\n{0}", + "You have not yet opened a folder.\n{0}\n{1}", + "Connected to remote.\n{0}", + "You have not yet opened a folder.\n{0}\nOpening a folder will close all currently open editors. To keep them open, {1} instead.", + "You have not yet opened a folder.\n{0}" ], - "vs/workbench/contrib/surveys/browser/ces.contribution": [ - "Got a moment to help the VS Code team? Please tell us about your experience with VS Code so far.", - "Give Feedback", - "Remind Me later" + "vs/workbench/contrib/files/browser/fileActions.contribution": [ + "File", + "Copy Path", + "Copy Relative Path", + "Reveal in Explorer View", + "Use your changes and overwrite file contents", + "Discard your changes and revert to file contents", + "Copy Path of Active File", + "Copy Relative Path of Active File", + "Save All in Group", + "Save All Files", + "Revert File", + "Compare Active File with Saved", + "Open to the Side", + "Revert File", + "Save All", + "Compare with Saved", + "Compare with Selected", + "Select for Compare", + "Compare Selected", + "Close", + "Close Others", + "Close Saved", + "Close All", + "Open With...", + "Cut", + "Delete Permanently", + "Delete Permanently", + "New Text File", + "Open File...", + "&&New Text File", + "&&Save", + "Save &&As...", + "Save A&&ll", + "A&&uto Save", + "Re&&vert File", + "&&Close Editor", + "Go to &&File..." ], - "vs/workbench/contrib/surveys/browser/languageSurveys.contribution": [ - "Help us improve our support for {0}", - "Take Short Survey", - "Remind Me later", - "Don't Show Again" + "vs/workbench/contrib/logs/common/logs.contribution": [ + "Settings Sync", + "Window", + "Telemetry", + "Show Window Log" + ], + "vs/workbench/contrib/interactive/browser/interactive.contribution": [ + "Open Interactive Window", + "Open Interactive Window", + "Execute Code", + "Clear the interactive window input editor contents", + "Previous value in history", + "Next value in history", + "Scroll to Top", + "Scroll to Bottom", + "Focus input editor in the interactive window", + "Focus history in the interactive window", + "The border color for the current interactive code cell when the editor has focus.", + "The border color for the current interactive code cell when the editor does not have focus.", + "Automatically scroll the interactive window to show the output of the last statement executed. If this value is false, the window will only scroll if the last cell was already the one scrolled to." ], - "vs/workbench/contrib/welcome/overlay/browser/welcomeOverlay": [ - "File explorer", - "Search across files", - "Source code management", - "Launch and debug", - "Manage extensions", - "View errors and warnings", - "Toggle integrated terminal", - "Find and run all commands", - "Show notifications", - "User Interface Overview", - "Hide Interface Overview" + "vs/workbench/contrib/bulkEdit/browser/bulkEditService": [ + "Made no edits", + "Made {0} text edits in {1} files", + "Made {0} text edits in one file", + "Made {0} text edits in {1} files, also created or deleted {2} files", + "Workspace Edit", + "Workspace Edit", + "Made no edits", + "File operation", + "Close Window", + "Change Workspace", + "Reload Window", + "Quit", + "Are you sure you want to {0}? '{1}' is in progress.", + "Controls if files that were part of a refactoring are saved automatically" ], - "vs/workbench/contrib/welcome/page/browser/welcomePage.contribution": [ - "&&Welcome" + "vs/workbench/contrib/bulkEdit/browser/preview/bulkEdit.contribution": [ + "Another refactoring is being previewed.", + "Cancel", + "Continue", + "Press 'Continue' to discard the previous refactoring and continue with the current refactoring.", + "Apply Refactoring", + "Refactor Preview", + "Discard Refactoring", + "Refactor Preview", + "Toggle Change", + "Refactor Preview", + "Group Changes By File", + "Refactor Preview", + "Group Changes By Type", + "Refactor Preview", + "Group Changes By Type", + "Refactor Preview", + "View icon of the refactor preview view.", + "Refactor Preview", + "Refactor Preview" ], - "vs/workbench/contrib/welcome/gettingStarted/browser/gettingStarted.contribution": [ - "Getting Started", - "Help", - "Getting Started", - "Getting Started", - "Go Back", - "Next", - "Previous", - "Mark Task Complete", - "Mark Task Incomplete", - "Hide categories of the welcome page's getting started section that are not relevant to you.", - "Contribute collections of tasks to help users with your extension. Experimental, available in VS Code Insiders only.", - "Unique identifier for this walkthrough.", - "Title of walkthrough.", - "Description of walkthrough.", - "if this is a `primary` walkthrough, hinting if it should be opened on install of the extension. The first `primary` walkthough with a `when` condition matching the current context may be opened by core on install of the extension.", - "Context key expression to control the visibility of this walkthrough.", - "Tasks to complete as part of this walkthrough.", - "Unique identifier for this task. This is used to keep track of which tasks have been completed.", - "Title of task.", - "Description of task.", - "The task's button, which can either link to an external resource or run a command", - "Title of button.", - "Command to run when button is clicked.", - "Title of button.", - "Link to open when button is clicked. Opening this link will mark the task completed.", - "Image to show alongside this task.", - "Path to an image, relative to extension directory.", - "Alternate text to display when the image cannot be loaded or in screen readers.", - "Signal to mark task as complete.", - "Mark task done when the specified command is executed.", - "Context key expression to control the visibility of this task." + "vs/workbench/contrib/files/browser/files.contribution": [ + "Binary File Editor", + "Disable hot exit. A prompt will show when attempting to close a window with editors that have unsaved changes.", + "Hot exit will be triggered when the last window is closed on Windows/Linux or when the `workbench.action.quit` command is triggered (command palette, keybinding, menu). All windows without folders opened will be restored upon next launch. A list of previously opened windows with unsaved files can be accessed via `File > Open Recent > More...`", + "Hot exit will be triggered when the last window is closed on Windows/Linux or when the `workbench.action.quit` command is triggered (command palette, keybinding, menu), and also for any window with a folder opened regardless of whether it's the last window. All windows without folders opened will be restored upon next launch. A list of previously opened windows with unsaved files can be accessed via `File > Open Recent > More...`", + "Controls whether unsaved files are remembered between sessions, allowing the save prompt when exiting the editor to be skipped.", + "Disable hot exit. A prompt will show when attempting to close a window with editors that have unsaved changes.", + "Hot exit will be triggered when the browser quits or the window or tab is closed.", + "Controls whether unsaved files are remembered between sessions, allowing the save prompt when exiting the editor to be skipped.", + "Files", + "Configure [glob patterns](https://code.visualstudio.com/docs/editor/codebasics#_advanced-search-options) for excluding files and folders. For example, the file explorer decides which files and folders to show or hide based on this setting. Refer to the `#search.exclude#` setting to define search-specific excludes.", + "The glob pattern to match file paths against. Set to true or false to enable or disable the pattern.", + "Additional check on the siblings of a matching file. Use \\$(basename) as variable for the matching file name.", + "Configure file associations to languages (e.g. `\"*.extension\": \"html\"`). These have precedence over the default associations of the languages installed.", + "The default character set encoding to use when reading and writing files. This setting can also be configured per language.", + "When enabled, the editor will attempt to guess the character set encoding when opening files. This setting can also be configured per language. Note, this setting is not respected by text search. Only `#files.encoding#` is respected.", + "LF", + "CRLF", + "Uses operating system specific end of line character.", + "The default end of line character.", + "Moves files/folders to the OS trash (recycle bin on Windows) when deleting. Disabling this will delete files/folders permanently.", + "When enabled, will trim trailing whitespace when saving a file.", + "When enabled, insert a final new line at the end of the file when saving it.", + "When enabled, will trim all new lines after the final new line at the end of the file when saving it.", + "An editor with changes is never automatically saved.", + "An editor with changes is automatically saved after the configured `#files.autoSaveDelay#`.", + "An editor with changes is automatically saved when the editor loses focus.", + "An editor with changes is automatically saved when the window loses focus.", + "Controls [auto save](https://code.visualstudio.com/docs/editor/codebasics#_save-auto-save) of editors that have unsaved changes.", + "Controls the delay in milliseconds after which an editor with unsaved changes is saved automatically. Only applies when `#files.autoSave#` is set to `{0}`.", + "Configure paths or glob patterns to exclude from file watching. Paths or basic glob patterns that are relative (for example `build/output` or `*.js`) will be resolved to an absolute path using the currently opened workspace. Complex glob patterns must match on absolute paths (i.e. prefix with `**/` or the full path and suffix with `/**` to match files within a path) to match properly (for example `**/build/output/**` or `/Users/name/workspaces/project/build/output/**`). When you experience the file watcher process consuming a lot of CPU, make sure to exclude large folders that are of less interest (such as build output folders).", + "Configure extra paths to watch for changes inside the workspace. By default, all workspace folders will be watched recursively, except for folders that are symbolic links. You can explicitly add absolute or relative paths to support watching folders that are symbolic links. Relative paths will be resolved to an absolute path using the currently opened workspace.", + "The default language identifier that is assigned to new files. If configured to `${activeEditorLanguage}`, will use the language identifier of the currently active text editor if any.", + "Controls the memory available to VS Code after restart when trying to open large files. Same effect as specifying `--max-memory=NEWSIZE` on the command line.", + "Restore the undo stack when a file is reopened.", + "Will refuse to save and ask for resolving the save conflict manually.", + "Will resolve the save conflict by overwriting the file on disk with the changes in the editor.", + "A save conflict can occur when a file is saved to disk that was changed by another program in the meantime. To prevent data loss, the user is asked to compare the changes in the editor with the version on disk. This setting should only be changed if you frequently encounter save conflict errors and may result in data loss if used without caution.", + "Enables the simple file dialog. The simple file dialog replaces the system file dialog when enabled.", + "Timeout in milliseconds after which file participants for create, rename, and delete are cancelled. Use `0` to disable participants.", + "Format a file on save. A formatter must be available, the file must not be saved after delay, and the editor must not be shutting down.", + "Format the whole file.", + "Format modifications (requires source control).", + "Will attempt to format modifications only (requires source control). If source control can't be used, then the whole file will be formatted.", + "Controls if format on save formats the whole file or only modifications. Only applies when `#editor.formatOnSave#` is enabled.", + "File Explorer", + "The maximum number of editors shown in the Open Editors pane. Setting this to 0 hides the Open Editors pane.", + "The minimum number of editor slots shown in the Open Editors pane. If set to 0 the Open Editors pane will dynamically resize based on the number of editors.", + "Controls the sorting order of editors in the Open Editors pane.", + "Editors are ordered in the same order editor tabs are shown.", + "Editors are ordered alphabetically by tab name inside each editor group.", + "Editors are ordered alphabetically by full path inside each editor group.", + "Files will be revealed and selected.", + "Files will not be revealed and selected.", + "Files will not be scrolled into view, but will still be focused.", + "Controls whether the explorer should automatically reveal and select files when opening them.", + "Controls whether the explorer should allow to move files and folders via drag and drop. This setting only effects drag and drop from inside the explorer.", + "Controls whether the explorer should ask for confirmation to move files and folders via drag and drop.", + "Controls whether the explorer should ask for confirmation when deleting a file via the trash.", + "Controls whether the explorer should support undoing file and folder operations.", + "Controls whether the explorer should ask for confirmation when undoing.", + "Explorer will prompt before all undo operations.", + "Explorer will prompt before destructive undo operations.", + "Explorer will not prompt before undo operations when focused.", + "Controls whether the explorer should expand multi-root workspaces containing only one folder during initilization", + "Files and folders are sorted by their names. Folders are displayed before files.", + "Files and folders are sorted by their names. Files are interwoven with folders.", + "Files and folders are sorted by their names. Files are displayed before folders.", + "Files and folders are grouped by extension type then sorted by their names. Folders are displayed before files.", + "Files and folders are sorted by last modified date in descending order. Folders are displayed before files.", + "Files and folders are sorted by their names. Folders are displayed before files. Files with nested children are displayed before other files.", + "Controls the property-based sorting of files and folders in the explorer. When `#explorer.fileNesting.enabled#` is enabled, also controls sorting of nested files.", + "Uppercase and lowercase names are mixed together.", + "Uppercase names are grouped together before lowercase names.", + "Lowercase names are grouped together before uppercase names.", + "Names are sorted in unicode order.", + "Controls the lexicographic sorting of file and folder names in the Explorer.", + "Controls whether file decorations should use colors.", + "Controls whether file decorations should use badges.", + "Appends the word \"copy\" at the end of the duplicated name potentially followed by a number", + "Adds a number at the end of the duplicated name. If some number is already part of the name, tries to increase that number", + "Controls what naming strategy to use when a giving a new name to a duplicated explorer item on paste.", + "Controls whether the explorer should render folders in a compact form. In such a form, single child folders will be compressed in a combined tree element. Useful for Java package structures, for example.", + "Use slash as path separation character.", + "Use backslash as path separation character.", + "Uses operating system specific path separation character.", + "The path separation character used when copying relative file paths.", + "Controls whether entries in .gitignore should be parsed and excluded from the explorer. Similar to `#files.exclude#`.", + "Controls whether file nesting is enabled in the explorer. File nesting allows for related files in a directory to be visually grouped together under a single parent file.", + "Controls whether file nests are automatically expanded. `#explorer.fileNesting.enabled#` must be set for this to take effect.", + "Controls nesting of files in the explorer. Each __Item__ represents a parent pattern and may contain a single `*` character that matches any string. Each __Value__ represents a comma separated list of the child patterns that should be shown nested under a given parent. Child patterns may contain several special tokens:\n- `${capture}`: Matches the resolved value of the `*` from the parent pattern\n- `${basename}`: Matches the parent file's basename, the `file` in `file.ts`\n- `${extname}`: Matches the parent file's extension, the `ts` in `file.ts`\n- `${dirname}`: Matches the parent file's directory name, the `src` in `src/file.ts`\n- `*`: Matches any string, may only be used once per child pattern", + "Each key pattern may contain a single `*` character which will match any string." ], - "vs/workbench/contrib/welcome/walkthroughs/browser/walkthroughs.contribution": [ - "Walkthroughs", - "Help", - "Walkthroughs", - "Walkthroughs", - "Go Back", - "Next", - "Previous" + "vs/workbench/contrib/sash/browser/sash.contribution": [ + "Controls the feedback area size in pixels of the dragging area in between views/editors. Set it to a larger value if you feel it's hard to resize views using the mouse.", + "Controls the hover feedback delay in milliseconds of the dragging area in between views/editors." ], - "vs/workbench/contrib/welcome/walkThrough/browser/walkThrough.contribution": [ - "Interactive Playground", - "I&&nteractive Playground" + "vs/workbench/contrib/scm/browser/scm.contribution": [ + "View icon of the Source Control view.", + "Source Control", + "No source control providers registered.", + "None of the registered source control providers work in Restricted Mode.", + "Manage Workspace Trust", + "Source Control", + "Source &&Control", + "Source Control Repositories", + "Source Control", + "Show the diff decorations in all available locations.", + "Show the diff decorations only in the editor gutter.", + "Show the diff decorations only in the overview ruler.", + "Show the diff decorations only in the minimap.", + "Do not show the diff decorations.", + "Controls diff decorations in the editor.", + "Controls the width(px) of diff decorations in gutter (added & modified).", + "Show the diff decorator in the gutter at all times.", + "Show the diff decorator in the gutter only on hover.", + "Controls the visibility of the Source Control diff decorator in the gutter.", + "Show the inline diff peek view on click.", + "Do nothing.", + "Controls the behavior of Source Control diff gutter decorations.", + "Controls whether a pattern is used for the diff decorations in gutter.", + "Use pattern for the diff decorations in gutter for added lines.", + "Use pattern for the diff decorations in gutter for modified lines.", + "Ignore leading and trailing whitespace.", + "Do not ignore leading and trailing whitespace.", + "Inherit from `diffEditor.ignoreTrimWhitespace`.", + "Controls whether leading and trailing whitespace is ignored in Source Control diff gutter decorations.", + "Controls whether inline actions are always visible in the Source Control view.", + "Show the sum of all Source Control Provider count badges.", + "Show the count badge of the focused Source Control Provider.", + "Disable the Source Control count badge.", + "Controls the count badge on the Source Control icon on the Activity Bar.", + "Hide Source Control Provider count badges.", + "Only show count badge for Source Control Provider when non-zero.", + "Show Source Control Provider count badges.", + "Controls the count badges on Source Control Provider headers. These headers only appear when there is more than one provider.", + "Show the repository changes as a tree.", + "Show the repository changes as a list.", + "Controls the default Source Control repository view mode.", + "Sort the repository changes by file name.", + "Sort the repository changes by path.", + "Sort the repository changes by Source Control status.", + "Controls the default Source Control repository changes sort order when viewed as a list.", + "Controls whether the Source Control view should automatically reveal and select files when opening them.", + "Controls the font for the input message. Use `default` for the workbench user interface font family, `editor` for the `#editor.fontFamily#`'s value, or a custom font family.", + "Controls the font size for the input message in pixels.", + "Controls whether repositories should always be visible in the Source Control view.", + "Repositories in the Source Control Repositories view are sorted by discovery time. Repositories in the Source Control view are sorted in the order that they were selected.", + "Repositories in the Source Control Repositories and Source Control views are sorted by repository name.", + "Repositories in the Source Control Repositories and Source Control views are sorted by repository path.", + "Controls the sort order of the repositories in the source control repositories view.", + "Controls how many repositories are visible in the Source Control Repositories section. Set to `0` to be able to manually resize the view.", + "Controls whether an action button can be shown in the Source Control view.", + "Source Control: Accept Input", + "Source Control: View Next Commit", + "Source Control: View Previous Commit", + "Open In Terminal" ], - "vs/workbench/contrib/callHierarchy/browser/callHierarchy.contribution": [ - "Whether a call hierarchy provider is available", - "Whether call hierarchy peek is currently showing", - "Whether call hierarchy shows incoming or outgoing calls", - "No results", - "Failed to show call hierarchy", - "Peek Call Hierarchy", - "Show Incoming Calls", - "Icon for incoming calls in the call hierarchy view.", - "Show Outgoing Calls", - "Icon for outgoing calls in the call hierarchy view.", - "Refocus Call Hierarchy", - "Close" + "vs/workbench/contrib/search/browser/search.contribution": [ + "Search", + "Copy", + "Copy Path", + "Copy All", + "Cancel Search", + "Refresh", + "Collapse All", + "Expand All", + "Clear Search Results", + "Reveal in Explorer View", + "Clear Search History", + "Focus List", + "Find in Folder...", + "Find in Workspace...", + "Go to Symbol in Workspace...", + "Go to Symbol in Workspace...", + "Search", + "Search", + "&&Search", + "Open a workspace search", + "A set of options for the search", + "Find in Files", + "Find &&in Files", + "Replace &&in Files", + "Search files by name (append {0} to go to line or {1} to go to symbol)", + "Go to File", + "Type the name of a symbol to open.", + "Go to Symbol in Workspace", + "Search", + "Configure [glob patterns](https://code.visualstudio.com/docs/editor/codebasics#_advanced-search-options) for excluding files and folders in fulltext searches and quick open. Inherits all glob patterns from the `#files.exclude#` setting.", + "The glob pattern to match file paths against. Set to true or false to enable or disable the pattern.", + "Additional check on the siblings of a matching file. Use \\$(basename) as variable for the matching file name.", + "Controls where new `Search: Find in Files` and `Find in Folder` operations occur: either in the search view, or in a search editor", + "Search in the search view, either in the panel or side bars.", + "Search in an existing search editor if present, otherwise in a new search editor.", + "Search in a new search editor.", + "This setting is deprecated and now falls back on \"search.usePCRE2\".", + "Deprecated. Consider \"search.usePCRE2\" for advanced regex feature support.", + "The search cache is kept in the extension host which never shuts down, so this setting is no longer needed.", + "When enabled, the searchService process will be kept alive instead of being shut down after an hour of inactivity. This will keep the file search cache in memory.", + "Controls whether to use `.gitignore` and `.ignore` files when searching for files.", + "Controls whether to use global `.gitignore` and `.ignore` files when searching for files. Requires `#search.useIgnoreFiles#` to be enabled.", + "Controls whether to use `.gitignore` and `.ignore` files in parent directories when searching for files. Requires `#search.useIgnoreFiles#` to be enabled.", + "Whether to include results from a global symbol search in the file results for Quick Open.", + "Whether to include results from recently opened files in the file results for Quick Open.", + "History entries are sorted by relevance based on the filter value used. More relevant entries appear first.", + "History entries are sorted by recency. More recently opened entries appear first.", + "Controls sorting order of editor history in quick open when filtering.", + "Controls whether to follow symlinks while searching.", + "Search case-insensitively if the pattern is all lowercase, otherwise, search case-sensitively.", + "Controls whether the search view should read or modify the shared find clipboard on macOS.", + "Controls whether the search will be shown as a view in the sidebar or as a panel in the panel area for more horizontal space.", + "This setting is deprecated. You can drag the search icon to a new location instead.", + "Controls the maximum number of search results, this can be set to `null` (empty) to return unlimited results.", + "Files with less than 10 results are expanded. Others are collapsed.", + "Controls whether the search results will be collapsed or expanded.", + "Controls whether to open Replace Preview when selecting or replacing a match.", + "Controls whether to show line numbers for search results.", + "Whether to use the PCRE2 regex engine in text search. This enables using some advanced regex features like lookahead and backreferences. However, not all PCRE2 features are supported - only features that are also supported by JavaScript.", + "Deprecated. PCRE2 will be used automatically when using regex features that are only supported by PCRE2.", + "Position the actionbar to the right when the search view is narrow, and immediately after the content when the search view is wide.", + "Always position the actionbar to the right.", + "Controls the positioning of the actionbar on rows in the search view.", + "Search all files as you type.", + "Enable seeding search from the word nearest the cursor when the active editor has no selection.", + "Update the search query to the editor's selected text when focusing the search view. This happens either on click or when triggering the `workbench.views.search.focus` command.", + "When `#search.searchOnType#` is enabled, controls the timeout in milliseconds between a character being typed and the search starting. Has no effect when `search.searchOnType` is disabled.", + "Double clicking selects the word under the cursor.", + "Double clicking opens the result in the active editor group.", + "Double clicking opens the result in the editor group to the side, creating one if it does not yet exist.", + "Configure effect of double clicking a result in a search editor.", + "When enabled, new Search Editors will reuse the includes, excludes, and flags of the previously opened Search Editor.", + "The default number of surrounding context lines to use when creating new Search Editors. If using `#search.searchEditor.reusePriorSearchConfiguration#`, this can be set to `null` (empty) to use the prior Search Editor's configuration.", + "Results are sorted by folder and file names, in alphabetical order.", + "Results are sorted by file names ignoring folder order, in alphabetical order.", + "Results are sorted by file extensions, in alphabetical order.", + "Results are sorted by file last modified date, in descending order.", + "Results are sorted by count per file, in descending order.", + "Results are sorted by count per file, in ascending order.", + "Controls sorting order of search results.", + "Go to Symbol in &&Workspace..." ], - "vs/workbench/contrib/outline/browser/outline.contribution": [ - "View icon of the outline view.", - "Outline", - "Outline", - "Render Outline Elements with Icons.", - "Show Errors & Warnings on Outline Elements.", - "Use colors for Errors & Warnings.", - "Use badges for Errors & Warnings.", - "When enabled outline shows `file`-symbols.", - "When enabled outline shows `module`-symbols.", - "When enabled outline shows `namespace`-symbols.", - "When enabled outline shows `package`-symbols.", - "When enabled outline shows `class`-symbols.", - "When enabled outline shows `method`-symbols.", - "When enabled outline shows `property`-symbols.", - "When enabled outline shows `field`-symbols.", - "When enabled outline shows `constructor`-symbols.", - "When enabled outline shows `enum`-symbols.", - "When enabled outline shows `interface`-symbols.", - "When enabled outline shows `function`-symbols.", - "When enabled outline shows `variable`-symbols.", - "When enabled outline shows `constant`-symbols.", - "When enabled outline shows `string`-symbols.", - "When enabled outline shows `number`-symbols.", - "When enabled outline shows `boolean`-symbols.", - "When enabled outline shows `array`-symbols.", - "When enabled outline shows `object`-symbols.", - "When enabled outline shows `key`-symbols.", - "When enabled outline shows `null`-symbols.", - "When enabled outline shows `enumMember`-symbols.", - "When enabled outline shows `struct`-symbols.", - "When enabled outline shows `event`-symbols.", - "When enabled outline shows `operator`-symbols.", - "When enabled outline shows `typeParameter`-symbols." + "vs/workbench/contrib/search/browser/searchView": [ + "Search was canceled before any results could be found - ", + "Toggle Search Details", + "files to include", + "e.g. *.ts, src/**/include", + "files to exclude", + "e.g. *.ts, src/**/exclude", + "Replace All", + "&&Replace", + "Replaced {0} occurrence across {1} file with '{2}'.", + "Replaced {0} occurrence across {1} file.", + "Replaced {0} occurrence across {1} files with '{2}'.", + "Replaced {0} occurrence across {1} files.", + "Replaced {0} occurrences across {1} file with '{2}'.", + "Replaced {0} occurrences across {1} file.", + "Replaced {0} occurrences across {1} files with '{2}'.", + "Replaced {0} occurrences across {1} files.", + "Replace {0} occurrence across {1} file with '{2}'?", + "Replace {0} occurrence across {1} file?", + "Replace {0} occurrence across {1} files with '{2}'?", + "Replace {0} occurrence across {1} files?", + "Replace {0} occurrences across {1} file with '{2}'?", + "Replace {0} occurrences across {1} file?", + "Replace {0} occurrences across {1} files with '{2}'?", + "Replace {0} occurrences across {1} files?", + "Empty Search", + "The search results have been cleared", + "Search path not found: {0}", + "No results found in open editors matching '{0}' excluding '{1}' - ", + "No results found in open editors matching '{0}' - ", + "No results found in open editors excluding '{0}' - ", + "No results found in open editors. Review your settings for configured exclusions and check your gitignore files - ", + "No results found in '{0}' excluding '{1}' - ", + "No results found in '{0}' - ", + "No results found excluding '{0}' - ", + "No results found. Review your settings for configured exclusions and check your gitignore files - ", + "Search again", + "Search again in all files", + "Open Settings", + "Learn More", + "Search returned {0} results in {1} files", + "The result set only contains a subset of all matches. Be more specific in your search to narrow down the results.", + " - Search: {0}", + "exclude settings and ignore files are disabled", + "enable", + "Use Exclude Settings and Ignore Files", + "searching only in open files", + "disable", + "Search in entire workspace", + "Copy current search results to an editor", + "Open in editor", + "{0} result in {1} file", + "{0} result in {1} files", + "{0} results in {1} file", + "{0} results in {1} files", + "You have not opened or specified a folder. Only open files are currently searched - ", + "Open Folder" ], - "vs/workbench/contrib/codeEditor/browser/outline/documentSymbolsOutline": [ - "Document Symbols" + "vs/workbench/contrib/debug/browser/callStackEditorContribution": [ + "Background color for the highlight of line at the top stack frame position.", + "Background color for the highlight of line at focused stack frame position." ], - "vs/workbench/contrib/experiments/browser/experiments.contribution": [ - "Fetches experiments to run from a Microsoft online service." + "vs/workbench/contrib/searchEditor/browser/searchEditor.contribution": [ + "Search Editor", + "Search Editor", + "Search Editor", + "Delete File Results", + "New Search Editor", + "Open Search Editor", + "Open new Search Editor to the Side", + "Open Results in Editor", + "Search Again", + "Focus Search Editor Input", + "Toggle Match Case", + "Toggle Match Whole Word", + "Toggle Use Regular Expression", + "Toggle Context Lines", + "Increase Context Lines", + "Decrease Context Lines", + "Select All Matches", + "Open New Search Editor" ], - "vs/workbench/contrib/userDataSync/browser/userDataSync.contribution": [ - "Operation Id: {0}", - "Turned off syncing settings on this device because it is making too many requests." + "vs/workbench/contrib/debug/browser/breakpointEditorContribution": [ + "Logpoint", + "Breakpoint", + "This {0} has a {1} that will get lost on remove. Consider enabling the {0} instead.", + "message", + "condition", + "This {0} has a {1} that will get lost on remove. Consider disabling the {0} instead.", + "message", + "condition", + "Remove {0}", + "{0} {1}", + "Disable", + "Enable", + "Cancel", + "Logpoint", + "Breakpoint", + "Remove {0}", + "Edit {0}...", + "Disable {0}", + "Enable {0}", + "Remove Breakpoints", + "Remove Inline Breakpoint on Column {0}", + "Remove Line Breakpoint", + "Edit Breakpoints", + "Edit Inline Breakpoint on Column {0}", + "Edit Line Breakpoint", + "Enable/Disable Breakpoints", + "Disable Inline Breakpoint on Column {0}", + "Disable Line Breakpoint", + "Enable Inline Breakpoint on Column {0}", + "Enable Line Breakpoint", + "Add Breakpoint", + "Add Conditional Breakpoint...", + "Add Logpoint...", + "Run to Line", + "Icon color for breakpoints.", + "Icon color for disabled breakpoints.", + "Icon color for unverified breakpoints.", + "Icon color for the current breakpoint stack frame.", + "Icon color for all breakpoint stack frames." ], - "vs/workbench/contrib/timeline/browser/timeline.contribution": [ - "View icon of the timeline view.", - "Icon for the open timeline action.", - "Timeline", - "An array of Timeline sources that should be excluded from the Timeline view.", - "The number of items to show in the Timeline view by default and when loading more items. Setting to `null` (the default) will automatically choose a page size based on the visible area of the Timeline view.", - "Experimental. Controls whether the Timeline view will load the next page of items when you scroll to the end of the list.", - "Open Timeline" + "vs/workbench/contrib/debug/browser/debug.contribution": [ + "Debug", + "Type the name of a launch configuration to run.", + "Start Debugging", + "Terminate Thread", + "Focus on Debug Console View", + "Jump to Cursor", + "Set Next Statement", + "Inline Breakpoint", + "Terminate Thread", + "Restart Frame", + "Copy Call Stack", + "View Binary Data", + "Set Value", + "Copy Value", + "Copy as Expression", + "Add to Watch", + "Break on Value Read", + "Break on Value Change", + "Break on Value Access", + "Edit Expression", + "Set Value", + "Copy Value", + "View Binary Data", + "Remove Expression", + "Run or Debug...", + "&&Run", + "&&Start Debugging", + "Run &&Without Debugging", + "&&Stop Debugging", + "&&Restart Debugging", + "A&&dd Configuration...", + "Step &&Over", + "Step &&Into", + "Step O&&ut", + "&&Continue", + "Inline Breakp&&oint", + "&&New Breakpoint", + "&&Install Additional Debuggers...", + "Debug Console", + "Debug Console", + "De&&bug Console", + "Run and Debug", + "&&Run", + "Variables", + "Watch", + "Call Stack", + "Breakpoints", + "Loaded Scripts", + "Disassembly", + "Debug", + "Allow setting breakpoints in any file.", + "Automatically open the explorer view at the end of a debug session.", + "Show variable values inline in editor while debugging.", + "Always show variable values inline in editor while debugging.", + "Never show variable values inline in editor while debugging.", + "Show variable values inline in editor while debugging when the language supports inline value locations.", + "Controls the location of the debug toolbar. Either `floating` in all views, `docked` in the debug view, or `hidden`.", + "Never show debug in status bar", + "Always show debug in status bar", + "Show debug in status bar only after debug was started for the first time", + "Controls when the debug status bar should be visible.", + "Controls if the debug console should be automatically closed when the debug session ends.", + "Before starting a new debug session in an integrated or external terminal, clear the terminal.", + "Controls when the debug view should open.", + "Controls whether the debug sub-sessions are shown in the debug tool bar. When this setting is false the stop command on a sub-session will also stop the parent session.", + "Controls the font size in pixels in the debug console.", + "Controls the font family in the debug console.", + "Controls the line height in pixels in the debug console. Use 0 to compute the line height from the font size.", + "Controls if the lines should wrap in the debug console.", + "Controls if the debug console should suggest previously typed input.", + "Controls if the debug console should collapse identical lines and show a number of occurrences with a badge.", + "Controls whether suggestions should be accepted on enter in the debug console. enter is also used to evaluate whatever is typed in the debug console.", + "Global debug launch configuration. Should be used as an alternative to 'launch.json' that is shared across workspaces.", + "Controls whether the workbench window should be focused when the debugger breaks.", + "Controls whether the editor should be focused when the debugger breaks.", + "Ignore task errors and start debugging.", + "Show the Problems view and do not start debugging.", + "Prompt user.", + "Cancel debugging.", + "Controls what to do when errors are encountered after running a preLaunchTask.", + "Controls whether breakpoints should be shown in the overview ruler.", + "Controls whether inline breakpoints candidate decorations should be shown in the editor while debugging.", + "Controls what editors to save before starting a debug session.", + "Save all editors in the active group before starting a debug session.", + "Save all editors in the active group except untitled ones before starting a debug session.", + "Don't save any editors before starting a debug session.", + "Controls whether to confirm when the window closes if there are active debug sessions.", + "Never confirm.", + "Always confirm if there are debug sessions.", + "Show Source Code in Disassembly View.", + "Automatically show values for variables that are lazily resolved by the debugger, such as getters." ], - "vs/workbench/contrib/workspace/browser/workspace.contribution": [ - "Icon for workspace trust badge.", - "Some features require workspace trust.", - "A feature you are trying to use may be a security risk if you do not trust the source of the files or folders you currently have open.", - "Continue", - "Learn More", - "Cancel", - "Do you trust the files in this folder?", - "{0}\n\nYou should only trust this workspace if you trust its source. Otherwise, features will be enabled that may compromise your device or personal information.", - "In order for this change to take effect, the window needs to be reloaded. Do you want to reload the window now?", - "Workspace Trust", - "Workspace Trust", - "Workspace Trust", - "Workspace Trust Editor", - "Grant Workspace Trust", - "Workspaces", - "Grant Workspace Trust", - "Granting trust to the workspace will enable features that may pose a security risk if the contents of the workspace cannot be trusted. Are you sure you want to trust this workspace?", - "Yes", - "No", - "Deny Workspace Trust", - "Workspaces", - "Deny Workspace Trust", - "Denying trust to the workspace will disable features that may pose a security risk if the contents of the workspace cannot be trusted. Are you sure you want to deny trust to this workspace?", - "Yes", - "No", - "Manage Workspace Trust", - "Workspaces", - "Manage Workspace Trust (1)" + "vs/workbench/contrib/debug/browser/debugEditorContribution": [ + "Color for the debug inline value text.", + "Color for the debug inline value background.", + "Add Configuration..." ], - "vs/workbench/contrib/workspaces/browser/workspaces.contribution": [ - "This folder contains a workspace file '{0}'. Do you want to open it? [Learn more]({1}) about workspace files.", - "Open Workspace", - "This folder contains multiple workspace files. Do you want to open one? [Learn more]({0}) about workspace files.", - "Select Workspace", - "Select a workspace to open" + "vs/workbench/contrib/debug/browser/repl": [ + "Filter (e.g. text, !exclude)", + "Debug Console", + "Please start a debug session to evaluate expressions", + "REPL Accept Input", + "REPL Focus Content to Filter", + "Debug: Console Copy All", + "Filter", + "Select Debug Console", + "Clear Console", + "Debug console was cleared", + "Collapse All", + "Paste", + "Copy All", + "Copy" ], - "vs/workbench/browser/parts/dialogs/dialogHandler": [ - "&&Yes", - "Cancel", - "Version: {0}\nCommit: {1}\nDate: {2}\nBrowser: {3}", - "Copy", - "OK" + "vs/workbench/contrib/debug/browser/debugViewlet": [ + "Open &&Configurations", + "Select a workspace folder to create a launch.json file in or add it to the workspace config file", + "Debug Console", + "Start Additional Session" ], - "vs/workbench/electron-sandbox/parts/dialogs/dialogHandler": [ - "&&Yes", - "Cancel", - "Version: {0}\nCommit: {1}\nDate: {2}\nElectron: {3}\nChrome: {4}\nNode.js: {5}\nV8: {6}\nOS: {7}", - "OK", - "&&Copy" + "vs/workbench/contrib/comments/browser/comments.contribution": [ + "Comments", + "Controls when the comments panel should open.", + "This setting is deprecated in favor of `comments.openView`.", + "The comments view will never be opened.", + "The comments view will open when a file with comments is active.", + "If the comments view has not been opened yet during this session it will open the first time during a session that a file with comments is active.", + "Controls when the comments view should open.", + "Determines if relative time will be used in comment timestamps (ex. '1 day ago')." ], - "vs/workbench/services/textfile/browser/textFileService": [ - "File seems to be binary and cannot be opened as text", - "'{0}' already exists. Do you want to replace it?", - "A file or folder with the name '{0}' already exists in the folder '{1}'. Replacing it will overwrite its current contents.", - "&&Replace" + "vs/workbench/contrib/url/browser/url.contribution": [ + "Open URL", + "URL to open", + "When enabled, trusted domain prompts will appear when opening links in trusted workspaces." ], - "vs/workbench/services/dialogs/browser/abstractFileDialogService": [ - "Your changes will be lost if you don't save them.", - "Do you want to save the changes you made to {0}?", - "Do you want to save the changes to the following {0} files?", - "&&Save All", - "&&Save", - "Do&&n't Save", - "Cancel", - "Open File Or Folder", - "Open File", - "Open Folder", - "Open Workspace", - "Workspace", - "Save As", - "Save As", - "All Files", - "No Extension" + "vs/workbench/contrib/markers/browser/markers.contribution": [ + "View icon of the markers view.", + "&&Problems", + "View as Tree", + "View as Table", + "Copy", + "Copy Message", + "Copy Message", + "Focus problems view", + "Focus problems filter", + "Show message in multiple lines", + "Problems", + "Show message in single line", + "Problems", + "Clear filters text", + "Problems", + "Collapse All", + "Filter", + "Problems", + "Errors: {0}", + "Warnings: {0}", + "Infos: {0}", + "No Problems", + "10K+", + "Total {0} Problems" ], - "vs/workbench/services/userDataSync/common/userDataSync": [ - "Settings", - "Keyboard Shortcuts", - "User Snippets", - "Extensions", - "UI State", - "Settings Sync", - "View icon of the Settings Sync view." + "vs/workbench/contrib/mergeEditor/browser/mergeEditor.contribution": [ + "Merge Editor", + "Switch to column view", + "Switch to 2 by 1 view", + "Open Merge Editor", + "Developer Merge Editor: Copy Contents of Inputs, Base and Result as JSON", + "Merge Editor", + "No active merge editor", + "Merge Editor", + "Successfully copied merge editor contents", + "Developer Merge Editor: Open Contents of Inputs, Base and Result from JSON", + "Enter JSON" + ], + "vs/workbench/contrib/webview/browser/webview.contribution": [ + "Cut", + "Copy", + "Paste" ], - "vs/workbench/services/textMate/browser/abstractTextMateService": [ - "Already Logging.", - "Stop", - "Preparing to log TM Grammar parsing. Press Stop when finished.", - "Now logging TM Grammar parsing. Press Stop when finished.", - "Unknown language in `contributes.{0}.language`. Provided value: {1}", - "Expected string in `contributes.{0}.scopeName`. Provided value: {1}", - "Expected string in `contributes.{0}.path`. Provided value: {1}", - "Invalid value in `contributes.{0}.injectTo`. Must be an array of language scope names. Provided value: {1}", - "Invalid value in `contributes.{0}.embeddedLanguages`. Must be an object map from scope name to language. Provided value: {1}", - "Invalid value in `contributes.{0}.tokenTypes`. Must be an object map from scope name to token type. Provided value: {1}", - "Expected `contributes.{0}.path` ({1}) to be included inside extension's folder ({2}). This might make the extension non-portable.", - "Tokenization is skipped for long lines for performance reasons. The length of a long line can be configured via `editor.maxTokenizationLineLength`.", - "Don't Show Again" + "vs/workbench/contrib/output/browser/outputView": [ + "{0} - Output", + "Output channel for '{0}'", + "Output", + "{0}, Output panel", + "Output panel", + "Output Channels", + "Log ({0})" ], - "vs/workbench/services/workspaces/browser/abstractWorkspaceEditingService": [ - "Save", - "Save Workspace", - "Unable to write into workspace configuration file. Please open the file to correct errors/warnings in it and try again.", - "Unable to write into workspace configuration file because the file is dirty. Please save it and try again.", - "Open Workspace Configuration" + "vs/workbench/contrib/webviewPanel/browser/webviewPanel.contribution": [ + "webview editor" ], - "vs/workbench/services/configurationResolver/browser/configurationResolverService": [ - "Cannot substitute command variable '{0}' because command did not return a result of type string.", - "Variable '{0}' must be defined in an '{1}' section of the debug or task configuration.", - "Input variable '{0}' is of type '{1}' and must include '{2}'.", - "(Default)", - "Cannot substitute input variable '{0}' because command '{1}' did not return a result of type string.", - "Input variable '{0}' can only be of type 'promptString', 'pickString', or 'command'.", - "Undefined input variable '{0}' encountered. Remove or define '{0}' to continue." + "vs/workbench/contrib/output/browser/output.contribution": [ + "View icon of the output view.", + "Output", + "Output", + "&&Output", + "Log Viewer", + "Switch to Output", + "Clear Output", + "Output was cleared", + "Toggle Auto Scrolling", + "Turn Auto Scrolling Off", + "Turn Auto Scrolling On", + "Open Log Output File", + "Show Logs...", + "Select Log", + "Open Log File...", + "Select Log file", + "Output", + "Enable/disable the ability of smart scrolling in the output view. Smart scrolling allows you to lock scrolling automatically when you click in the output view and unlocks when you click in the last line." ], - "vs/workbench/services/extensionManagement/common/extensionManagementService": [ - "Cannot uninstall extension '{0}'. Extension '{1}' depends on this.", - "Cannot uninstall extension '{0}'. Extensions '{1}' and '{2}' depend on this.", - "Cannot uninstall extension '{0}'. Extensions '{1}', '{2}' and others depend on this.", - "Installing Extension {0} failed: Manifest is not found.", - "Cannot install the '{0}' extension because it is not available in this setup.", - "Install Extension", + "vs/workbench/contrib/extensions/browser/extensionsViewlet": [ + "Installed", + "Install Local Extensions in '{0}'...", + "Remote", + "Install Remote Extensions Locally...", + "Remote", + "Popular", + "Recommended", + "Enabled", + "Disabled", + "Marketplace", + "Installed", + "Enabled", + "Disabled", + "Outdated", + "Builtin", + "Workspace Unsupported", + "Workspace Recommendations", + "Other Recommendations", + "Features", + "Themes", + "Programming Languages", + "Disabled in Restricted Mode", + "Limited in Restricted Mode", + "Disabled in Virtual Workspaces", + "Limited in Virtual Workspaces", + "Search Extensions in Marketplace", + "1 extension found in the {0} section.", + "1 extension found.", + "{0} extensions found in the {1} section.", + "{0} extensions found.", + "Marketplace returned 'ECONNREFUSED'. Please check the 'http.proxy' setting.", + "Open User Settings", + "{0} Outdated Extensions", + "We have uninstalled '{0}' which was reported to be problematic.", + "Reload Now" + ], + "vs/workbench/contrib/extensions/browser/extensions.contribution": [ + "Press Enter to manage extensions.", + "Manage Extensions", + "Extension", + "Extensions", + "E&&xtensions", + "Extensions", + "All Extensions", + "Only Enabled Extensions", + "None", + "Download and install updates automatically for all extensions.", + "Download and install updates automatically only for enabled extensions. Disabled extensions will not be updated automatically.", + "Extensions are not automatically updated.", + "Controls the automatic update behavior of extensions. The updates are fetched from a Microsoft online service.", + "When enabled, automatically checks extensions for updates. If an extension has an update, it is marked as outdated in the Extensions view. The updates are fetched from a Microsoft online service.", + "When enabled, the notifications for extension recommendations will not be shown.", + "This setting is deprecated. Use extensions.ignoreRecommendations setting to control recommendation notifications. Use Extensions view's visibility actions to hide Recommended view by default.", + "When enabled, editors with extension details will be automatically closed upon navigating away from the Extensions View.", + "When an extension is listed here, a confirmation prompt will not be shown when that extension handles a URI.", + "The Web Worker Extension Host will always be launched.", + "The Web Worker Extension Host will never be launched.", + "The Web Worker Extension Host will be launched when a web extension needs it.", + "Enable web worker extension host.", + "Override the virtual workspaces support of an extension.", + "Configure an extension to execute in a different extension host process.", + "Override the untrusted workspace support of an extension. Extensions using `true` will always be enabled. Extensions using `limited` will always be enabled, and the extension will hide functionality that requires trust. Extensions using `false` will only be enabled only when the workspace is trusted.", + "Extension will always be enabled.", + "Extension will only be enabled only when the workspace is trusted.", + "Extension will always be enabled, and the extension will hide functionality requiring trust.", + "Defines the untrusted workspace support setting for the extension.", + "Defines the version of the extension for which the override should be applied. If not specified, the override will be applied independent of the extension version.", + "Install the given extension", + "Extension id or VSIX resource uri", + "When enabled, VS Code installs only newly added extensions from the extension pack VSIX. This option is considered only while installing a VSIX.", + "When enabled, VS Code installs the pre-release version of the extension if available.", + "When enabled, VS Code do not sync this extension when Settings Sync is on.", + "Extension '{0}' not found.", + "Uninstall the given extension", + "Id of the extension to uninstall", + "Extension id required.", + "Extension '{0}' is not installed. Make sure you use the full extension ID, including the publisher, e.g.: ms-dotnettools.csharp.", + "Extension '{0}' is a Built-in extension and cannot be installed", + "Search for a specific extension", + "Query to use in search", + "Type the name of an extension to install or search.", + "Install or Search Extensions", + "&&Extensions", + "Extensions", "Install Extensions", + "Keymaps", + "&&Migrate Keyboard Shortcuts from...", + "Migrate Keyboard Shortcuts from...", + "Language Extensions", + "Check for Extension Updates", + "All extensions are up to date.", + "Auto Update Extensions", + "All Extensions", + "Only Enabled Extensions", + "None", + "Update All Extensions", + "Disable Auto Update for all extensions", + "Enable Auto Update for all extensions", + "Enable All Extensions", + "Enable All Extensions for this Workspace", + "Disable All Installed Extensions", + "Disable All Installed Extensions for this Workspace", + "Install from VSIX...", + "Install from VSIX", + "&&Install", + "Install Extension VSIX", + "Completed installing {0} extension from VSIX. Please reload Visual Studio Code to enable it.", + "Completed installing {0} extension from VSIX.", + "Reload Now", + "Install Web Extension...", + "Install Web Extension from Location", "Install", - "Install (Do not sync)", - "Cancel", - "Would you like to install and synchronize '{0}' extension across your devices?", - "Would you like to install and synchronize extensions across your devices?" + "Location of the web extension", + "Filter Extensions...", + "Show Featured Extensions", + "Featured", + "Show Popular Extensions", + "Most Popular", + "Show Recommended Extensions", + "Recommended", + "Show Recently Published Extensions", + "Recently Published", + "Category", + "Show Built-in Extensions", + "Built-in", + "Show Extensions Unsupported By Workspace", + "Workspace Unsupported", + "Show Installed Extensions", + "Installed", + "Show Enabled Extensions", + "Enabled", + "Show Disabled Extensions", + "Disabled", + "Show Outdated Extensions", + "Outdated", + "Sort By", + "Install Count", + "Rating", + "Name", + "Published Date", + "Clear Extensions Search Results", + "Refresh", + "Install Workspace Recommended Extensions", + "Show Pre-Release Version", + "Show Release Version", + "Copy", + "Name: {0}", + "Id: {0}", + "Description: {0}", + "Version: {0}", + "Publisher: {0}", + "VS Marketplace Link: {0}", + "Copy Extension ID", + "Extension Settings", + "Sync This Extension", + "Ignore Recommendation", + "Undo Ignored Recommendation", + "Add to Workspace Recommendations", + "Remove from Workspace Recommendations", + "Add Extension to Workspace Recommendations", + "Extensions", + "Add Extension to Workspace Folder Recommendations", + "Extensions", + "Add Extension to Workspace Ignored Recommendations", + "Extensions", + "Add Extension to Workspace Folder Ignored Recommendations", + "Extensions", + "Extensions" ], - "vs/workbench/services/extensionManagement/electron-sandbox/remoteExtensionManagementService": [ - "Unable to install extension '{0}' as it is not compatible with VS Code '{1}'." + "vs/workbench/contrib/relauncher/browser/relauncher.contribution": [ + "A setting has changed that requires a restart to take effect.", + "A setting has changed that requires a reload to take effect.", + "Press the restart button to restart {0} and enable the setting.", + "Press the reload button to reload {0} and enable the setting.", + "&&Restart", + "&&Reload" ], - "vs/workbench/contrib/logs/electron-sandbox/logsActions": [ - "Open Logs Folder", - "Open Extension Logs Folder" + "vs/workbench/contrib/externalTerminal/browser/externalTerminal.contribution": [ + "Open in Terminal", + "Open in Integrated Terminal", + "Open in Integrated Terminal", + "Open in Windows Terminal", + "Open in External Terminal" ], - "vs/workbench/contrib/localizations/browser/localizationsActions": [ - "Configure Display Language", - "Install additional languages...", - "Select Display Language", - "A restart is required for the change in display language to take effect.", - "Press the restart button to restart {0} and change the display language.", - "&&Restart" + "vs/workbench/contrib/terminal/browser/terminalView": [ + "Use 'monospace'", + "The terminal only supports monospace fonts. Be sure to restart VS Code if this is a newly installed font.", + "Open Terminals.", + "Starting..." + ], + "vs/workbench/contrib/keybindings/browser/keybindings.contribution": [ + "Toggle Keyboard Shortcuts Troubleshooting" + ], + "vs/workbench/contrib/terminal/browser/terminal.contribution": [ + "Type the name of a terminal to open.", + "Show All Opened Terminals", + "Terminal", + "Terminal", + "&&Terminal" + ], + "vs/workbench/contrib/tasks/browser/task.contribution": [ + "Building...", + "Running Tasks", + "{0} running tasks", + "Show Running Tasks", + "&&Run Task...", + "Run &&Build Task...", + "Show Runnin&&g Tasks...", + "R&&estart Running Task...", + "&&Terminate Task...", + "&&Configure Tasks...", + "Configure De&&fault Build Task...", + "Open Workspace Tasks", + "Show Task Log", + "Run Task", + "Rerun Last Task", + "Restart Running Task", + "Show Running Tasks", + "Terminate Task", + "Run Build Task", + "Run Test Task", + "Configure Default Build Task", + "Configure Default Test Task", + "Open User Tasks", + "Type the name of a task to run.", + "Run Task", + "Tasks", + "Configures whether to show the problem matcher prompt when running a task. Set to `true` to never prompt, or use a dictionary of task types to turn off prompting only for specific task types.", + "Sets problem matcher prompting behavior for all tasks.", + "An object containing task type-boolean pairs to never prompt for problem matchers on.", + "Controls enablement of `provideTasks` for all task provider extension. If the Tasks: Run Task command is slow, disabling auto detect for task providers may help. Individual extensions may also provide settings that disable auto detection.", + "Configures whether a warning is shown when a provider is slow", + "Sets the slow provider warning for all tasks.", + "An array of task types to never show the slow provider warning.", + "Controls the number of recent items tracked in task quick open dialog.", + "Controls whether to show the task detail for tasks that have a detail in task quick picks, such as Run Task.", + "Controls whether the task quick pick is skipped when there is only one task to pick from.", + "Causes the Tasks: Run Task command to use the slower \"show all\" behavior instead of the faster two level picker where tasks are grouped by provider.", + "Save all dirty editors before running a task.", + "Always saves all editors before running.", + "Never saves editors before running.", + "Prompts whether to save editors before running." ], - "vs/workbench/services/extensions/common/extensionsRegistry": [ + "vs/workbench/contrib/remote/common/remote.contribution": [ + "Remote Server", + "Workspace does not exist", + "The workspace does not exist. Please select another workspace to open.", + "&&Open Workspace...", + "&&Cancel", + "Connection: Trigger Reconnect", + "Connection: Pause socket writing", "UI extension kind. In a remote window, such extensions are enabled only when available on the local machine.", "Workspace extension kind. In a remote window, such extensions are enabled only when available on the remote.", - "Web worker extension kind. Such an extension can execute in a web worker extension host.", - "Engine compatibility.", - "For VS Code extensions, specifies the VS Code version that the extension is compatible with. Cannot be *. For example: ^0.10.5 indicates compatibility with a minimum VS Code version of 0.10.5.", - "The publisher of the VS Code extension.", - "The display name for the extension used in the VS Code gallery.", - "The categories used by the VS Code gallery to categorize the extension.", - "Use 'Programming Languages' instead", - "Banner used in the VS Code marketplace.", - "The banner color on the VS Code marketplace page header.", - "The color theme for the font used in the banner.", - "All contributions of the VS Code extension represented by this package.", - "Sets the extension to be flagged as a Preview in the Marketplace.", - "Activation events for the VS Code extension.", - "An activation event emitted whenever a file that resolves to the specified language gets opened.", - "An activation event emitted whenever the specified command gets invoked.", - "An activation event emitted whenever a user is about to start debugging or about to setup debug configurations.", - "An activation event emitted whenever a \"launch.json\" needs to be created (and all provideDebugConfigurations methods need to be called).", - "An activation event emitted whenever a list of all debug configurations needs to be created (and all provideDebugConfigurations methods for the \"dynamic\" scope need to be called).", - "An activation event emitted whenever a debug session with the specific type is about to be launched (and a corresponding resolveDebugConfiguration method needs to be called).", - "An activation event emitted whenever a debug session with the specific type is about to be launched and a debug protocol tracker might be needed.", - "An activation event emitted whenever a folder is opened that contains at least a file matching the specified glob pattern.", - "An activation event emitted after the start-up finished (after all `*` activated extensions have finished activating).", - "An activation event emitted whenever a file or folder is accessed with the given scheme.", - "An activation event emitted whenever a search is started in the folder with the given scheme.", - "An activation event emitted whenever the specified view is expanded.", - "An activation event emitted whenever the specified user identity.", - "An activation event emitted whenever a system-wide Uri directed towards this extension is open.", - "An activation event emitted whenever a external uri (such as an http or https link) is being opened.", - "An activation event emitted whenever the specified custom editor becomes visible.", - "An activation event emitted whenever the specified notebook document is opened.", - "An activation event emitted whenever sessions are requested from the specified authentication provider.", - "An activation event emitted on VS Code startup. To ensure a great end user experience, please use this activation event in your extension only when no other activation events combination works in your use-case.", - "Array of badges to display in the sidebar of the Marketplace's extension page.", - "Badge image URL.", - "Badge link.", - "Badge description.", - "Controls the Markdown rendering engine used in the Marketplace. Either github (default) or standard.", - "Controls the Q&A link in the Marketplace. Set to marketplace to enable the default Marketplace Q & A site. Set to a string to provide the URL of a custom Q & A site. Set to false to disable Q & A altogether.", - "Dependencies to other extensions. The identifier of an extension is always ${publisher}.${name}. For example: vscode.csharp.", - "A set of extensions that can be installed together. The identifier of an extension is always ${publisher}.${name}. For example: vscode.csharp.", - "Define the kind of an extension. `ui` extensions are installed and run on the local machine while `workspace` extensions run on the remote.", - "Define an extension which can run only on the local machine when connected to remote window.", - "Define an extension which can run only on the remote machine when connected remote window.", - "Define an extension which can run on either side, with a preference towards running on the local machine.", - "Define an extension which can run on either side, with a preference towards running on the remote machine.", - "Define an extension which cannot run in a remote context, neither on the local, nor on the remote machine.", - "Script executed before the package is published as a VS Code extension.", - "Uninstall hook for VS Code extension. Script that gets executed when the extension is completely uninstalled from VS Code which is when VS Code is restarted (shutdown and start) after the extension is uninstalled. Only Node scripts are supported.", - "The path to a 128x128 pixel icon." + "Remote", + "Override the kind of an extension. `ui` extensions are installed and run on the local machine while `workspace` extensions are run on the remote. By overriding an extension's default kind using this setting, you specify if that extension should be installed and enabled locally or remotely.", + "Restores the ports you forwarded in a workspace.", + "When enabled, new running processes are detected and ports that they listen on are automatically forwarded. Disabling this setting will not prevent all ports from being forwarded. Even when disabled, extensions will still be able to cause ports to be forwarded, and opening some URLs will still cause ports to forwarded.", + "Sets the source from which ports are automatically forwarded when `remote.autoForwardPorts` is true. On Windows and Mac remotes, the `process` option has no effect and `output` will be used. Requires a reload to take effect.", + "Ports will be automatically forwarded when discovered by watching for processes that are started and include a port.", + "Ports will be automatically forwarded when discovered by reading terminal and debug output. Not all processes that use ports will print to the integrated terminal or debug console, so some ports will be missed. Ports forwarded based on output will not be \"un-forwarded\" until reload or until the port is closed by the user in the Ports view.", + "A port, range of ports (ex. \"40000-55000\"), host and port (ex. \"db:1234\"), or regular expression (ex. \".+\\\\/server.js\"). For a port number or range, the attributes will apply to that port number or range of port numbers. Attributes which use a regular expression will apply to ports whose associated process command line matches the expression.", + "Shows a notification when a port is automatically forwarded.", + "Opens the browser when the port is automatically forwarded. Depending on your settings, this could open an embedded browser.", + "Opens the browser when the port is automatically forwarded, but only the first time the port is forward during a session. Depending on your settings, this could open an embedded browser.", + "Opens a preview in the same window when the port is automatically forwarded.", + "Shows no notification and takes no action when this port is automatically forwarded.", + "This port will not be automatically forwarded.", + "Defines the action that occurs when the port is discovered for automatic forwarding", + "Automatically prompt for elevation (if needed) when this port is forwarded. Elevate is required if the local port is a privileged port.", + "Label that will be shown in the UI for this port.", + "Application", + "When true, a modal dialog will show if the chosen local port isn't used for forwarding.", + "The protocol to use when forwarding this port.", + "Application", + "Set properties that are applied when a specific port number is forwarded. For example:\n\n```\n\"3000\": {\n \"label\": \"Application\"\n},\n\"40000-55000\": {\n \"onAutoForward\": \"ignore\"\n},\n\".+\\\\/server.js\": {\n \"onAutoForward\": \"openPreview\"\n}\n```", + "Must be a port number, range of port numbers, or regular expression.", + "Shows a notification when a port is automatically forwarded.", + "Opens the browser when the port is automatically forwarded. Depending on your settings, this could open an embedded browser.", + "Opens a preview in the same window when the port is automatically forwarded.", + "Shows no notification and takes no action when this port is automatically forwarded.", + "This port will not be automatically forwarded.", + "Defines the action that occurs when the port is discovered for automatic forwarding", + "Automatically prompt for elevation (if needed) when this port is forwarded. Elevate is required if the local port is a privileged port.", + "Label that will be shown in the UI for this port.", + "Application", + "When true, a modal dialog will show if the chosen local port isn't used for forwarding.", + "The protocol to use when forwarding this port.", + "Set default properties that are applied to all ports that don't get properties from the setting `remote.portsAttributes`. For example:\n\n```\n{\n \"onAutoForward\": \"ignore\"\n}\n```", + "Specifies the local host name that will be used for port forwarding." ], - "vs/workbench/contrib/localizations/browser/minimalTranslations": [ - "Search language packs in the Marketplace to change the display language to {0}.", - "Search Marketplace", - "Install language pack to change the display language to {0}.", - "Install and Restart" + "vs/workbench/contrib/snippets/browser/snippets.contribution": [ + "The prefix to use when selecting the snippet in intellisense", + "The snippet content. Use `$1`, `${1:defaultText}` to define cursor positions, use `$0` for the final cursor position. Insert variable values with `${varName}` and `${varName:defaultText}`, e.g. `This is file: $TM_FILENAME`.", + "The snippet description.", + "Empty snippet", + "User snippet configuration", + "Empty snippet", + "User snippet configuration", + "A list of language names to which this snippet applies, e.g. 'typescript,javascript'." ], - "vs/workbench/electron-sandbox/actions/developerActions": [ - "Toggle Developer Tools", - "Configure Runtime Arguments", - "Toggle Shared Process", - "Reload With Extensions Disabled" + "vs/workbench/contrib/snippets/browser/surroundWithSnippet": [ + "Surround With Snippet..." ], - "vs/workbench/electron-sandbox/actions/windowActions": [ - "Close Window", - "Zoom In", - "Zoom Out", - "Reset Zoom", - "Close Window", - "Close Window", - "Select a window to switch to", - "{0}, dirty window", - "Current Window", - "Switch Window...", - "Quick Switch Window..." + "vs/workbench/contrib/snippets/browser/configureSnippets": [ + "(global)", + "({0})", + "Type snippet file name", + "Invalid file name", + "'{0}' is not a valid file name", + "'{0}' already exists", + "Configure User Snippets", + "User Snippets", + "User &&Snippets", + "global", + "New Global Snippets file...", + "{0} workspace", + "New Snippets file for '{0}'...", + "Existing Snippets", + "New Snippets", + "New Snippets", + "Select Snippets File or Create Snippets" ], - "vs/workbench/contrib/files/common/editors/fileEditorInput": [ - "{0} (deleted, read-only)", - "{0} (deleted)", - "{0} (read-only)" + "vs/workbench/contrib/snippets/browser/insertSnippet": [ + "Insert Snippet" ], - "vs/workbench/contrib/files/electron-sandbox/textFileEditor": [ - "To open a file of this size, you need to restart and allow it to use more memory", - "Restart with {0} MB", - "Configure Memory Limit" + "vs/workbench/contrib/snippets/browser/snippetsService": [ + "Expected string in `contributes.{0}.path`. Provided value: {1}", + "When omitting the language, the value of `contributes.{0}.path` must be a `.code-snippets`-file. Provided value: {1}", + "Unknown language in `contributes.{0}.language`. Provided value: {1}", + "Expected `contributes.{0}.path` ({1}) to be included inside extension's folder ({2}). This might make the extension non-portable.", + "Contributes snippets.", + "Language identifier for which this snippet is contributed to.", + "Path of the snippets file. The path is relative to the extension folder and typically starts with './snippets/'.", + "One or more snippets from the extension '{0}' very likely confuse snippet-variables and snippet-placeholders (see https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax for more details)", + "The snippet file \"{0}\" could not be read." ], - "vs/editor/common/editorContextKeys": [ - "Whether the editor text has focus (cursor is blinking)", - "Whether the editor or an editor widget has focus (e.g. focus is in the find widget)", - "Whether an editor or a rich text input has focus (cursor is blinking)", - "Whether the editor is read only", - "Whether the context is a diff editor", - "Whether `editor.columnSelection` is enabled", - "Whether the editor has text selected", - "Whether the editor has multiple selections", - "Whether `Tab` will move focus out of the editor", - "Whether the editor hover is visible", - "Whether the editor is part of a larger editor (e.g. notebooks)", - "The language identifier of the editor", - "Whether the editor has a completion item provider", - "Whether the editor has a code actions provider", - "Whether the editor has a code lens provider", - "Whether the editor has a definition provider", - "Whether the editor has a declaration provider", - "Whether the editor has an implementation provider", - "Whether the editor has a type definition provider", - "Whether the editor has a hover provider", - "Whether the editor has a document highlight provider", - "Whether the editor has a document symbol provider", - "Whether the editor has a reference provider", - "Whether the editor has a rename provider", - "Whether the editor has a signature help provider", - "Whether the editor has an inline hints provider", - "Whether the editor has a document formatting provider", - "Whether the editor has a document selection formatting provider", - "Whether the editor has multiple document formatting providers", - "Whether the editor has multiple document selection formatting providers" + "vs/workbench/contrib/inlayHints/browser/inlayHintsAccessibilty": [ + "Whether the current line and its inlay hints are currently focused", + "Code with Inlay Hint Information", + "Read Line With Inline Hints", + "Stop Inlay Hints Reading" ], - "vs/workbench/contrib/files/electron-sandbox/fileCommands": [ - "Open a file first to reveal" + "vs/workbench/contrib/update/browser/update.contribution": [ + "Download Update", + "Install Update", + "Restart to Update", + "&&Release Notes" ], - "vs/workbench/common/resources": [ - "The scheme of the rsource", - "The file name of the resource", - "The folder name the resource is contained in", - "The full path of the resource", - "The language identifier of the resource", - "The full value of the resource including scheme and path", - "The extension name of the resource", - "Whether a resource is present or not", - "Whether the resource is backed by a file system provider" + "vs/workbench/contrib/welcomeOverlay/browser/welcomeOverlay": [ + "File explorer", + "Search across files", + "Source code management", + "Launch and debug", + "Manage extensions", + "View errors and warnings", + "Toggle integrated terminal", + "Find and run all commands", + "Show notifications", + "User Interface Overview", + "Hide Interface Overview" ], - "vs/workbench/contrib/backup/electron-sandbox/backupTracker": [ - "The following dirty editors could not be saved to the back up location.", - "The following dirty editors could not be saved or reverted.", - "Try saving or reverting the dirty editors first and then try again.", - "OK", - "Waiting for dirty editors to backup...", - "Waiting for dirty editors to save...", - "Waiting for dirty editors to revert..." + "vs/workbench/contrib/surveys/browser/nps.contribution": [ + "Do you mind taking a quick feedback survey?", + "Take Survey", + "Remind Me later", + "Don't Show Again" ], - "vs/workbench/contrib/codeEditor/electron-sandbox/selectionClipboard": [ - "Paste Selection Clipboard" + "vs/workbench/contrib/watermark/browser/watermark": [ + "Show All Commands", + "Go to File", + "Open File", + "Open Folder", + "Open File or Folder", + "Open Recent", + "New Untitled File", + "Find in Files", + "Toggle Terminal", + "Start Debugging", + "Toggle Full Screen", + "Show Settings", + "When enabled, will show the watermark tips when no editor is open." + ], + "vs/workbench/contrib/themes/browser/themes.contribution": [ + "Icon for the 'Manage' action in the theme selection quick pick.", + "Type to Search More. Select to Install. Up/Down Keys to Preview", + "Installing Extension {0}...", + "Color Theme", + "Install Additional Color Themes...", + "Browse Additional Color Themes...", + "Select Color Theme (Up/Down Keys to Preview)", + "light themes", + "dark themes", + "high contrast themes", + "File Icon Theme", + "Install Additional File Icon Themes...", + "Select File Icon Theme (Up/Down Keys to Preview)", + "file icon themes", + "None", + "Disable File Icons", + "Product Icon Theme", + "Install Additional Product Icon Themes...", + "Browse Additional Product Icon Themes...", + "Select Product Icon Theme (Up/Down Keys to Preview)", + "product icon themes", + "Default", + "Manage Extension", + "Generate Color Theme From Current Settings", + "&&Color Theme", + "File &&Icon Theme", + "&&Product Icon Theme", + "Color Theme", + "File Icon Theme", + "Product Icon Theme" ], - "vs/workbench/contrib/codeEditor/electron-sandbox/startDebugTextMate": [ - "Start Text Mate Syntax Grammar Logging" + "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.contribution": [ + "Get Started", + "Help", + "Get Started", + "Get Started", + "Go Back", + "Mark Step Complete", + "Mark Step Incomplete", + "Open Walkthrough...", + "Open Walkthrough...", + "The platform of the current workspace, which in remote or serverless contexts may be different from the platform of the UI", + "When enabled, an extension's walkthrough will open upon install of the extension.", + "When enabled, the get started page has additional links to video tutorials.", + "Start without an editor.", + "Open the Welcome page, with content to aid in getting started with VS Code and extensions.", + "Open the README when opening a folder that contains one, fallback to 'welcomePage' otherwise. Note: This is only observed as a global configuration, it will be ignored if set in a workspace or folder configuration.", + "Open a new untitled file (only applies when opening an empty window).", + "Open the Welcome page when opening an empty workbench.", + "Controls which editor is shown at startup, if none are restored from the previous session.", + "Deprecated, use the global `workbench.reduceMotion`.", + "When enabled, reduce motion in welcome page." ], - "vs/workbench/contrib/issue/electron-sandbox/issueActions": [ - "Open Process Explorer", - "Report Performance Issue" + "vs/workbench/contrib/surveys/browser/languageSurveys.contribution": [ + "Help us improve our support for {0}", + "Take Short Survey", + "Remind Me later", + "Don't Show Again" ], - "vs/workbench/services/dialogs/browser/simpleFileDialog": [ - "Open Local File...", - "Save Local File...", - "Open Local Folder...", - "Open Local...", - "File system provider for {0} is not available.", - "Show Local", - "The path does not exist.", - "Cancel", - "Please enter a valid path.", - "The folder already exists. Please use a new file name.", - "{0} already exists. Are you sure you want to overwrite it?", - "Please enter a valid file name.", - "Please enter a path that exists.", - "Please enter a path that exists.", - "Please start the path with a drive letter.", - "Please select a file.", - "Please select a folder." + "vs/workbench/contrib/welcomeWalkthrough/browser/walkThrough.contribution": [ + "Playground", + "Editor Playgrou&&nd" ], - "vs/workbench/contrib/terminal/electron-sandbox/localTerminalService": [ - "Restart pty host", - "The connection to the terminal's pty host process is unresponsive, the terminals may stop working." + "vs/workbench/contrib/surveys/browser/ces.contribution": [ + "Got a moment to help the VS Code team? Please tell us about your experience with VS Code so far.", + "Give Feedback", + "Remind Me later" ], - "vs/workbench/contrib/performance/electron-sandbox/startupProfiler": [ - "Successfully created profiles.", - "Please create an issue and manually attach the following files:\n{0}", - "&&Create Issue and Restart", - "&&Restart", - "Thanks for helping us.", - "A final restart is required to continue to use '{0}'. Again, thank you for your contribution.", - "&&Restart" + "vs/workbench/contrib/welcomeViews/common/newFile.contribution": [ + "Built-In", + "Create", + "New File...", + "Create New...", + "File", + "Notebook", + "Configure Keybinding", + "Text File" ], - "vs/workbench/browser/workbench": [ - "Failed to load a required file. Please restart the application to try again. Details: {0}" + "vs/workbench/contrib/typeHierarchy/browser/typeHierarchy.contribution": [ + "Whether a type hierarchy provider is available", + "Whether type hierarchy peek is currently showing", + "whether type hierarchy shows super types or subtypes", + "No results", + "Failed to show type hierarchy", + "Peek Type Hierarchy", + "Show Supertypes", + "Show Subtypes", + "Refocus Type Hierarchy", + "Close" ], - "vs/workbench/electron-sandbox/window": [ - "Learn More", - "Resolving your shell environment is taking very long. Please review your shell configuration.", - "Unable to resolve your shell environment in a reasonable time. Please review your shell configuration.", - "Proxy Authentication Required", - "&&Log In", - "&&Cancel", - "Username", - "Password", - "The proxy {0} requires a username and password.", - "Remember my credentials", - "It is not recommended to run {0} as root user.", - "There is a dependency cycle in the AMD modules that needs to be resolved!", - "OK" + "vs/workbench/contrib/callHierarchy/browser/callHierarchy.contribution": [ + "Whether a call hierarchy provider is available", + "Whether call hierarchy peek is currently showing", + "Whether call hierarchy shows incoming or outgoing calls", + "No results", + "Failed to show call hierarchy", + "Peek Call Hierarchy", + "Show Incoming Calls", + "Icon for incoming calls in the call hierarchy view.", + "Show Outgoing Calls", + "Icon for outgoing calls in the call hierarchy view.", + "Refocus Call Hierarchy", + "Close" ], - "vs/workbench/services/remote/electron-sandbox/remoteAgentServiceImpl": [ - "Failed to connect to the remote extension host server (Error: {0})" + "vs/workbench/contrib/outline/browser/outline.contribution": [ + "View icon of the outline view.", + "Outline", + "Outline", + "Render Outline Elements with Icons.", + "Show Errors & Warnings on Outline Elements.", + "Use colors for Errors & Warnings.", + "Use badges for Errors & Warnings.", + "When enabled outline shows `file`-symbols.", + "When enabled outline shows `module`-symbols.", + "When enabled outline shows `namespace`-symbols.", + "When enabled outline shows `package`-symbols.", + "When enabled outline shows `class`-symbols.", + "When enabled outline shows `method`-symbols.", + "When enabled outline shows `property`-symbols.", + "When enabled outline shows `field`-symbols.", + "When enabled outline shows `constructor`-symbols.", + "When enabled outline shows `enum`-symbols.", + "When enabled outline shows `interface`-symbols.", + "When enabled outline shows `function`-symbols.", + "When enabled outline shows `variable`-symbols.", + "When enabled outline shows `constant`-symbols.", + "When enabled outline shows `string`-symbols.", + "When enabled outline shows `number`-symbols.", + "When enabled outline shows `boolean`-symbols.", + "When enabled outline shows `array`-symbols.", + "When enabled outline shows `object`-symbols.", + "When enabled outline shows `key`-symbols.", + "When enabled outline shows `null`-symbols.", + "When enabled outline shows `enumMember`-symbols.", + "When enabled outline shows `struct`-symbols.", + "When enabled outline shows `event`-symbols.", + "When enabled outline shows `operator`-symbols.", + "When enabled outline shows `typeParameter`-symbols." ], - "vs/workbench/services/extensions/node/extensionPoints": [ - "Invalid manifest file {0}: Not an JSON object.", - "Failed to parse {0}: [{1}, {2}] {3}.", - "Cannot read file {0}: {1}.", - "Failed to parse {0}: {1}.", - "Invalid format {0}: JSON object expected.", - "Couldn't find message for key {0}.", - "Extension version is not semver compatible.", - "Got empty extension description", - "property publisher must be of type `string`.", - "property `{0}` is mandatory and must be of type `string`", - "property `{0}` is mandatory and must be of type `string`", - "property `{0}` is mandatory and must be of type `object`", - "property `{0}` is mandatory and must be of type `string`", - "property `{0}` can be omitted or must be of type `string[]`", - "property `{0}` can be omitted or must be of type `string[]`", - "properties `{0}` and `{1}` must both be specified or must both be omitted", - "property `{0}` can be omitted or must be of type `string`", - "Expected `main` ({0}) to be included inside extension's folder ({1}). This might make the extension non-portable.", - "properties `{0}` and `{1}` must both be specified or must both be omitted", - "property `{0}` can be omitted or must be of type `string`", - "Expected `browser` ({0}) to be included inside extension's folder ({1}). This might make the extension non-portable.", - "properties `{0}` and `{1}` must both be specified or must both be omitted" + "vs/workbench/contrib/experiments/browser/experiments.contribution": [ + "Fetches experiments to run from a Microsoft online service." ], - "vs/workbench/services/extensions/common/extensionHostManager": [ - "Measure Extension Host Latency" + "vs/workbench/contrib/codeEditor/browser/outline/documentSymbolsOutline": [ + "Document Symbols" ], - "vs/workbench/contrib/webview/browser/baseWebviewElement": [ - "Error loading webview: {0}" + "vs/workbench/contrib/languageStatus/browser/languageStatus.contribution": [ + "Editor Language Status", + "Editor Language Status: {0}", + "Add to Status Bar", + "Remove from Status Bar", + "{0}, {1}", + "{0}", + "{0} (Language Status)", + "Reset Language Status Interaction Counter", + "View" ], - "vs/workbench/common/configuration": [ - "Workbench" + "vs/workbench/contrib/userDataSync/browser/userDataSync.contribution": [ + "Settings sync is suspended temporarily because the current device is making too many requests. Please reload {0} to resume.", + "Settings sync is suspended temporarily because the current device is making too many requests. Please restart {0} to resume.", + "Show Log", + "Reload", + "Restart", + "Operation Id: {0}", + "Settings sync is disabled because the current device is making too many requests. Please wait for 10 minutes and turn on sync.", + "Settings Sync. Operation Id: {0}", + "Show Log" ], - "vs/workbench/contrib/extensions/electron-browser/reportExtensionIssueAction": [ - "Report Issue" + "vs/workbench/contrib/languageDetection/browser/languageDetection.contribution": [ + "Accept Detected Language: {0}", + "Language Detection", + "Change to Detected Language: {0}", + "Detect Language from Content", + "Unable to detect editor language" ], - "vs/workbench/contrib/extensions/browser/abstractRuntimeExtensionsEditor": [ - "Activated by {0} on start-up", - "Activated by {1} because a file matching {0} exists in your workspace", - "Activated by {1} because file {0} exists in your workspace", - "Activated by {1} because searching for {0} took too long", - "Activated by {0} after start-up finished", - "Activated by {1} because you opened a {0} file", - "Activated by {1} on {0}", - "Extension has caused the extension host to freeze.", - "{0} uncaught errors", - "Runtime Extensions", - "Disable (Workspace)", - "Disable", - "Show Running Extensions" + "vs/workbench/contrib/workspaces/browser/workspaces.contribution": [ + "This folder contains a workspace file '{0}'. Do you want to open it? [Learn more]({1}) about workspace files.", + "Open Workspace", + "This folder contains multiple workspace files. Do you want to open one? [Learn more]({0}) about workspace files.", + "Select Workspace", + "Select a workspace to open" ], - "vs/workbench/contrib/extensions/electron-browser/extensionsSlowActions": [ - "Performance Issue", - "Report Issue", - "Did you attach the CPU-Profile?", - "OK", - "This is a reminder to make sure that you have not forgotten to attach '{0}' to the issue you have just created.", - "Show Issues", - "Did you attach the CPU-Profile?", - "OK", - "This is a reminder to make sure that you have not forgotten to attach '{0}' to an existing performance issue." + "vs/workbench/contrib/workspace/browser/workspace.contribution": [ + "You are trying to open untrusted files in a workspace which is trusted.", + "You are trying to open untrusted files in a window which is trusted.", + "If you don't trust the authors of these files, we recommend to open them in Restricted Mode in a new window as the files may be malicious. See [our docs](https://aka.ms/vscode-workspace-trust) to learn more.", + "Do you trust the authors of these files?", + "Open", + "Open in Restricted Mode", + "Cancel", + "Remember my decision for all workspaces", + "Do you trust the authors of the files in this workspace?", + "Do you trust the authors of the files in this folder?", + "A feature you are trying to use may be a security risk if you do not trust the source of the files or folders you currently have open.", + "Trust Workspace & Continue", + "Trust Folder & Continue", + "Manage", + "Cancel", + "If you don't trust the authors of these files, we do not recommend continuing as the files may be malicious. See [our docs](https://aka.ms/vscode-workspace-trust) to learn more.", + "Do you trust the authors of the files in this folder?", + "Yes", + "No", + "You are adding files to a trusted workspace that are not currently trusted. Do you trust the authors of these new files?", + "Do you trust the authors of the files in this workspace?", + "Do you trust the authors of the files in this folder?", + "Trust the authors of all files in the parent folder '{0}'", + "Yes, I trust the authors", + "Trust folder and enable all features", + "Trust workspace and enable all features", + "No, I don't trust the authors", + "Browse folder in restricted mode", + "Browse workspace in restricted mode", + "{0} provides features that may automatically execute files in this workspace.", + "{0} provides features that may automatically execute files in this folder.", + "If you don't trust the authors of these files, we recommend to continue in restricted mode as the files may be malicious. See [our docs](https://aka.ms/vscode-workspace-trust) to learn more.", + "Manage", + "Learn More", + "Restricted Mode is intended for safe code browsing. Trust this window to enable all features. Use navigation keys to access banner actions.", + "Restricted Mode is intended for safe code browsing. Trust this folder to enable all features. Use navigation keys to access banner actions.", + "Restricted Mode is intended for safe code browsing. Trust this workspace to enable all features. Use navigation keys to access banner actions.", + "Restricted Mode is intended for safe code browsing. Trust this window to enable all features.", + "Restricted Mode is intended for safe code browsing. Trust this folder to enable all features.", + "Restricted Mode is intended for safe code browsing. Trust this workspace to enable all features.", + "This window is trusted.", + "Restricted Mode: Some features are disabled because this window is not trusted.", + "Running in Restricted Mode\n\nSome [features are disabled]({0}) because this [window is not trusted]({1}).", + "This folder is trusted.", + "Restricted Mode: Some features are disabled because this folder is not trusted.", + "Running in Restricted Mode\n\nSome [features are disabled]({0}) because this [folder is not trusted]({1}).", + "This workspace is trusted.", + "Restricted Mode: Some features are disabled because this workspace is not trusted.", + "Running in Restricted Mode\n\nSome [features are disabled]({0}) because this [workspace is not trusted]({1}).", + "Workspace Trust", + "Workspace Trust Editor", + "Configure Workspace Trust", + "Workspaces", + "Manage Workspace Trust", + "Workspaces", + "Security", + "Controls whether or not workspace trust is enabled within VS Code.", + "Controls when the startup prompt to trust a workspace is shown.", + "Ask for trust every time an untrusted workspace is opened.", + "Ask for trust the first time an untrusted workspace is opened.", + "Do not ask for trust when an untrusted workspace is opened.", + "Controls when the restricted mode banner is shown.", + "Show the banner every time an untrusted workspace is open.", + "Show the banner when an untrusted workspace is opened until dismissed.", + "Do not show the banner when an untrusted workspace is open.", + "Controls how to handle opening untrusted files in a trusted workspace. This setting also applies to opening files in an empty window which is trusted via `#{0}#`.", + "Ask how to handle untrusted files for each workspace. Once untrusted files are introduced to a trusted workspace, you will not be prompted again.", + "Always allow untrusted files to be introduced to a trusted workspace without prompting.", + "Always open untrusted files in a separate window in restricted mode without prompting.", + "Controls whether or not the empty window is trusted by default within VS Code. When used with `#{0}#`, you can enable the full functionality of VS Code without prompting in an empty window." + ], + "vs/workbench/contrib/audioCues/browser/audioCues.contribution": [ + "Enable audio cue when a screen reader is attached.", + "Enable audio cue.", + "Disable audio cue.", + "The volume of the audio cues in percent (0-100).", + "Plays a sound when the active line has a breakpoint.", + "Plays a sound when the active line has an inline suggestion.", + "Plays a sound when the active line has an error.", + "Plays a sound when the active line has a folded area that can be unfolded.", + "Plays a sound when the active line has a warning.", + "Plays a sound when the debugger stopped on a breakpoint.", + "Plays a sound when trying to read a line with inlay hints that has no inlay hints." ], - "vs/workbench/contrib/debug/common/debug": [ - "Debug type of the active debug session. For example 'python'.", - "Debug type of the selected launch configuration. For example 'python'.", - "State that the focused debug session is in. One of the following: 'inactive', 'initializing', 'stopped' or 'running'.", - "Debug UX state. When there are no debug configurations it is 'simple', otherwise 'default'. Used to decide when to show welcome views in the debug viewlet.", - "True when debugging, false otherwise.", - "True when focus is in the debug console, false otherwise.", - "True when breakpoint editor zone widget is visible, false otherwise.", - "True when focus is in the breakpoint editor zone widget, false otherwise.", - "True when the BREAKPOINTS view is focused, false otherwise.", - "True when the WATCH view is focused, false otherwsie.", - "True when at least one watch expression exists, false otherwise.", - "True when the VARIABLES views is focused, false otherwsie", - "True when an expression input box is open in either the WATCH or the VARIABLES view, false otherwise.", - "True when the input box has focus in the BREAKPOINTS view.", - "Represents the item type of the focused element in the CALL STACK view. For example: 'session', 'thread', 'stackFrame'", - "True when the session in the CALL STACK view is attach, false otherwise. Used internally for inline menus in the CALL STACK view.", - "True when the focused item in the CALL STACK is stopped. Used internaly for inline menus in the CALL STACK view.", - "True when the focused session in the CALL STACK view has exactly one thread. Used internally for inline menus in the CALL STACK view.", - "Represents the item type of the focused element in the WATCH view. For example: 'expression', 'variable'", - "Represents the item type of the focused element in the BREAKPOINTS view. For example: 'breakpoint', 'exceptionBreakppint', 'functionBreakpoint', 'dataBreakpoint'", - "Represents the access type of the focused data breakpoint in the BREAKPOINTS view. For example: 'read', 'readWrite', 'write'", - "True when the focused breakpoint supports conditions.", - "True when the focused sessions supports the LOADED SCRIPTS view", - "Represents the item type of the focused element in the LOADED SCRIPTS view.", - "True when the focused session is 'attach'.", - "True when the focused session supports 'stepBack' requests.", - "True when the focused session supports 'restartFrame' requests.", - "True when the focused stack frame suppots 'restartFrame'.", - "True when the focused session supports 'jumpToCursor' request.", - "True when the focused session supports 'stepIntoTargets' request.", - "True when at least one breakpoint exists.", - "True when there is at least one debug extensions active.", - "Represents the context the debug adapter sets on the focused variable in the VARIABLES view.", - "True when the focused session supports 'setVariable' request.", - "True when the focused session supports to break when value changes.", - "True when the focused breakpoint supports to break when value is accessed.", - "True when the focused breakpoint supports to break when value is read.", - "True when the focused variable has an 'evalauteName' field set", - "True when the exception widget is visible.", - "True when there is more than 1 debug console.", - "True when there is more than 1 active debug session.", - "Controls when the internal debug console should open." + "vs/workbench/contrib/timeline/browser/timeline.contribution": [ + "View icon of the timeline view.", + "Icon for the open timeline action.", + "Timeline", + "An array of Timeline sources that should be excluded from the Timeline view.", + "The number of items to show in the Timeline view by default and when loading more items. Setting to `null` (the default) will automatically choose a page size based on the visible area of the Timeline view.", + "Experimental. Controls whether the Timeline view will load the next page of items when you scroll to the end of the list.", + "Open Timeline", + "Icon for the filter timeline action.", + "Filter Timeline" ], - "vs/workbench/contrib/terminal/electron-browser/terminalRemote": [ - "Create New Integrated Terminal (Local)" + "vs/workbench/services/textfile/browser/textFileService": [ + "File Created", + "File Replaced", + "Text File Model Decorations", + "Deleted, Read Only", + "Read Only", + "Deleted", + "File seems to be binary and cannot be opened as text", + "'{0}' already exists. Do you want to replace it?", + "A file or folder with the name '{0}' already exists in the folder '{1}'. Replacing it will overwrite its current contents.", + "&&Replace" ], - "vs/editor/common/config/editorOptions": [ - "The editor will use platform APIs to detect when a Screen Reader is attached.", - "The editor will be permanently optimized for usage with a Screen Reader. Word wrapping will be disabled.", - "The editor will never be optimized for usage with a Screen Reader.", - "Controls whether the editor should run in a mode where it is optimized for screen readers. Setting to on will disable word wrapping.", - "Controls whether a space character is inserted when commenting.", - "Controls if empty lines should be ignored with toggle, add or remove actions for line comments.", - "Controls whether copying without a selection copies the current line.", - "Controls whether the cursor should jump to find matches while typing.", - "Controls whether the search string in the Find Widget is seeded from the editor selection.", - "Never turn on Find in selection automatically (default).", - "Always turn on Find in selection automatically.", - "Turn on Find in selection automatically when multiple lines of content are selected.", - "Controls the condition for turning on find in selection automatically.", - "Controls whether the Find Widget should read or modify the shared find clipboard on macOS.", - "Controls whether the Find Widget should add extra lines on top of the editor. When true, you can scroll beyond the first line when the Find Widget is visible.", - "Controls whether the search automatically restarts from the beginning (or the end) when no further matches can be found.", - "Enables/Disables font ligatures ('calt' and 'liga' font features). Change this to a string for fine-grained control of the 'font-feature-settings' CSS property.", - "Explicit 'font-feature-settings' CSS property. A boolean can be passed instead if one only needs to turn on/off ligatures.", - "Configures font ligatures or font features. Can be either a boolean to enable/disable ligatures or a string for the value of the CSS 'font-feature-settings' property.", - "Controls the font size in pixels.", - "Only \"normal\" and \"bold\" keywords or numbers between 1 and 1000 are allowed.", - "Controls the font weight. Accepts \"normal\" and \"bold\" keywords or numbers between 1 and 1000.", - "Show peek view of the results (default)", - "Go to the primary result and show a peek view", - "Go to the primary result and enable peek-less navigation to others", - "This setting is deprecated, please use separate settings like 'editor.editor.gotoLocation.multipleDefinitions' or 'editor.editor.gotoLocation.multipleImplementations' instead.", - "Controls the behavior the 'Go to Definition'-command when multiple target locations exist.", - "Controls the behavior the 'Go to Type Definition'-command when multiple target locations exist.", - "Controls the behavior the 'Go to Declaration'-command when multiple target locations exist.", - "Controls the behavior the 'Go to Implementations'-command when multiple target locations exist.", - "Controls the behavior the 'Go to References'-command when multiple target locations exist.", - "Alternative command id that is being executed when the result of 'Go to Definition' is the current location.", - "Alternative command id that is being executed when the result of 'Go to Type Definition' is the current location.", - "Alternative command id that is being executed when the result of 'Go to Declaration' is the current location.", - "Alternative command id that is being executed when the result of 'Go to Implementation' is the current location.", - "Alternative command id that is being executed when the result of 'Go to Reference' is the current location.", - "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.", - "Enables the code action lightbulb in the editor.", - "Enables the inline hints in the editor.", - "Controls font size of inline hints in the editor. When set to `0`, the 90% of `#editor.fontSize#` is used.", - "Controls font family of inline hints in the editor.", - "Controls the line height. Use 0 to compute the line height from the font size.", - "Controls whether the minimap is shown.", - "The minimap has the same size as the editor contents (and might scroll).", - "The minimap will stretch or shrink as necessary to fill the height of the editor (no scrolling).", - "The minimap will shrink as necessary to never be larger than the editor (no scrolling).", - "Controls the size of the minimap.", - "Controls the side where to render the minimap.", - "Controls when the minimap slider is shown.", - "Scale of content drawn in the minimap: 1, 2 or 3.", - "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 the amount of space between the top edge of the editor and the first line.", - "Controls the amount of space between the bottom edge of the editor and the last line.", - "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.", - "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.", - "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.", - "Number of monospace characters at which this editor ruler will render.", - "Color of this editor ruler.", - "Render vertical rulers after a certain number of monospace characters. Use multiple values for multiple rulers. No rulers are drawn if array is empty.", - "Insert suggestion without overwriting text right of the cursor.", - "Insert suggestion and overwrite text right of the cursor.", - "Controls whether words are overwritten when accepting completions. Note that this depends on extensions opting into this feature.", - "Controls whether filtering and sorting suggestions accounts for small typos.", - "Controls whether sorting favors words that appear close to the cursor.", - "Controls whether remembered suggestion selections are shared between multiple workspaces and windows (needs `#editor.suggestSelection#`).", - "Controls whether an active snippet prevents quick suggestions.", - "Controls whether to show or hide icons in suggestions.", - "Controls the visibility of the status bar at the bottom of the suggest widget.", - "Controls whether suggest details show inline with the label or only in the details widget", - "This setting is deprecated. The suggest widget can now be resized.", - "This setting is deprecated, please use separate settings like 'editor.suggest.showKeywords' or 'editor.suggest.showSnippets' instead.", - "When enabled IntelliSense shows `method`-suggestions.", - "When enabled IntelliSense shows `function`-suggestions.", - "When enabled IntelliSense shows `constructor`-suggestions.", - "When enabled IntelliSense shows `field`-suggestions.", - "When enabled IntelliSense shows `variable`-suggestions.", - "When enabled IntelliSense shows `class`-suggestions.", - "When enabled IntelliSense shows `struct`-suggestions.", - "When enabled IntelliSense shows `interface`-suggestions.", - "When enabled IntelliSense shows `module`-suggestions.", - "When enabled IntelliSense shows `property`-suggestions.", - "When enabled IntelliSense shows `event`-suggestions.", - "When enabled IntelliSense shows `operator`-suggestions.", - "When enabled IntelliSense shows `unit`-suggestions.", - "When enabled IntelliSense shows `value`-suggestions.", - "When enabled IntelliSense shows `constant`-suggestions.", - "When enabled IntelliSense shows `enum`-suggestions.", - "When enabled IntelliSense shows `enumMember`-suggestions.", - "When enabled IntelliSense shows `keyword`-suggestions.", - "When enabled IntelliSense shows `text`-suggestions.", - "When enabled IntelliSense shows `color`-suggestions.", - "When enabled IntelliSense shows `file`-suggestions.", - "When enabled IntelliSense shows `reference`-suggestions.", - "When enabled IntelliSense shows `customcolor`-suggestions.", - "When enabled IntelliSense shows `folder`-suggestions.", - "When enabled IntelliSense shows `typeParameter`-suggestions.", - "When enabled IntelliSense shows `snippet`-suggestions.", - "When enabled IntelliSense shows `user`-suggestions.", - "When enabled IntelliSense shows `issues`-suggestions.", - "Whether leading and trailing whitespace should always be selected.", - "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.", - "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 the number of lines in the editor that can be read out by a screen reader at once. When we detect a screen reader we automatically set the default to be 2000. Warning: this has a performance implication for numbers larger than the default.", - "This setting is deprecated, editor will automatically choose the accessibility page size when we detect a screen reader. 2000 lines will be the new default.", - "Editor content", - "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.", - "Remove adjacent closing quotes or brackets only if they were automatically inserted.", - "Controls whether the editor should remove adjacent closing quotes or brackets when deleting.", - "Type over closing quotes or brackets only if they were automatically inserted.", - "Controls whether the editor should type over closing quotes or brackets.", - "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.", - "The editor will not insert indentation automatically.", - "The editor will keep the current line's indentation.", - "The editor will keep the current line's indentation and honor language defined brackets.", - "The editor will keep the current line's indentation, honor language defined brackets and invoke special onEnterRules defined by languages.", - "The editor will keep the current line's indentation, honor language defined brackets, invoke special onEnterRules defined by languages, and honor indentationRules defined by languages.", - "Controls whether the editor should automatically adjust the indentation when users type, paste, move or indent lines.", - "Use language configurations to determine when to automatically surround selections.", - "Surround with quotes but not brackets.", - "Surround with brackets but not quotes.", - "Controls whether the editor should automatically surround selections when typing quotes or brackets.", - "Emulate selection behavior of tab characters when using spaces for indentation. Selection will stick to tab stops.", - "Controls whether the editor shows CodeLens.", - "Controls the font family for CodeLens.", - "Controls the font size in pixels for CodeLens. When set to `0`, the 90% of `#editor.fontSize#` is used.", - "Controls whether the editor should render the inline color decorators and color picker.", - "Enable that the selection with the mouse and keys is doing column selection.", - "Controls whether syntax highlighting should be copied into the clipboard.", - "Control the cursor animation style.", - "Controls whether the smooth caret animation should be enabled.", - "Controls the cursor style.", - "Controls the minimal number of visible leading and trailing lines surrounding the cursor. Known as 'scrollOff' or 'scrollOffset' in some other editors.", - "`cursorSurroundingLines` is enforced only when triggered via the keyboard or API.", - "`cursorSurroundingLines` is enforced always.", - "Controls when `cursorSurroundingLines` should be enforced.", - "Controls the width of the cursor when `#editor.cursorStyle#` is set to `line`.", - "Controls whether the editor should allow moving selections via drag and drop.", - "Scrolling speed multiplier when pressing `Alt`.", - "Controls whether the editor has code folding enabled.", - "Use a language-specific folding strategy if available, else the indentation-based one.", - "Use the indentation-based folding strategy.", - "Controls the strategy for computing folding ranges.", - "Controls whether the editor should highlight folded ranges.", - "Controls whether clicking on the empty content after a folded line will unfold the line.", - "Controls the font family.", - "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 format the line after typing.", - "Controls whether the editor should render the vertical glyph margin. Glyph margin is mostly used for debugging.", - "Controls whether the cursor should be hidden in the overview ruler.", - "Controls whether the editor should highlight the active indent guide.", - "Controls the letter spacing in pixels.", - "Controls whether the editor has linked editing enabled. Depending on the language, related symbols, e.g. HTML tags, are updated while editing.", - "Controls whether the editor should detect links and make them clickable.", - "Highlight matching brackets.", - "A multiplier to be used on the `deltaX` and `deltaY` of mouse wheel scroll events.", - "Zoom the font of the editor when using mouse wheel and holding `Ctrl`.", - "Merge multiple cursors when they are overlapping.", - "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).", - "Each cursor pastes a single line of the text.", - "Each cursor pastes the full text.", - "Controls pasting when the line count of the pasted text matches the cursor count.", - "Controls whether the editor should highlight semantic symbol occurrences.", - "Controls whether a border should be drawn around the overview ruler.", - "Focus the tree when opening peek", - "Focus the editor when opening peek", - "Controls whether to focus the inline editor or the tree in the peek widget.", - "Controls whether the Go to Definition mouse gesture always opens the peek widget.", - "Controls the delay in milliseconds after which quick suggestions will show up.", - "Controls whether the editor auto renames on type.", - "Deprecated, use `editor.linkedEditing` instead.", - "Controls whether the editor should render control characters.", - "Controls whether the editor should render indent guides.", - "Render last line number when the file ends with a newline.", - "Highlights both the gutter and the current line.", - "Controls how the editor should render the current line highlight.", - "Controls if the editor should render the current line highlight only when the editor is focused.", - "Render whitespace characters except for single spaces between words.", - "Render whitespace characters only on selected text.", - "Render only trailing whitespace characters.", - "Controls how the editor should render whitespace characters.", - "Controls whether selections should have rounded corners.", - "Controls the number of extra characters beyond which the editor will scroll horizontally.", - "Controls whether the editor will scroll beyond the last line.", - "Scroll only along the predominant axis when scrolling both vertically and horizontally at the same time. Prevents horizontal drift when scrolling vertically on a trackpad.", - "Controls whether the Linux primary clipboard should be supported.", - "Controls whether the editor should highlight matches similar to the selection.", - "Always show the folding controls.", - "Only show the folding controls when the mouse is over the gutter.", - "Controls when the folding controls on the gutter are shown.", - "Controls fading out of unused code.", - "Controls strikethrough deprecated variables.", - "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 the editor will scroll using an animation.", - "Font size for the suggest widget. When set to `0`, the value of `#editor.fontSize#` is used.", - "Line height for the suggest widget. When set to `0`, the value of `#editor.lineHeight#` is used. The minimum value is 8.", - "Controls whether suggestions should automatically show up when typing trigger characters.", - "Always select the first suggestion.", - "Select recent suggestions unless further typing selects one, e.g. `console.| -> console.log` because `log` has been completed recently.", - "Select suggestions based on previous prefixes that have completed those suggestions, e.g. `co -> console` and `con -> const`.", - "Controls how suggestions are pre-selected when showing the suggest list.", - "Tab complete will insert the best matching suggestion when pressing tab.", - "Disable tab completions.", - "Tab complete snippets when their prefix match. Works best when 'quickSuggestions' aren't enabled.", - "Enables tab completions.", - "Unusual line terminators are automatically removed.", - "Unusual line terminators are ignored.", - "Unusual line terminators prompt to be removed.", - "Remove unusual line terminators that might cause problems.", - "Inserting and deleting whitespace follows tab stops.", - "Characters that will be used as word separators when doing word related navigations or operations.", - "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.", - "Assumes that all characters are of the same width. This is a fast algorithm that works correctly for monospace fonts and certain scripts (like Latin characters) where glyphs are of equal width.", - "Delegates wrapping points computation to the browser. This is a slow algorithm, that might cause freezes for large files, but it works correctly in all cases.", - "Controls the algorithm that computes wrapping points." + "vs/platform/dialogs/common/dialogs": [ + "...1 additional file not shown", + "...{0} additional files not shown" + ], + "vs/workbench/services/userDataSync/common/userDataSync": [ + "Settings", + "Keyboard Shortcuts", + "User Snippets", + "User Tasks", + "Extensions", + "UI State", + "Settings Sync", + "View icon of the Settings Sync view." + ], + "vs/workbench/electron-sandbox/actions/developerActions": [ + "Toggle Developer Tools", + "Configure Runtime Arguments", + "Toggle Shared Process", + "Reload With Extensions Disabled" + ], + "vs/platform/contextkey/common/contextkeys": [ + "Whether the operating system is macOS", + "Whether the operating system is Linux", + "Whether the operating system is Windows", + "Whether the platform is a web browser", + "Whether the operating system is macOS on a non-browser platform", + "Whether the operating system is iOS", + "Whether keyboard focus is inside an input box" + ], + "vs/workbench/electron-sandbox/actions/windowActions": [ + "Close Window", + "Clos&&e Window", + "Zoom In", + "&&Zoom In", + "Zoom Out", + "&&Zoom Out", + "Reset Zoom", + "&&Reset Zoom", + "Close Window", + "Close Window", + "Select a window to switch to", + "{0}, window with unsaved changes", + "Current Window", + "Switch Window...", + "Quick Switch Window..." + ], + "vs/workbench/common/contextkeys": [ + "The kind of workspace opened in the window, either 'empty' (no workspace), 'folder' (single folder) or 'workspace' (multi-root workspace)", + "The number of root folders in the workspace", + "Whether there are any working copies with unsaved changes", + "The name of the remote the window is connected to or an empty string if not connected to any remote", + "The scheme of the current workspace if is from a virtual file system or an empty string.", + "Whether the window is in fullscreen mode", + "Whether the active editor has unsaved changes", + "Whether the active editor is not in preview mode", + "Whether the active editor is the first one in its group", + "Whether the active editor is the last one in its group", + "Whether the active editor is pinned", + "Whether the active editor is readonly", + "Whether the active editor can revert", + "The identifier of the active editor", + "The available editor identifiers that are usable for the active editor", + "Whether a text compare editor is visible", + "Whether a text compare editor is active", + "Whether a side by side editor is active", + "The number of opened editor groups", + "Whether the active editor group is empty", + "The index of the active editor group", + "Whether the active editor group is the last group", + "Whether the active editor group is locked", + "Whether there are multiple editor groups opened", + "Whether an editor is open", + "Whether Zen mode is enabled", + "Whether centered layout is enabled", + "Whether editors split vertically", + "Whether the editor area is visible", + "Whether editor tabs are visible", + "Whether the sidebar is visible", + "Whether the sidebar has keyboard focus", + "The identifier of the active viewlet", + "Whether the status bar has keyboard focus", + "Whether the banner has keyboard focus", + "Whether a notification has keyboard focus", + "Whether the notifications center is visible", + "Whether a notification toast is visible", + "The identifier of the active auxiliary panel", + "Whether the auxiliary bar has keyboard focus", + "Whether the auxiliary bar is visible", + "The identifier of the active panel", + "Whether the panel has keyboard focus", + "The position of the panel, always 'bottom'", + "The alignment of the panel, either 'center', 'left', 'right' or 'justify'", + "Whether the panel is visible", + "Whether the panel is maximized", + "The identifier of the view that has keyboard focus", + "The scheme of the rsource", + "The file name of the resource", + "The folder name the resource is contained in", + "The full path of the resource", + "The language identifier of the resource", + "The full value of the resource including scheme and path", + "The extension name of the resource", + "Whether a resource is present or not", + "Whether the resource is backed by a file system provider" + ], + "vs/workbench/browser/workbench": [ + "Failed to load a required file. Please restart the application to try again. Details: {0}" + ], + "vs/workbench/electron-sandbox/window": [ + "Learn More", + "Writing login information to the keychain failed with error '{0}'.", + "Troubleshooting Guide", + "Proxy Authentication Required", + "&&Log In", + "&&Cancel", + "Username", + "Password", + "The proxy {0} requires a username and password.", + "Remember my credentials", + "Are you sure you want to quit?", + "Are you sure you want to exit?", + "Are you sure you want to close the window?", + "&&Quit", + "&&Exit", + "&&Close Window", + "Do not ask me again", + "Error: {0}", + "The following operations are still running: \n{0}", + "An unexpected error prevented the window to close", + "An unexpected error prevented the application to quit", + "An unexpected error prevented the window to reload", + "An unexpected error prevented to change the workspace", + "Closing the window is taking a bit longer...", + "Quitting the application is taking a bit longer...", + "Reloading the window is taking a bit longer...", + "Changing the workspace is taking a bit longer...", + "Close Anyway", + "Quit Anyway", + "Reload Anyway", + "Change Anyway", + "It is not recommended to run {0} as root user.", + "There is a dependency cycle in the AMD modules that needs to be resolved!" + ], + "vs/workbench/electron-sandbox/actions/installActions": [ + "Shell Command", + "Install '{0}' command in PATH", + "Shell command '{0}' successfully installed in PATH.", + "Uninstall '{0}' command from PATH", + "Shell command '{0}' successfully uninstalled from PATH." + ], + "vs/workbench/services/configuration/browser/configurationService": [ + "Contribute defaults for configurations", + "Experiments" + ], + "vs/workbench/services/remote/electron-sandbox/remoteAgentService": [ + "Open Developer Tools", + "Open in browser", + "Failed to connect to the remote extension host server (Error: {0})" + ], + "vs/platform/workspace/common/workspaceTrust": [ + "Trusted", + "Restricted Mode" + ], + "vs/workbench/browser/parts/dialogs/dialogHandler": [ + "&&Yes", + "Cancel", + "Version: {0}\nCommit: {1}\nDate: {2}\nBrowser: {3}", + "Copy", + "OK" + ], + "vs/workbench/electron-sandbox/parts/dialogs/dialogHandler": [ + "&&Yes", + "Cancel", + "Version: {0}\nCommit: {1}\nDate: {2}\nElectron: {3}\nChromium: {4}\nNode.js: {5}\nV8: {6}\nOS: {7}", + "OK", + "&&Copy" + ], + "vs/workbench/services/dialogs/browser/abstractFileDialogService": [ + "Your changes will be lost if you don't save them.", + "Do you want to save the changes you made to {0}?", + "Do you want to save the changes to the following {0} files?", + "&&Save All", + "&&Save", + "Do&&n't Save", + "Cancel", + "Open File Or Folder", + "Open File", + "Open Folder", + "Open Workspace from File", + "Workspace", + "Save As", + "Save As", + "All Files", + "No Extension" + ], + "vs/workbench/services/textMate/browser/abstractTextMateService": [ + "Already Logging.", + "Stop", + "Preparing to log TM Grammar parsing. Press Stop when finished.", + "Now logging TM Grammar parsing. Press Stop when finished.", + "Unknown language in `contributes.{0}.language`. Provided value: {1}", + "Expected string in `contributes.{0}.scopeName`. Provided value: {1}", + "Expected string in `contributes.{0}.path`. Provided value: {1}", + "Invalid value in `contributes.{0}.injectTo`. Must be an array of language scope names. Provided value: {1}", + "Invalid value in `contributes.{0}.embeddedLanguages`. Must be an object map from scope name to language. Provided value: {1}", + "Invalid value in `contributes.{0}.tokenTypes`. Must be an object map from scope name to token type. Provided value: {1}", + "Expected `contributes.{0}.path` ({1}) to be included inside extension's folder ({2}). This might make the extension non-portable." + ], + "vs/platform/theme/common/colorRegistry": [ + "Overall foreground color. This color is only used if not overridden by a component.", + "Overall foreground for disabled elements. 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.", + "Foreground color for description text providing additional information, for example for a label.", + "The default color for icons in the workbench.", + "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.", + "The background color of text selections in the workbench (e.g. for input fields or text areas). Note that this does not apply to selections within the editor.", + "Color for text separators.", + "Foreground color for links in text.", + "Foreground color for links in text when clicked on and on mouse hover.", + "Foreground color for preformatted text segments.", + "Background color for block quotes in text.", + "Border color for block quotes 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.", + "Background color of activated options in input fields.", + "Background hover color of options in input fields.", + "Foreground color of activated options in input fields.", + "Input box foreground color for placeholder text.", + "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 list background.", + "Dropdown foreground.", + "Dropdown border.", + "Background color of checkbox widget.", + "Foreground color of checkbox widget.", + "Border color of checkbox widget.", + "Button foreground color.", + "Button background color.", + "Button background color when hovering.", + "Button border color.", + "Secondary button foreground color.", + "Secondary button background color.", + "Secondary button background color when hovering.", + "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.", + "Background color of error text in the editor. The color must not be opaque so as not to hide underlying decorations.", + "Foreground color of error squigglies in the editor.", + "Border color of error boxes in the editor.", + "Background color of warning text in the editor. The color must not be opaque so as not to hide underlying decorations.", + "Foreground color of warning squigglies in the editor.", + "Border color of warning boxes in the editor.", + "Background color of info text in the editor. The color must not be opaque so as not to hide underlying decorations.", + "Foreground color of info squigglies in the editor.", + "Border color of info boxes in the editor.", + "Foreground color of hint squigglies in the editor.", + "Border color of hint boxes in the editor.", + "Border color of active sashes.", + "Editor background color.", + "Editor default foreground color.", + "Background color of editor widgets, such as find/replace.", + "Foreground 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.", + "Quick picker background color. The quick picker widget is the container for pickers like the command palette.", + "Quick picker foreground color. The quick picker widget is the container for pickers like the command palette.", + "Quick picker title background color. The quick picker widget is the container for pickers like the command palette.", + "Quick picker color for grouping labels.", + "Quick picker color for grouping borders.", + "Keybinding label background color. The keybinding label is used to represent a keyboard shortcut.", + "Keybinding label foreground color. The keybinding label is used to represent a keyboard shortcut.", + "Keybinding label border color. The keybinding label is used to represent a keyboard shortcut.", + "Keybinding label border bottom color. The keybinding label is used to represent a keyboard shortcut.", + "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 so as not to hide underlying decorations.", + "Color for regions with the same content as the selection. The color must not be opaque so as not to 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 so as not to hide underlying decorations.", + "Color of the range limiting the search. The color must not be opaque so as not to 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 so as not to hide underlying decorations.", + "Color of the Search Editor query matches.", + "Border color of the Search Editor query matches.", + "Highlight below the word for which a hover is shown. The color must not be opaque so as not to hide underlying decorations.", + "Background color of the editor hover.", + "Foreground color of the editor hover.", + "Border color of the editor hover.", + "Background color of the editor hover status bar.", + "Color of active links.", + "Foreground color of inline hints", + "Background color of inline hints", + "Foreground color of inline hints for types", + "Background color of inline hints for types", + "Foreground color of inline hints for parameters", + "Background color of inline hints for parameters", + "The color used for the lightbulb actions icon.", + "The color used for the lightbulb auto fix actions icon.", + "Background color for text that got inserted. The color must not be opaque so as not to hide underlying decorations.", + "Background color for text that got removed. The color must not be opaque so as not to hide underlying decorations.", + "Background color for lines that got inserted. The color must not be opaque so as not to hide underlying decorations.", + "Background color for lines that got removed. The color must not be opaque so as not to hide underlying decorations.", + "Background color for the margin where lines got inserted.", + "Background color for the margin where lines got removed.", + "Diff overview ruler foreground for inserted content.", + "Diff overview ruler foreground for removed content.", + "Outline color for the text that got inserted.", + "Outline color for text that got removed.", + "Border color between the two text editors.", + "Color of the diff editor's diagonal fill. The diagonal fill is used in side-by-side diff views.", + "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 outline 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 icon 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 icon 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 outline 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.", + "List/Tree foreground color of the match highlights on actively focused items when searching inside the list/tree.", + "List/Tree foreground color for invalid items, for example an unresolved root in explorer.", + "Foreground color of list items containing errors.", + "Foreground color of list items containing warnings.", + "Background color of the type filter widget in lists and trees.", + "Outline color of the type filter widget in lists and trees.", + "Outline color of the type filter widget in lists and trees, when there are no matches.", + "Background color of the filtered match.", + "Border color of the filtered match.", + "Tree stroke color for the indentation guides.", + "Table border color between columns.", + "Background color for odd table rows.", + "List/Tree foreground color for items that are deemphasized. ", + "Please use quickInputList.focusBackground instead", + "Quick picker foreground color for the focused item.", + "Quick picker icon foreground color for the focused item.", + "Quick picker background color for the focused item.", + "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.", + "Toolbar background when hovering over actions using the mouse", + "Toolbar outline when hovering over actions using the mouse", + "Toolbar background when holding the mouse over actions", + "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 tabstop of a snippet.", + "Color of focused breadcrumb items.", + "Background color of breadcrumb items.", + "Color of focused breadcrumb items.", + "Color of selected breadcrumb items.", + "Background color of breadcrumb item picker.", + "Current header background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.", + "Current content background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.", + "Incoming header background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.", + "Incoming content background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.", + "Common ancestor header background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.", + "Common ancestor content background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.", + "Border color on headers and the splitter in inline merge-conflicts.", + "Current overview ruler foreground for inline merge-conflicts.", + "Incoming overview ruler foreground for inline merge-conflicts.", + "Common ancestor overview ruler foreground for inline merge-conflicts.", + "Overview ruler marker color for find matches. The color must not be opaque so as not to hide underlying decorations.", + "Overview ruler marker color for selection highlights. The color must not be opaque so as not to hide underlying decorations.", + "Minimap marker color for find matches.", + "Minimap marker color for repeating editor selections.", + "Minimap marker color for the editor selection.", + "Minimap marker color for errors.", + "Minimap marker color for warnings.", + "Minimap background color.", + "Opacity of foreground elements rendered in the minimap. For example, \"#000000c0\" will render the elements with 75% opacity.", + "Minimap slider background color.", + "Minimap slider background color when hovering.", + "Minimap slider background color when clicked on.", + "The color used for the problems error icon.", + "The color used for the problems warning icon.", + "The color used for the problems info icon.", + "The foreground color used in charts.", + "The color used for horizontal lines in charts.", + "The red color used in chart visualizations.", + "The blue color used in chart visualizations.", + "The yellow color used in chart visualizations.", + "The orange color used in chart visualizations.", + "The green color used in chart visualizations.", + "The purple color used in chart visualizations." + ], + "vs/workbench/common/theme": [ + "Active tab background color in an active group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.", + "Active tab background color in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.", + "Inactive tab background color in an active group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.", + "Inactive tab background color in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.", + "Active tab foreground color in an active group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.", + "Inactive tab foreground color in an active group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.", + "Active tab foreground color in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.", + "Inactive tab foreground color in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.", + "Tab background color when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.", + "Tab background color in an unfocused group when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.", + "Tab foreground color when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.", + "Tab foreground color in an unfocused group when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.", + "Border to separate tabs from each other. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.", + "Border to separate pinned tabs from other tabs. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.", + "Border on the bottom of an active tab. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.", + "Border on the bottom of an active tab in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.", + "Border to the top of an active tab. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.", + "Border to the top of an active tab in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.", + "Border to highlight tabs when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.", + "Border to highlight tabs in an unfocused group when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.", + "Border on the top of modified active tabs in an active group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.", + "Border on the top of modified inactive tabs in an active group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.", + "Border on the top of modified active tabs in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.", + "Border on the top of modified inactive tabs in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.", + "Background color of the editor pane visible on the left and right side of the centered editor layout.", + "Background color of an empty editor group. Editor groups are the containers of editors.", + "Border color of an empty editor group that is focused. Editor groups are the containers of editors.", + "Background color of the editor group title header when tabs are enabled. Editor groups are the containers of editors.", + "Border color of the editor group title header when tabs are enabled. Editor groups are the containers of editors.", + "Background color of the editor group title header when tabs are disabled (`\"workbench.editor.showTabs\": false`). Editor groups are the containers of editors.", + "Border color of the editor group title header. Editor groups are the containers of editors.", + "Color to separate multiple editor groups from each other. Editor groups are the containers of editors.", + "Background color when dragging editors around. The color should have transparency so that the editor contents can still shine through.", + "Foreground color of text shown over editors when dragging files. This text informs the user that they can hold shift to drop into the editor.", + "Background color of text shown over editors when dragging files. This text informs the user that they can hold shift to drop into the editor.", + "Border color of text shown over editors when dragging files. This text informs the user that they can hold shift to drop into the editor.", + "Color to separate two editors from each other when shown side by side in an editor group from top to bottom.", + "Color to separate two editors from each other when shown side by side in an editor group from left to right.", + "Panel background color. Panels are shown below the editor area and contain views like output and integrated terminal.", + "Panel border color to separate the panel from the editor. Panels are shown below the editor area and contain views like output and integrated terminal.", + "Title color for the active panel. Panels are shown below the editor area and contain views like output and integrated terminal.", + "Title color for the inactive panel. Panels are shown below the editor area and contain views like output and integrated terminal.", + "Border color for the active panel title. Panels are shown below the editor area and contain views like output and integrated terminal.", + "Input box border for inputs in the panel.", + "Drag and drop feedback color for the panel titles. Panels are shown below the editor area and contain views like output and integrated terminal.", + "Drag and drop feedback color for the panel sections. The color should have transparency so that the panel sections can still shine through. Panels are shown below the editor area and contain views like output and integrated terminal. Panel sections are views nested within the panels.", + "Panel section header background color. Panels are shown below the editor area and contain views like output and integrated terminal. Panel sections are views nested within the panels.", + "Panel section header foreground color. Panels are shown below the editor area and contain views like output and integrated terminal. Panel sections are views nested within the panels.", + "Panel section header border color used when multiple views are stacked vertically in the panel. Panels are shown below the editor area and contain views like output and integrated terminal. Panel sections are views nested within the panels.", + "Panel section border color used when multiple views are stacked horizontally in the panel. Panels are shown below the editor area and contain views like output and integrated terminal. Panel sections are views nested within the panels.", + "Banner background color. The banner is shown under the title bar of the window.", + "Banner foreground color. The banner is shown under the title bar of the window.", + "Banner icon color. The banner is shown under the title bar of the window.", + "Status bar foreground color when a workspace or folder is opened. The status bar is shown in the bottom of the window.", + "Status bar foreground color when no folder is opened. The status bar is shown in the bottom of the window.", + "Status bar background color when a workspace or folder is opened. The status bar is shown in the bottom of the window.", + "Status bar background color when no folder is opened. The status bar is shown in the bottom of the window.", + "Status bar border color separating to the sidebar and editor. The status bar is shown in the bottom of the window.", + "Status bar border color when focused on keyboard navigation. The status bar is shown in the bottom of the window.", + "Status bar border color separating to the sidebar and editor when no folder is opened. The status bar is shown in the bottom of the window.", + "Status bar item background color when clicking. The status bar is shown in the bottom of the window.", + "Status bar item border color when focused on keyboard navigation. The status bar is shown in the bottom of the window.", + "Status bar item background color when hovering. The status bar is shown in the bottom of the window.", + "Status bar item background color when hovering an item that contains two hovers. The status bar is shown in the bottom of the window.", + "Status bar prominent items foreground color. Prominent items stand out from other status bar entries to indicate importance. Change mode `Toggle Tab Key Moves Focus` from command palette to see an example. The status bar is shown in the bottom of the window.", + "Status bar prominent items background color. Prominent items stand out from other status bar entries to indicate importance. Change mode `Toggle Tab Key Moves Focus` from command palette to see an example. The status bar is shown in the bottom of the window.", + "Status bar prominent items background color when hovering. Prominent items stand out from other status bar entries to indicate importance. Change mode `Toggle Tab Key Moves Focus` from command palette to see an example. The status bar is shown in the bottom of the window.", + "Status bar error items background color. Error items stand out from other status bar entries to indicate error conditions. The status bar is shown in the bottom of the window.", + "Status bar error items foreground color. Error items stand out from other status bar entries to indicate error conditions. The status bar is shown in the bottom of the window.", + "Status bar warning items background color. Warning items stand out from other status bar entries to indicate warning conditions. The status bar is shown in the bottom of the window.", + "Status bar warning items foreground color. Warning items stand out from other status bar entries to indicate warning conditions. The status bar is shown in the bottom of the window.", + "Activity bar background color. The activity bar is showing on the far left or right and allows to switch between views of the side bar.", + "Activity bar item foreground color when it is active. The activity bar is showing on the far left or right and allows to switch between views of the side bar.", + "Activity bar item foreground color when it is inactive. The activity bar is showing on the far left or right and allows to switch between views of the side bar.", + "Activity bar border color separating to the side bar. The activity bar is showing on the far left or right and allows to switch between views of the side bar.", + "Activity bar border color for the active item. The activity bar is showing on the far left or right and allows to switch between views of the side bar.", + "Activity bar focus border color for the active item. The activity bar is showing on the far left or right and allows to switch between views of the side bar.", + "Activity bar background color for the active item. The activity bar is showing on the far left or right and allows to switch between views of the side bar.", + "Drag and drop feedback color for the activity bar items. The activity bar is showing on the far left or right and allows to switch between views of the side bar.", + "Activity notification badge background color. The activity bar is showing on the far left or right and allows to switch between views of the side bar.", + "Activity notification badge foreground color. The activity bar is showing on the far left or right and allows to switch between views of the side bar.", + "Background color for the remote indicator on the status bar.", + "Foreground color for the remote indicator on the status bar.", + "Background color for the remote badge in the extensions view.", + "Foreground color for the remote badge in the extensions view.", + "Side bar background color. The side bar is the container for views like explorer and search.", + "Side bar foreground color. The side bar is the container for views like explorer and search.", + "Side bar border color on the side separating to the editor. The side bar is the container for views like explorer and search.", + "Side bar title foreground color. The side bar is the container for views like explorer and search.", + "Drag and drop feedback color for the side bar sections. The color should have transparency so that the side bar sections can still shine through. The side bar is the container for views like explorer and search. Side bar sections are views nested within the side bar.", + "Side bar section header background color. The side bar is the container for views like explorer and search. Side bar sections are views nested within the side bar.", + "Side bar section header foreground color. The side bar is the container for views like explorer and search. Side bar sections are views nested within the side bar.", + "Side bar section header border color. The side bar is the container for views like explorer and search. Side bar sections are views nested within the side bar.", + "Title bar foreground when the window is active.", + "Title bar foreground when the window is inactive.", + "Title bar background when the window is active.", + "Title bar background when the window is inactive.", + "Title bar border color.", + "Foreground color of the selected menu item in the menubar.", + "Background color of the selected menu item in the menubar.", + "Border color of the selected menu item in the menubar.", + "Notifications center border color. Notifications slide in from the bottom right of the window.", + "Notification toast border color. Notifications slide in from the bottom right of the window.", + "Notifications foreground color. Notifications slide in from the bottom right of the window.", + "Notifications background color. Notifications slide in from the bottom right of the window.", + "Notification links foreground color. Notifications slide in from the bottom right of the window.", + "Notifications center header foreground color. Notifications slide in from the bottom right of the window.", + "Notifications center header background color. Notifications slide in from the bottom right of the window.", + "Notifications border color separating from other notifications in the notifications center. Notifications slide in from the bottom right of the window.", + "The color used for the icon of error notifications. Notifications slide in from the bottom right of the window.", + "The color used for the icon of warning notifications. Notifications slide in from the bottom right of the window.", + "The color used for the icon of info notifications. Notifications slide in from the bottom right of the window.", + "The color used for the border of the window when it is active. Only supported in the desktop client when using the custom title bar.", + "The color used for the border of the window when it is inactive. Only supported in the desktop client when using the custom title bar." + ], + "vs/workbench/services/workspaces/browser/abstractWorkspaceEditingService": [ + "Save", + "Save Workspace", + "Unable to write into workspace configuration file. Please open the file to correct errors/warnings in it and try again.", + "Unable to write into workspace configuration file because the file has unsaved changes. Please save it and try again.", + "Open Workspace Configuration" + ], + "vs/workbench/services/extensionManagement/electron-sandbox/remoteExtensionManagementService": [ + "Can't install pre-release version of '{0}' extension because it is not compatible with the current version of {1} (version {2}).", + "Can't install release version of '{0}' extension because it has no release version.", + "Can't install '{0}' extension because it is not compatible with the current version of {1} (version {2})." + ], + "vs/workbench/services/configurationResolver/browser/baseConfigurationResolverService": [ + "Cannot substitute command variable '{0}' because command did not return a result of type string.", + "Variable '{0}' must be defined in an '{1}' section of the debug or task configuration.", + "Input variable '{0}' is of type '{1}' and must include '{2}'.", + "(Default)", + "Cannot substitute input variable '{0}' because command '{1}' did not return a result of type string.", + "Input variable '{0}' can only be of type 'promptString', 'pickString', or 'command'.", + "Undefined input variable '{0}' encountered. Remove or define '{0}' to continue." + ], + "vs/workbench/services/extensionManagement/common/extensionManagementService": [ + "Cannot uninstall extension '{0}'. Extension '{1}' depends on this.", + "Cannot uninstall extension '{0}'. Extensions '{1}' and '{2}' depend on this.", + "Cannot uninstall extension '{0}'. Extensions '{1}', '{2}' and others depend on this.", + "Installing Extension {0} failed: Manifest is not found.", + "Cannot install the '{0}' extension because it is not available in this setup.", + "Install Extension", + "Install Extensions", + "Install", + "Install (Do not sync)", + "Cancel", + "Would you like to install and synchronize '{0}' extension across your devices?", + "Would you like to install and synchronize extensions across your devices?", + "Enabling this extension requires a trusted workspace.", + "Trust Workspace & Install", + "Install", + "Learn More", + "{0} for the Web", + "'{0}' has limited functionality in {1}.", + "Contains extensions which are not supported.", + "Install Anyway", + "Show Extensions", + "Cancel", + "Install Anyway", + "Cancel", + "'{0}' contains extensions which are not supported in {1}.", + "Install Anyway", + "Show Extensions", + "Cancel" + ], + "vs/workbench/services/workingCopy/common/workingCopyHistoryService": [ + "File Saved", + "File Moved", + "File Renamed" + ], + "vs/workbench/services/workingCopy/electron-sandbox/workingCopyBackupTracker": [ + "The following editors with unsaved changes could not be saved to the back up location.", + "The following editors with unsaved changes could not be saved or reverted.", + "Try saving or reverting the editors with unsaved changes first and then try again.", + "Backing up editors with unsaved changes is taking a bit longer...", + "Click 'Cancel' to stop waiting and to save or revert editors with unsaved changes.", + "Saving editors with unsaved changes is taking a bit longer...", + "Reverting editors with unsaved changes is taking a bit longer...", + "Discarding backups is taking a bit longer..." + ], + "vs/workbench/browser/editor": [ + "{0}, preview", + "{0}, pinned" + ], + "vs/workbench/common/editor": [ + "Text Editor", + "Built-in" + ], + "vs/workbench/common/actions": [ + "View", + "Help", + "Test", + "Preferences", + "Developer" + ], + "vs/workbench/contrib/logs/electron-sandbox/logsActions": [ + "Open Logs Folder", + "Open Extension Logs Folder" + ], + "vs/workbench/contrib/codeEditor/electron-sandbox/selectionClipboard": [ + "Paste Selection Clipboard" + ], + "vs/workbench/contrib/codeEditor/electron-sandbox/startDebugTextMate": [ + "Start Text Mate Syntax Grammar Logging" + ], + "vs/workbench/services/extensions/common/extensionsRegistry": [ + "UI extension kind. In a remote window, such extensions are enabled only when available on the local machine.", + "Workspace extension kind. In a remote window, such extensions are enabled only when available on the remote.", + "Engine compatibility.", + "For VS Code extensions, specifies the VS Code version that the extension is compatible with. Cannot be *. For example: ^0.10.5 indicates compatibility with a minimum VS Code version of 0.10.5.", + "The publisher of the VS Code extension.", + "The display name for the extension used in the VS Code gallery.", + "The categories used by the VS Code gallery to categorize the extension.", + "Use 'Programming Languages' instead", + "Banner used in the VS Code marketplace.", + "The banner color on the VS Code marketplace page header.", + "The color theme for the font used in the banner.", + "All contributions of the VS Code extension represented by this package.", + "Sets the extension to be flagged as a Preview in the Marketplace.", + "Use `enabledApiProposals` instead.", + "Enable API proposals to try them out. Only valid **during development**. Extensions **cannot be published** with this property. For more details visit: https://code.visualstudio.com/api/advanced-topics/using-proposed-api", + "Activation events for the VS Code extension.", + "An activation event emmited when a webview is loaded of a certain viewType", + "An activation event emitted whenever a file that resolves to the specified language gets opened.", + "An activation event emitted whenever the specified command gets invoked.", + "An activation event emitted whenever a user is about to start debugging or about to setup debug configurations.", + "An activation event emitted whenever a \"launch.json\" needs to be created (and all provideDebugConfigurations methods need to be called).", + "An activation event emitted whenever a list of all debug configurations needs to be created (and all provideDebugConfigurations methods for the \"dynamic\" scope need to be called).", + "An activation event emitted whenever a debug session with the specific type is about to be launched (and a corresponding resolveDebugConfiguration method needs to be called).", + "An activation event emitted whenever a debug session with the specific type is about to be launched and a debug protocol tracker might be needed.", + "An activation event emitted whenever a folder is opened that contains at least a file matching the specified glob pattern.", + "An activation event emitted after the start-up finished (after all `*` activated extensions have finished activating).", + "An activation event emitted whenever tasks of a certain type need to be listed or resolved.", + "An activation event emitted whenever a file or folder is accessed with the given scheme.", + "An activation event emitted whenever a search is started in the folder with the given scheme.", + "An activation event emitted whenever the specified view is expanded.", + "An activation event emitted whenever the specified user identity.", + "An activation event emitted whenever a system-wide Uri directed towards this extension is open.", + "An activation event emitted whenever a external uri (such as an http or https link) is being opened.", + "An activation event emitted whenever the specified custom editor becomes visible.", + "An activation event emitted whenever the specified notebook document is opened.", + "An activation event emitted whenever sessions are requested from the specified authentication provider.", + "An activation event emitted whenever a notebook output renderer is used.", + "An activation event emitted when a specific terminal profile is launched.", + "An activation event emitted when a specified walkthrough is opened.", + "An activation event emitted on VS Code startup. To ensure a great end user experience, please use this activation event in your extension only when no other activation events combination works in your use-case.", + "Array of badges to display in the sidebar of the Marketplace's extension page.", + "Badge image URL.", + "Badge link.", + "Badge description.", + "Controls the Markdown rendering engine used in the Marketplace. Either github (default) or standard.", + "Controls the Q&A link in the Marketplace. Set to marketplace to enable the default Marketplace Q & A site. Set to a string to provide the URL of a custom Q & A site. Set to false to disable Q & A altogether.", + "Dependencies to other extensions. The identifier of an extension is always ${publisher}.${name}. For example: vscode.csharp.", + "A set of extensions that can be installed together. The identifier of an extension is always ${publisher}.${name}. For example: vscode.csharp.", + "Define the kind of an extension. `ui` extensions are installed and run on the local machine while `workspace` extensions run on the remote.", + "Define an extension which can run only on the local machine when connected to remote window.", + "Define an extension which can run only on the remote machine when connected remote window.", + "Define an extension which can run on either side, with a preference towards running on the local machine.", + "Define an extension which can run on either side, with a preference towards running on the remote machine.", + "Define an extension which cannot run in a remote context, neither on the local, nor on the remote machine.", + "Declare the set of supported capabilities by the extension.", + "Declares whether the extension should be enabled in virtual workspaces. A virtual workspace is a workspace which is not backed by any on-disk resources. When false, this extension will be automatically disabled in virtual workspaces. Default is true.", + "Declares the level of support for virtual workspaces by the extension.", + "The extension will be enabled in virtual workspaces with some functionality disabled.", + "The extension will be enabled in virtual workspaces with all functionality enabled.", + "The extension will not be enabled in virtual workspaces.", + "A description of how virtual workspaces affects the extensions behavior and why it is needed. This only applies when `supported` is not `true`.", + "Declares how the extension should be handled in untrusted workspaces.", + "Declares the level of support for untrusted workspaces by the extension.", + "The extension will be enabled in untrusted workspaces with some functionality disabled.", + "The extension will be enabled in untrusted workspaces with all functionality enabled.", + "The extension will not be enabled in untrusted workspaces.", + "A list of configuration keys contributed by the extension that should not use workspace values in untrusted workspaces.", + "A description of how workspace trust affects the extensions behavior and why it is needed. This only applies when `supported` is not `true`.", + "Specify the location from where users can sponsor your extension.", + "URL from where users can sponsor your extension. It must be a valid URL with a HTTP or HTTPS protocol. Example value: https://github.com/sponsors/nvaccess", + "Script executed before the package is published as a VS Code extension.", + "Uninstall hook for VS Code extension. Script that gets executed when the extension is completely uninstalled from VS Code which is when VS Code is restarted (shutdown and start) after the extension is uninstalled. Only Node scripts are supported.", + "The path to a 128x128 pixel icon.", + "API proposals that the respective extensions can freely use." ], - "vs/workbench/contrib/tasks/common/taskDefinitionRegistry": [ - "The actual task type. Please note that types starting with a '$' are reserved for internal usage.", - "Additional properties of the task type", - "Condition which must be true to enable this type of task. Consider using `shellExecutionSupported`, `processExecutionSupported`, and `customExecutionSupported` as appropriate for this task definition.", - "The task type configuration is missing the required 'taskType' property", - "Contributes task kinds" + "vs/workbench/contrib/files/electron-sandbox/textFileEditor": [ + "To open a file of this size, you need to restart and allow {0} to use more memory", + "Restart with {0} MB", + "Configure Memory Limit" ], - "vs/workbench/contrib/tasks/common/problemMatcher": [ - "The problem pattern is missing a regular expression.", - "The loop property is only supported on the last line matcher.", - "The problem pattern is invalid. The kind property must be provided only in the first element", - "The problem pattern is invalid. It must have at least have a file and a message.", - "The problem pattern is invalid. It must either have kind: \"file\" or have a line or location match group.", - "Error: The string {0} is not a valid regular expression.\n", - "The regular expression to find an error, warning or info in the output.", - "whether the pattern matches a location (file and line) or only a file.", - "The match group index of the filename. If omitted 1 is used.", - "The match group index of the problem's location. Valid location patterns are: (line), (line,column) and (startLine,startColumn,endLine,endColumn). If omitted (line,column) is assumed.", - "The match group index of the problem's line. Defaults to 2", - "The match group index of the problem's line character. Defaults to 3", - "The match group index of the problem's end line. Defaults to undefined", - "The match group index of the problem's end line character. Defaults to undefined", - "The match group index of the problem's severity. Defaults to undefined", - "The match group index of the problem's code. Defaults to undefined", - "The match group index of the message. If omitted it defaults to 4 if location is specified. Otherwise it defaults to 5.", - "In a multi line matcher loop indicated whether this pattern is executed in a loop as long as it matches. Can only specified on a last pattern in a multi line pattern.", - "The name of the problem pattern.", - "The name of the problem multi line problem pattern.", - "The actual patterns.", - "Contributes problem patterns", - "Invalid problem pattern. The pattern will be ignored.", - "Invalid problem pattern. The pattern will be ignored.", - "Error: the description can't be converted into a problem matcher:\n{0}\n", - "Error: the description doesn't define a valid problem pattern:\n{0}\n", - "Error: the description doesn't define an owner:\n{0}\n", - "Error: the description doesn't define a file location:\n{0}\n", - "Info: unknown severity {0}. Valid values are error, warning and info.\n", - "Error: the pattern with the identifier {0} doesn't exist.", - "Error: the pattern property refers to an empty identifier.", - "Error: the pattern property {0} is not a valid pattern variable name.", - "A problem matcher must define both a begin pattern and an end pattern for watching.", - "Error: The string {0} is not a valid regular expression.\n", - "The regular expression to detect the begin or end of a background task.", - "The match group index of the filename. Can be omitted.", - "The name of a contributed or predefined pattern", - "A problem pattern or the name of a contributed or predefined problem pattern. Can be omitted if base is specified.", - "The name of a base problem matcher to use.", - "The owner of the problem inside Code. Can be omitted if base is specified. Defaults to 'external' if omitted and base is not specified.", - "A human-readable string describing the source of this diagnostic, e.g. 'typescript' or 'super lint'.", - "The default severity for captures problems. Is used if the pattern doesn't define a match group for severity.", - "Controls if a problem reported on a text document is applied only to open, closed or all documents.", - "Defines how file names reported in a problem pattern should be interpreted. A relative fileLocation may be an array, where the second element of the array is the path the relative file location.", - "Patterns to track the begin and end of a matcher active on a background task.", - "If set to true the background monitor is in active mode when the task starts. This is equals of issuing a line that matches the beginsPattern", - "If matched in the output the start of a background task is signaled.", - "If matched in the output the end of a background task is signaled.", - "The watching property is deprecated. Use background instead.", - "Patterns to track the begin and end of a watching matcher.", - "If set to true the watcher is in active mode when the task starts. This is equals of issuing a line that matches the beginPattern", - "If matched in the output the start of a watching task is signaled.", - "If matched in the output the end of a watching task is signaled.", - "This property is deprecated. Use the watching property instead.", - "A regular expression signaling that a watched tasks begins executing triggered through file watching.", - "This property is deprecated. Use the watching property instead.", - "A regular expression signaling that a watched tasks ends executing.", - "The name of the problem matcher used to refer to it.", - "A human readable label of the problem matcher.", - "Contributes problem matchers", - "Microsoft compiler problems", - "Less problems", - "Gulp TSC Problems", - "JSHint problems", - "JSHint stylish problems", - "ESLint compact problems", - "ESLint stylish problems", - "Go problems" + "vs/workbench/contrib/localization/browser/localizationsActions": [ + "&&Restart", + "Configure Display Language", + "Select Display Language", + "Installed languages", + "Available languages", + "A restart is required for the change in display language to take effect.", + "Press the restart button to restart {0} and change the display language.", + "Clear Display Language Preference", + "A restart is required for the change in display language to take effect.", + "Press the restart button to restart {0} and change the display language." + ], + "vs/workbench/contrib/localization/electron-sandbox/minimalTranslations": [ + "Search language packs in the Marketplace to change the display language to {0}.", + "Search Marketplace", + "Install language pack to change the display language to {0}.", + "Install and Restart" + ], + "vs/workbench/contrib/issue/electron-sandbox/issueActions": [ + "Open Process Explorer", + "Report Performance Issue..." + ], + "vs/workbench/contrib/extensions/electron-sandbox/runtimeExtensionsEditor": [ + "Start Extension Host Profile", + "Stop Extension Host Profile", + "Save Extension Host Profile", + "Save Extension Host Profile", + "Save" + ], + "vs/editor/common/editorContextKeys": [ + "Whether the editor text has focus (cursor is blinking)", + "Whether the editor or an editor widget has focus (e.g. focus is in the find widget)", + "Whether an editor or a rich text input has focus (cursor is blinking)", + "Whether the editor is read only", + "Whether the context is a diff editor", + "Whether `editor.columnSelection` is enabled", + "Whether the editor has text selected", + "Whether the editor has multiple selections", + "Whether `Tab` will move focus out of the editor", + "Whether the editor hover is visible", + "Whether the editor is part of a larger editor (e.g. notebooks)", + "The language identifier of the editor", + "Whether the editor has a completion item provider", + "Whether the editor has a code actions provider", + "Whether the editor has a code lens provider", + "Whether the editor has a definition provider", + "Whether the editor has a declaration provider", + "Whether the editor has an implementation provider", + "Whether the editor has a type definition provider", + "Whether the editor has a hover provider", + "Whether the editor has a document highlight provider", + "Whether the editor has a document symbol provider", + "Whether the editor has a reference provider", + "Whether the editor has a rename provider", + "Whether the editor has a signature help provider", + "Whether the editor has an inline hints provider", + "Whether the editor has a document formatting provider", + "Whether the editor has a document selection formatting provider", + "Whether the editor has multiple document formatting providers", + "Whether the editor has multiple document selection formatting providers" + ], + "vs/workbench/contrib/extensions/electron-sandbox/extensionsActions": [ + "Open Extensions Folder" + ], + "vs/workbench/contrib/extensions/common/runtimeExtensionsInput": [ + "Running Extensions" + ], + "vs/workbench/contrib/extensions/electron-sandbox/debugExtensionHostAction": [ + "Start Debugging Extension Host", + "Profile Extensions", + "In order to profile extensions a restart is required. Do you want to restart '{0}' now?", + "&&Restart", + "&&Cancel", + "Attach Extension Host" + ], + "vs/workbench/contrib/extensions/electron-sandbox/extensionsAutoProfiler": [ + "The extension '{0}' took a very long time to complete its last operation and it has prevented other extensions from running.", + "Show Extensions" + ], + "vs/workbench/contrib/extensions/electron-sandbox/extensionProfileService": [ + "Extension Profiler", + "Profiling Extension Host", + "Profiling Extension Host", + "Click to stop profiling.", + "Profiling Extension Host ({0} sec)", + "Profile Extensions", + "In order to profile extensions a restart is required. Do you want to restart '{0}' now?", + "&&Restart", + "&&Cancel" + ], + "vs/workbench/services/dialogs/browser/simpleFileDialog": [ + "Open Local File...", + "Save Local File...", + "Open Local Folder...", + "Open Local...", + "File system provider for {0} is not available.", + "Show Local", + "The path does not exist.", + "Cancel", + "Please enter a valid path.", + "The folder already exists. Please use a new file name.", + "{0} already exists. Are you sure you want to overwrite it?", + "Please enter a valid file name.", + "Please enter a path that exists.", + "Please enter a path that exists.", + "Please start the path with a drive letter.", + "Please select a file.", + "Please select a folder." + ], + "vs/workbench/contrib/terminal/common/terminal": [ + "Terminal", + "Contributes terminal functionality.", + "Defines additional terminal types that the user can create.", + "Command to execute when the user creates this type of terminal.", + "Title for this type of terminal.", + "A codicon, URI, or light and dark URIs to associate with this terminal type.", + "Icon path when a light theme is used", + "Icon path when a dark theme is used", + "Defines additional terminal profiles that the user can create.", + "The ID of the terminal profile provider.", + "Title for this terminal profile.", + "A codicon, URI, or light and dark URIs to associate with this terminal type.", + "Icon path when a light theme is used", + "Icon path when a dark theme is used" + ], + "vs/workbench/contrib/performance/electron-sandbox/startupProfiler": [ + "Successfully created profiles.", + "Please create an issue and manually attach the following files:\n{0}", + "&&Create Issue and Restart", + "&&Restart", + "Thanks for helping us.", + "A final restart is required to continue to use '{0}'. Again, thank you for your contribution.", + "&&Restart" + ], + "vs/workbench/contrib/tasks/common/tasks": [ + "Whether a task is currently running.", + "Tasks", + "Error: the task identifier '{0}' is missing the required property '{1}'. The task identifier will be ignored." + ], + "vs/workbench/contrib/tasks/browser/terminalTaskSystem": [ + "A unknown error has occurred while executing a task. See task output log for details.", + "There are issues with task \"{0}\". See the output for more details.", + "There is a dependency cycle. See task \"{0}\".", + "Couldn't resolve dependent task '{0}' in workspace folder '{1}'", + "Task {0} is a background task but uses a problem matcher without a background pattern", + "Press any key to close the terminal.", + "Terminal will be reused by tasks, press any key to close it.", + "Can't execute a shell command on an UNC drive using cmd.exe.", + "Problem matcher {0} can't be resolved. The matcher will be ignored" + ], + "vs/workbench/common/views": [ + "Default view icon.", + "A view with id '{0}' is already registered" + ], + "vs/workbench/contrib/tasks/common/taskService": [ + "Whether CustomExecution tasks are supported. Consider using in the when clause of a 'taskDefinition' contribution.", + "Whether ShellExecution tasks are supported. Consider using in the when clause of a 'taskDefinition' contribution.", + "Whether ProcessExecution tasks are supported. Consider using in the when clause of a 'taskDefinition' contribution." + ], + "vs/workbench/contrib/localHistory/electron-sandbox/localHistoryCommands": [ + "Reveal in File Explorer", + "Reveal in Finder", + "Open Containing Folder" + ], + "vs/workbench/contrib/tasks/browser/abstractTaskService": [ + "Configure Task", + "Tasks", + "Select the build task (there is no default build task defined)", + "There are task errors. See the output for details.", + "Show output", + "The folder {0} is ignored since it uses task version 0.1.0", + "Warning: {0} tasks are unavailable in the current environment.\n", + "No build task defined. Mark a task with 'isBuildCommand' in the tasks.json file.", + "No build task defined. Mark a task with as a 'build' group in the tasks.json file.", + "No test task defined. Mark a task with 'isTestCommand' in the tasks.json file.", + "No test task defined. Mark a task with as a 'test' group in the tasks.json file.", + "Task to execute is undefined", + "associate", + "Continue without scanning the task output", + "Never scan the task output for this task", + "Never scan the task output for {0} tasks", + "Learn more about scanning the task output", + "Select for which kind of errors and warnings to scan the task output", + "The current task configuration has errors. Please fix the errors first before customizing a task.", + "\t// See https://go.microsoft.com/fwlink/?LinkId=733558 \n\t// for the documentation about the tasks.json format", + "There are many build tasks defined in the tasks.json. Executing the first one.\n", + "Save all editors?", + "Save", + "Don't save", + "Do you want to save all editors before running the task?", + "The task '{0}' is already active.", + "Terminate Task", + "Restart Task", + "There is already a task running. Terminate it first before executing another task.", + "Failed to terminate and restart task {0}", + "The task provider for \"{0}\" tasks unexpectedly provided a task of type \"{1}\".\n", + "Warning: {0} tasks are unavailable in the current environment.\n", + "Error: The {0} task detection didn't contribute a task for the following configuration:\n{1}\nThe task will be ignored.\n", + "Error: the provided task configuration has validation errors and can't not be used. Please correct the errors first.", + "Error: The content of the tasks json in {0} has syntax errors. Please correct them before executing a task.\n", + "workspace file", + "Only tasks version 2.0.0 permitted in workspace configuration files.", + "user settings", + "Only tasks version 2.0.0 permitted in user settings.", + "Error: the provided task configuration has validation errors and can't not be used. Please correct the errors first.", + "Ignoring task configurations for workspace folder {0}. Multi folder workspace task support requires that all folders use task version 2.0.0\n", + "Error: The content of the tasks.json file has syntax errors. Please correct them before executing a task.\n", + "Terminate Task", + "An error has occurred while running a task. See task log for details.", + "Configure Task", + "recently used tasks", + "configured tasks", + "detected tasks", + "The following workspace folders are ignored since they use task version 0.1.0: {0}", + "Don't Show Again", + "Listing and running tasks requires that some of the files in this workspace be executed as code.", + "Select the task to run", + "$(plus) Configure a Task", + "$(plus) Configure a Task", + "Fetching build tasks...", + "Select the build task to run", + "No build task to run found. Configure Build Task...", + "Fetching test tasks...", + "Select the test task to run", + "No test task to run found. Configure Tasks...", + "Select a task to terminate", + "No task is currently running", + "All Running Tasks", + "The launched process doesn't exist anymore. If the task spawned background tasks exiting VS Code might result in orphaned processes.", + "Failed to terminate running task", + "Select the task to restart", + "No task to restart", + "Select a Task Template", + "User", + "Create tasks.json file from template", + "Open tasks.json file", + "Select a task to configure", + "{0} is already marked as the default build task", + "Select the task to be used as the default build task", + "{0} is already marked as the default test task.", + "Select the task to be used as the default test task", + "Select the task to show its output", + "No task is running", + "The deprecated tasks version 0.1.0 has been removed. Your tasks have been upgraded to version 2.0.0. Open the diff to review the upgrade.", + "The deprecated tasks version 0.1.0 has been removed. Your tasks have been upgraded to version 2.0.0. Open the diffs to review the upgrade.", + "Open diff", + "Open diffs" ], - "vs/workbench/contrib/tasks/common/taskTemplates": [ - "Executes .NET Core build command", - "Executes the build target", - "Example to run an arbitrary external command", - "Executes common maven commands" + "vs/workbench/contrib/webview/electron-sandbox/webviewCommands": [ + "Open Webview Developer Tools", + "Using standard dev tools to debug iframe based webview" ], - "vs/workbench/contrib/tasks/browser/runAutomaticTasks": [ - "This workspace has tasks ({0}) defined ({1}) that run automatically when you open this workspace. Do you allow automatic tasks to run when you open this workspace?", - "Allow and run", - "Disallow", - "Open file", - "Open files", - "Manage Automatic Tasks in Folder", - "Allow Automatic Tasks in Folder", - "Disallow Automatic Tasks in Folder" + "vs/workbench/services/extensions/common/abstractExtensionService": [ + "The following extensions contain dependency loops and have been disabled: {0}", + "No extension host found that can launch the test runner at {0}.", + "The remote extension host terminated unexpectedly. Restarting...", + "Remote Extension host terminated unexpectedly 3 times within the last 5 minutes.", + "Restart Remote Extension Host" + ], + "vs/workbench/contrib/terminal/common/terminalContextKey": [ + "Whether the terminal is focused.", + "Whether a terminal in the editor area is focused.", + "The current number of terminals.", + "Whether the terminal tabs widget is focused.", + "The shell type of the active terminal, this is set to the last known value when no terminals exist.", + "Whether the terminal's alt buffer is active.", + "Whether the terminal view is showing", + "Whether text is selected in the active terminal.", + "Whether terminal processes can be launched in the current workspace.", + "Whether one terminal is selected in the terminal tabs list.", + "Whether the focused tab's terminal is a split terminal." + ], + "vs/workbench/services/extensions/electron-sandbox/cachedExtensionScanner": [ + "Extensions have been modified on disk. Please reload the window.", + "Reload Window" ], - "vs/workbench/contrib/tasks/browser/taskQuickPick": [ - "Show All Tasks...", - "Configuration icon in the tasks selection list.", - "Icon for remove in the tasks selection list.", - "Configure Task", - "contributed", - "All {0} tasks", - "Remove Recently Used Task", - "recently used", - "configured", - "configured", - "Go back ↩", - "No {0} tasks found. Go back ↩", - "There is no task provider registered for tasks of type \"{0}\"." + "vs/workbench/services/extensions/electron-sandbox/localProcessExtensionHost": [ + "Extension host did not start in 10 seconds, it might be stopped on the first line and needs a debugger to continue.", + "Extension host did not start in 10 seconds, that might be a problem.", + "Reload Window", + "Extension Host", + "Error from the extension host: {0}", + "Terminating extension debug session" ], - "vs/platform/theme/common/iconRegistry": [ - "The id of the font to use. If not set, the font that is defined first is used.", - "The font character associated with the icon definition.", - "Icon for the close action in widgets.", - "Icon for goto previous editor location.", - "Icon for goto next editor location." + "vs/workbench/services/extensions/common/remoteExtensionHost": [ + "Remote Extension Host" ], - "vs/workbench/api/common/extHostExtensionActivator": [ - "Cannot activate extension '{0}' because it depends on extension '{1}', which failed to activate.", - "Activating extension '{0}' failed: {1}." + "vs/workbench/services/extensions/browser/webWorkerExtensionHost": [ + "Worker Extension Host" ], "vs/workbench/contrib/debug/common/abstractDebugAdapter": [ "Timeout after {0} ms for '{1}'" @@ -15803,29 +18427,13 @@ "Variable {0} can not be resolved because setting '{1}' not found.", "Variable {0} can not be resolved because '{1}' is a structured value.", "Variable {0} can not be resolved because no settings name is given.", + "Variable {0} can not be resolved because the extension {1} is not installed.", + "Variable {0} can not be resolved because no extension name is given.", + "Variable {0} can not be resolved. UserHome path is not defined", "Variable {0} can not be resolved. Make sure to have a line selected in the active editor.", "Variable {0} can not be resolved. Make sure to have some text selected in the active editor.", "Variable {0} can not be resolved because the command has no value." ], - "vs/workbench/api/common/extHost.api.impl": [ - "{0} (Extension)" - ], - "vs/workbench/api/node/extHostDebugService": [ - "debuggee" - ], - "vs/platform/windows/electron-main/window": [ - "&&Reopen", - "&&Keep Waiting", - "&&Close", - "The window is no longer responding", - "You can reopen or close the window or keep waiting.", - "The window has crashed", - "The window has crashed (reason: '{0}')", - "&&Reopen", - "&&Close", - "We are sorry for the inconvenience! You can reopen the window to continue where you left off.", - "You can still access the menu bar by pressing the Alt-key." - ], "vs/platform/menubar/electron-main/menubar": [ "New &&Window", "&&File", @@ -15844,6 +18452,9 @@ "Hide Others", "Show All", "Quit {0}", + "&&Quit", + "&&Cancel", + "Are you sure you want to quit?", "Minimize", "Zoom", "Bring All to Front", @@ -15861,11 +18472,35 @@ "Installing Update...", "Restart to &&Update" ], + "vs/platform/windows/electron-main/window": [ + "&&Reopen", + "&&Keep Waiting", + "&&Close", + "The window is not responding", + "You can reopen or close the window or keep waiting.", + "Don't restore editors", + "The window has crashed", + "The window has crashed (reason: '{0}', code: '{1}')", + "&&Reopen", + "&&Close", + "We are sorry for the inconvenience. You can reopen the window to continue where you left off.", + "Don't restore editors", + "You can still access the menu bar by pressing the Alt-key." + ], + "vs/workbench/contrib/debug/node/debugAdapter": [ + "Debug adapter executable '{0}' does not exist.", + "Cannot determine executable for debug adapter '{0}'.", + "Unable to launch debug adapter from '{0}'.", + "Unable to launch debug adapter." + ], + "vs/platform/terminal/common/terminalProfiles": [ + "Automatically detect the default" + ], "vs/platform/userDataSync/common/abstractSynchronizer": [ "Cannot sync {0} as its local version {1} is not compatible with its remote version {2}", "Cannot parse sync data as it is not compatible with the current version." ], - "vs/editor/common/view/editorColorRegistry": [ + "vs/editor/common/core/editorColorRegistry": [ "Background color for the highlight of line at the cursor position.", "Background color for the border around the line at the cursor position.", "Background color of highlighted ranges, like by quick open and find features. The color must not be opaque so as not to hide underlying decorations.", @@ -15890,18 +18525,36 @@ "Background color of the editor gutter. The gutter contains the glyph margins and the line numbers.", "Border color of unnecessary (unused) source code in the editor.", "Opacity of unnecessary (unused) source code in the editor. For example, \"#000000c0\" will render the code with 75% opacity. For high contrast themes, use the 'editorUnnecessaryCode.border' theme color to underline unnecessary code instead of fading it out.", + "Border color of ghost text in the editor.", + "Foreground color of the ghost text in the editor.", + "Background color of the ghost text in the editor.", "Overview ruler marker color for range highlights. The color must not be opaque so as not to hide underlying decorations.", "Overview ruler marker color for errors.", "Overview ruler marker color for warnings.", - "Overview ruler marker color for infos." - ], - "vs/editor/common/modes/modesRegistry": [ - "Plain Text" - ], - "vs/editor/common/model/editStack": [ - "Typing" - ], - "vs/editor/browser/controller/coreCommands": [ + "Overview ruler marker color for infos.", + "Foreground color of brackets (1). Requires enabling bracket pair colorization.", + "Foreground color of brackets (2). Requires enabling bracket pair colorization.", + "Foreground color of brackets (3). Requires enabling bracket pair colorization.", + "Foreground color of brackets (4). Requires enabling bracket pair colorization.", + "Foreground color of brackets (5). Requires enabling bracket pair colorization.", + "Foreground color of brackets (6). Requires enabling bracket pair colorization.", + "Foreground color of unexpected brackets.", + "Background color of inactive bracket pair guides (1). Requires enabling bracket pair guides.", + "Background color of inactive bracket pair guides (2). Requires enabling bracket pair guides.", + "Background color of inactive bracket pair guides (3). Requires enabling bracket pair guides.", + "Background color of inactive bracket pair guides (4). Requires enabling bracket pair guides.", + "Background color of inactive bracket pair guides (5). Requires enabling bracket pair guides.", + "Background color of inactive bracket pair guides (6). Requires enabling bracket pair guides.", + "Background color of active bracket pair guides (1). Requires enabling bracket pair guides.", + "Background color of active bracket pair guides (2). Requires enabling bracket pair guides.", + "Background color of active bracket pair guides (3). Requires enabling bracket pair guides.", + "Background color of active bracket pair guides (4). Requires enabling bracket pair guides.", + "Background color of active bracket pair guides (5). Requires enabling bracket pair guides.", + "Background color of active bracket pair guides (6). Requires enabling bracket pair guides.", + "Border color used to highlight unicode characters.", + "Background color used to highlight unicode characters." + ], + "vs/editor/browser/coreCommands": [ "Stick to the end even when going to longer lines", "Stick to the end even when going to longer lines", "Removed secondary cursors" @@ -15909,7 +18562,16 @@ "vs/editor/browser/widget/codeEditorWidget": [ "The number of cursors has been limited to {0}." ], - "vs/editor/contrib/anchorSelect/anchorSelect": [ + "vs/editor/browser/widget/diffEditorWidget": [ + "Line decoration for inserts in the diff editor.", + "Line decoration for removals in the diff editor.", + "Cannot compare files because one file is too large." + ], + "vs/editor/contrib/caretOperations/browser/caretOperations": [ + "Move Selected Text Left", + "Move Selected Text Right" + ], + "vs/editor/contrib/anchorSelect/browser/anchorSelect": [ "Selection Anchor", "Anchor set at {0}:{1}", "Set Selection Anchor", @@ -15917,28 +18579,39 @@ "Select from Anchor to Cursor", "Cancel Selection Anchor" ], - "vs/editor/browser/widget/diffEditorWidget": [ - "Line decoration for inserts in the diff editor.", - "Line decoration for removals in the diff editor.", - "Cannot compare files because one file is too large." - ], - "vs/editor/contrib/bracketMatching/bracketMatching": [ + "vs/editor/contrib/bracketMatching/browser/bracketMatching": [ "Overview ruler marker color for matching brackets.", "Go to Bracket", "Select to Bracket", "Go to &&Bracket" ], - "vs/editor/contrib/caretOperations/caretOperations": [ - "Move Selected Text Left", - "Move Selected Text Right" + "vs/editor/contrib/clipboard/browser/clipboard": [ + "Cu&&t", + "Cut", + "Cut", + "Cut", + "&&Copy", + "Copy", + "Copy", + "Copy", + "Copy As", + "Copy As", + "&&Paste", + "Paste", + "Paste", + "Paste", + "Copy With Syntax Highlighting" ], - "vs/editor/contrib/caretOperations/transpose": [ + "vs/editor/contrib/caretOperations/browser/transpose": [ "Transpose Letters" ], - "vs/editor/contrib/codelens/codelensController": [ + "vs/editor/contrib/copyPaste/browser/copyPasteContribution": [ + "Enable/disable running edits from extensions on paste." + ], + "vs/editor/contrib/codelens/browser/codelensController": [ "Show CodeLens Commands For Current Line" ], - "vs/editor/contrib/comment/comment": [ + "vs/editor/contrib/comment/browser/comment": [ "Toggle Line Comment", "&&Toggle Line Comment", "Add Line Comment", @@ -15946,32 +18619,31 @@ "Toggle Block Comment", "Toggle &&Block Comment" ], - "vs/editor/contrib/contextmenu/contextmenu": [ - "Show Editor Context Menu" - ], - "vs/editor/contrib/cursorUndo/cursorUndo": [ + "vs/editor/contrib/cursorUndo/browser/cursorUndo": [ "Cursor Undo", "Cursor Redo" ], - "vs/editor/contrib/find/findController": [ + "vs/editor/contrib/contextmenu/browser/contextmenu": [ + "Show Editor Context Menu" + ], + "vs/editor/contrib/find/browser/findController": [ "Find", "&&Find", + "Overrides \"Use Regular Expression\" flag.\nThe flag will not be saved for the future.\n0: Do Nothing\n1: True\n2: False", + "Overrides \"Match Whole Word\" flag.\nThe flag will not be saved for the future.\n0: Do Nothing\n1: True\n2: False", + "Overrides \"Math Case\" flag.\nThe flag will not be saved for the future.\n0: Do Nothing\n1: True\n2: False", + "Overrides \"Preserve Case\" flag.\nThe flag will not be saved for the future.\n0: Do Nothing\n1: True\n2: False", + "Find With Arguments", "Find With Selection", "Find Next", - "Find Next", - "Find Previous", "Find Previous", "Find Next Selection", "Find Previous Selection", "Replace", "&&Replace" ], - "vs/editor/contrib/fontZoom/fontZoom": [ - "Editor Font Zoom In", - "Editor Font Zoom Out", - "Editor Font Zoom Reset" - ], - "vs/editor/contrib/folding/folding": [ + "vs/editor/contrib/folding/browser/folding": [ + "The number of foldable regions is limited to a maximum of {0}. Increase configuration option ['Folding Maximum Regions'](command:workbench.action.openSettings?[\"editor.foldingMaximumRegions\"]) to enable more.", "Unfold", "Unfold Recursively", "Fold", @@ -15984,28 +18656,47 @@ "Unfold All Regions Except Selected", "Fold All", "Unfold All", + "Go to Parent Fold", + "Go to Previous Folding Range", + "Go to Next Folding Range", "Fold Level {0}", "Background color behind folded ranges. The color must not be opaque so as not to hide underlying decorations.", "Color of the folding control in the editor gutter." ], - "vs/editor/contrib/format/formatActions": [ + "vs/editor/contrib/fontZoom/browser/fontZoom": [ + "Editor Font Zoom In", + "Editor Font Zoom Out", + "Editor Font Zoom Reset" + ], + "vs/editor/contrib/gotoError/browser/gotoError": [ + "Go to Next Problem (Error, Warning, Info)", + "Icon for goto next marker.", + "Go to Previous Problem (Error, Warning, Info)", + "Icon for goto previous marker.", + "Go to Next Problem in Files (Error, Warning, Info)", + "Next &&Problem", + "Go to Previous Problem in Files (Error, Warning, Info)", + "Previous &&Problem" + ], + "vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [ + "Click to show {0} definitions." + ], + "vs/editor/contrib/format/browser/formatActions": [ "Format Document", "Format Selection" ], - "vs/editor/contrib/gotoSymbol/goToCommands": [ + "vs/editor/contrib/gotoSymbol/browser/goToCommands": [ "Peek", "Definitions", "No definition found for '{0}'", "No definition found", "Go to Definition", - "Go to &&Definition", "Open Definition to the Side", "Peek Definition", "Declarations", "No declaration found for '{0}'", "No declaration found", "Go to Declaration", - "Go to &&Declaration", "No declaration found for '{0}'", "No declaration found", "Peek Declaration", @@ -16013,91 +18704,57 @@ "No type definition found for '{0}'", "No type definition found", "Go to Type Definition", - "Go to &&Type Definition", "Peek Type Definition", "Implementations", "No implementation found for '{0}'", "No implementation found", "Go to Implementations", - "Go to &&Implementations", "Peek Implementations", "No references found for '{0}'", "No references found", "Go to References", - "Go to &&References", "References", "Peek References", "References", - "Go To Any Symbol", + "Go to Any Symbol", "Locations", "No results for '{0}'", - "References" - ], - "vs/editor/contrib/gotoSymbol/link/goToDefinitionAtPosition": [ - "Click to show {0} definitions." + "References", + "Go to &&Definition", + "Go to &&Declaration", + "Go to &&Type Definition", + "Go to &&Implementations", + "Go to &&References" ], - "vs/editor/contrib/gotoError/gotoError": [ - "Go to Next Problem (Error, Warning, Info)", - "Icon for goto next marker.", - "Go to Previous Problem (Error, Warning, Info)", - "Icon for goto previous marker.", - "Go to Next Problem in Files (Error, Warning, Info)", - "Next &&Problem", - "Go to Previous Problem in Files (Error, Warning, Info)", - "Previous &&Problem" + "vs/editor/contrib/lineSelection/browser/lineSelection": [ + "Expand Line Selection" ], - "vs/editor/contrib/hover/hover": [ + "vs/editor/contrib/hover/browser/hover": [ "Show Hover", - "Show Definition Preview Hover" - ], - "vs/editor/contrib/indentation/indentation": [ - "Convert Indentation to Spaces", - "Convert Indentation to Tabs", - "Configured Tab Size", - "Select Tab Size for Current File", - "Indent Using Tabs", - "Indent Using Spaces", - "Detect Indentation from Content", - "Reindent Lines", - "Reindent Selected Lines" - ], - "vs/editor/contrib/inPlaceReplace/inPlaceReplace": [ - "Replace with Previous Value", - "Replace with Next Value" - ], - "vs/editor/contrib/linesOperations/linesOperations": [ - "Copy Line Up", - "&&Copy Line Up", - "Copy Line Down", - "Co&&py Line Down", - "Duplicate Selection", - "&&Duplicate Selection", - "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", - "Transform to Title Case", - "Transform to Snake Case" + "Show Definition Preview Hover" + ], + "vs/editor/contrib/indentation/browser/indentation": [ + "Convert Indentation to Spaces", + "Convert Indentation to Tabs", + "Configured Tab Size", + "Select Tab Size for Current File", + "Indent Using Tabs", + "Indent Using Spaces", + "Detect Indentation from Content", + "Reindent Lines", + "Reindent Selected Lines" + ], + "vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace": [ + "Replace with Previous Value", + "Replace with Next Value" ], - "vs/editor/contrib/linkedEditing/linkedEditing": [ + "vs/editor/contrib/linkedEditing/browser/linkedEditing": [ "Start Linked Editing", "Background color when the editor auto renames on type." ], - "vs/editor/contrib/links/links": [ + "vs/editor/contrib/links/browser/links": [ + "Failed to open this link because it is not well-formed: {0}", + "Failed to open this link because its target is missing.", "Execute command", "Follow link", "cmd + click", @@ -16105,14 +18762,23 @@ "option + click", "alt + click", "Execute command {0}", - "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/parameterHints/parameterHints": [ + "vs/editor/contrib/parameterHints/browser/parameterHints": [ "Trigger Parameter Hints" ], - "vs/editor/contrib/multicursor/multicursor": [ + "vs/editor/contrib/rename/browser/rename": [ + "No result.", + "An unknown error occurred while resolving rename location", + "Renaming '{0}' to '{1}'", + "Renaming {0} to {1}", + "Successfully renamed '{0}' to '{1}'. Summary: {2}", + "Rename failed to apply edits", + "Rename failed to compute edits", + "Rename Symbol", + "Enable/disable the ability to preview changes before renaming" + ], + "vs/editor/contrib/multicursor/browser/multicursor": [ "Cursor added: {0}", "Cursors added: {0}", "Add Cursor Above", @@ -16131,31 +18797,54 @@ "Move Last Selection To Previous Find Match", "Select All Occurrences of Find Match", "Select All &&Occurrences", - "Change All Occurrences" + "Change All Occurrences", + "Focus Next Cursor", + "Focuses the next cursor", + "Focus Previous Cursor", + "Focuses the previous cursor" + ], + "vs/editor/contrib/linesOperations/browser/linesOperations": [ + "Copy Line Up", + "&&Copy Line Up", + "Copy Line Down", + "Co&&py Line Down", + "Duplicate Selection", + "&&Duplicate Selection", + "Move Line Up", + "Mo&&ve Line Up", + "Move Line Down", + "Move &&Line Down", + "Sort Lines Ascending", + "Sort Lines Descending", + "Delete Duplicate Lines", + "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", + "Transform to Title Case", + "Transform to Snake Case" ], - "vs/editor/contrib/smartSelect/smartSelect": [ + "vs/editor/contrib/smartSelect/browser/smartSelect": [ "Expand Selection", "&&Expand Selection", "Shrink Selection", "&&Shrink Selection" ], - "vs/editor/contrib/rename/rename": [ - "No result.", - "An unknown error occurred while resolving rename location", - "Renaming '{0}'", - "Renaming {0}", - "Successfully renamed '{0}' to '{1}'. Summary: {2}", - "Rename failed to apply edits", - "Rename failed to compute edits", - "Rename Symbol", - "Enable/disable the ability to preview changes before renaming" - ], - "vs/editor/contrib/snippet/snippetController2": [ + "vs/editor/contrib/snippet/browser/snippetController2": [ "Whether the editor in current in snippet mode", "Whether there is a next tab stop when in snippet mode", - "Whether there is a previous tab stop when in snippet mode" + "Whether there is a previous tab stop when in snippet mode", + "Go to next placeholder..." ], - "vs/editor/contrib/suggest/suggestController": [ + "vs/editor/contrib/suggest/browser/suggestController": [ "Accepting '{0}' made {1} additional edits", "Trigger Suggest", "Insert", @@ -16167,34 +18856,45 @@ "show more", "Reset Suggest Widget Size" ], - "vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode": [ + "vs/editor/contrib/tokenization/browser/tokenization": [ + "Developer: Force Retokenize" + ], + "vs/editor/contrib/toggleTabFocusMode/browser/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/editor/contrib/tokenization/tokenization": [ - "Developer: Force Retokenize" - ], - "vs/editor/contrib/unusualLineTerminators/unusualLineTerminators": [ + "vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter": [ + "Icon shown with a warning message in the extensions editor.", + "This document contains many non-basic ASCII unicode characters", + "This document contains many ambiguous unicode characters", + "This document contains many invisible unicode characters", + "The character {0} could be confused with the character {1}, which is more common in source code.", + "The character {0} is invisible.", + "The character {0} is not a basic ASCII character.", + "Adjust settings", + "Disable Highlight In Comments", + "Disable highlighting of characters in comments", + "Disable Highlight In Strings", + "Disable highlighting of characters in strings", + "Disable Ambiguous Highlight", + "Disable highlighting of ambiguous characters", + "Disable Invisible Highlight", + "Disable highlighting of invisible characters", + "Disable Non ASCII Highlight", + "Disable highlighting of non basic ASCII characters", + "Show Exclude Options", + "Exclude {0} (invisible character) from being highlighted", + "Exclude {0} from being highlighted", + "Allow unicode characters that are more common in the language \"{0}\".", + "Configure Unicode Highlight Options" + ], + "vs/editor/contrib/unusualLineTerminators/browser/unusualLineTerminators": [ "Unusual Line Terminators", "Detected unusual line terminators", - "This file contains one or more unusual line terminator characters, like Line Separator (LS) or Paragraph Separator (PS).\n\nIt is recommended to remove them from the file. This can be configured via `editor.unusualLineTerminators`.", - "Fix this file", - "Ignore problem for this file" - ], - "vs/editor/contrib/wordHighlighter/wordHighlighter": [ - "Background color of a symbol during read-access, like reading a variable. The color must not be opaque so as not to hide underlying decorations.", - "Background color of a symbol during write-access, like writing to a variable. The color must not be opaque so as not to 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 so as not to hide underlying decorations.", - "Overview ruler marker color for write-access symbol highlights. The color must not be opaque so as not to hide underlying decorations.", - "Go to Next Symbol Highlight", - "Go to Previous Symbol Highlight", - "Trigger Symbol Highlight" - ], - "vs/editor/contrib/wordOperations/wordOperations": [ - "Delete Word" + "The file '{0}' contains one or more unusual line terminator characters, like Line Separator (LS) or Paragraph Separator (PS).\n\nIt is recommended to remove them from the file. This can be configured via `editor.unusualLineTerminators`.", + "Remove Unusual Line Terminators", + "Ignore" ], "vs/editor/common/standaloneStrings": [ "No selection", @@ -16232,16 +18932,31 @@ "Toggle High Contrast Theme", "Made {0} edits in {1} files" ], - "vs/workbench/api/common/jsonValidationExtensionPoint": [ - "Contributes json schema configuration.", - "The file pattern (or an array of patterns) to match, for example \"package.json\" or \"*.launch\". Exclusion patterns start with '!'", - "A schema URL ('http:', 'https:') or relative path to the extension folder ('./').", - "'configuration.jsonValidation' must be a array", - "'configuration.jsonValidation.fileMatch' must be defined as a string or an array of strings.", - "'configuration.jsonValidation.url' must be a URL or relative path", - "Expected `contributes.{0}.url` ({1}) to be included inside extension's folder ({2}). This might make the extension non-portable.", - "'configuration.jsonValidation.url' is an invalid relative URL: {0}", - "'configuration.jsonValidation.url' must be an absolute URL or start with './' to reference schemas located in the extension." + "vs/editor/contrib/wordHighlighter/browser/wordHighlighter": [ + "Background color of a symbol during read-access, like reading a variable. The color must not be opaque so as not to hide underlying decorations.", + "Background color of a symbol during write-access, like writing to a variable. The color must not be opaque so as not to 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 so as not to hide underlying decorations.", + "Overview ruler marker color for write-access symbol highlights. The color must not be opaque so as not to hide underlying decorations.", + "Go to Next Symbol Highlight", + "Go to Previous Symbol Highlight", + "Trigger Symbol Highlight" + ], + "vs/workbench/services/themes/common/iconExtensionPoint": [ + "Contributes extension defined themable icons", + "The identifier of the themable icon", + "Identifiers can only contain letters, digits and minuses and need to consist of at least two segments in the form `component-iconname`.", + "The description of the themable icon", + "The path of the icon font that defines the icon.", + "The character for the icon in the icon font.", + "The default of the icon. Either a reference to an extisting ThemeIcon or an icon in an icon font.", + "'configuration.icons' must be an object with the icon names as properties.", + "'configuration.icons' keys represent the icon id and can only contain letter, digits and minuses. They need to consist of at least two segments in the form `component-iconname`.", + "'configuration.icons.description' must be defined and can not be empty", + "Expected `contributes.icons.default.fontPath` to have file extension 'woff', woff2' or 'ttf', is '{0}'.", + "Expected `contributes.icons.default.fontPath` ({0}) to be included inside extension's folder ({0}).", + "'configuration.icons.default' must be either a reference to the id of an other theme icon (string) or a icon definition (object) with properties `fontPath` and `fontCharacter`." ], "vs/workbench/services/themes/common/colorExtensionPoint": [ "Contributes extension defined themable colors", @@ -16250,41 +18965,27 @@ "The description of the themable color", "The default color for light themes. Either a color value in hex (#RRGGBB[AA]) or the identifier of a themable color which provides the default.", "The default color for dark themes. Either a color value in hex (#RRGGBB[AA]) or the identifier of a themable color which provides the default.", - "The default color for high contrast themes. Either a color value in hex (#RRGGBB[AA]) or the identifier of a themable color which provides the default.", + "The default color for high contrast dark themes. Either a color value in hex (#RRGGBB[AA]) or the identifier of a themable color which provides the default. If not provided, the `dark` color is used as default for high contrast dark themes.", + "The default color for high contrast light themes. Either a color value in hex (#RRGGBB[AA]) or the identifier of a themable color which provides the default. If not provided, the `light` color is used as default for high contrast light themes.", "'configuration.colors' must be a array", "{0} must be either a color value in hex (#RRGGBB[AA] or #RGB[A]) or the identifier of a themable color which provides the default.", "'configuration.colors.id' must be defined and can not be empty", "'configuration.colors.id' must only contain letters, digits and dots and can not start with a dot", "'configuration.colors.description' must be defined and can not be empty", - "'configuration.colors.defaults' must be defined and must contain 'light', 'dark' and 'highContrast'" + "'configuration.colors.defaults' must be defined and must contain 'light' and 'dark'", + "If defined, 'configuration.colors.defaults.highContrast' must be a string.", + "If defined, 'configuration.colors.defaults.highContrastLight' must be a string." ], - "vs/workbench/services/themes/common/iconExtensionPoint": [ - "Contributes extension defined themable icons", - "The identifier of the themable icon", - "Identifiers can only contain letters, digits and minuses and need to consist of at least two segments in the form `component-iconname`.", - "The description of the themable icon", - "The id of the icon font that defines the icon.", - "The character for the icon in the icon font.", - "The default of the icon. Either a reference to an extisting ThemeIcon or an icon in an icon font.", - "Contributes icon fonts to be used by icon contributions.", - "The ID of the font.", - "The ID must only contain letters, numbers, underscore and minus.", - "The location of the font.", - "The font path, relative to the current extension location.", - "The format of the font.", - "'configuration.icons is a proposed contribution point and only available when running out of dev or with the following command line switch: --enable-proposed-api {0}", - "'configuration.icons' must be a array", - "'configuration.icons.id' must be defined and can not be empty", - "'configuration.icons.id' can only contain letter, digits and minuses and need to consist of at least two segments in the form `component-iconname`.", - "'configuration.icons.description' must be defined and can not be empty", - "'configuration.icons.default' must be either a reference to the id of an other theme icon (string) or a icon definition (object) with properties `fontId` and `fontCharacter`.", - "'configuration.iconFonts is a proposed contribution point and only available when running out of dev or with the following command line switch: --enable-proposed-api {0}", - "'configuration.iconFonts' must be a array", - "'configuration.iconFonts.id' must be defined and can not be empty", - "'configuration.iconFonts.id' must only contain letters, numbers, underscore and minus.", - "'configuration.iconFonts.src' must be an array with locations of the icon font.", - "Expected `contributes.iconFonts.src.path` ({0}) to be included inside extension's folder ({0}). This might make the extension non-portable.", - "Items of 'configuration.iconFonts.src' must be objects with properties 'path' and 'format'" + "vs/workbench/api/common/jsonValidationExtensionPoint": [ + "Contributes json schema configuration.", + "The file pattern (or an array of patterns) to match, for example \"package.json\" or \"*.launch\". Exclusion patterns start with '!'", + "A schema URL ('http:', 'https:') or relative path to the extension folder ('./').", + "'configuration.jsonValidation' must be a array", + "'configuration.jsonValidation.fileMatch' must be defined as a string or an array of strings.", + "'configuration.jsonValidation.url' must be a URL or relative path", + "Expected `contributes.{0}.url` ({1}) to be included inside extension's folder ({2}). This might make the extension non-portable.", + "'configuration.jsonValidation.url' is an invalid relative URL: {0}", + "'configuration.jsonValidation.url' must be an absolute URL or start with './' to reference schemas located in the extension." ], "vs/workbench/services/themes/common/tokenClassificationExtensionPoint": [ "Contributes semantic token types.", @@ -16312,6 +19013,9 @@ "'configuration.semanticTokenScopes.scopes' values must be an array of strings", "configuration.semanticTokenScopes.scopes': Problems parsing selector {0}." ], + "vs/editor/contrib/wordOperations/browser/wordOperations": [ + "Delete Word" + ], "vs/workbench/contrib/codeEditor/browser/languageConfigurationExtensionPoint": [ "Errors parsing {0}: {1}", "{0}: Invalid format, JSON object expected.", @@ -16323,6 +19027,7 @@ "The character sequence that ends a block comment.", "The character sequence that starts a line comment.", "Defines the bracket symbols that increase or decrease the indentation.", + "Defines the bracket pairs that are colorized by their nesting level if bracket pair colorization is enabled.", "Defines the bracket pairs. When a opening bracket is entered, the closing bracket is inserted automatically.", "Defines a list of scopes where the auto pairs are disabled.", "Defines what characters must be after the cursor in order for bracket or quote autoclosing to occur when using the 'languageDefined' autoclosing setting. This is typically the set of characters which can not start an expression.", @@ -16382,8 +19087,12 @@ "vs/workbench/api/browser/mainThreadExtensionService": [ "Cannot activate the '{0}' extension because it depends on the '{1}' extension, which is not loaded. Would you like to reload the window to load the extension?", "Reload Window", - "Cannot activate the '{0}' extension because it depends on the '{1}' extension, which is disabled. Would you like to enable the extension and reload the window?", + "Cannot activate the '{0}' extension because it depends on the '{1}' extension which is not supported in the current workspace", + "Cannot activate the '{0}' extension because it depends on the '{1}' extension which is not supported in Restricted Mode", + "Manage Workspace Trust", + "Cannot activate the '{0}' extension because it depends on the '{1}' extension which is disabled. Would you like to enable the extension and reload the window?", "Enable and Reload", + "Cannot activate the '{0}' extension because it depends on the '{1}' extension which is disabled.", "Cannot activate the '{0}' extension because it depends on the '{1}' extension, which is not installed. Would you like to install the extension and reload the window?", "Install and Reload", "Cannot activate the '{0}' extension because it depends on an unknown '{1}' extension." @@ -16407,8 +19116,8 @@ "Running 'File Rename' participants...", "Running 'File Copy' participants...", "Running 'File Delete' participants...", - "Reset choice for 'File operation needs preview'", - "Timeout in milliseconds after which file participants for create, rename, and delete are cancelled. Use `0` to disable participants." + "Running 'File Write' participants...", + "Reset choice for 'File operation needs preview'" ], "vs/workbench/api/browser/mainThreadMessageService": [ "{0} (Extension)", @@ -16427,6 +19136,9 @@ "Open using default opener", "Could not open uri with '{0}': {1}" ], + "vs/workbench/api/browser/mainThreadComments": [ + "View icon of the comments view." + ], "vs/workbench/api/browser/mainThreadWorkspace": [ "Extension '{0}' added 1 folder to the workspace", "Extension '{0}' added {1} folders to the workspace", @@ -16434,9 +19146,6 @@ "Extension '{0}' removed {1} folders from the workspace", "Extension '{0}' changed folders of the workspace" ], - "vs/workbench/api/browser/mainThreadComments": [ - "View icon of the comments view." - ], "vs/workbench/api/browser/mainThreadTask": [ "{0}: {1}" ], @@ -16446,117 +19155,229 @@ ], "vs/workbench/api/browser/mainThreadAuthentication": [ "This account has not been used by any extensions.", + "Cancel", "Last used this account {0}", "Has not used this account", "Manage Trusted Extensions", "Choose which extensions can access this account", "The account '{0}' has been used by: \n\n{1}\n\n Sign out from these extensions?", "Sign out of '{0}'?", - "Sign out", + "Sign Out", "Cancel", "Successfully signed out.", + "The extension '{0}' wants you to sign in again using {1}.", "The extension '{0}' wants to sign in using {1}.", "Allow", "Cancel" ], - "vs/workbench/common/viewlet": [ - "Whether the sidebar is visible", - "Whether the sidebar has keyboard focus", - "The identifier of the active viewlet" + "vs/workbench/browser/parts/auxiliarybar/auxiliaryBarActions": [ + "Icon to toggle the auxiliary bar off in its right position.", + "Icon to toggle the auxiliary bar on in its right position.", + "Icon to toggle the auxiliary bar in its left position.", + "Icon to toggle the auxiliary bar on in its left position.", + "Toggle Secondary Side Bar Visibility", + "Focus into Secondary Side Bar", + "Show Secondary Side Bar", + "Toggle Secondary Side Bar", + "Toggle Secondary Side Bar", + "Show Secondary Si&&de Bar", + "Hide Secondary Side Bar" + ], + "vs/workbench/common/configuration": [ + "Workbench" + ], + "vs/workbench/browser/quickaccess": [ + "Whether keyboard focus is inside the quick open control" + ], + "vs/workbench/browser/parts/panel/panelActions": [ + "Icon to maximize a panel.", + "Icon to restore a panel.", + "Icon to close a panel.", + "Icon to toggle the panel off when it is on.", + "Icon to toggle the panel on when it is off.", + "Toggle Panel Visibility", + "Focus into Panel", + "Move Panel Left", + "Left", + "Move Panel Right", + "Right", + "Move Panel To Bottom", + "Bottom", + "Set Panel Alignment to Left", + "Left", + "Set Panel Alignment to Right", + "Right", + "Set Panel Alignment to Center", + "Center", + "Set Panel Alignment to Justify", + "Justify", + "Panel Position", + "Align Panel", + "Previous Panel View", + "Next Panel View", + "Toggle Maximized Panel", + "Maximize Panel Size", + "Restore Panel Size", + "Maximizing the panel is only supported when it is center aligned.", + "Close Panel", + "Close Secondary Side Bar", + "Show &&Panel", + "Show Panel", + "Toggle Panel", + "Hide Panel", + "Move Panel Views To Secondary Side Bar", + "Move Panel Views To Secondary Side Bar", + "Move Secondary Side Bar Views To Panel", + "Move Secondary Side Bar Views To Panel" + ], + "vs/workbench/browser/parts/views/treeView": [ + "There is no data provider registered that can provide view data.", + "Whether the the tree view with id {0} enables collapse all.", + "Whether collapse all is toggled for the tree view with id {0}.", + "Whether the tree view with id {0} enables refresh.", + "Refresh", + "Collapse All", + "Error running command {1}: {0}. This is likely caused by the extension that contributes {1}." + ], + "vs/workbench/browser/parts/views/viewPaneContainer": [ + "Views", + "Move View Up", + "Move View Left", + "Move View Down", + "Move View Right", + "Move Views" + ], + "vs/workbench/contrib/remote/browser/remoteExplorer": [ + "Ports", + "1 forwarded port", + "{0} forwarded ports", + "No Ports Forwarded", + "Forwarded Ports: {0}", + "Forwarded Ports", + "Your application running on port {0} is available. ", + "[See all forwarded ports]({0})", + "You'll need to run as superuser to use port {0} locally. ", + "Use Port {0} as Sudo..." + ], + "vs/workbench/contrib/debug/common/debug": [ + "Debug type of the active debug session. For example 'python'.", + "Debug type of the selected launch configuration. For example 'python'.", + "State that the focused debug session is in. One of the following: 'inactive', 'initializing', 'stopped' or 'running'.", + "Debug UX state. When there are no debug configurations it is 'simple', otherwise 'default'. Used to decide when to show welcome views in the debug viewlet.", + "True when debugging, false otherwise.", + "True when focus is in the debug console, false otherwise.", + "True when breakpoint editor zone widget is visible, false otherwise.", + "True when focus is in the breakpoint editor zone widget, false otherwise.", + "True when the BREAKPOINTS view is focused, false otherwise.", + "True when the WATCH view is focused, false otherwsie.", + "True when at least one watch expression exists, false otherwise.", + "True when the VARIABLES views is focused, false otherwsie", + "True when an expression input box is open in either the WATCH or the VARIABLES view, false otherwise.", + "True when the input box has focus in the BREAKPOINTS view.", + "Represents the item type of the focused element in the CALL STACK view. For example: 'session', 'thread', 'stackFrame'", + "True when the session in the CALL STACK view is attach, false otherwise. Used internally for inline menus in the CALL STACK view.", + "True when the focused item in the CALL STACK is stopped. Used internaly for inline menus in the CALL STACK view.", + "True when the focused session in the CALL STACK view has exactly one thread. Used internally for inline menus in the CALL STACK view.", + "Represents the item type of the focused element in the WATCH view. For example: 'expression', 'variable'", + "Indicates whether the item in the view has an associated memory refrence.", + "Represents the item type of the focused element in the BREAKPOINTS view. For example: 'breakpoint', 'exceptionBreakppint', 'functionBreakpoint', 'dataBreakpoint'", + "Represents the access type of the focused data breakpoint in the BREAKPOINTS view. For example: 'read', 'readWrite', 'write'", + "True when the focused breakpoint supports conditions.", + "True when the focused sessions supports the LOADED SCRIPTS view", + "Represents the item type of the focused element in the LOADED SCRIPTS view.", + "True when the focused session is 'attach'.", + "True when the focused session supports 'stepBack' requests.", + "True when the focused session supports 'restartFrame' requests.", + "True when the focused stack frame suppots 'restartFrame'.", + "True when the focused session supports 'jumpToCursor' request.", + "True when the focused session supports 'stepIntoTargets' request.", + "True when at least one breakpoint exists.", + "True when there is at least one debug extensions active.", + "True when there is at least one debug extension installed and enabled.", + "Represents the context the debug adapter sets on the focused variable in the VARIABLES view.", + "True when the focused session supports 'setVariable' request.", + "True when the focused session supports 'setExpression' request.", + "True when the focused session supports to break when value changes.", + "True when the focused breakpoint supports to break when value is accessed.", + "True when the focused breakpoint supports to break when value is read.", + "True when the focused session supports the terminate debuggee capability.", + "True when the focused session supports the suspend debuggee capability.", + "True when the focused variable has an 'evalauteName' field set.", + "True when the focused variable is readonly.", + "True when the exception widget is visible.", + "True when there is more than 1 debug console.", + "True when there is more than 1 active debug session.", + "True when the focused sessions supports disassemble request.", + "True when the Disassembly View is focused.", + "True when the language in the current editor supports disassemble request.", + "True when the focused stack frame has instruction pointer reference.", + "Configured debug type '{0}' is installed but not supported in this environment.", + "Controls when the internal debug console should open." + ], + "vs/workbench/contrib/files/common/files": [ + "True when the EXPLORER viewlet is visible.", + "True when the focused item in the EXPLORER is a folder.", + "True when the focused item in the EXPLORER is readonly.", + "True when the focused item in the EXPLORER is a root folder.", + "True when an item in the EXPLORER has been cut for cut and paste.", + "True when the focused item in the EXPLORER can be moved to trash.", + "True when the focus is inside the EXPLORER view.", + "True when the OPEN EDITORS view is visible.", + "True when the focus is inside the OPEN EDITORS view.", + "True when the focus is inside the EXPLORER viewlet.", + "True when the focused item in the EXPLORER view is a compact item.", + "True when the focus is inside a compact item's first part in the EXPLORER view.", + "True when the focus is inside a compact item's last part in the EXPLORER view." + ], + "vs/workbench/browser/parts/auxiliarybar/auxiliaryBarPart": [ + "Move Secondary Side Bar Left", + "Move Secondary Side Bar Right", + "Hide Secondary Side Bar" + ], + "vs/workbench/browser/parts/activitybar/activitybarPart": [ + "Settings icon in the view bar.", + "Accounts icon in the view bar.", + "Activity bar entries visibility customizations", + "Accounts entry visibility customization in the activity bar.", + "Menu", + "Hide Menu", + "Accounts", + "Hide Activity Bar", + "Reset Location", + "Reset Location", + "Manage", + "Manage", + "Accounts", + "Accounts" + ], + "vs/workbench/browser/parts/panel/panelPart": [ + "Panel entries visibility customizations", + "Reset Location", + "Reset Location", + "Drag a view here to display.", + "More Actions...", + "Hide Panel" ], - "vs/workbench/browser/contextkeys": [ - "The kind of workspace opened in the window, either 'empty' (no workspace), 'folder' (single folder) or 'workspace' (multi-root workspace)", - "The number of root folders in the workspace", - "Wether there are any dirty working copies", - "The name of the remote the window is connected to or an empty string if not connected to any remote", - "Whether the window is in fullscreen mode" + "vs/workbench/browser/parts/editor/editorGroupView": [ + "Empty editor group actions", + "{0} (empty)", + "Group {0}", + "Editor Group {0}" ], - "vs/workbench/browser/quickaccess": [ - "Whether keyboard focus is inside the quick open control" + "vs/workbench/browser/parts/editor/editorDropTarget": [ + "Hold __{0}__ to drop into editor" ], - "vs/workbench/browser/parts/editor/textResourceEditor": [ - "Text Editor" + "vs/workbench/common/editor/sideBySideEditorInput": [ + "{0} - {1}" ], "vs/workbench/common/editor/diffEditorInput": [ "{0} ↔ {1}" ], - "vs/workbench/browser/parts/editor/textDiffEditor": [ - "Text Diff Editor" - ], - "vs/workbench/browser/parts/editor/untitledHint": [ - "Select a Language", - "Select a language {0}", - " to get started. Start typing to dismiss, or ", - "don't show", - " this again." - ], - "vs/workbench/browser/parts/editor/binaryDiffEditor": [ - "{0} ↔ {1}" + "vs/workbench/browser/parts/editor/sideBySideEditor": [ + "Side by Side Editor" ], - "vs/workbench/browser/parts/editor/editorStatus": [ - "Ln {0}, Col {1} ({2} selected)", - "Ln {0}, Col {1}", - "{0} selections ({1} characters selected)", - "{0} selections", - "LF", - "CRLF", - "Are you using a screen reader to operate VS Code? (word wrap is disabled when using a screen reader)", - "Yes", - "No", - "No text editor active at this time", - "The active code editor is read-only.", - "convert file", - "change view", - "Select Action", - "Tab Moves Focus", - "Disable Accessibility Mode", - "Accessibility Mode", - "Column Selection", - "Disable Column Selection Mode", - "Column Selection Mode", - "Screen Reader Optimized", - "Screen Reader Mode", - "Go to Line/Column", - "Editor Selection", - "Select Indentation", - "Editor Indentation", - "Select Encoding", - "Editor Encoding", - "Select End of Line Sequence", - "Editor End of Line", - "Select Language Mode", - "Editor Language", - "File Information", - "File Information", - "Spaces: {0}", - "Tab Size: {0}", - "Current Problem", - "Search Marketplace Extensions for '{0}'...", - "Change Language Mode", - "No text editor active at this time", - "({0}) - Configured Language", - "({0})", - "languages (identifier)", - "Configure '{0}' language based settings...", - "Configure File Association for '{0}'...", - "Auto Detect", - "Select Language Mode", - "Current Association", - "Select Language Mode to Associate with '{0}'", - "Change End of Line Sequence", - "No text editor active at this time", - "The active code editor is read-only.", - "Select End of Line Sequence", - "Change File Encoding", - "No text editor active at this time", - "No text editor active at this time", - "No file active at this time", - "Save with Encoding", - "Reopen with Encoding", - "Select Action", - "Guessed from content", - "Select File Encoding to Reopen File", - "Select File Encoding to Save with" + "vs/workbench/browser/parts/editor/textResourceEditor": [ + "Text Editor" ], "vs/workbench/browser/parts/editor/editorActions": [ "Split Editor", @@ -16575,8 +19396,8 @@ "Focus Previous Editor Group", "Focus Left Editor Group", "Focus Right Editor Group", - "Focus Above Editor Group", - "Focus Below Editor Group", + "Focus Editor Group Above", + "Focus Editor Group Below", "Close Editor", "Unpin Editor", "Close", @@ -16597,7 +19418,7 @@ "Maximize Editor Group", "Reset Editor Group Sizes", "Toggle Editor Group Sizes", - "Maximize Editor Group and Hide Side Bar", + "Maximize Editor Group and Hide Side Bars", "Open Next Editor", "Open Previous Editor", "Open Next Editor in Group", @@ -16606,10 +19427,20 @@ "Open Last Editor in Group", "Go Forward", "Go Back", + "Go Previous", + "Go Forward in Edit Locations", + "Go Back in Edit Locations", + "Go Previous in Edit Locations", "Go to Last Edit Location", - "Go Last", + "Go Forward in Navigation Locations", + "Go Back in Navigation Locations", + "Go Previous in Navigation Locations", + "Go to Last Navigation Location", "Reopen Closed Editor", "Clear Recently Opened", + "Do you want to clear all recently opened files and workspaces?", + "This action is irreversible!", + "&&Clear", "Show Editors in Active Group By Most Recently Used", "Show All Editors By Appearance", "Show All Editors By Most Recently Used", @@ -16623,16 +19454,27 @@ "Open Next Recently Used Editor In Group", "Open Previous Recently Used Editor In Group", "Clear Editor History", + "Do you want to clear the history of recently opened editors?", + "This action is irreversible!", + "&&Clear", "Move Editor Left", "Move Editor Right", "Move Editor into Previous Group", "Move Editor into Next Group", - "Move Editor into Above Group", - "Move Editor into Below Group", + "Move Editor into Group Above", + "Move Editor into Group Below", "Move Editor into Left Group", "Move Editor into Right Group", "Move Editor into First Group", "Move Editor into Last Group", + "Split Editor into Previous Group", + "Split Editor into Next Group", + "Split Editor into Group Above", + "Split Editor into Group Below", + "Split Editor into Left Group", + "Split Editor into Right Group", + "Split Editor into First Group", + "Split Editor into Last Group", "Single Column Editor Layout", "Two Columns Editor Layout", "Three Columns Editor Layout", @@ -16645,154 +19487,131 @@ "New Editor Group to the Right", "New Editor Group Above", "New Editor Group Below", - "Reopen Editor With...", - "Toggle Editor Type" + "Toggle Editor Type", + "Reopen Editor With Text Editor" ], - "vs/workbench/browser/codeeditor": [ - "Open Workspace" + "vs/workbench/browser/parts/editor/textDiffEditor": [ + "Text Diff Editor" + ], + "vs/workbench/browser/parts/editor/binaryDiffEditor": [ + "{0} ↔ {1}" + ], + "vs/editor/browser/editorExtensions": [ + "&&Undo", + "Undo", + "&&Redo", + "Redo", + "&&Select All", + "Select All" ], "vs/workbench/browser/parts/editor/editorCommands": [ "Move the active editor by tabs or groups", "Active editor move argument", "Argument Properties:\n\t* 'to': String value providing where to move.\n\t* 'by': String value providing the unit for move (by tab or by group).\n\t* 'value': Number value providing how many positions or an absolute position to move.", + "Copy the active editor by groups", + "Active editor copy argument", + "Argument Properties:\n\t* 'to': String value providing where to copy.\n\t* 'value': Number value providing how many positions or an absolute position to copy.", "Toggle Inline View", - "Compare" + "Compare", + "Split Editor in Group", + "Join Editor in Group", + "Toggle Split Editor in Group", + "Toggle Split Editor in Group Layout", + "Focus First Side in Active Editor", + "Focus Second Side in Active Editor", + "Focus Other Side in Active Editor", + "Toggle Editor Group Lock", + "Lock Editor Group", + "Unlock Editor Group" + ], + "vs/workbench/browser/codeeditor": [ + "Open Workspace" + ], + "vs/workbench/browser/parts/editor/editorConfiguration": [ + "Markdown Preview", + "If an editor matching one of the listed types is opened as the first in an editor group and more than one group is open, the group is automatically locked. Locked groups will only be used for opening editors when explicitly chosen by user gesture (e.g. drag and drop), but not by default. Consequently the active editor in a locked group is less likely to be replaced accidentally with a different editor.", + "The default editor for files detected as binary. If undefined the user will be presented with a picker.", + "Configure glob patterns to editors (e.g. `\"*.hex\": \"hexEditor.hexEdit\"`). These have precedence over the default behavior." ], "vs/workbench/browser/parts/editor/editorQuickAccess": [ "No matching editors", - "{0}, dirty, {1}", + "{0}, unsaved changes, {1}", "{0}, {1}", - "{0}, dirty", + "{0}, unsaved changes", "Close Editor" ], - "vs/workbench/browser/parts/editor/editorGroupView": [ - "Editor group actions", - "Close", - "{0} (empty)", - "Group {0}", - "Editor Group {0}", - "OK", - "Cancel", - "Unable to open '{0}'", - "Unable to open '{0}': {1}." - ], - "vs/workbench/browser/parts/editor/editorDropTarget": [ - "File is too large to open as untitled editor. Please upload it first into the file explorer and then try again." - ], - "vs/workbench/browser/parts/activitybar/activitybarActions": [ - "Manage Trusted Extensions", - "Sign Out", - "{0} is currently unavailable", - "You are not signed in to any accounts", - "Hide Accounts", - "Previous Side Bar View", - "Next Side Bar View" - ], - "vs/workbench/browser/parts/compositeBar": [ - "Active View Switcher" - ], - "vs/workbench/browser/parts/compositeBarActions": [ - "{0} - {1}", - "Additional Views", - "{0} ({1})", - "Manage Extension", - "{0} ({1})", - "Hide '{0}'", - "Keep '{0}'", - "Toggle View Pinned" - ], - "vs/workbench/browser/parts/titlebar/menubarControl": [ - "&&File", - "&&Edit", - "&&Selection", - "&&View", - "&&Go", - "&&Run", - "&&Terminal", - "&&Help", - "Accessibility support is enabled for you. For the most accessible experience, we recommend the custom title bar style.", - "Open Settings", - "Focus Application Menu", - "Check for &&Updates...", - "Checking for Updates...", - "D&&ownload Update", - "Downloading Update...", - "Install &&Update...", - "Installing Update...", - "Restart to &&Update" - ], - "vs/workbench/browser/parts/views/treeView": [ - "There is no data provider registered that can provide view data.", - "Whether the the tree view with id {0} enables collapse all.", - "Whether collapse all is toggled for the tree view with id {0}.", - "Whether the tree view with id {0} enables refresh.", - "Refresh", - "Collapse All", - "Error running command {1}: {0}. This is likely caused by the extension that contributes {1}." - ], - "vs/workbench/browser/parts/views/viewPaneContainer": [ - "Views", - "Move View Up", - "Move View Left", - "Move View Down", - "Move View Right" - ], - "vs/workbench/contrib/files/common/files": [ - "True when the EXPLORER viewlet is visible.", - "True when the focused item in the EXPLORER is a folder.", - "True when the focused item in the EXPLORER is readonly.", - "True when the focused item in the EXPLORER is a root folder.", - "True when an item in the EXPLORER has been cut for cut and paste.", - "True when the focused item in the EXPLORER can be moved to trash.", - "True when the focus is inside the EXPLORER view.", - "True when the OPEN EDITORS view is visible.", - "True when the focus is inside the OPEN EDITORS view.", - "True when the focus is inside the EXPLORER viewlet.", - "True when the focused item in the EXPLORER view is a compact item.", - "True when the focus is inside a compact item's first part in the EXPLORER view.", - "True when the focus is inside a compact item's last part in the EXPLORER view." - ], - "vs/workbench/contrib/remote/browser/remoteExplorer": [ - "Ports", - "1 forwarded port", - "{0} forwarded ports", - "Forwarded Ports", - "No Ports Forwarded", - "Forwarded Ports: {0}", - "Your application running on port {0} is available. ", - "[See all forwarded ports](command:{0}.focus)", - "You'll need to run as superuser to use port {0} locally. ", - "Use Port {0} as Sudo..." - ], - "vs/workbench/common/panel": [ - "The identifier of the active panel", - "Whether the panel has keyboard focus", - "The position of the panel, either 'left', 'right' or 'bottom'", - "Whether the panel is visible", - "Whether the panel is maximized" + "vs/workbench/browser/parts/statusbar/statusbarModel": [ + "Status bar entries visibility customizations" ], - "vs/workbench/browser/parts/compositePart": [ - "{0} actions", - "Views and More Actions...", - "{0} ({1})" + "vs/workbench/browser/parts/editor/editorStatus": [ + "Ln {0}, Col {1} ({2} selected)", + "Ln {0}, Col {1}", + "{0} selections ({1} characters selected)", + "{0} selections", + "LF", + "CRLF", + "Are you using a screen reader to operate VS Code? (word wrap is disabled when using a screen reader)", + "Yes", + "No", + "No text editor active at this time", + "The active code editor is read-only.", + "convert file", + "change view", + "Select Action", + "Tab Moves Focus", + "Accessibility Mode", + "Disable Accessibility Mode", + "Column Selection", + "Column Selection Mode", + "Disable Column Selection Mode", + "Screen Reader Optimized", + "Screen Reader Mode", + "Editor Selection", + "Go to Line/Column", + "Editor Indentation", + "Select Indentation", + "Editor Encoding", + "Select Encoding", + "Editor End of Line", + "Select End of Line Sequence", + "Editor Language", + "Select Language Mode", + "File Information", + "File Information", + "Spaces: {0}", + "Tab Size: {0}", + "Current Problem", + "Current Problem", + "Search Marketplace Extensions for '{0}'...", + "Change Language Mode", + "No text editor active at this time", + "({0}) - Configured Language", + "({0})", + "languages (identifier)", + "Configure '{0}' language based settings...", + "Configure File Association for '{0}'...", + "Auto Detect", + "Select Language Mode", + "Current Association", + "Select Language Mode to Associate with '{0}'", + "Change End of Line Sequence", + "No text editor active at this time", + "The active code editor is read-only.", + "Select End of Line Sequence", + "Change File Encoding", + "No text editor active at this time", + "No text editor active at this time", + "No file active at this time", + "Save with Encoding", + "Reopen with Encoding", + "Select Action", + "Guessed from content", + "Select File Encoding to Reopen File", + "Select File Encoding to Save with" ], - "vs/workbench/browser/parts/panel/panelActions": [ - "Icon to maximize a panel.", - "Icon to restore a panel.", - "Icon to close a panel.", - "Toggle Panel", - "Focus into Panel", - "Move Panel Left", - "Move Panel Right", - "Move Panel To Bottom", - "Previous Panel View", - "Next Panel View", - "Toggle Maximized Panel", - "Maximize Panel Size", - "Restore Panel Size", - "Close Panel", - "Show &&Panel", - "Hide Panel" + "vs/workbench/browser/parts/statusbar/statusbarActions": [ + "Hide '{0}'", + "Focus Status Bar" ], "vs/base/browser/ui/dialog/dialog": [ "OK", @@ -16802,22 +19621,48 @@ "In Progress", "Close Dialog" ], - "vs/workbench/services/preferences/browser/preferencesEditorInput": [ - "Default Settings", - "Keyboard Shortcuts", + "vs/workbench/services/preferences/browser/keybindingsEditorInput": [ + "Keyboard Shortcuts" + ], + "vs/workbench/services/preferences/common/preferencesEditorInput": [ "Settings" ], "vs/workbench/services/preferences/common/preferencesModels": [ "Commonly Used", "Override key bindings by placing them into your key bindings file." ], + "vs/workbench/services/editor/common/editorResolverService": [ + "Configure glob patterns to editors (e.g. `\"*.hex\": \"hexEditor.hexEdit\"`). These have precedence over the default behavior." + ], "vs/workbench/services/textfile/common/textFileEditorModel": [ - "The file is dirty. Please save it first before reopening it with another encoding." + "File Encoding Changed" ], "vs/platform/keybinding/common/abstractKeybindingService": [ "({0}) was pressed. Waiting for second key of chord...", "The key combination ({0}, {1}) is not a command." ], + "vs/base/common/keybindingLabels": [ + "Ctrl", + "Shift", + "Alt", + "Windows", + "Ctrl", + "Shift", + "Alt", + "Super", + "Control", + "Shift", + "Option", + "Command", + "Control", + "Shift", + "Alt", + "Windows", + "Control", + "Shift", + "Alt", + "Super" + ], "vs/workbench/services/themes/common/colorThemeData": [ "Problems parsing JSON theme file: {0}", "Invalid format for JSON theme file: Object expected.", @@ -16828,6 +19673,10 @@ "Problems parsing tmTheme file: {0}", "Problems loading tmTheme file {0}: {1}" ], + "vs/workbench/services/themes/browser/fileIconThemeData": [ + "Problems parsing file icons file: {0}", + "Invalid format for file icons theme file: Object expected." + ], "vs/workbench/services/themes/common/fileIconThemeSchema": [ "The folder icon for expanded folders. The expanded folder icon is optional. If not set, the icon defined for folder will be shown.", "The folder icon for collapsed folders, and if folderExpanded is not set, also for expanded folders.", @@ -16860,18 +19709,15 @@ "When using a font: The id of the font. If not set, defaults to the first font definition.", "Optional associations for file icons in light color themes.", "Optional associations for file icons in high contrast color themes.", - "Configures whether the file explorer's arrows should be hidden when this theme is active." - ], - "vs/workbench/services/themes/browser/fileIconThemeData": [ - "Problems parsing file icons file: {0}", - "Invalid format for file icons theme file: Object expected." + "Configures whether the file explorer's arrows should be hidden when this theme is active.", + "Configures whether the default language icons should be used if the theme does not define an icon for a language." ], "vs/workbench/services/themes/common/colorThemeSchema": [ "Colors and styles for the token.", "Foreground color for the token.", "Token background colors are currently not supported.", - "Font style of the rule: 'italic', 'bold' or 'underline' or a combination. The empty string unsets inherited settings.", - "Font style must be 'italic', 'bold' or 'underline' or a combination or the empty string.", + "Font style of the rule: 'italic', 'bold', 'underline', 'strikethrough' or a combination. The empty string unsets inherited settings.", + "Font style must be 'italic', 'bold', 'underline', 'strikethrough' or a combination or the empty string.", "None (clear inherited style)", "Description of the rule.", "Scope selector against which this rule matches.", @@ -16885,7 +19731,7 @@ "Contributes textmate color themes.", "Id of the color theme as used in the user settings.", "Label of the color theme as shown in the UI.", - "Base theme defining the colors around the editor: 'vs' is the light color theme, 'vs-dark' is the dark color theme. 'hc-black' is the dark high contrast theme.", + "Base theme defining the colors around the editor: 'vs' is the light color theme, 'vs-dark' is the dark color theme. 'hc-black' is the dark high contrast theme, 'hc-light' is the light high contrast theme.", "Path of the tmTheme file. The path is relative to the extension folder and is typically './colorthemes/awesome-color-theme.json'.", "Contributes file icon themes.", "Id of the file icon theme as used in the user settings.", @@ -16907,9 +19753,11 @@ "Theme is unknown or not installed.", "Specifies the preferred color theme for light OS appearance when `#{0}#` is enabled.", "Theme is unknown or not installed.", - "Specifies the preferred color theme used in high contrast mode when `#{0}#` is enabled.", + "Specifies the preferred color theme used in high contrast dark mode when `#{0}#` is enabled.", "Theme is unknown or not installed.", - "If set, automatically switch to the preferred color theme based on the OS appearance.", + "Specifies the preferred color theme used in high contrast light mode when `#{0}#` is enabled.", + "Theme is unknown or not installed.", + "If set, automatically switch to the preferred color theme based on the OS appearance. If the OS appearance is dark, the theme specified at `#{0}#` is used, for light `#{1}#`.", "Overrides colors from the currently selected color theme.", "Specifies the file icon theme used in the workbench or 'null' to not show any file icons.", "None", @@ -16919,7 +19767,7 @@ "Default", "Default", "Product icon theme is unknown or not installed.", - "If enabled, will automatically change to high contrast theme if the OS is using a high contrast theme.", + "If enabled, will automatically change to high contrast theme if the OS is using a high contrast theme. The high contrast theme to use is specified by `#{0}#` and `#{1}#`", "Sets the colors and styles for comments", "Sets the colors and styles for strings literals.", "Sets the colors and styles for keywords.", @@ -16934,9 +19782,11 @@ "Overrides editor syntax colors and font style from the currently selected color theme.", "Whether semantic highlighting is enabled or disabled for this theme", "Semantic token styling rules for this theme.", - "Overrides editor semantic token color and styles from the currently selected color theme.", - "Use `editor.semanticTokenColorCustomizations` instead.", - "Use `#editor.semanticTokenColorCustomizations#` instead." + "Overrides editor semantic token color and styles from the currently selected color theme." + ], + "vs/workbench/services/profiles/common/profile": [ + "Settings Profile", + "Settings Profile" ], "vs/workbench/services/themes/browser/productIconThemeData": [ "Problems processing product icons definitions in {0}:\n{1}", @@ -16946,10 +19796,15 @@ "Invalid format for product icons theme file: Must contain iconDefinitions and fonts.", "Invalid font weight in font '{0}'. Ignoring setting.", "Invalid font style in font '{0}'. Ignoring setting.", + "Invalid font source in font '{0}'. Ignoring source.", + "No valid font source in font '{0}'. Ignoring font definition.", "Missing or invalid font id '{0}'. Skipping font definition.", "Skipping icon definition '{0}'. Unknown font.", "Skipping icon definition '{0}'. Unknown fontCharacter." ], + "vs/workbench/services/views/common/viewContainerModel": [ + "Views visibility customizations in {0} view container" + ], "vs/workbench/services/themes/common/productIconThemeSchema": [ "The ID of the font.", "The ID must only contain letters, numbers, underscore and minus.", @@ -16961,9 +19816,9 @@ "Association of icon name to a font character." ], "vs/workbench/services/extensionManagement/browser/extensionBisect": [ + "Extension Bisect is active and has disabled 1 extension. Check if you can still reproduce the problem and proceed by selecting from these options.", "Extension Bisect is active and has disabled {0} extensions. Check if you can still reproduce the problem and proceed by selecting from these options.", "Start Extension Bisect", - "Help", "Extension Bisect", "Extension Bisect will use binary search to find an extension that causes a problem. During the process the window reloads repeatedly (~{0} times). Each time you must confirm if you are still seeing problems.", "Start Extension Bisect", @@ -16985,8 +19840,21 @@ "Stop Extension Bisect", "Help" ], - "vs/editor/contrib/suggest/suggest": [ - "Whether suggestion are visible", + "vs/workbench/contrib/performance/browser/perfviewEditor": [ + "Startup Performance" + ], + "vs/workbench/contrib/preferences/browser/keybindingWidgets": [ + "Press desired key combination and then press ENTER.", + "1 existing command has this keybinding", + "{0} existing commands have this keybinding", + "chord to" + ], + "vs/workbench/contrib/preferences/browser/preferencesActions": [ + "Configure Language Specific Settings...", + "({0})", + "Select Language" + ], + "vs/editor/contrib/suggest/browser/suggest": [ "Whether suggestion details are visible", "Whether there are multiple suggestions to pick from", "Whether inserting the current suggestion yields in a change or has everything already been typed", @@ -16995,11 +19863,16 @@ "Whether the default behaviour is to insert or replace", "Whether the current suggestion supports to resolve further details" ], + "vs/workbench/contrib/preferences/common/preferencesContribution": [ + "Split Settings Editor", + "Controls whether to enable the natural language search mode for settings. The natural language search is provided by a Microsoft online service.", + "Hide the Table of Contents while searching.", + "Filter the Table of Contents to just categories that have matching settings. Clicking a category will filter the results to that category.", + "Controls the behavior of the settings editor Table of Contents while searching." + ], "vs/workbench/contrib/preferences/browser/keybindingsEditor": [ "Record Keys", - "{0} ({1})", - "Sort by Precedence", - "{0} ({1})", + "Sort by Precedence (Highest first)", "Type to search in keybindings", "Recording Keys. Press Escape to exit", "Clear Keybindings Search Input", @@ -17019,6 +19892,7 @@ "Show Same Keybindings", "Copy", "Copy Command ID", + "Copy Command Title", "Error '{0}' while editing the keybinding. Please open 'keybindings.json' file and check for errors.", "Change Keybinding {0}", "Change Keybinding", @@ -17030,46 +19904,20 @@ "No Keybinding assigned.", "No when context." ], - "vs/workbench/contrib/preferences/browser/preferencesActions": [ - "Configure Language Specific Settings...", - "({0})", - "Select Language" - ], - "vs/workbench/contrib/preferences/browser/preferencesEditor": [ - "Search settings", - "Search Settings", - "No Settings Found", - "1 Setting Found", - "{0} Settings Found", - "Total {0} Settings", - "Natural Language Results", - "Filtered Results", - "Default Settings", - "Default User Settings", - "Default Workspace Settings", - "Default Folder Settings", - "Edit in the right hand side editor to override defaults.", - "Default preferences. Readonly." - ], "vs/workbench/contrib/preferences/browser/settingsEditor2": [ "Search settings", "Clear Settings Search Input", + "Filter Settings", "No Settings Found", "Clear Filters", "Settings", - "Changes to settings are saved automatically.", + "Workspace Trust", "No Settings Found", "1 Setting Found", "{0} Settings Found", "Turn on Settings Sync", "Last synced: {0}" ], - "vs/workbench/contrib/preferences/common/preferencesContribution": [ - "Controls whether to enable the natural language search mode for settings. The natural language search is provided by a Microsoft online service.", - "Hide the Table of Contents while searching.", - "Filter the Table of Contents to just categories that have matching settings. Clicking a category will filter the results to that category.", - "Controls the behavior of the settings editor Table of Contents while searching." - ], "vs/workbench/contrib/preferences/browser/preferencesIcons": [ "Icon for an expanded section in the split JSON Settings editor.", "Icon for a collapsed section in the split JSON Settings editor.", @@ -17084,152 +19932,34 @@ "Icon for the remove action in the Settings UI.", "Icon for the discard action in the Settings UI.", "Icon for clear input in the Settings and keybinding UI.", + "Icon for the button that suggests filters for the Settings UI.", "Icon for open settings commands." ], - "vs/workbench/contrib/preferences/browser/keybindingWidgets": [ - "Press desired key combination and then press ENTER.", - "1 existing command has this keybinding", - "{0} existing commands have this keybinding", - "chord to" - ], - "vs/workbench/contrib/performance/browser/perfviewEditor": [ - "Startup Performance" - ], - "vs/workbench/contrib/notebook/browser/notebookEditor": [ - "Cannot open resource with notebook editor type '{0}', please check if you have the right extension installed or enabled.", - "Reopen file with VS Code standard text editor" - ], - "vs/workbench/contrib/notebook/browser/notebookServiceImpl": [ - "Built-in" - ], - "vs/workbench/contrib/customEditor/common/customEditor": [ - "The viewType of the currently active custom editor." - ], - "vs/workbench/contrib/notebook/browser/diff/notebookTextDiffEditor": [ - "Notebook Text Diff" - ], - "vs/workbench/contrib/notebook/browser/contrib/clipboard/notebookClipboard": [ - "Copy Cell", - "Cut Cell", - "Paste Cell", - "Paste Cell Above" - ], - "vs/workbench/contrib/notebook/browser/contrib/coreActions": [ - "Notebook", - "Execute Cell", - "Execute Cell", - "Stop Cell Execution", - "Stop Cell Execution", - "Delete Cell", - "Execute Notebook Cell and Select Below", - "Execute Notebook Cell and Insert Below", - "Render All Markdown Cells", - "Execute Notebook", - "Execute Notebook", - "Cancel Notebook Execution", - "Cancel Notebook Execution", - "Insert Cell", - "Notebook Cell", - "Execute Notebook (Run all cells)", - "Stop Notebook Execution", - "Change Cell to Code", - "Change Cell to Markdown", - "Insert Code Cell Above", - "Insert Code Cell Below", - "Add Code Cell At Top", - "Add Markdown Cell At Top", - "$(add) Code", - "Add Code Cell", - "$(add) Code", - "Add Code Cell", - "Insert Markdown Cell Above", - "Insert Markdown Cell Below", - "$(add) Markdown", - "Add Markdown Cell", - "$(add) Markdown", - "Add Markdown Cell", - "Edit Cell", - "Stop Editing Cell", - "Delete Cell", - "Focus Next Cell Editor", - "Focus Previous Cell Editor", - "Focus In Active Cell Output", - "Focus Out Active Cell Output", - "Focus First Cell", - "Focus Last Cell", - "Clear Cell Outputs", - "Change Cell Language", - "Change Cell Language", - "({0}) - Current Language", - "({0})", - "Select Language Mode", - "Clear All Cells Outputs", - "Center Active Cell", - "Collapse Cell Input", - "Expand Cell Input", - "Collapse Cell Output", - "Expand Cell Output", - "Inspect Notebook Layout" - ], - "vs/workbench/contrib/notebook/browser/contrib/find/findController": [ - "Hide Find in Notebook", - "Find in Notebook" - ], - "vs/workbench/contrib/notebook/browser/contrib/fold/folding": [ - "Fold Cell", - "Unfold Cell", - "Fold Cell" - ], - "vs/workbench/contrib/notebook/browser/contrib/format/formatting": [ - "Format Notebook", - "Format Notebook", - "Format Cell" - ], - "vs/workbench/contrib/notebook/browser/contrib/outline/notebookOutline": [ - "empty cell", - "When enabled notebook outline shows code cells.", - "When enabled notebook breadcrumbs contain code cells." - ], - "vs/workbench/contrib/notebook/browser/contrib/status/editorStatus": [ - "Select Notebook Kernel", - "Notebook Kernel Args", - "Select a notebook kernel to run this notebook", - " (Currently Active)", - "Set as default kernel provider for '{0}'", - "Choose kernel for current notebook", - "Choose kernel for current notebook" - ], - "vs/workbench/contrib/notebook/browser/contrib/cellOperations/cellOperations": [ - "Move Cell Up", - "Move Cell Down", - "Copy Cell Up", - "Copy Cell Down", - "Split Cell", - "Join With Previous Cell", - "Join With Next Cell" + "vs/workbench/services/workingCopy/common/storedFileWorkingCopySaveParticipant": [ + "Saving '{0}'" ], - "vs/workbench/contrib/notebook/browser/diff/notebookDiffActions": [ - "Open Text Diff Editor", - "Revert Metadata", - "Switch Output Rendering", - "Revert Outputs", - "Revert Input", - "Show Outputs Differences", - "Show Metadata Differences", - "Hide Metadata Differences", - "Hide Outputs Differences" + "vs/workbench/contrib/files/browser/fileConstants": [ + "Save As...", + "Save", + "Save without Formatting", + "Save All", + "Remove Folder from Workspace", + "New Untitled File" ], "vs/workbench/contrib/testing/browser/icons": [ "View icon of the test view.", "Icon of the \"run test\" action.", "Icon of the \"run all tests\" action.", + "Icon of the \"debug all tests\" action.", "Icon of the \"debug test\" action.", "Icon to cancel ongoing test runs.", "Icon for the 'Filter' action in the testing view.", - "Icon for the 'Autorun' toggle in the testing view.", "Icon shown beside hidden tests, when they've been shown.", "Icon shown when the test explorer is disabled as a tree.", "Icon shown when the test explorer is disabled as a list.", + "Icon shown to update test profiles.", + "Icon on the button to refresh tests.", + "Icon on the button to cancel refreshing tests.", "Icon shown for tests that have an error.", "Icon shown for tests that failed.", "Icon shown for tests that passed.", @@ -17238,70 +19968,127 @@ "Icon shown for tests that are in an unset state." ], "vs/workbench/contrib/testing/browser/testingDecorations": [ - "{0} has failed. ", - "Peek Error", + "Peek Test Output", + "Expected", + "Actual", + "Click for test options", + "Click to debug tests, right click for more options", "Click to run tests, right click for more options", "Run Test", "Debug Test", - "Reveal in Test Explorer" - ], - "vs/workbench/contrib/testing/browser/testingExplorerFilter": [ - "More Filters...", - "Filter (e.g. text, !exclude)", - "Show Only Failed Tests", - "Show Only Executed Tests", - "Show All Tests", - "Show Hidden Tests", - "Unhide All Tests", - "Show in Active File Only", - "Filter" - ], - "vs/workbench/contrib/testing/browser/testingExplorerView": [ - "No tests have been found in this workspace yet.", - "Find Test Extensions", - "Test Explorer", - "{0} ({1})", - "{0}, outdated result" + "Execute Using Profile...", + "Peek Error", + "Reveal in Test Explorer", + "Run All Tests", + "Debug All Tests" ], - "vs/workbench/contrib/testing/browser/testingOutputPeek": [ - "Expected result", - "Actual result", - "Close" + "vs/workbench/contrib/testing/browser/testingViewPaneContainer": [ + "Testing" + ], + "vs/workbench/contrib/testing/browser/testingOutputTerminalService": [ + "Test Output at {0}", + "Test Output", + "\r\nNo tests have been run, yet.\r\n", + "The test run did not record any output.", + "Test run finished at {0}" ], "vs/workbench/contrib/testing/browser/testingProgressUiService": [ - "Running {0} tests, {1}/{2} passed ({3}%)", - "Running {0} tests, {1}/{2} tests passed ({3}%, {4} skipped)", + "Running tests...", + "Running tests, {0}/{1} passed ({2}%)", + "Running tests, {0}/{1} tests passed ({2}%, {3} skipped)", "{0}/{1} tests passed ({2}%)", "{0}/{1} tests passed ({2}%, {3} skipped)" ], - "vs/workbench/contrib/testing/browser/testingViewPaneContainer": [ - "Testing" + "vs/workbench/contrib/testing/browser/testingOutputPeek": [ + "Expected result", + "Actual result", + "Close", + "Unnamed Task", + "+ {0} more lines", + "+ 1 more line", + "Test Result Messages", + "Show Result Output", + "Rerun Test Run", + "Debug Test Run", + "Go to File", + "Reveal in Test Explorer", + "Run Test", + "Debug Test", + "Go to Next Test Failure", + "Go to Previous Test Failure", + "Open in Editor", + "Toggle Test History in Peek" ], "vs/workbench/contrib/testing/common/configuration": [ "Testing", "Controls which tests are automatically run.", - "Automatically runs all discovered test when auto-run is toggled. Re-runs individual tests when they are changed.", - "Re-runs individual tests when they are changed. Will not automatically run any tests that have not been already executed.", + "Automatically runs all discovered test when auto-run is toggled. Reruns individual tests when they are changed.", + "Reruns individual tests when they are changed. Will not automatically run any tests that have not been already executed.", "How long to wait, in milliseconds, after a test is marked as outdated and starting a new run.", "Configures when the error peek view is automatically opened.", "Open automatically no matter where the failure is.", "Open automatically when a test fails in a visible document.", - "Controls whether to automatically open the peek view during auto-run mode." + "Never automatically open.", + "Controls whether to automatically open the peek view during auto-run mode.", + "Controls whether the running test should be followed in the test explorer view", + "Controls the action to take when left-clicking on a test decoration in the gutter.", + "Run the test.", + "Debug the test.", + "Open the context menu for more options.", + "Controls whether test decorations are shown in the editor gutter.", + "Control whether save all dirty editors before running a test.", + "Never automatically open the testing view", + "Open the testing view when tests start", + "Open the testing view on any test failure", + "Controls when the testing view should open." ], "vs/workbench/contrib/testing/common/testingContextKeys": [ - "ID of the current test item, set when creating or opening menus on test items" + "Indicates whether any test controller has an attached refresh handler.", + "Indicates whether any test controller is currently refreshing tests.", + "Indicates whether any test controller has registered a debug configuration", + "Indicates whether any test controller has registered a run configuration", + "Indicates whether any test controller has registered a coverage configuration", + "Indicates whether any test controller has registered a non-default configuration", + "Indicates whether any test configuration can be configured", + "Type of the item in the output peek view. Either a \"test\", \"message\", \"task\", or \"result\".", + "Controller ID of the current test item", + "ID of the current test item, set when creating or opening menus on test items", + "Boolean indicating whether the test item has a URI defined", + "Boolean indicating whether the test item is hidden" + ], + "vs/workbench/contrib/testing/browser/testingConfigurationUi": [ + "Pick a test profile to use", + "Update Test Configuration" + ], + "vs/workbench/contrib/testing/browser/testingExplorerView": [ + "{0} (Default)", + "Select Default Profile", + "Configure Test Profiles", + "No tests were found in this file.", + "Show Workspace Tests", + "{0}, in {1}", + "Test Explorer" ], "vs/workbench/contrib/testing/common/testServiceImpl": [ + "Running tests may execute code in your workspace.", "An error occurred attempting to run tests: {0}" ], + "vs/workbench/contrib/notebook/browser/notebookEditor": [ + "Cannot open resource with notebook editor type '{0}', please check if you have the right extension installed and enabled.", + "Open in Text Editor" + ], "vs/workbench/contrib/testing/browser/testExplorerActions": [ - "Test", - "Unhide Test", "Hide Test", + "Unhide Test", + "Unhide All Tests", "Debug Test", + "Execute Using Profile...", "Run Test", - "Run Selected Tests", - "Debug Selected Tests", + "Select Default Profile", + "Configure Test Profiles", + "Select a profile to update", + "Run Tests", + "Debug Tests", "Discovering Tests", "Run All Tests", "No tests found in this workspace. You may need to install a test provider extension", @@ -17310,51 +20097,185 @@ "Cancel Test Run", "View as List", "View as Tree", - "Sort by Name", + "Sort by Status", "Sort by Location", + "Sort by Duration", + "Show Output", "Collapse All Tests", - "Refresh Tests", "Clear All Results", - "Open Focused Test in Editor", - "Turn On Auto Run", - "Turn Off Auto Run", + "Go to Test", "Run Test at Cursor", "Debug Test at Cursor", "Run Tests in Current File", "Debug Tests in Current File", - "Re-run Failed Tests", + "Rerun Failed Tests", "Debug Failed Tests", - "Re-run Last Run", + "Rerun Last Run", "Debug Last Run", - "Search for Test Extension" + "Search for Test Extension", + "Peek Output", + "Toggle Inline Test Output", + "Refresh Tests", + "Cancel Test Refresh" ], - "vs/workbench/contrib/logs/common/logsActions": [ - "Set Log Level...", - "Trace", - "Debug", - "Info", - "Warning", - "Error", - "Critical", - "Off", - "Select log level", - "Default & Current", - "Default", - "Current", - "Open Window Log File (Session)...", - "Current", - "Select Session", - "Select Log file" + "vs/workbench/contrib/notebook/browser/diff/notebookTextDiffEditor": [ + "Notebook Text Diff" ], - "vs/platform/quickinput/browser/helpQuickAccess": [ - "global commands", - "editor commands", - "{0}, {1}" + "vs/workbench/contrib/notebook/browser/services/notebookKeymapServiceImpl": [ + "Disable other keymaps ({0}) to avoid conflicts between keybindings?", + "Yes", + "No" + ], + "vs/workbench/contrib/comments/browser/commentReply": [ + "Reply...", + "Type a new comment", + "Reply...", + "Reply..." + ], + "vs/editor/common/languages/modesRegistry": [ + "Plain Text" + ], + "vs/workbench/contrib/notebook/browser/notebookExecutionServiceImpl": [ + "Executing a notebook cell will run code from this workspace." + ], + "vs/workbench/contrib/notebook/browser/controller/coreActions": [ + "Notebook", + "Insert Cell", + "Notebook Cell" + ], + "vs/workbench/contrib/notebook/browser/controller/executeActions": [ + "Render All Markdown Cells", + "Run All", + "Run All", + "Execute Cell", + "Execute Cell", + "Execute Above Cells", + "Execute Cell and Below", + "Execute Cell and Focus Container", + "Execute Cell and Focus Container", + "Stop Cell Execution", + "Stop Cell Execution", + "Execute Notebook Cell and Select Below", + "Execute Notebook Cell and Insert Below", + "Stop Execution", + "Stop Execution", + "Go To Running Cell" + ], + "vs/workbench/contrib/notebook/browser/controller/insertCellActions": [ + "Insert Code Cell Above", + "Insert Code Cell Above and Focus Container", + "Insert Code Cell Below", + "Insert Code Cell Below and Focus Container", + "Insert Markdown Cell Above", + "Insert Markdown Cell Below", + "Add Code Cell At Top", + "Add Markdown Cell At Top", + "$(add) Code", + "Add Code Cell", + "Add Code", + "Add Code Cell", + "Code", + "Add Code Cell", + "$(add) Code", + "Add Code Cell", + "Add Code", + "Add Code Cell", + "$(add) Markdown", + "Add Markdown Cell", + "Markdown", + "Add Markdown Cell", + "$(add) Markdown", + "Add Markdown Cell" + ], + "vs/workbench/contrib/notebook/browser/controller/foldingController": [ + "Fold Cell", + "Unfold Cell", + "Fold Cell" + ], + "vs/workbench/contrib/notebook/browser/contrib/clipboard/notebookClipboard": [ + "Copy Cell", + "Cut Cell", + "Paste Cell", + "Paste Cell Above", + "Toggle Notebook Clipboard Troubleshooting" + ], + "vs/workbench/contrib/notebook/browser/controller/layoutActions": [ + "Select between Notebook Layouts", + "Customize Notebook Layout", + "Customize Notebook Layout", + "Customize Notebook...", + "Toggle Notebook Line Numbers", + "Show Notebook Line Numbers", + "Toggle Cell Toolbar Position", + "Toggle Breadcrumbs", + "Save Mimetype Display Order", + "Settings file to save in", + "User Settings", + "Workspace Settings" + ], + "vs/workbench/contrib/notebook/browser/controller/editActions": [ + "Delete Cell", + "Edit Cell", + "Stop Editing Cell", + "Delete Cell", + "Clear Cell Outputs", + "Clear Outputs of All Cells", + "Change Cell Language", + "Change Cell Language", + "({0}) - Current Language", + "({0})", + "Auto Detect", + "languages (identifier)", + "Select Language Mode", + "Accept Detected Language for Cell", + "Unable to detect cell language" + ], + "vs/workbench/contrib/notebook/browser/contrib/find/notebookFind": [ + "Hide Find in Notebook", + "Find in Notebook" + ], + "vs/workbench/contrib/notebook/browser/contrib/format/formatting": [ + "Format Notebook", + "Format Notebook", + "Format Cell" + ], + "vs/workbench/contrib/notebook/browser/contrib/gettingStarted/notebookGettingStarted": [ + "Reset notebook getting started" + ], + "vs/workbench/contrib/notebook/browser/contrib/outline/notebookOutline": [ + "empty cell", + "When enabled notebook outline shows code cells.", + "When enabled notebook breadcrumbs contain code cells." + ], + "vs/workbench/contrib/notebook/browser/contrib/layout/layoutActions": [ + "Toggle Cell Toolbar Position" + ], + "vs/workbench/contrib/notebook/browser/contrib/profile/notebookProfile": [ + "Set Profile" + ], + "vs/workbench/contrib/notebook/browser/contrib/cellStatusBar/statusBarProviders": [ + "Select Cell Language Mode", + "Accept Detected Language: {0}" + ], + "vs/workbench/contrib/notebook/browser/contrib/navigation/arrow": [ + "Focus Next Cell Editor", + "Focus Previous Cell Editor", + "Focus First Cell", + "Focus Last Cell", + "Focus In Active Cell Output", + "Focus Out Active Cell Output", + "Center Active Cell", + "Cell Cursor Page Up", + "Cell Cursor Page Up Select", + "Cell Cursor Page Down", + "Cell Cursor Page Down Select", + "When enabled cursor can navigate to the next/previous cell when the current cursor in the cell editor is at the first/last line." ], "vs/workbench/contrib/quickaccess/browser/viewQuickAccess": [ "No matching views", "Side Bar", "Panel", + "Secondary Side Bar", "{0}: {1}", "Terminal", "Log ({0})", @@ -17362,31 +20283,96 @@ "Open View", "Quick Open View" ], + "vs/platform/quickinput/browser/helpQuickAccess": [ + "{0}, {1}" + ], + "vs/workbench/contrib/notebook/browser/contrib/cellStatusBar/executionStatusBarItemController": [ + "Success", + "Failed", + "Pending", + "Executing" + ], + "vs/workbench/contrib/notebook/browser/diff/notebookDiffActions": [ + "Open Text Diff Editor", + "Revert Metadata", + "Switch Output Rendering", + "Revert Outputs", + "Revert Input", + "Show Outputs Differences", + "Show Metadata Differences", + "Hide Metadata Differences", + "Hide Outputs Differences" + ], "vs/workbench/contrib/quickaccess/browser/commandsQuickAccess": [ "No matching commands", "Configure Keybinding", "{0}: {1}", "Show All Commands", - "Clear Command History" + "Clear Command History", + "Do you want to clear the history of recently used commands?", + "This action is irreversible!", + "&&Clear" ], - "vs/workbench/contrib/files/browser/views/explorerView": [ - "Explorer Section: {0}", - "New File", - "New Folder", - "Refresh Explorer", - "Collapse Folders in Explorer" + "vs/workbench/contrib/notebook/browser/contrib/cellCommands/cellCommands": [ + "Move Cell Up", + "Move Cell Down", + "Copy Cell Up", + "Copy Cell Down", + "Split Cell", + "Join With Previous Cell", + "Join With Next Cell", + "Change Cell to Code", + "Change Cell to Markdown", + "Collapse Cell Input", + "Expand Cell Input", + "Collapse Cell Output", + "Expand Cell Output", + "Toggle Outputs", + "Toggle Outputs", + "Collapse All Cell Inputs", + "Expand All Cell Inputs", + "Collapse All Cell Outputs", + "Expand All Cell Outputs" + ], + "vs/workbench/contrib/notebook/browser/contrib/editorStatusBar/editorStatusBar": [ + "Select Notebook Kernel", + "Notebook Kernel Args", + "Set as default for '{0}' notebooks", + "Currently Selected", + "{0} - Currently Selected", + "Suggested", + "Other", + "Install kernels from the marketplace", + "Change kernel for '{0}'", + "Select kernel for '{0}'", + "Notebook Kernel Info", + "{0} (suggestion)", + "Notebook Kernel Selection", + "Select Kernel", + "Select Kernel", + "Notebook Editor Selections", + "Cell {0} ({1} selected)", + "Cell {0} of {1}" ], "vs/workbench/contrib/files/browser/views/openEditorsView": [ "Open Editors", "{0} unsaved", "Open Editors", "Toggle Vertical/Horizontal Editor Layout", + "Flip Layout", "Flip &&Layout", "New Untitled File" ], "vs/workbench/contrib/files/browser/views/emptyView": [ "No Folder Opened" ], + "vs/workbench/contrib/files/browser/views/explorerView": [ + "Explorer Section: {0}", + "New File", + "New Folder", + "Refresh Explorer", + "Collapse Folders in Explorer" + ], "vs/workbench/contrib/files/browser/fileActions": [ "New File", "New Folder", @@ -17395,6 +20381,7 @@ "Copy", "Paste", "Download...", + "Upload...", "&&Move to Recycle Bin", "&&Move to Trash", "&&Delete", @@ -17430,17 +20417,13 @@ "Are you sure you want to permanently delete '{0}' and its contents?", "Are you sure you want to permanently delete '{0}'?", "Compare Active File With...", - "Please select a file to compare with.", - "Open a file first to compare it with another file.", "Toggle Auto Save", "Save All in Group", "Close Group", "Focus on Files Explorer", - "Reveal Active File in Side Bar", - "Open a file first to show it in the explorer", + "Reveal Active File in Explorer View", "Open Active File in New Window", "The active editor must contain an openable resource.", - "Open a file first to open in new window", "A file or folder name must be provided.", "A file or folder name cannot start with a slash.", "A file or folder **{0}** already exists at this location. Please choose a different name.", @@ -17453,13 +20436,6 @@ "Creating {0}", "Rename {0} to {1}", "Renaming {0} to {1}", - "Downloading", - "{0} of {1} files ({2}/s)", - "{0} ({1} of {2}, {3}/s)", - "Download", - "Choose Where to Download", - "Download {0}", - "Downloading {0}", "File to paste is an ancestor of the destination folder", "Moving {0} files", "Moving {0}", @@ -17467,24 +20443,38 @@ "Move {0}", "Copying {0} files", "Copying {0}", - "Copy {0} files", - "Copy {0}", + "Paste {0} files", + "Paste {0}", "The file(s) to paste have been deleted or moved since you copied them. {0}" ], "vs/workbench/contrib/files/browser/fileCommands": [ - "Save As...", - "Save", - "Save without Formatting", - "Save All", - "Remove Folder from Workspace", - "New Untitled File", "{0} (in file) ↔ {1}", - "Open a file first to copy its path", "Failed to save '{0}': {1}", "Retry", "Discard", "Failed to revert '{0}': {1}" ], + "vs/workbench/contrib/logs/common/logsActions": [ + "Set Log Level...", + "Trace", + "Debug", + "Info", + "Warning", + "Error", + "Critical", + "Off", + "Select log level", + "Default & Current", + "Default", + "Current", + "Open Window Log File (Session)...", + "Current", + "Select Session", + "Select Log file" + ], + "vs/workbench/contrib/interactive/browser/interactiveEditor": [ + "Type '{0}' code here and press {1} to run" + ], "vs/workbench/contrib/files/browser/editors/textFileSaveErrorHandler": [ "Use the actions in the editor tool bar to either undo your changes or overwrite the content of the file with your changes.", "Failed to save '{0}': The content of the file is newer. Please compare your version with the file contents or overwrite the content of the file with your changes.", @@ -17508,16 +20498,87 @@ "Overwrite", "Configure" ], + "vs/workbench/contrib/notebook/browser/notebookIcons": [ + "Configure icon in kernel configuration widget in notebook editors.", + "Configure icon to select a kernel in notebook editors.", + "Icon to execute in notebook editors.", + "Icon to execute above cells in notebook editors.", + "Icon to execute below cells in notebook editors.", + "Icon to stop an execution in notebook editors.", + "Icon to delete a cell in notebook editors.", + "Icon to execute all cells in notebook editors.", + "Icon to edit a cell in notebook editors.", + "Icon to stop editing a cell in notebook editors.", + "Icon to move up a cell in notebook editors.", + "Icon to move down a cell in notebook editors.", + "Icon to clear cell outputs in notebook editors.", + "Icon to split a cell in notebook editors.", + "Icon to unfold a cell in notebook editors.", + "Icon to indicate a success state in notebook editors.", + "Icon to indicate an error state in notebook editors.", + "Icon to indicate a pending state in notebook editors.", + "Icon to indicate an executing state in notebook editors.", + "Icon to annotate a collapsed section in notebook editors.", + "Icon to annotate an expanded section in notebook editors.", + "Icon to open the notebook in a text editor.", + "Icon to revert in notebook editors.", + "Icon to render output in diff editor.", + "Icon for a mime type in notebook editors." + ], + "vs/workbench/contrib/bulkEdit/browser/preview/bulkEditPane": [ + "Apply", + "Discard", + "Invoke a code action, like rename, to see a preview of its changes here.", + "Cannot apply refactoring because '{0}' has changed in the meantime.", + "Cannot apply refactoring because {0} other files have changed in the meantime.", + "{0} (delete, refactor preview)", + "rename", + "create", + "{0} ({1}, refactor preview)", + "{0} (refactor preview)" + ], + "vs/editor/contrib/peekView/browser/peekView": [ + "Whether the current code editor is embedded inside peek", + "Close", + "Background color of the peek view title area.", + "Color of the peek view title.", + "Color of the peek view title info.", + "Color of the peek view borders and arrow.", + "Background color of the peek view result list.", + "Foreground color for line nodes in the peek view result list.", + "Foreground color for file nodes in the peek view result list.", + "Background color of the selected entry in the peek view result list.", + "Foreground color of the selected entry in the peek view result list.", + "Background color of the peek view editor.", + "Background color of the gutter in the peek view editor.", + "Match highlight color in the peek view result list.", + "Match highlight color in the peek view editor.", + "Match highlight border in the peek view editor." + ], + "vs/workbench/contrib/files/browser/workspaceWatcher": [ + "Unable to watch for file changes in this large workspace folder. Please follow the instructions link to resolve this issue.", + "Instructions", + "File changes watcher stopped unexpectedly. A reload of the window may enable the watcher again unless the workspace cannot be watched for file changes.", + "Reload" + ], "vs/workbench/contrib/files/browser/editors/binaryFileEditor": [ "Binary File Viewer" ], - "vs/workbench/contrib/files/common/workspaceWatcher": [ - "The Microsoft .NET Framework 4.5 is required. Please follow the link to install it.", - "Download .NET Framework 4.5", - "Unable to watch for file changes in this large workspace folder. Please follow the instructions link to resolve this issue.", - "Instructions" + "vs/workbench/contrib/files/common/dirtyFilesIndicator": [ + "1 unsaved file", + "{0} unsaved files" + ], + "vs/workbench/contrib/scm/browser/activity": [ + "Source Control", + "{0} pending changes" + ], + "vs/workbench/contrib/bulkEdit/browser/preview/bulkEditPreview": [ + "Other" + ], + "vs/workbench/contrib/scm/browser/scmViewPaneContainer": [ + "Source Control" ], - "vs/editor/common/config/commonEditorConfig": [ + "vs/editor/common/config/editorConfigurationSchema": [ "Editor", "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.", @@ -17535,7 +20596,14 @@ "Controls whether the semanticHighlighting is shown for the languages that support it.", "Keep peek editors open even when double clicking their content or when hitting `Escape`.", "Lines above this length will not be tokenized for performance reasons", + "Defines the bracket symbols that increase or decrease the indentation.", + "The opening bracket character or string sequence.", + "The closing bracket character or string sequence.", + "Defines the bracket pairs that are colorized by their nesting level if bracket pair colorization is enabled.", + "The opening bracket character or string sequence.", + "The closing bracket character or string sequence.", "Timeout in milliseconds after which diff computation is cancelled. Use 0 for no timeout.", + "Maximum file size in MB for which to compute diffs. Use 0 for no limit.", "Controls whether the diff editor shows the diff side by side or inline.", "When enabled, the diff editor ignores changes in leading or trailing whitespace.", "Controls whether the diff editor shows +/- indicators for added/removed changes.", @@ -17544,56 +20612,81 @@ "Lines will wrap at the viewport width.", "Lines will wrap according to the `#editor.wordWrap#` setting." ], - "vs/workbench/contrib/files/common/dirtyFilesIndicator": [ - "1 unsaved file", - "{0} unsaved files" + "vs/workbench/contrib/scm/browser/scmRepositoriesViewPane": [ + "Source Control Repositories" ], - "vs/workbench/contrib/bulkEdit/browser/preview/bulkEditPane": [ - "Invoke a code action, like rename, to see a preview of its changes here.", - "Cannot apply refactoring because '{0}' has changed in the meantime.", - "Cannot apply refactoring because {0} other files have changed in the meantime.", - "{0} (delete, refactor preview)", - "rename", - "create", - "{0} ({1}, refactor preview)", - "{0} (refactor preview)" + "vs/workbench/contrib/scm/browser/dirtydiffDecorator": [ + "{0} of {1} changes", + "{0} of {1} change", + "Close", + "Show Previous Change", + "Show Next Change", + "Next &&Change", + "Previous &&Change", + "Go to Previous Change", + "Go to Next Change", + "Editor gutter background color for lines that are modified.", + "Editor gutter background color for lines that are added.", + "Editor gutter background color for lines that are deleted.", + "Minimap gutter background color for lines that are modified.", + "Minimap gutter background color for lines that are added.", + "Minimap gutter background color for lines that are deleted.", + "Overview ruler marker color for modified content.", + "Overview ruler marker color for added content.", + "Overview ruler marker color for deleted content." ], - "vs/workbench/contrib/bulkEdit/browser/preview/bulkEditPreview": [ - "Other" + "vs/workbench/contrib/workspace/common/workspace": [ + "Whether the workspace trust feature is enabled.", + "Whether the current workspace has been trusted by the user." + ], + "vs/workbench/contrib/scm/browser/scmViewPane": [ + "Source Control Management", + "Source Control Input", + "View & Sort", + "Repositories", + "View as List", + "View as Tree", + "Sort by Discovery Time", + "Sort by Name", + "Sort by Path", + "Sort Changes by Name", + "Sort Changes by Path", + "Sort Changes by Status", + "Collapse All Repositories", + "Expand All Repositories", + "SCM Provider separator border." + ], + "vs/workbench/contrib/search/browser/searchActions": [ + "Replace in Files", + "Toggle Search on Type", + "Focus Next Search Result", + "Focus Previous Search Result", + "Dismiss", + "Replace All", + "Replace All", + "Replace" ], - "vs/editor/contrib/quickAccess/gotoLineQuickAccess": [ + "vs/editor/contrib/quickAccess/browser/gotoLineQuickAccess": [ "Open a text editor first to go to a line.", "Go to line {0} and character {1}.", "Go to line {0}.", "Current Line: {0}, Character: {1}. Type a line number between 1 and {2} to navigate to.", "Current Line: {0}, Character: {1}. Type a line number to navigate to." ], - "vs/workbench/contrib/codeEditor/browser/quickaccess/gotoSymbolQuickAccess": [ - "No matching entries", - "Type the name of a symbol to go to.", - "Go to Symbol in Editor", - "Go to Symbol in Editor by Category", - "Go to Symbol in Editor..." - ], "vs/workbench/contrib/search/browser/anythingQuickAccess": [ "No matching results", "recently opened", "file and symbol results", "file results", - "{0} dirty", + "{0} unsaved changes", "Open to the Side", "Open to the Bottom", "Remove from Recently Opened" ], - "vs/workbench/contrib/search/browser/searchActions": [ - "Replace in Files", - "Toggle Search on Type", - "Focus Next Search Result", - "Focus Previous Search Result", - "Dismiss", - "Replace All", - "Replace All", - "Replace" + "vs/workbench/contrib/search/browser/symbolsQuickAccess": [ + "No matching workspace symbols", + "Open to the Side", + "Open to the Bottom" ], "vs/workbench/contrib/search/browser/searchIcons": [ "Icon to make search details visible.", @@ -17621,28 +20714,36 @@ "Replace: Type replace term and press Enter to preview", "Replace" ], - "vs/workbench/contrib/search/browser/symbolsQuickAccess": [ - "No matching workspace symbols", - "Open to the Side", - "Open to the Bottom" + "vs/workbench/contrib/codeEditor/browser/quickaccess/gotoSymbolQuickAccess": [ + "No matching entries", + "Go to Symbol in Editor...", + "Go to &&Symbol in Editor...", + "Type the name of a symbol to go to.", + "Go to Symbol in Editor", + "Go to Symbol in Editor by Category" ], - "vs/workbench/contrib/search/common/queryBuilder": [ + "vs/workbench/services/search/common/queryBuilder": [ "Workspace folder does not exist: {0}" ], - "vs/platform/actions/browser/menuEntryActionViewItem": [ - "{0} ({1})", - "{0} ({1})" - ], "vs/workbench/browser/parts/views/viewPane": [ "Icon for an expanded view pane container.", "Icon for a collapsed view pane container.", "{0} actions" ], + "vs/workbench/contrib/search/browser/searchMessage": [ + "Unable to open command link from untrusted source: {0}", + "Unable to open unknown link: {0}" + ], "vs/workbench/contrib/search/browser/patternInputWidget": [ "input", "Search only in Open Editors", "Use Exclude Settings and Ignore Files" ], + "vs/workbench/contrib/notebook/browser/contrib/find/notebookFindWidget": [ + "{0} found", + "{0} found for '{1}'", + "{0} found for '{1}'" + ], "vs/workbench/contrib/search/browser/searchResultsView": [ "Other files", "{0} files found", @@ -17658,6 +20759,11 @@ "Replace '{0}' with '{1}' at column {2} in line {3}", "Found '{0}' at column {1} in line '{2}'" ], + "vs/platform/actions/browser/menuEntryActionViewItem": [ + "{0} ({1})", + "{0} ({1})", + "{0}\n[{1}] {2}" + ], "vs/workbench/contrib/searchEditor/browser/searchEditor": [ "Toggle Search Details", "files to include", @@ -17674,64 +20780,15 @@ "Search: {0}", "Search" ], - "vs/workbench/contrib/searchEditor/browser/searchEditorSerialization": [ - "All backslashes in Query string must be escaped (\\\\)", - "{0} files", - "1 file", - "{0} results", - "1 result", - "No Results", - "The result set only contains a subset of all matches. Please be more specific in your search to narrow down the results." - ], - "vs/workbench/contrib/scm/browser/activity": [ - "Source Control", - "{0} pending changes" - ], - "vs/workbench/contrib/scm/browser/dirtydiffDecorator": [ - "{0} of {1} changes", - "{0} of {1} change", - "Close", - "Show Previous Change", - "Show Next Change", - "Next &&Change", - "Previous &&Change", - "Move to Previous Change", - "Move to Next Change", - "Editor gutter background color for lines that are modified.", - "Editor gutter background color for lines that are added.", - "Editor gutter background color for lines that are deleted.", - "Minimap gutter background color for lines that are modified.", - "Minimap gutter background color for lines that are added.", - "Minimap gutter background color for lines that are deleted.", - "Overview ruler marker color for modified content.", - "Overview ruler marker color for added content.", - "Overview ruler marker color for deleted content." - ], - "vs/workbench/contrib/scm/browser/scmViewPaneContainer": [ - "Source Control" - ], - "vs/workbench/contrib/scm/browser/scmViewPane": [ - "Source Control Management", - "Source Control Input", - "View & Sort", - "Repositories", - "View as List", - "View as Tree", - "Sort by Name", - "Sort by Path", - "Sort by Status", - "Collapse All Repositories", - "Expand All Repositories", - "SCM Provider separator border." - ], - "vs/workbench/contrib/scm/browser/scmRepositoriesViewPane": [ - "Source Control Repositories" - ], "vs/workbench/contrib/debug/browser/breakpointsView": [ + "Unverified Exception Breakpoint", "Expression condition: {0}", "Expression: {0} | Hit Count: {1}", "Function breakpoints are not supported by this debug type", "Data breakpoints are not supported by this debug type", + "Read", + "Write", + "Access", "Function to break on", "Type function breakpoint.", "Break when expression evaluates to true", @@ -17751,6 +20808,10 @@ "Function Breakpoint", "Expression condition: {0}", "Hit Count: {0}", + "Instruction breakpoints not supported by this debug type", + "Instruction breakpoint at address {0}", + "Instruction breakpoint", + "Hit Count: {0}", "Breakpoints of this type are not supported by the debugger", "Log Message: {0}", "Expression condition: {0}", @@ -17773,16 +20834,82 @@ "Edit Function Breakpoint...", "Edit Hit Count..." ], + "vs/workbench/contrib/debug/browser/debugIcons": [ + "View icon of the debug console view.", + "View icon of the run view.", + "View icon of the variables view.", + "View icon of the watch view.", + "View icon of the call stack view.", + "View icon of the breakpoints view.", + "View icon of the loaded scripts view.", + "Icon for breakpoints.", + "Icon for disabled breakpoints.", + "Icon for unverified breakpoints.", + "Icon for function breakpoints.", + "Icon for disabled function breakpoints.", + "Icon for unverified function breakpoints.", + "Icon for conditional breakpoints.", + "Icon for disabled conditional breakpoints.", + "Icon for unverified conditional breakpoints.", + "Icon for data breakpoints.", + "Icon for disabled data breakpoints.", + "Icon for unverified data breakpoints.", + "Icon for log breakpoints.", + "Icon for disabled log breakpoint.", + "Icon for unverified log breakpoints.", + "Icon for breakpoint hints shown on hover in editor glyph margin.", + "Icon for unsupported breakpoints.", + "Icon for a stackframe shown in the editor glyph margin.", + "Icon for a focused stackframe shown in the editor glyph margin.", + "Icon for the debug bar gripper.", + "Icon for the debug restart frame action.", + "Icon for the debug stop action.", + "Icon for the debug disconnect action.", + "Icon for the debug restart action.", + "Icon for the debug step over action.", + "Icon for the debug step into action.", + "Icon for the debug step out action.", + "Icon for the debug step back action.", + "Icon for the debug pause action.", + "Icon for the debug continue action.", + "Icon for the debug reverse continue action.", + "Icon for the run or debug action.", + "Icon for the debug start action.", + "Icon for the debug configure action.", + "Icon for the debug console open action.", + "Icon for removing debug configurations.", + "Icon for the collapse all action in the debug views.", + "Icon for the session icon in the call stack view.", + "Icon for the clear all action in the debug console.", + "Icon for the Remove All action in the watch view.", + "Icon for the add action in the watch view.", + "Icon for the add function breakpoint action in the watch view.", + "Icon for the Remove All action in the breakpoints view.", + "Icon for the activate action in the breakpoints view.", + "Icon for the debug evaluation input marker.", + "Icon for the debug evaluation prompt.", + "Icon for the inspect memory action." + ], + "vs/workbench/contrib/debug/browser/breakpointWidget": [ + "Message to log when breakpoint is hit. Expressions within {} are interpolated. 'Enter' to accept, 'esc' to cancel.", + "Break when hit count condition is met. 'Enter' to accept, 'esc' to cancel.", + "Break when expression evaluates to true. 'Enter' to accept, 'esc' to cancel.", + "Expression", + "Hit Count", + "Log Message", + "Breakpoint Type" + ], "vs/workbench/contrib/debug/browser/callStackView": [ "Running", "Show More Stack Frames", "Session", "Running", - "Thread", "Restart Frame", "Load All Stack Frames", "Show {0} More: {1}", "Show {0} More Stack Frames", + "Paused on {0}", + "Paused", "Debug Call Stack", "Thread {0} {1}", "Stack Frame {0}, line {1}, {2}", @@ -17791,13 +20918,11 @@ "Show {0} More Stack Frames", "Collapse All" ], - "vs/workbench/contrib/debug/browser/debugToolBar": [ - "Step Back", - "Reverse" - ], "vs/workbench/contrib/debug/browser/debugService": [ "1 active session", "{0} active sessions", + "Running executes build tasks and program code from your workspace.", + "Debugging executes build tasks and program code from your workspace.", "Compound must have \"configurations\" attribute set in order to start multiple configurations.", "Could not find launch configuration '{0}' in the workspace.", "There are multiple launch configurations '{0}' in the workspace. Use folder name to qualify the configuration.", @@ -17810,11 +20935,46 @@ "Missing property 'type' for the chosen launch configuration.", "Install {0} Extension", "The active file can not be debugged. Make sure it is saved and that you have a debug extension installed for that file type.", + "'{0}' is already running. Do you want to start another instance?", "Debug adapter process has terminated unexpectedly ({0})", "Cancel", - "{0}:{1}, debugging paused {2}, {3}", - "Added breakpoint, line {0}, file {1}", - "Removed breakpoint, line {0}, file {1}" + "{0}:{1}, debugging paused {2}, {3}", + "Added breakpoint, line {0}, file {1}", + "Removed breakpoint, line {0}, file {1}" + ], + "vs/workbench/contrib/debug/browser/debugStatus": [ + "Debug", + "Debug: {0}", + "Select and start debug configuration" + ], + "vs/workbench/contrib/debug/browser/debugToolBar": [ + "More...", + "Step Back", + "Reverse" + ], + "vs/workbench/contrib/debug/browser/loadedScriptsView": [ + "Debug Session", + "Debug Loaded Scripts", + "Workspace folder {0}, loaded script, debug", + "Session {0}, loaded script, debug", + "Folder {0}, loaded script, debug", + "{0}, loaded script, debug" + ], + "vs/workbench/contrib/debug/browser/variablesView": [ + "Type new variable value", + "Debug Variables", + "Scope {0}", + "{0}, value {1}", + "Inspecting binary data requires the Hex Editor extension. Would you like to install it now?", + "Cancel", + "Install", + "Installing the Hex Editor...", + "Collapse All" + ], + "vs/workbench/contrib/debug/browser/statusbarColorProvider": [ + "Status bar background color when a program is being debugged. The status bar is shown in the bottom of the window", + "Status bar foreground color when a program is being debugged. The status bar is shown in the bottom of the window", + "Status bar border color separating to the sidebar and editor when a program is being debugged. The status bar is shown in the bottom of the window" ], "vs/workbench/contrib/debug/browser/debugCommands": [ "Restart", @@ -17823,38 +20983,25 @@ "Step Out", "Pause", "Disconnect", + "Disconnect and Suspend", "Stop", "Continue", "Focus Session", "Select and Start Debugging", - "Open {0}", + "Open '{0}'", "Start Debugging", "Start Without Debugging", "Choose the specific location", "No executable code is associated at the current cursor position.", "Jump to Cursor", "Debug", - "Please first open a folder in order to do advanced debug configuration.", "Add Inline Breakpoint", "Debug" ], - "vs/workbench/contrib/debug/browser/statusbarColorProvider": [ - "Status bar background color when a program is being debugged. The status bar is shown in the bottom of the window", - "Status bar foreground color when a program is being debugged. The status bar is shown in the bottom of the window", - "Status bar border color separating to the sidebar and editor when a program is being debugged. The status bar is shown in the bottom of the window" - ], - "vs/workbench/contrib/debug/browser/debugStatus": [ - "Debug", - "Debug: {0}", - "Select and start debug configuration" - ], - "vs/workbench/contrib/debug/browser/loadedScriptsView": [ - "Debug Session", - "Debug Loaded Scripts", - "Workspace folder {0}, loaded script, debug", - "Session {0}, loaded script, debug", - "Folder {0}, loaded script, debug", - "{0}, loaded script, debug" + "vs/workbench/contrib/debug/common/debugContentProvider": [ + "Unable to resolve the resource without a debug session", + "Could not load source '{0}': {1}.", + "Could not load source '{0}'." ], "vs/workbench/contrib/debug/browser/debugEditorActions": [ "Debug: Toggle Breakpoint", @@ -17863,16 +21010,21 @@ "&&Conditional Breakpoint...", "Debug: Add Logpoint...", "&&Logpoint...", + "Open Disassembly View", + "&&DisassemblyView", + "Toggle Source Code in Disassembly View", + "&&ToggleSource", "Run to Cursor", "Evaluate in Debug Console", "Add to Watch", "Debug: Show Hover", "Step Into Targets...", - "Debug: Go To Next Breakpoint", - "Debug: Go To Previous Breakpoint", + "Debug: Go to Next Breakpoint", + "Debug: Go to Previous Breakpoint", "Close Exception Widget" ], "vs/workbench/contrib/debug/browser/watchExpressionsView": [ + "Type new value", "Type watch expression", "Expression to watch", "Debug Watch Expressions", @@ -17882,35 +21034,58 @@ "Add Expression", "Remove All Expressions" ], - "vs/workbench/contrib/debug/browser/variablesView": [ - "Type new variable value", - "Debug Variables", - "Scope {0}", - "{0}, value {1}", - "Collapse All" - ], - "vs/workbench/contrib/debug/common/debugContentProvider": [ - "Unable to resolve the resource without a debug session", - "Could not load source '{0}': {1}.", - "Could not load source '{0}'." - ], - "vs/workbench/contrib/debug/browser/welcomeView": [ - "Run", - "[Open a file](command:{0}) which can be debugged or run.", - "[Run and Debug{0}](command:{1})", - "[Show](command:{0}) all automatic debug configurations.", - "To customize Run and Debug [create a launch.json file](command:{0}).", - "To customize Run and Debug, [open a folder](command:{0}) and create a launch.json file." - ], "vs/workbench/contrib/debug/browser/debugQuickAccess": [ "No matching launch configurations", "Configure Launch Configuration", "contributed", + "Remove Launch Configuration", "{0} contributed configurations", "configure", "Add Config ({0})...", "Add Configuration..." ], + "vs/workbench/contrib/debug/browser/welcomeView": [ + "Run", + "[Open a file](command:{0}) which can be debugged or run.", + "[Run and Debug{0}](command:{1})", + "[Show all automatic debug configurations](command:{0}).", + "To customize Run and Debug [create a launch.json file](command:{0}).", + "To customize Run and Debug, [open a folder](command:{0}) and create a launch.json file.", + "All debug extensions are disabled. Enable a debug extension or install a new one from the Marketplace." + ], + "vs/workbench/contrib/debug/common/debugLifecycle": [ + "There is an active debug session, are you sure you want to stop it?", + "There are active debug sessions, are you sure you want to stop them?", + "Stop Debugging" + ], + "vs/workbench/contrib/debug/browser/disassemblyView": [ + "Disassembly not available.", + "instructions", + "from disassembly", + "Disassembly View", + "Address", + "Bytes", + "Instruction" + ], + "vs/workbench/contrib/debug/common/disassemblyViewInput": [ + "Disassembly" + ], + "vs/workbench/contrib/debug/common/debugModel": [ + "Invalid variable attributes", + "Please start a debug session to evaluate expressions", + "not available", + "Paused on {0}", + "Paused", + "Running", + "Unverified breakpoint. File is modified, please restart debug session." + ], + "vs/workbench/contrib/debug/browser/exceptionWidget": [ + "Exception widget border color.", + "Exception widget background color.", + "Exception has occurred: {0}", + "Exception has occurred.", + "Close" + ], "vs/workbench/contrib/debug/browser/debugColors": [ "Debug toolbar background color.", "Debug toolbar border color.", @@ -17925,88 +21100,14 @@ "Debug toolbar icon for continue.", "Debug toolbar icon for step back." ], - "vs/workbench/contrib/debug/browser/debugIcons": [ - "View icon of the debug console view.", - "View icon of the run view.", - "View icon of the variables view.", - "View icon of the watch view.", - "View icon of the call stack view.", - "View icon of the breakpoints view.", - "View icon of the loaded scripts view.", - "Icon for breakpoints.", - "Icon for disabled breakpoints.", - "Icon for unverified breakpoints.", - "Icon for function breakpoints.", - "Icon for disabled function breakpoints.", - "Icon for unverified function breakpoints.", - "Icon for conditional breakpoints.", - "Icon for disabled conditional breakpoints.", - "Icon for unverified conditional breakpoints.", - "Icon for data breakpoints.", - "Icon for disabled data breakpoints.", - "Icon for unverified data breakpoints.", - "Icon for log breakpoints.", - "Icon for disabled log breakpoint.", - "Icon for unverified log breakpoints.", - "Icon for breakpoint hints shown on hover in editor glyph margin.", - "Icon for unsupported breakpoints.", - "Icon for a stackframe shown in the editor glyph margin.", - "Icon for a focused stackframe shown in the editor glyph margin.", - "Icon for the debug bar gripper.", - "Icon for the debug restart frame action.", - "Icon for the debug stop action.", - "Icon for the debug disconnect action.", - "Icon for the debug restart action.", - "Icon for the debug step over action.", - "Icon for the debug step into action.", - "Icon for the debug step out action.", - "Icon for the debug step back action.", - "Icon for the debug pause action.", - "Icon for the debug continue action.", - "Icon for the debug reverse continue action.", - "Icon for the debug start action.", - "Icon for the debug configure action.", - "Icon for the debug console open action.", - "Icon for the collapse all action in the debug views.", - "Icon for the session icon in the call stack view.", - "Icon for the clear all action in the debug console.", - "Icon for the Remove All action in the watch view.", - "Icon for the add action in the watch view.", - "Icon for the add function breakpoint action in the watch view.", - "Icon for the Remove All action in the breakpoints view.", - "Icon for the activate action in the breakpoints view.", - "Icon for the debug evaluation input marker.", - "Icon for the debug evaluation prompt." - ], - "vs/workbench/contrib/debug/browser/exceptionWidget": [ - "Exception widget border color.", - "Exception widget background color.", - "Exception has occurred: {0}", - "Exception has occurred.", - "Close" - ], - "vs/workbench/contrib/debug/browser/debugHover": [ - "Hold {0} key to switch to editor language hover", - "Debug Hover", - "{0}, value {1}, variables, debug" - ], - "vs/workbench/contrib/debug/common/debugModel": [ - "Invalid variable attributes", - "Please start a debug session to evaluate expressions", - "not available", - "Paused on {0}", - "Paused", - "Running", - "Unverified breakpoint. File is modified, please restart debug session." + "vs/platform/history/browser/contextScopedHistoryWidget": [ + "Whether suggestion are visible" ], - "vs/workbench/contrib/debug/browser/breakpointWidget": [ - "Message to log when breakpoint is hit. Expressions within {} are interpolated. 'Enter' to accept, 'esc' to cancel.", - "Break when hit count condition is met. 'Enter' to accept, 'esc' to cancel.", - "Break when expression evaluates to true. 'Enter' to accept, 'esc' to cancel.", - "Expression", - "Hit Count", - "Log Message", - "Breakpoint Type" + "vs/workbench/contrib/debug/browser/linkDetector": [ + "follow link using forwarded port", + "follow link", + "Cmd + click to {0}", + "Ctrl + click to {0}" ], "vs/workbench/contrib/debug/browser/debugActionViewItems": [ "Debug Launch Configurations", @@ -18015,37 +21116,70 @@ "Add Configuration...", "Debug Session" ], - "vs/workbench/contrib/debug/browser/linkDetector": [ - "follow link using forwarded port", - "follow link", - "Cmd + click to {0}", - "Ctrl + click to {0}" - ], "vs/workbench/contrib/debug/browser/replViewer": [ "Debug Console", "Variable {0}, value {1}", - ", occured {0} times", + ", occurred {0} times", "Debug console variable {0}, value {1}", "Debug console group {0}" ], - "vs/workbench/contrib/debug/common/replModel": [ - "Console was cleared", - "Only primitive values are shown for this object." + "vs/workbench/contrib/debug/browser/debugHover": [ + "Hold {0} key to switch to editor language hover", + "Debug Hover", + "{0}, value {1}, variables, debug" ], "vs/workbench/contrib/debug/browser/replFilter": [ "Showing {0} of {1}" ], + "vs/workbench/contrib/debug/common/replModel": [ + "Console was cleared" + ], + "vs/workbench/contrib/comments/browser/commentsEditorContribution": [ + "Whether the position at the active cursor has a commenting range", + "Select Comment Provider", + "Go to Next Comment Thread", + "Go to Previous Comment Thread", + "Add Comment on Current Selection" + ], + "vs/workbench/contrib/url/browser/trustedDomains": [ + "Manage Trusted Domains", + "Trust {0}", + "Trust {0} on all ports", + "Trust {0} and all its subdomains", + "Trust all domains (disables link protection)", + "Manage Trusted Domains" + ], "vs/workbench/contrib/markers/browser/markersView": [ "Showing {0} problems", "Showing {0} of {1} problems", "Clear Filters" ], + "vs/workbench/contrib/url/browser/trustedDomainsValidator": [ + "Do you want {0} to open the external website?", + "Open", + "Copy", + "Cancel", + "Configure Trusted Domains" + ], + "vs/workbench/contrib/markers/browser/markersFileDecorations": [ + "Problems", + "1 problem in this file", + "{0} problems in this file", + "Show Errors & Warnings on files and folder." + ], + "vs/workbench/contrib/mergeEditor/browser/mergeEditorInput": [ + "Merging: {0}" + ], "vs/workbench/contrib/markers/browser/messages": [ "Toggle Problems (Errors, Warnings, Infos)", "Focus Problems (Errors, Warnings, Infos)", "Problems View", "Controls whether Problems view should automatically reveal files when opening them.", + "Controls the default view mode of the Problems view.", "When enabled shows the current problem in the status bar.", + "Controls the order in which problems are navigated.", + "Navigate problems ordered by severity", + "Navigate problems ordered by position", "Problems", "No problems have been detected in the workspace.", "No problems have been detected in the current file.", @@ -18071,7 +21205,7 @@ "{0} Infos", "1 Unknown", "{0} Unknowns", - "[{0}, {1}]", + "[Ln {0}, Col {1}]", "{0} problems in file {1} of folder {2}", " This problem has references to {0} locations.", "Error generated by {0}: {1} at line {2} and character {3}.{4}", @@ -18085,34 +21219,22 @@ "{0} at line {1} and character {2} in {3}", "Show Errors and Warnings" ], - "vs/workbench/contrib/markers/browser/markersFileDecorations": [ - "Problems", - "1 problem in this file", - "{0} problems in this file", - "Show Errors & Warnings on files and folder." - ], - "vs/workbench/contrib/markers/browser/markers": [ - "Total {0} Problems" - ], - "vs/workbench/contrib/comments/browser/commentsEditorContribution": [ - "Select Comment Provider", - "Go to Next Comment Thread" + "vs/workbench/contrib/mergeEditor/browser/mergeEditor": [ + "Yours", + "Theirs", + "Result" ], - "vs/workbench/contrib/url/browser/trustedDomains": [ - "Manage Trusted Domains", - "Trust {0}", - "Trust {0} on all ports", - "Trust {0} and all its subdomains", - "Trust all domains (disables link protection)", - "Manage Trusted Domains", - "Configuring trust for: {0}" + "vs/workbench/contrib/externalUriOpener/common/externalUriOpenerService": [ + "Open in new browser window", + "Open in default browser", + "Configure default opener...", + "How would you like to open: {0}" ], - "vs/workbench/contrib/url/browser/trustedDomainsValidator": [ - "Do you want {0} to open the external website?", - "Open", - "Copy", - "Cancel", - "Configure Trusted Domains" + "vs/workbench/contrib/externalUriOpener/common/configuration": [ + "Configure the opener to use for external URIs (http, https).", + "Map URI pattern to an opener id.\nExample patterns: \n{0}", + "Map URI pattern to an opener id.\nExample patterns: \n{0}", + "Open using VS Code's standard opener." ], "vs/workbench/contrib/webviewPanel/browser/webviewCommands": [ "Show find", @@ -18121,51 +21243,65 @@ "Find previous", "Reload Webviews" ], - "vs/workbench/contrib/externalUriOpener/common/configuration": [ - "Configure the opener to use for external URIs (http, https).", - "Map URI pattern to an opener id.\nExample patterns: \n{0}", - "Map URI pattern to an opener id.\nExample patterns: \n{0}", - "Open using VS Code's standard opener." + "vs/base/browser/ui/actionbar/actionViewItems": [ + "{0} ({1})" ], - "vs/workbench/contrib/externalUriOpener/common/externalUriOpenerService": [ - "Open in new browser window", - "Open in default browser", - "Configure default opener...", - "How would you like to open: {0}" + "vs/workbench/contrib/output/browser/logViewer": [ + "Log viewer" + ], + "vs/workbench/contrib/customEditor/common/customEditor": [ + "The viewType of the currently active custom editor." + ], + "vs/platform/dnd/browser/dnd": [ + "File is too large to open as untitled editor. Please upload it first into the file explorer and then try again." ], "vs/workbench/contrib/extensions/common/extensionsInput": [ "Extension: {0}" ], + "vs/workbench/contrib/extensions/browser/extensionsViews": [ + "{0}, {1}, {2}, {3}", + "Extensions", + "Unable to search the Marketplace when offline, please check your network connection.", + "Error while fetching extensions. {0}", + "No extensions found.", + "Marketplace returned 'ECONNREFUSED'. Please check the 'http.proxy' setting.", + "Open User Settings", + "There are no extensions to install." + ], "vs/workbench/contrib/extensions/browser/extensionsActions": [ - "{0} years ago", - "1 year ago", - "{0} months ago", - "1 month ago", - "{0} days ago", - "1 day ago", - "{0} hours ago", - "1 hour ago", - "Just now", - "VS Code Web", + "{0} for the Web", "The '{0}' extension is not available in {1}. Click 'More Information' to learn more.", "Close", "More Information", - "Try Downloading Manually...", - "Once downloaded, please manually install the downloaded VSIX of '{0}'.", - "Install from VSIX...", "Error while updating '{0}' extension.", "Error while installing '{0}' extension.", + "Would you like to install the release version?", + "Install Release Version", "Please check the [log]({0}) for more details.", + "Try Downloading Manually...", + "Once downloaded, please manually install the downloaded VSIX of '{0}'.", + "Install from VSIX...", + "Install", + "This extension is deprecated as it is no longer being maintained.", + "Install Anyway", + "Cancel", + "This extension is deprecated. Use the {0} extension instead.", + "Open {0}", + "This extension is deprecated as this functionality is now built-in to VS Code.", + "Configure Settings", + "Are you sure you want to install '{0}'?", "Installing extension {0} started. An editor is now open with more details on this extension", "Installing extension {0} is completed.", + "Install Pre-Release", + "Install Pre-Release Version", "Install", - "Install (Do not sync)", - "Install", - "Install in {0} (Do not sync)", - "Install in {0}", - "Install Locally (Do not sync)", - "Install Locally", + "Install Release Version", "Install", + "Do not sync", + "{0} in {1} ({2})", + "{0} in {1}", + "{0} Locally ({1})", + "{0} Locally", "Install this extension in all your synced {0} instances", "Installing", "Install", @@ -18180,14 +21316,25 @@ "Please reload Visual Studio Code to complete the uninstallation of the extension {0}.", "Updating extension {0} to version {1} started.", "Updating extension {0} to version {1} completed.", - "Update to {0}", "Update", + "Update to {0} version", + "Update to {0}", + "Migrate", + "Migrate to {0}", + "Migrate", + "Sponsor", "Manage", "Uninstalling", "Manage", + "Switch to Pre-Release Version", + "Switch to Pre-Release version of this extension", + "Switch to Release Version", + "Switch to Release version of this extension", "Install Another Version...", + "This extension has no other versions.", + "pre-release", + "current", "Select Version to Install", - "Current", "Enable (Workspace)", "Enable this extension only in this workspace", "Enable", @@ -18219,7 +21366,7 @@ "Reload Required", "Please reload Visual Studio Code to enable this extension.", "Installing extension {0} is completed. Please reload Visual Studio Code to enable it.", - "Current", + "current", "Set Color Theme", "Select Color Theme", "Set File Icon Theme", @@ -18239,25 +21386,48 @@ "Uninstalled", "Enabled", "Disabled", - "This extension was reported to be problematic.", - "Malicious", - "This extension was reported to be problematic.", "This extension is ignored during sync", "This extension is synced", "Sync this extension", "Do not sync this extension", + "This extension was reported to be problematic.", + "This extension is deprecated. Use the {0} extension instead.", + "settings", + "This extension is deprecated as this functionality is now built-in to VS Code. Configure these {0} to use this functionality.", + "This extension is deprecated as it is no longer being maintained.", + "The '{0}' extension is not available in {1} for {2}.", + "Learn More", + "{0} for the Web", + "The '{0}' extension is not available in {1}.", + "Learn Why", + "This extension is disabled by the environment.", + "This extension is enabled because it is required in the current environment.", + "This extension has been disabled because it does not support virtual workspaces.", + "This extension has limited features because the current workspace is virtual.", + "This extension has been disabled because the current workspace is not trusted.", + "This extension has limited features because the current workspace is not trusted.", + "This extension is disabled in this workspace because it is defined to run in the Remote Extension Host. Please install the extension in '{0}' to enable.", + "Learn More", + "This extension is disabled in this workspace because it is defined to run in the Local Extension Host. Please install the extension locally to enable.", + "Learn More", + "This extension is disabled because it is defined to run only in {0} for the Desktop.", + "Learn More", + "This extension is disabled because it is not supported in {0} for the Web.", + "Learn More", + "Install the language pack extension on '{0}' to enable it there also.", + "Install the language pack extension locally to enable it there also.", + "This extension is enabled in the Remote Extension Host because it prefers to run there.", + "Learn More", + "This extension is enabled in the Local Extension Host because it prefers to run there.", + "Learn More", + "This extension is enabled in the Web Worker Extension Host because it prefers to run there.", + "Learn More", + "This extension has been disabled because it depends on an extension that is disabled.", "Extension is enabled on '{0}'", "This extension is enabled globally.", "This extension is enabled for this workspace by the user.", "This extension is disabled globally by the user.", "This extension is disabled for this workspace by the user.", - "Install the language pack extension on '{0}' to enable it there also.", - "Install the language pack extension locally to enable it there also.", - "Install the extension on '{0}' to enable.", - "This extension has defined that it cannot run on the remote server", - "Extension is enabled on '{0}' and disabled locally.", - "Extension is enabled locally and disabled on '{0}'.", - "This extension has been disabled because the current workspace is not trusted", "Reinstall Extension...", "Select Extension to Reinstall", "Please reload Visual Studio Code to complete reinstalling the extension {0}.", @@ -18265,11 +21435,6 @@ "Reload Now", "Install Specific Version of Extension...", "Select Extension", - "Current", - "Select Version to Install", - "Please reload Visual Studio Code to complete installing the extension {0}.", - "Installing the extension {0} is completed.", - "Reload Now", "Select extensions to install", "There are no extensions to install.", "Installing Extensions...", @@ -18280,20 +21445,52 @@ "Install Remote Extensions Locally", "Button background color for actions extension that stand out (e.g. install button).", "Button foreground color for actions extension that stand out (e.g. install button).", - "Button background hover color for actions extension that stand out (e.g. install button)." + "Button background hover color for actions extension that stand out (e.g. install button).", + "Background color for extension sponsor button.", + "Background hover color for extension sponsor button." + ], + "vs/workbench/contrib/extensions/common/extensionsUtils": [ + "Disable other keymaps ({0}) to avoid conflicts between keybindings?", + "Yes", + "No" + ], + "vs/workbench/contrib/extensions/browser/extensionsIcons": [ + "View icon of the extensions view.", + "Icon for the 'Manage' action in the extensions view.", + "Icon for the 'Clear Search Result' action in the extensions view.", + "Icon for the 'Refresh' action in the extensions view.", + "Icon for the 'Filter' action in the extensions view.", + "Icon for the 'Install Local Extension in Remote' action in the extensions view.", + "Icon for the 'Install Workspace Recommended Extensions' action in the extensions view.", + "Icon for the 'Configure Recommended Extensions' action in the extensions view.", + "Icon to indicate that an extension is synced.", + "Icon to indicate that an extension is ignored when syncing.", + "Icon to indicate that an extension is remote in the extensions view and editor.", + "Icon shown along with the install count in the extensions view and editor.", + "Icon shown along with the rating in the extensions view and editor.", + "Icon used for the verified extension publisher in the extensions view and editor.", + "Icon shown for extensions having pre-release versions in extensions view and editor.", + "Icon used for sponsoring extensions in the extensions view and editor.", + "Full star icon used for the rating in the extensions editor.", + "Half star icon used for the rating in the extensions editor.", + "Empty star icon used for the rating in the extensions editor.", + "Icon shown with a error message in the extensions editor.", + "Icon shown with a warning message in the extensions editor.", + "Icon shown with an info message in the extensions editor.", + "Icon shown with a workspace trust message in the extension editor.", + "Icon shown with a activation time message in the extension editor." ], "vs/workbench/contrib/extensions/browser/extensionEditor": [ + "Extension Version", + "Pre-Release", "Extension name", - "Extension identifier", "Preview", "Preview", "Built-in", - "Publisher name", + "Publisher", "Install count", "Rating", - "Repository", - "License", - "Version", + "This publisher has verified ownership of {0}", "Details", "Extension details, rendered from the extension's 'README.md' file", "Feature Contributions", @@ -18304,15 +21501,31 @@ "Lists extensions this extension depends on", "Extension Pack", "Lists extensions those will be installed together with this extension", + "Runtime Status", + "Extension runtime status", "You have chosen not to receive recommendations for this extension.", "No README available.", "Extension Pack ({0})", "No README available.", + "Categories", + "Marketplace", + "Repository", + "License", + "Extension Resources", + "More Info", + "Released on", + "Last updated", + "Identifier", "No Changelog available.", "No Contributions", "No Contributions", "No Dependencies", - "No Extensions", + "Activation time", + "Startup", + "Not yet activated.", + "Uncaught Errors ({0})", + "Messages ({0})", + "No status available.", "Settings ({0})", "Name", "Description", @@ -18329,7 +21542,7 @@ "Name", "Where", "Localizations ({0})", - "Language Id", + "Language ID", "Language Name", "Language Name (Localized)", "Custom Editors ({0})", @@ -18368,10 +21581,23 @@ "Grammar", "Snippets", "Activation Events ({0})", + "Notebooks ({0})", + "Id", + "Name", + "Notebook Renderers ({0})", + "Name", + "Mimetypes", "Find", "Find Next", "Find Previous" ], + "vs/workbench/contrib/extensions/browser/extensionsDependencyChecker": [ + "Extensions", + "Install Missing Dependencies", + "Finished installing missing dependencies. Please reload the window now.", + "Reload Window", + "There are no missing dependencies to install." + ], "vs/workbench/contrib/extensions/common/extensionsFileTemplate": [ "Extensions", "List of extensions which should be recommended for users of this workspace. The identifier of an extension is always '${publisher}.${name}'. For example: 'vscode.csharp'.", @@ -18379,101 +21605,108 @@ "List of extensions recommended by VS Code that should not be recommended for users of this workspace. The identifier of an extension is always '${publisher}.${name}'. For example: 'vscode.csharp'.", "Expected format '${publisher}.${name}'. Example: 'vscode.csharp'." ], - "vs/workbench/contrib/extensions/common/extensionsUtils": [ - "Disable other keymaps ({0}) to avoid conflicts between keybindings?", - "Yes", - "No" - ], "vs/workbench/contrib/extensions/browser/extensionsActivationProgress": [ "Activating Extensions..." ], - "vs/workbench/contrib/extensions/browser/extensionsDependencyChecker": [ - "Extensions", - "Install Missing Dependencies", - "Finished installing missing dependencies. Please reload the window now.", - "Reload Window", - "There are no missing dependencies to install." - ], "vs/workbench/contrib/extensions/browser/extensionsQuickAccess": [ "Type an extension name to install or search.", "Press Enter to search for extension '{0}'.", "Press Enter to install extension '{0}'.", "Press Enter to manage your extensions." ], - "vs/workbench/contrib/extensions/browser/extensionsWorkbenchService": [ - "Manifest is not found", - "This extension is reported to be problematic.", - "Uninstalling extension....", - "Unable to install extension '{0}' as it is not compatible with VS Code '{1}'.", - "Installing '{0}' extension....", - "Installing extension....", - "Disable All", - "Cannot disable '{0}' extension alone. '{1}' extension depends on this. Do you want to disable all these extensions?", - "Cannot disable '{0}' extension alone. '{1}' and '{2}' extensions depend on this. Do you want to disable all these extensions?", - "Cannot disable '{0}' extension alone. '{1}', '{2}' and other extensions depend on this. Do you want to disable all these extensions?" - ], "vs/workbench/contrib/extensions/browser/extensionRecommendationNotificationService": [ "Don't Show Again", "Do you want to ignore all extension recommendations?", "Yes, Ignore All", "No", + "'{0}' extension is recommended for this repository. Do you want to install?", "Do you want to install the recommended extensions for this repository?", "Install", "Install (Do not sync)", "Show Recommendations" ], - "vs/workbench/contrib/extensions/browser/extensionsIcons": [ - "View icon of the extensions view.", - "Icon for the 'Manage' action in the extensions view.", - "Icon for the 'Clear Search Result' action in the extensions view.", - "Icon for the 'Refresh' action in the extensions view.", - "Icon for the 'Filter' action in the extensions view.", - "Icon for the 'Install Local Extension in Remote' action in the extensions view.", - "Icon for the 'Install Workspace Recommended Extensions' action in the extensions view.", - "Icon for the 'Configure Recommended Extensions' action in the extensions view.", - "Icon to indicate that an extension is synced.", - "Icon to indicate that an extension is ignored when syncing.", - "Icon to indicate that an extension is remote in the extensions view and editor.", - "Icon shown along with the install count in the extensions view and editor.", - "Icon shown along with the rating in the extensions view and editor.", - "Full star icon used for the rating in the extensions editor.", - "Half star icon used for the rating in the extensions editor.", - "Empty star icon used for the rating in the extensions editor.", - "Icon shown with a warning message in the extensions editor.", - "Icon shown with an info message in the extensions editor.", - "Icon shown with a workspace trust message in the extension editor." + "vs/workbench/contrib/extensions/browser/extensionsCompletionItemsProvider": [ + "Example" ], - "vs/workbench/contrib/extensions/browser/extensionsViews": [ - "{0}, {1}, {2}, {3}", - "Extensions", - "We cannot connect to the Extensions Marketplace at this time, please try again later.", - "Error while loading extensions. {0}", - "No extensions found.", - "Marketplace returned 'ECONNREFUSED'. Please check the 'http.proxy' setting.", - "Open User Settings", - "There are no extensions to install." + "vs/workbench/contrib/terminal/common/terminalColorRegistry": [ + "The background color of the terminal, this allows coloring the terminal differently to the panel.", + "The foreground color of the terminal.", + "The foreground color of the terminal cursor.", + "The background color of the terminal cursor. Allows customizing the color of a character overlapped by a block cursor.", + "The selection background color of the terminal.", + "The selection foreground color of the terminal. When this is null the selection foreground will be retained and have the minimum contrast ratio feature applied.", + "The default terminal command decoration background color.", + "The terminal command decoration background color for successful commands.", + "The terminal command decoration background color for error commands.", + "The overview ruler cursor color.", + "The color of the border that separates split panes within the terminal. This defaults to panel.border.", + "Color of the current search match in the terminal. The color must not be opaque so as not to hide underlying terminal content.", + "Border color of the current search match in the terminal.", + "Color of the other search matches in the terminal. The color must not be opaque so as not to hide underlying terminal content.", + "Border color of the other search matches in the terminal.", + "Overview ruler marker color for find matches in the terminal.", + "Background color when dragging on top of terminals. The color should have transparency so that the terminal contents can still shine through.", + "Border on the side of the terminal tab in the panel. This defaults to tab.activeBorder.", + "'{0}' ANSI color in the terminal." ], - "vs/workbench/contrib/output/browser/logViewer": [ - "Log viewer" + "vs/workbench/contrib/extensions/browser/abstractRuntimeExtensionsEditor": [ + "Activated by {0} on start-up", + "Activated by {1} because a file matching {0} exists in your workspace", + "Activated by {1} because file {0} exists in your workspace", + "Activated by {1} because searching for {0} took too long", + "Activated by {0} after start-up finished", + "Activated by {1} because you opened a {0} file", + "Activated by {1} on {0}", + "Extension has caused the extension host to freeze.", + "{0} uncaught errors", + "Runtime Extensions", + "Copy id ({0})", + "Disable (Workspace)", + "Disable", + "Show Running Extensions" ], - "vs/base/browser/ui/actionbar/actionViewItems": [ - "{0} ({1})" + "vs/workbench/contrib/terminal/common/terminalStrings": [ + "Terminal", + "Do Not Show Again", + "current session", + "previous session", + "Focus Terminal", + "Kill Terminal", + "Kill", + "Move Terminal into Editor Area", + "Move Terminal into Panel", + "Change Icon...", + "Change Color...", + "Split Terminal", + "Split", + "Unsplit Terminal", + "Rename...", + "Toggle Size to Content Width" + ], + "vs/workbench/contrib/terminal/browser/terminalTabbedView": [ + "Move Tabs Right", + "Move Tabs Left", + "Hide Tabs" ], "vs/workbench/contrib/terminal/browser/terminalActions": [ - "Select Default Profile", - "Configure Terminal Settings", + "Show Tabs", "Select current working directory for new terminal", "Open Help", - "Create New Integrated Terminal (In Active Workspace)", - "Focus Previous Pane", - "Focus Next Pane", - "Resize Pane Left", - "Resize Pane Right", - "Resize Pane Up", - "Resize Pane Down", - "Focus Terminal", - "Focus Next Terminal", - "Focus Previous Terminal", + "Create New Terminal (In Active Workspace)", + "Create New Terminal in Editor Area", + "Create New Terminal in Editor Area to the Side", + "Show Tabs", + "Focus Previous Terminal in Terminal Group", + "Focus Next Terminal in Terminal Group", + "Run Recent Command", + "Go to Recent Directory", + "Resize Terminal Left", + "Resize Terminal Right", + "Resize Terminal Up", + "Resize Terminal Down", + "Focus Terminal Tabs View", + "Focus Next Terminal Group", + "Focus Previous Terminal Group", "Run Selected Text In Active Terminal", "Run Active File In Active Terminal", "Only files on disk can be run in the terminal", @@ -18487,11 +21720,9 @@ "Focus Previous Line (Navigation Mode)", "Focus Next Line (Navigation Mode)", "Clear Selection", - "Manage Workspace Shell Permissions", - "Rename", - "Enter terminal name", "Focus Find", "Hide Find", + "Detach Session", "Attach to Session", "There are no unattached terminals to attach to", "Switch Active Terminal", @@ -18503,7 +21734,7 @@ "Select To Next Line", "Toggle Escape Sequence Logging", "Send Custom Sequence To Terminal", - "Create New Integrated Terminal Starting in a Custom Working Directory", + "Create New Terminal Starting in a Custom Working Directory", "The directory to start the terminal at", "Rename the Currently Active Terminal", "The new name for the terminal", @@ -18516,54 +21747,143 @@ "Search Workspace", "Relaunch Active Terminal", "Show Environment Information", - "Split Terminal", - "Split", + "Join Terminals", + "Join Terminals", + "Insufficient terminals for the join action", + "All terminals are joined already", "Split Terminal (In Active Workspace)", "Select All", - "Create New Integrated Terminal", + "Create New Terminal", "Select current working directory for new terminal", - "New Terminal", "Kill the Active Terminal Instance", - "Kill Terminal", + "Kill All Terminals", + "Kill the Active Terminal in Editor Area", "Clear", + "Open Detected Link...", + "Open Last Url Link", + "Open Last Local File Link", "Select Default Profile", + "Configure Terminal Settings", + "Set Fixed Dimensions", + "Toggle Size to Content Width", + "Clear Command History", "Copy Selection", - "Copy", + "Copy Selection as HTML", "Paste into Active Terminal", - "Paste", - "Switch Terminal" + "Paste Selection into Active Terminal", + "Switch Terminal", + "Providing no name will reset it to the default value", + "Create New Terminal (With Profile)", + "The name of the profile to create", + "Select current working directory for new terminal" ], - "vs/workbench/contrib/terminal/common/terminalColorRegistry": [ - "The background color of the terminal, this allows coloring the terminal differently to the panel.", - "The foreground color of the terminal.", - "The foreground color of the terminal cursor.", - "The background color of the terminal cursor. Allows customizing the color of a character overlapped by a block cursor.", - "The selection background color of the terminal.", - "The color of the border that separates split panes within the terminal. This defaults to panel.border.", - "'{0}' ANSI color in the terminal." + "vs/workbench/contrib/extensions/browser/extensionsWorkbenchService": [ + "Manifest is not found", + "This extension is reported to be problematic.", + "Uninstalling extension....", + "Unable to install extension '{0}' because the requested version '{1}' is not found.", + "Installing '{0}' extension....", + "Installing extension....", + "Disable All", + "Cannot disable '{0}' extension alone. '{1}' extension depends on this. Do you want to disable all these extensions?", + "Cannot disable '{0}' extension alone. '{1}' and '{2}' extensions depend on this. Do you want to disable all these extensions?", + "Cannot disable '{0}' extension alone. '{1}', '{2}' and other extensions depend on this. Do you want to disable all these extensions?" + ], + "vs/workbench/contrib/remote/browser/remote": [ + "Contributes help information for Remote", + "The url, or a command that returns the url, to your project's Getting Started page", + "The url, or a command that returns the url, to your project's documentation page", + "The url, or a command that returns the url, to your project's feedback reporter", + "The url, or a command that returns the url, to your project's issues list", + "Get Started", + "Read Documentation", + "Provide Feedback", + "Review Issues", + "Report Issue", + "Select url to open", + "Help and feedback", + "Remote Help", + "Remote Explorer", + "Remote Explorer", + "Attempting to reconnect in {0} second...", + "Attempting to reconnect in {0} seconds...", + "Reconnect Now", + "Reload Window", + "Connection Lost", + "Disconnected. Attempting to reconnect...", + "Cannot reconnect. Please reload the window.", + "Reload Window", + "Cancel" ], - "vs/workbench/contrib/terminal/common/terminalMenu": [ + "vs/workbench/contrib/remote/browser/tunnelFactory": [ + "Private", + "Public" + ], + "vs/workbench/contrib/terminal/browser/terminalMenus": [ "&&New Terminal", "&&Split Terminal", "Run &&Active File", - "Run &&Selected Text" + "Run &&Selected Text", + "New Terminal", + "Copy", + "Copy as HTML", + "Paste", + "Clear", + "Show Tabs", + "Select All", + "New Terminal", + "Copy", + "Copy as HTML", + "Paste", + "Clear", + "Select All", + "New Terminal With Profile", + "New Terminal", + "Select Default Profile", + "Configure Terminal Settings", + "Switch Terminal", + "Toggle Size to Content Width", + "Rename...", + "Change Icon...", + "Change Color...", + "Toggle Size to Content Width", + "Join Terminals", + "{0} (Default)", + "{0} (Default)", + "{0} (Default)", + "Split Terminal", + "New Terminal" + ], + "vs/workbench/contrib/terminal/browser/terminalTooltip": [ + "Shell integration activated", + "Shell integration failed to activate" ], "vs/workbench/contrib/terminal/browser/terminalService": [ - "Allow Workspace Shell Configuration", - "Disallow Workspace Shell Configuration", - "There is an active terminal session, do you want to kill it?", - "There are {0} active terminal sessions, do you want to kill them?", - "Select your default terminal profile", - "Enter terminal profile name", - "A terminal profile already exists with that name", - "profiles", - "detected", - "Configure Terminal Profile" + "Do you want to terminate the active terminal session?", + "Do you want to terminate the {0} active terminal sessions?", + "Terminate", + "⚠ : This shell is open to a {0}local{1} folder, NOT to the virtual folder", + "⚠ : This shell is running on your {0}local{1} machine, NOT on the connected remote machine" ], - "vs/workbench/contrib/terminal/browser/terminalQuickAccess": [ - "Rename Terminal", - "Kill Terminal Instance", - "Create New Integrated Terminal" + "vs/workbench/contrib/remote/browser/remoteIndicator": [ + "Remote", + "Show Remote Menu", + "Close Remote Connection", + "Close Re&&mote Connection", + "Install Remote Development Extensions", + "Opening Remote...", + "Opening Remote...", + "Reconnecting to {0}...", + "Disconnected from {0}", + "Editing on {0}", + "Editing on {0}", + "Some [features are not available]({0}) for resources located on a virtual file system.", + "Open a Remote Window", + "Remote Host", + "Close Remote Connection", + "Reload Window", + "Close Remote Workspace", + "Install Additional Remote Extensions..." ], "vs/workbench/contrib/terminal/browser/terminalIcons": [ "View icon of the terminal view.", @@ -18572,9 +21892,164 @@ "Icon for creating a new terminal instance.", "Icon for creating a new terminal profile." ], - "vs/workbench/contrib/terminal/browser/remoteTerminalService": [ - "Restart pty host", - "The connection to the terminal's pty host process is unresponsive, the terminals may stop working." + "vs/workbench/contrib/terminal/common/terminalConfiguration": [ + "the terminal's current working directory", + "the terminal's current working directory, displayed for multi-root workspaces or in a single root workspace when the value differs from the initial working directory. On Windows, this will only be displayed when shell integration is enabled.", + "the workspace in which the terminal was launched", + "indicates a local terminal in a remote workspace", + "the name of the terminal process", + "a conditional separator (\" - \") that only shows when surrounded by variables with values or static text.", + "the name provided to the terminal by the process", + "indicates this terminal is associated with a task", + "Controls the terminal title. Variables are substituted based on the context:", + "Controls the terminal description, which appears to the right of the title. Variables are substituted based on the context:", + "Integrated Terminal", + "Dispatches most keybindings to the terminal instead of the workbench, overriding `#terminal.integrated.commandsToSkipShell#`, which can be used alternatively for fine tuning.", + "Controls whether terminal tabs display as a list to the side of the terminal. When this is disabled a dropdown will display instead.", + "Controls whether terminal tab statuses support animation (eg. in progress tasks).", + "Controls whether the terminal tabs view will hide under certain conditions.", + "Never hide the terminal tabs view", + "Hide the terminal tabs view when there is only a single terminal opened", + "Hide the terminal tabs view when there is only a single terminal group opened", + "Shows the active terminal information in the view, this is particularly useful when the title within the tabs aren't visible.", + "Always show the active terminal", + "Show the active terminal when it is the only terminal opened", + "Show the active terminal when it is the only terminal opened or when the tabs view is in its narrow textless state", + "Never show the active terminal", + "Controls whether terminal split and kill buttons are displays next to the new terminal button.", + "Always show the actions", + "Show the actions when it is the only terminal opened", + "Show the actions when it is the only terminal opened or when the tabs view is in its narrow textless state", + "Never show the actions", + "Show the terminal tabs view to the left of the terminal", + "Show the terminal tabs view to the right of the terminal", + "Controls the location of the terminal tabs, either to the left or right of the actual terminal(s).", + "Create terminals in the editor", + "Create terminals in the terminal view", + "Controls where newly created terminals will appear.", + "Controls the icon that will be used for each command in terminals with shell integration enabled that do not have an associated exit code. Set to `''` to hide the icon or disable decorations with `#terminal.integrated.shellIntegration.decorationsEnabled#`", + "Controls the icon that will be used for each command in terminals with shell integration enabled that do have an associated exit code. Set to `''` to hide the icon or disable decorations with `#terminal.integrated.shellIntegration.decorationsEnabled#`.", + "Controls the icon that will be used for skipped/empty commands. Set to `''` to hide the icon or disable decorations with `#terminal.integrated.shellIntegration.decorationsEnabled#`", + "Focus the terminal when clicking a terminal tab", + "Focus the terminal when double clicking a terminal tab", + "Controls whether focusing the terminal of a tab happens on double or single click.", + "Controls whether to treat the option key as the meta key in the terminal on macOS.", + "Controls whether to force selection when using Option+click on macOS. This will force a regular (line) selection and disallow the use of column selection mode. This enables copying and pasting using the regular terminal selection, for example, when mouse mode is enabled in tmux.", + "If enabled, alt/option + click will reposition the prompt cursor to underneath the mouse when `#editor.multiCursorModifier#` is set to `'alt'` (the default value). This may not work reliably depending on your shell.", + "Controls whether text selected in the terminal will be copied to the clipboard.", + "Show a warning dialog when pasting multiple lines into the terminal. The dialog does not show when:\n\n- Bracketed paste mode is enabled (the shell supports multi-line paste natively)\n- The paste is handled by the shell's readline (in the case of pwsh)", + "Controls whether bold text in the terminal will always use the \"bright\" ANSI color variant.", + "Controls the font family of the terminal, this defaults to `#editor.fontFamily#`'s value.", + "Controls the font size in pixels of the terminal.", + "Controls the letter spacing of the terminal, this is an integer value which represents the amount of additional pixels to add between characters.", + "Controls the line height of the terminal, this number is multiplied by the terminal font size to get the actual line-height in pixels.", + "When set, the foreground color of each cell will change to try meet the contrast ratio specified. Note that this will not apply to `powerline` characters per #146406. Example values:\n\n- 1: Do nothing and use the standard theme colors.\n- 4.5: [WCAG AA compliance (minimum)](https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-contrast.html) (default).\n- 7: [WCAG AAA compliance (enhanced)](https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast7.html).\n- 21: White on black or black on white.", + "Scrolling speed multiplier when pressing `Alt`.", + "A multiplier to be used on the `deltaY` of mouse wheel scroll events.", + "The number of milliseconds to show the bell within a terminal tab when triggered.", + "Only \"normal\" and \"bold\" keywords or numbers between 1 and 1000 are allowed.", + "The font weight to use within the terminal for non-bold text. Accepts \"normal\" and \"bold\" keywords or numbers between 1 and 1000.", + "Only \"normal\" and \"bold\" keywords or numbers between 1 and 1000 are allowed.", + "The font weight to use within the terminal for bold text. Accepts \"normal\" and \"bold\" keywords or numbers between 1 and 1000.", + "Controls whether the terminal cursor blinks.", + "Controls the style of terminal cursor.", + "Controls the width of the cursor when `#terminal.integrated.cursorStyle#` is set to `line`.", + "Controls the maximum amount of lines the terminal keeps in its buffer.", + "Controls whether to detect and set the `$LANG` environment variable to a UTF-8 compliant option since VS Code's terminal only supports UTF-8 encoded data coming from the shell.", + "Set the `$LANG` environment variable if the existing variable does not exist or it does not end in `'.UTF-8'`.", + "Do not set the `$LANG` environment variable.", + "Always set the `$LANG` environment variable.", + "Let VS Code detect which renderer will give the best experience.", + "Enable GPU acceleration within the terminal.", + "Disable GPU acceleration within the terminal. The terminal will render much slower when GPU acceleration is off but it should reliably work on all systems.", + "Use the terminal's fallback canvas renderer which uses a 2d context instead of webgl which may perform better on some systems. Note that some features are limited in the canvas renderer like opaque selection.", + "Controls whether the terminal will leverage the GPU to do its rendering.", + "Separator used by {0} and {0}.", + "Show the context menu.", + "Copy when there is a selection, otherwise paste.", + "Paste on right click.", + "Select the word under the cursor and show the context menu.", + "Do nothing and pass event to terminal.", + "Controls how terminal reacts to right click.", + "An explicit start path where the terminal will be launched, this is used as the current working directory (cwd) for the shell process. This may be particularly useful in workspace settings if the root directory is not a convenient cwd.", + "Controls whether to confirm when the window closes if there are active terminal sessions.", + "Never confirm.", + "Always confirm if there are terminals.", + "Confirm if there are any terminals that have child processes.", + "Controls whether to confirm killing terminals when they have child processes. When set to editor, terminals in the editor area will be marked as changed when they have child processes. Note that child process detection may not work well for shells like Git Bash which don't run their processes as child processes of the shell.", + "Never confirm.", + "Confirm if the terminal is in the editor.", + "Confirm if the terminal is in the panel.", + "Confirm if the terminal is either in the editor or panel.", + "Controls whether the terminal bell is enabled, this shows up as a visual bell next to the terminal's name.", + "A set of command IDs whose keybindings will not be sent to the shell but instead always be handled by VS Code. This allows keybindings that would normally be consumed by the shell to act instead the same as when the terminal is not focused, for example `Ctrl+P` to launch Quick Open.\n\n \n\nMany commands are skipped by default. To override a default and pass that command's keybinding to the shell instead, add the command prefixed with the `-` character. For example add `-workbench.action.quickOpen` to allow `Ctrl+P` to reach the shell.\n\n \n\nThe following list of default skipped commands is truncated when viewed in Settings Editor. To see the full list, {1} and search for the first command from the list below.\n\n \n\nDefault Skipped Commands:\n\n{0}", + "open the default settings JSON", + "Open Default Settings (JSON)", + "Whether or not to allow chord keybindings in the terminal. Note that when this is true and the keystroke results in a chord it will bypass `#terminal.integrated.commandsToSkipShell#`, setting this to false is particularly useful when you want ctrl+k to go to your shell (not VS Code).", + "Whether to allow menubar mnemonics (eg. alt+f) to trigger the open the menubar. Note that this will cause all alt keystrokes to skip the shell when true. This does nothing on macOS.", + "Object with environment variables that will be added to the VS Code process to be used by the terminal on macOS. Set to `null` to delete the environment variable.", + "Object with environment variables that will be added to the VS Code process to be used by the terminal on Linux. Set to `null` to delete the environment variable.", + "Object with environment variables that will be added to the VS Code process to be used by the terminal on Windows. Set to `null` to delete the environment variable.", + "Whether to display the environment changes indicator on each terminal which explains whether extensions have made, or want to make changes to the terminal's environment.", + "Disable the indicator.", + "Enable the indicator.", + "Only show the warning indicator when a terminal's environment is 'stale', not the information indicator that shows a terminal has had its environment modified by an extension.", + "Whether to relaunch terminals automatically if extension want to contribute to their environment and have not been interacted with yet.", + "Controls whether to show the alert \"The terminal process terminated with exit code\" when exit code is non-zero.", + "Controls the working directory a split terminal starts with.", + "A new split terminal will use the workspace root as the working directory. In a multi-root workspace a choice for which root folder to use is offered.", + "A new split terminal will use the working directory that the parent terminal started with.", + "On macOS and Linux, a new split terminal will use the working directory of the parent terminal. On Windows, this behaves the same as initial.", + "Whether to use ConPTY for Windows terminal process communication (requires Windows 10 build number 18309+). Winpty will be used if this is false.", + "A string containing all characters to be considered word separators by the double click to select word feature.", + "Whether to enable file links in the terminal. Links can be slow when working on a network drive in particular because each file link is verified against the file system. Changing this will take effect only in new terminals.", + "Version 6 of unicode, this is an older version which should work better on older systems.", + "Version 11 of unicode, this version provides better support on modern systems that use modern versions of unicode.", + "Controls what version of unicode to use when evaluating the width of characters in the terminal. If you experience emoji or other wide characters not taking up the right amount of space or backspace either deleting too much or too little then you may want to try tweaking this setting.", + "Length of network delay, in milliseconds, where local edits will be echoed on the terminal without waiting for server acknowledgement. If '0', local echo will always be on, and if '-1' it will be disabled.", + "When local echo should be enabled. This will override `#terminal.integrated.localEchoLatencyThreshold#`", + "Always enabled", + "Always disabled", + "Enabled only for remote workspaces", + "Local echo will be disabled when any of these program names are found in the terminal title.", + "Terminal style of locally echoed text; either a font style or an RGB color.", + "Persist terminal sessions for the workspace across window reloads.", + "When the terminal process must be shutdown (eg. on window or application close), this determines when the previous terminal session contents should be restored and processes be recreated when the workspace is next opened.\n\nCaveats:\n\n- Restoring of the process current working directory depends on whether it is supported by the shell.\n- Time to persist the session during shutdown is limited, so it may be aborted when using high-latency remote connections.", + "Revive the processes after the last window is closed on Windows/Linux or when the `workbench.action.quit` command is triggered (command palette, keybinding, menu).", + "Revive the processes after the last window is closed on Windows/Linux or when the `workbench.action.quit` command is triggered (command palette, keybinding, menu), or when the window is closed.", + "Never restore the terminal buffers or recreate the process.", + "Whether to draw custom glyphs for block element and box drawing characters instead of using the font, which typically yields better rendering with continuous lines. Note that this doesn't work with the DOM renderer", + "A set of messages that when encountered in the terminal will be automatically responded to. Provided the message is specific enough, this can help automate away common responses.\n\nRemarks:\n\n- Use {0} to automatically respond to the terminate batch job prompt on Windows.\n- The message includes escape sequences so the reply might not happen with styled text.\n- Each reply can only happen once every second.\n- Use {1} in the reply to mean the enter key.\n- To unset a default key, set the value to null.\n- Restart VS Code if new don't apply.", + "The reply to send to the process.", + "Enable features like enhanced command tracking and current working directory detection. \n\nShell integration works by injecting the shell with a startup script. The script gives VS Code insight into what is happening within the terminal.\n\nSupported shells:\n\n- Linux/macOS: bash, pwsh, zsh\n - Windows: pwsh\n\nThis setting applies only when terminals are created, so you will need to restart your terminals for it to take effect.\n\n Note that the script injection may not work if you have custom arguments defined in the terminal profile, a [complex bash `PROMPT_COMMAND`](https://code.visualstudio.com/docs/editor/integrated-terminal#_complex-bash-promptcommand), or other unsupported setup.", + "When shell integration is enabled, adds a decoration for each command.", + "Controls the number of recently used commands to keep in the terminal command history. Set to 0 to disable terminal command history." + ], + "vs/workbench/contrib/terminal/browser/terminalQuickAccess": [ + "Create New Terminal", + "Create New Terminal With Profile", + "Rename Terminal" + ], + "vs/workbench/contrib/terminal/browser/terminalEditorInput": [ + "Do you want to terminate running processes?", + "&&Terminate", + "Cancel", + "Closing will terminate the running processes in the terminals.", + "Closing will terminate the running processes in this terminal." + ], + "vs/workbench/contrib/emmet/browser/actions/expandAbbreviation": [ + "Emmet: Expand Abbreviation", + "Emmet: E&&xpand Abbreviation" + ], + "vs/workbench/contrib/tasks/browser/runAutomaticTasks": [ + "This workspace has tasks ({0}) defined ({1}) that run automatically when you open this workspace. Do you allow automatic tasks to run when you open this workspace?", + "Allow and run", + "Disallow", + "Open file", + "Open files", + "Manage Automatic Tasks in Folder", + "Allow Automatic Tasks in Folder", + "Disallow Automatic Tasks in Folder" ], "vs/workbench/contrib/tasks/common/jsonSchema_v1": [ "Task version 0.1.0 is deprecated. Please use 2.0.0", @@ -18612,14 +22087,15 @@ "Controls whether to show the `Terminal will be reused by tasks, press any key to close it` message.", "Controls whether the terminal is cleared before executing the task.", "Controls whether the task is executed in a specific terminal group using split panes.", + "Controls whether the terminal the task runs in is closed when the task exits.", "The terminal property is deprecated. Use presentation instead", - "The task's execution group.", - "Defines if this task is the default task in the group.", - "Marks the task as the default build task.", - "Marks the task as the default test task.", "Marks the task as a build task accessible through the 'Run Build Task' command.", "Marks the task as a test task accessible through the 'Run Test Task' command.", "Assigns the task to no group", + "The task's execution group.", + "Defines if this task is the default task in the group, or a glob to match the file which should trigger this task.", + "Marks the task as the default build task.", + "Marks the task as the default test task.", "Defines to which execution group this task belongs to. It supports \"build\" to add it to the build group and \"test\" to add it to the test group.", "Defines whether the task is run as a process or as a command inside a shell.", "The shell command to be executed. Array items will be joined using a space character", @@ -18665,55 +22141,111 @@ "Mac specific command configuration", "Linux specific command configuration" ], + "vs/workbench/contrib/tasks/common/problemMatcher": [ + "The problem pattern is missing a regular expression.", + "The loop property is only supported on the last line matcher.", + "The problem pattern is invalid. The kind property must be provided only in the first element", + "The problem pattern is invalid. It must have at least have a file and a message.", + "The problem pattern is invalid. It must either have kind: \"file\" or have a line or location match group.", + "Error: The string {0} is not a valid regular expression.\n", + "The regular expression to find an error, warning or info in the output.", + "whether the pattern matches a location (file and line) or only a file.", + "The match group index of the filename. If omitted 1 is used.", + "The match group index of the problem's location. Valid location patterns are: (line), (line,column) and (startLine,startColumn,endLine,endColumn). If omitted (line,column) is assumed.", + "The match group index of the problem's line. Defaults to 2", + "The match group index of the problem's line character. Defaults to 3", + "The match group index of the problem's end line. Defaults to undefined", + "The match group index of the problem's end line character. Defaults to undefined", + "The match group index of the problem's severity. Defaults to undefined", + "The match group index of the problem's code. Defaults to undefined", + "The match group index of the message. If omitted it defaults to 4 if location is specified. Otherwise it defaults to 5.", + "In a multi line matcher loop indicated whether this pattern is executed in a loop as long as it matches. Can only specified on a last pattern in a multi line pattern.", + "The name of the problem pattern.", + "The name of the problem multi line problem pattern.", + "The actual patterns.", + "Contributes problem patterns", + "Invalid problem pattern. The pattern will be ignored.", + "Invalid problem pattern. The pattern will be ignored.", + "Error: the description can't be converted into a problem matcher:\n{0}\n", + "Error: the description doesn't define a valid problem pattern:\n{0}\n", + "Error: the description doesn't define an owner:\n{0}\n", + "Error: the description doesn't define a file location:\n{0}\n", + "Info: unknown severity {0}. Valid values are error, warning and info.\n", + "Error: the pattern with the identifier {0} doesn't exist.", + "Error: the pattern property refers to an empty identifier.", + "Error: the pattern property {0} is not a valid pattern variable name.", + "A problem matcher must define both a begin pattern and an end pattern for watching.", + "Error: The string {0} is not a valid regular expression.\n", + "The regular expression to detect the begin or end of a background task.", + "The match group index of the filename. Can be omitted.", + "The name of a contributed or predefined pattern", + "A problem pattern or the name of a contributed or predefined problem pattern. Can be omitted if base is specified.", + "The name of a base problem matcher to use.", + "The owner of the problem inside Code. Can be omitted if base is specified. Defaults to 'external' if omitted and base is not specified.", + "A human-readable string describing the source of this diagnostic, e.g. 'typescript' or 'super lint'.", + "The default severity for captures problems. Is used if the pattern doesn't define a match group for severity.", + "Controls if a problem reported on a text document is applied only to open, closed or all documents.", + "Defines how file names reported in a problem pattern should be interpreted. A relative fileLocation may be an array, where the second element of the array is the path the relative file location.", + "Patterns to track the begin and end of a matcher active on a background task.", + "If set to true the background monitor is in active mode when the task starts. This is equals of issuing a line that matches the beginsPattern", + "If matched in the output the start of a background task is signaled.", + "If matched in the output the end of a background task is signaled.", + "The watching property is deprecated. Use background instead.", + "Patterns to track the begin and end of a watching matcher.", + "If set to true the watcher is in active mode when the task starts. This is equals of issuing a line that matches the beginPattern", + "If matched in the output the start of a watching task is signaled.", + "If matched in the output the end of a watching task is signaled.", + "This property is deprecated. Use the watching property instead.", + "A regular expression signaling that a watched tasks begins executing triggered through file watching.", + "This property is deprecated. Use the watching property instead.", + "A regular expression signaling that a watched tasks ends executing.", + "The name of the problem matcher used to refer to it.", + "A human readable label of the problem matcher.", + "Contributes problem matchers", + "Microsoft compiler problems", + "Less problems", + "Gulp TSC Problems", + "JSHint problems", + "JSHint stylish problems", + "ESLint compact problems", + "ESLint stylish problems", + "Go problems" + ], "vs/workbench/contrib/tasks/browser/tasksQuickAccess": [ "No matching tasks", "Select the task to run" ], - "vs/workbench/contrib/remote/browser/explorerViewItems": [ - "Switch Remote", - "Switch Remote" + "vs/workbench/contrib/codeEditor/browser/inspectKeybindings": [ + "Inspect Key Mappings", + "Inspect Key Mappings (JSON)" ], - "vs/workbench/contrib/remote/browser/remoteIndicator": [ - "Remote", - "Show Remote Menu", - "Close Remote Connection", - "Close Re&&mote Connection", - "Opening Remote...", - "Opening Remote...", - "Reconnecting to {0}...", - "Reconnecting to {0}...", - "Disconnected from {0}", - "Disconnected from {0}", - "Editing on {0}", - "Editing on {0}", - "Open a Remote Window", - "Remote Host", - "{0}: {1}", - "Close Remote Connection" + "vs/workbench/contrib/codeEditor/browser/largeFileOptimizations": [ + "{0}: tokenization, wrapping and folding have been turned off for this large file in order to reduce memory usage and avoid freezing or crashing.", + "Forcefully Enable Features", + "Please reopen file in order for this setting to take effect." ], - "vs/workbench/contrib/remote/browser/remoteIcons": [ - "Getting started icon in the remote explorer view.", - "Documentation icon in the remote explorer view.", - "Feedback icon in the remote explorer view.", - "Review issue icon in the remote explorer view.", - "Report issue icon in the remote explorer view.", - "View icon of the remote explorer view.", - "View icon of the remote ports view.", - "Icon representing a remote port.", - "Icon representing a private remote port.", - "Icon representing a public remote port.", - "Icon for the forward action.", - "Icon for the stop forwarding action.", - "Icon for the open browser action.", - "Icon for the open preview action.", - "Icon for the copy local address action.", - "Icon for the label port action.", - "Icon for forwarded ports that don't have a running process.", - "Icon for forwarded ports that do have a running process." + "vs/workbench/contrib/codeEditor/browser/diffEditorHelper": [ + "The diff algorithm was stopped early (after {0} ms.)", + "Remove Limit", + "Show Whitespace Differences" ], - "vs/workbench/contrib/emmet/browser/actions/expandAbbreviation": [ - "Emmet: Expand Abbreviation", - "Emmet: E&&xpand Abbreviation" + "vs/workbench/contrib/codeEditor/browser/quickaccess/gotoLineQuickAccess": [ + "Go to Line/Column...", + "Type the line number and optional column to go to (e.g. 42:5 for line 42 and column 5).", + "Go to Line/Column" + ], + "vs/workbench/contrib/tasks/common/taskDefinitionRegistry": [ + "The actual task type. Please note that types starting with a '$' are reserved for internal usage.", + "Additional properties of the task type", + "Condition which must be true to enable this type of task. Consider using `shellExecutionSupported`, `processExecutionSupported`, and `customExecutionSupported` as appropriate for this task definition. See the [API documentation](https://code.visualstudio.com/api/extension-guides/task-provider#when-clause) for more information.", + "The task type configuration is missing the required 'taskType' property", + "Contributes task kinds" + ], + "vs/workbench/contrib/codeEditor/browser/saveParticipants": [ + "Running '{0}' Formatter ([configure]({1})).", + "Quick Fixes", + "Getting code actions from '{0}' ([configure]({1})).", + "Applying code action '{0}'." ], "vs/workbench/contrib/codeEditor/browser/accessibility/accessibility": [ "Now changing the setting `editor.accessibilitySupport` to 'on'.", @@ -18733,41 +22265,12 @@ "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 VS Code information related to Accessibility.", "Press Control+H now to open a browser window with more VS Code information related to Accessibility.", - "You can dismiss this tooltip and return to the editor by pressing Escape or Shift+Escape.", - "Show Accessibility Help" - ], - "vs/workbench/contrib/codeEditor/browser/diffEditorHelper": [ - "The diff algorithm was stopped early (after {0} ms.)", - "Remove Limit", - "Show Whitespace Differences" - ], - "vs/workbench/contrib/codeEditor/browser/inspectKeybindings": [ - "Developer: Inspect Key Mappings", - "Inspect Key Mappings (JSON)" - ], - "vs/workbench/contrib/codeEditor/browser/largeFileOptimizations": [ - "{0}: tokenization, wrapping and folding have been turned off for this large file in order to reduce memory usage and avoid freezing or crashing.", - "Forcefully Enable Features", - "Please reopen file in order for this setting to take effect." - ], - "vs/workbench/contrib/codeEditor/browser/inspectEditorTokens/inspectEditorTokens": [ - "Developer: Inspect Editor Tokens and Scopes", - "Loading..." - ], - "vs/workbench/contrib/codeEditor/browser/quickaccess/gotoLineQuickAccess": [ - "Type the line number and optional column to go to (e.g. 42:5 for line 42 and column 5).", - "Go to Line/Column", - "Go to Line/Column..." - ], - "vs/workbench/contrib/codeEditor/browser/toggleColumnSelection": [ - "Toggle Column Selection Mode", - "Column &&Selection Mode" + "You can dismiss this tooltip and return to the editor by pressing Escape or Shift+Escape.", + "Show Accessibility Help" ], - "vs/workbench/contrib/codeEditor/browser/saveParticipants": [ - "Running '{0}' Formatter ([configure](command:workbench.action.openSettings?%5B%22editor.formatOnSave%22%5D)).", - "Quick Fixes", - "Getting code actions from '{0}' ([configure](command:workbench.action.openSettings?%5B%22editor.codeActionsOnSave%22%5D)).", - "Applying code action '{0}'." + "vs/workbench/contrib/codeEditor/browser/inspectEditorTokens/inspectEditorTokens": [ + "Developer: Inspect Editor Tokens and Scopes", + "Loading..." ], "vs/workbench/contrib/codeEditor/browser/toggleMinimap": [ "Toggle Minimap", @@ -18779,20 +22282,39 @@ "Switch to Cmd+Click for Multi-Cursor", "Switch to Ctrl+Click for Multi-Cursor" ], - "vs/workbench/contrib/codeEditor/browser/toggleRenderControlCharacter": [ - "Toggle Control Characters", - "Render &&Control Characters" + "vs/workbench/contrib/codeEditor/browser/untitledTextEditorHint": [ + "Select a language", + "{0}", + " or ", + "open a different editor", + "{0}", + " to get started.", + "Start typing to dismiss or ", + "don't show", + " this again." ], - "vs/workbench/contrib/codeEditor/browser/toggleRenderWhitespace": [ - "Toggle Render Whitespace", - "&&Render Whitespace" + "vs/workbench/contrib/codeEditor/browser/toggleColumnSelection": [ + "Toggle Column Selection Mode", + "Column &&Selection Mode" ], "vs/workbench/contrib/codeEditor/browser/toggleWordWrap": [ "Whether the editor is currently using word wrapping.", "View: Toggle Word Wrap", "Disable wrapping for this file", "Enable wrapping for this file", - "Toggle &&Word Wrap" + "&&Word Wrap" + ], + "vs/workbench/contrib/codeEditor/browser/toggleRenderControlCharacter": [ + "Toggle Control Characters", + "Render &&Control Characters" + ], + "vs/workbench/contrib/snippets/browser/snippetPicker": [ + "User Snippets", + "Workspace Snippets", + "Hide from IntelliSense", + "(hidden from IntelliSense)", + "Show in IntelliSense", + "Select a snippet" ], "vs/workbench/contrib/snippets/browser/snippetsFile": [ "Workspace Snippet", @@ -18804,16 +22326,43 @@ "{0}, {1}", "{0}, {1}" ], + "vs/workbench/contrib/format/browser/formatActionsNone": [ + "Format Document", + "This file cannot be formatted because it is too large", + "There is no formatter for '{0}' files installed.", + "Cancel", + "Install Formatter..." + ], + "vs/workbench/contrib/codeEditor/browser/toggleRenderWhitespace": [ + "Toggle Render Whitespace", + "&&Render Whitespace" + ], + "vs/workbench/contrib/format/browser/formatModified": [ + "Format Modified Lines" + ], + "vs/workbench/contrib/audioCues/browser/audioCueService": [ + "Error on Line", + "Warning on Line", + "Folded Area on Line", + "Breakpoint on Line", + "Inline Suggestion on Line", + "Debugger Stopped on Breakpoint", + "No Inlay Hints on Line" + ], "vs/workbench/contrib/format/browser/formatActionsMultiple": [ "None", "None", - "Extension '{0}' cannot format '{1}'", - "There are multiple formatters for '{0}' files. Select a default formatter to continue.", + "Extension '{0}' is configured as formatter but it cannot format '{1}'-files", + "There are multiple formatters for '{0}' files. One of them should be configured as default formatter.", "Extension '{0}' is configured as formatter but not available. Select a different default formatter to continue.", + "Configure Default Formatter", "Configure...", "Cancel", "Configure...", "Select a default formatter for '{0}' files", + "Configure...", + "Formatter Conflicts", + "Formatting", "Defines a default formatter which takes precedence over all other formatter settings. Must be the identifier of an extension contributing a formatter.", "(default)", "Configure Default Formatter...", @@ -18822,15 +22371,6 @@ "Format Document With...", "Format Selection With..." ], - "vs/workbench/contrib/format/browser/formatActionsNone": [ - "Format Document", - "This file cannot be formatted because it is too large", - "There is no formatter for '{0}' files installed.", - "Install Formatter..." - ], - "vs/workbench/contrib/format/browser/formatModified": [ - "Format Modified Lines" - ], "vs/workbench/contrib/update/browser/update": [ "Release Notes", "This version of {0} does not have release notes online", @@ -18838,12 +22378,12 @@ "Show Release Notes", "Welcome to {0} v{1}! Would you like to read the Release Notes?", "Release Notes", - "Our license terms have changed, please click [here]({0}) to go through them.", "New {0} update available.", "Checking for Updates...", + "Downloading...", + "Updating...", "Update Service", "There are currently no updates available.", - "OK", "There is an available update.", "Download Update", "Later", @@ -18852,7 +22392,6 @@ "Install Update", "Later", "Release Notes", - "{0} {1} is being installed in the background; we'll let you know when it's done.", "Update Now", "Later", "Release Notes", @@ -18867,132 +22406,68 @@ "Switch to Insiders Version...", "Switch to Stable Version...", "Changing the version requires a reload to take effect", - "Press the reload button to switch to the nightly pre-production version of VSCode.", - "Press the reload button to switch to the monthly released stable version of VSCode.", + "Press the reload button to switch to the Insiders version of VS Code.", + "Press the reload button to switch to the Stable version of VS Code.", "&&Reload", "Choose the settings sync service to use after changing the version", "Insiders", "Stable (current)", "Cancel", - "Insiders version of VSCode will synchronize your settings, keybindings, extensions, snippets and UI State using separate insiders settings sync service by default.", + "The Insiders version of VS Code will synchronize your settings, keybindings, extensions, snippets and UI State using separate insiders settings sync service by default.", "Check for Updates..." ], "vs/base/browser/ui/keybindingLabel/keybindingLabel": [ "Unbound" ], - "vs/workbench/contrib/welcome/page/browser/welcomePage": [ - "Start without an editor.", - "Open the Welcome page.", - "Open the README when opening a folder that contains one, fallback to 'welcomePage' otherwise.", - "Open a new untitled file (only applies when opening an empty window).", - "Open the Welcome page when opening an empty workbench.", - "Open the Getting Started page.", - "Controls which editor is shown at startup, if none are restored from the previous session.", - "Start without an editor.", - "Open the Welcome page.", - "Open the README when opening a folder that contains one, fallback to 'welcomePage' otherwise.", - "Open a new untitled file (only applies when opening an empty window).", - "Open the Welcome page when opening an empty workbench.", - "Open the Getting Started page.", - "Controls which editor is shown at startup, if none are restored from the previous session.", - "Welcome", - "JavaScript", - "Python", - "Java", - "PHP", - "Azure", - "Show Azure extensions", - "Docker", - "Vim", - "Sublime", - "Atom", - "Support for {0} is already installed.", - "The window will reload after installing additional support for {0}.", - "Installing additional support for {0}...", - "Support for {0} with id {1} could not be found.", - "The {0} keyboard shortcuts are already installed.", - "The window will reload after installing the {0} keyboard shortcuts.", - "Installing the {0} keyboard shortcuts...", - "The {0} keyboard shortcuts with id {1} could not be found.", - "Welcome", - "Open folder {0} with path {1}", - ", ", - "Install {0} keymap", - "Install additional support for {0}", - "{0} keymap is already installed", - "{0} support is already installed", - "OK", - "Details" - ], - "vs/workbench/contrib/welcome/gettingStarted/browser/gettingStarted": [ - "Getting Started. Overview of how to get up to speed with your editor.", - "More", - "Hide", - "No remaining walkthroughs.", - "Configure visibility?", - "Visual Studio Code", - "Editing evolved", - "Getting Started", + "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted": [ + "Overview of how to get up to speed with your editor.", + "Open Walkthrough...", + "Get Started", + "When checked, this page will be shown on startup.", "Show welcome page on startup", + "Editing evolved", "Open folder {0} with path {1}", "Recent", + "You have no recent folders,", + "open a folder", + "to start.", + "Show All Recent Folders {0}", "Start", - "Next", - "Next Page", - "Image showing {0}" - ], - "vs/workbench/contrib/welcome/gettingStarted/browser/gettingStartedInput": [ - "Getting Started" - ], - "vs/workbench/contrib/welcome/gettingStarted/browser/gettingStartedIcons": [ - "Used to represent getting started items which have not been completed", - "Used to represent getting started items which have been completed" - ], - "vs/workbench/contrib/welcome/walkthroughs/browser/walkthroughs": [ - "Getting Started", - "More", - "Getting Started. Overview of how to get up to speed with your editor.", - "Press Enter to Select", - "Press Enter to Select", - "Visual Studio Code", + "New", + "Updated", + "Hide", "Walkthroughs", + "More...", + "All {0} steps complete!", + "{0} of {1} steps complete", "Image showing {0}", - "Next", - "Next Page" + "Mark Done", + "Next Section", + "privacy statement", + "opt out", + "{0} collects usage data. Read our {1} and learn how to {2}." + ], + "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedIcons": [ + "Used to represent walkthrough steps which have not been completed", + "Used to represent walkthrough steps which have been completed" ], - "vs/workbench/contrib/welcome/walkThrough/browser/walkThroughPart": [ + "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedService": [ + "Built-In" + ], + "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedInput": [ + "Get Started" + ], + "vs/workbench/contrib/welcomeWalkthrough/browser/walkThroughPart": [ "unbound", "It looks like Git is not installed on your system.", "Background color for the embedded editors on the Interactive Playground." ], - "vs/workbench/contrib/welcome/walkThrough/browser/editor/editorWalkThrough": [ - "Interactive Playground", - "Interactive Playground" - ], - "vs/workbench/contrib/callHierarchy/browser/callHierarchyPeek": [ - "Calls from '{0}'", - "Callers of '{0}'", - "Loading...", - "No calls from '{0}'", - "No callers of '{0}'" + "vs/workbench/contrib/welcomeWalkthrough/browser/editor/editorWalkThrough": [ + "Editor Playground", + "Interactive Editor Playground" ], - "vs/editor/contrib/peekView/peekView": [ - "Whether the current code editor is embedded inside peek", - "Close", - "Background color of the peek view title area.", - "Color of the peek view title.", - "Color of the peek view title info.", - "Color of the peek view borders and arrow.", - "Background color of the peek view result list.", - "Foreground color for line nodes in the peek view result list.", - "Foreground color for file nodes in the peek view result list.", - "Background color of the selected entry in the peek view result list.", - "Foreground color of the selected entry in the peek view result list.", - "Background color of the peek view editor.", - "Background color of the gutter in the peek view editor.", - "Match highlight color in the peek view result list.", - "Match highlight color in the peek view editor.", - "Match highlight border in the peek view editor." + "vs/workbench/contrib/welcomeViews/common/viewsWelcomeContribution": [ + "The viewsWelcome contribution in '{0}' requires 'enabledApiProposals: [\"contribViewsWelcome\"]' in order to use the 'group' proposed property." ], "vs/workbench/contrib/outline/browser/outlinePane": [ "The active editor cannot provide outline information.", @@ -19005,6 +22480,20 @@ "Sort By: Name", "Sort By: Category" ], + "vs/workbench/contrib/typeHierarchy/browser/typeHierarchyPeek": [ + "Supertypes of '{0}'", + "Subtypes of '{0}'", + "Loading...", + "No supertypes of '{0}'", + "No subtypes of '{0}'" + ], + "vs/workbench/contrib/callHierarchy/browser/callHierarchyPeek": [ + "Calls from '{0}'", + "Callers of '{0}'", + "Loading...", + "No calls from '{0}'", + "No callers of '{0}'" + ], "vs/workbench/contrib/codeEditor/browser/outline/documentSymbolsTree": [ "{0} ({1})", "1 problem in this element", @@ -19044,6 +22533,7 @@ "{0}: Show Settings Conflicts", "{0}: Show Keybindings Conflicts", "{0}: Show User Snippets Conflicts", + "{0}: Show User Tasks Conflicts", "{0}: Sync Now", "syncing", "synced {0}", @@ -19076,7 +22566,14 @@ "Open {0} File", "{0}: Conflicts Detected", "Turning on Settings Sync...", + "Settings Sync is Off", "Sign in to Sync Settings", + "Settings Sync is Off", + "Turn On Settings Sync", + "Cancel", + "Your settings, keybindings, extensions, snippets and UI State were initialized but are not getting synced. Do you want to turn on Settings Sync?", + "You can always change this later.", + "Learn More", "No authentication providers are available.", "Settings sync cannot be turned on because size of the {0} file to sync is larger than {1}. Please open the file and reduce the size and turn on sync", "Settings sync cannot be turned on because the current version ({0}, {1}) is not compatible with the sync service. Please update before turning on sync.", @@ -19086,10 +22583,7 @@ "Show Synced Data", "Error while turning on Settings Sync: Authentication failed.", "Error while turning on Settings Sync. Please check [logs]({0}) for more details.", - "Synchronizing your settings is a preview feature, please read the documentation before turning it on.", - "Turn On", - "Open Documentation", - "Cancel", + "Error while turning on Settings Sync. {0}", "Sign in & Turn on", "Please sign in to synchronize your data across devices.", "for each platform", @@ -19111,6 +22605,7 @@ "Turn on Settings Sync...", "Turn on Settings Sync...", "Turn on Settings Sync...", + "Settings Sync is Off (1)", "Turning on Settings Sync...", "Sign in to Sync Settings", "Sign in to Sync Settings (1)", @@ -19118,6 +22613,8 @@ "{0}: Show Settings Conflicts (1)", "{0}: Show Keybindings Conflicts (1)", "{0}: Show Keybindings Conflicts (1)", + "{0}: Show User Tasks Conflicts (1)", + "{0}: Show User Tasks Conflicts (1)", "{0}: Show User Snippets Conflicts ({1})", "{0}: Show User Snippets Conflicts ({1})", "Settings Sync is On", @@ -19140,15 +22637,10 @@ ], "vs/workbench/contrib/feedback/browser/feedbackStatusbarItem": [ "Tweet Feedback", - "Tweet Feedback", + "Feedback", "Tweet Feedback", "Tweet Feedback" ], - "vs/workbench/contrib/codeActions/common/codeActionsContribution": [ - "Controls whether auto fix action should be run on file save.", - "Code action kinds to be run on save.", - "Controls whether '{0}' actions should be run on file save." - ], "vs/workbench/contrib/codeActions/common/codeActionsExtensionPoint": [ "Configure which editor to use for a resource.", "Language modes that the code actions are enabled for.", @@ -19156,27 +22648,42 @@ "Label for the code action used in the UI.", "Description of what the code action does." ], - "vs/workbench/contrib/codeActions/common/documentationExtensionPoint": [ - "Contributed documentation.", - "Contributed documentation for refactorings.", - "Contributed documentation for refactoring.", - "Label for the documentation used in the UI.", - "When clause.", - "Command executed." - ], - "vs/workbench/contrib/welcome/common/viewsWelcomeContribution": [ - "The viewsWelcome contribution in '{0}' requires 'enableProposedApi' to be enabled." + "vs/workbench/contrib/codeActions/browser/codeActionsContribution": [ + "Controls whether auto fix action should be run on file save.", + "Code action kinds to be run on save.", + "Controls whether '{0}' actions should be run on file save." ], - "vs/workbench/contrib/welcome/common/viewsWelcomeExtensionPoint": [ + "vs/workbench/contrib/welcomeViews/common/viewsWelcomeExtensionPoint": [ "Contributed views welcome content. Welcome content will be rendered in tree based views whenever they have no meaningful content to display, ie. the File Explorer when no folder is open. Such content is useful as in-product documentation to drive users to use certain features before they are available. A good example would be a `Clone Repository` button in the File Explorer welcome view.", "Contributed welcome content for a specific view.", "Target view identifier for this welcome content. Only tree based views are supported.", "Target view identifier for this welcome content. Only tree based views are supported.", "Welcome content to be displayed. The format of the contents is a subset of Markdown, with support for links only.", "Condition when the welcome content should be displayed.", - "Group to which this welcome content belongs.", + "Group to which this welcome content belongs. Proposed API.", "Condition when the welcome content buttons and command links should be enabled." ], + "vs/workbench/contrib/codeActions/common/documentationExtensionPoint": [ + "Contributed documentation.", + "Contributed documentation for refactorings.", + "Contributed documentation for refactoring.", + "Label for the documentation used in the UI.", + "When clause.", + "Command executed." + ], + "vs/workbench/contrib/profiles/common/profilesActions": [ + "Export Settings as a Profile...", + "Save Profile", + "{0}: Exported successfully.", + "Import Settings from a Profile...", + "Import Settings from a Profile", + "This will replace your current settings. Are you sure you want to continue?", + "Import from profile file", + "Import from URL", + "Import Settings from a Profile", + "Provide profile URL or select profile file to import", + "Import Profile" + ], "vs/workbench/contrib/timeline/browser/timelinePane": [ "Loading...", "Load more", @@ -19195,74 +22702,131 @@ "Pin the Current Timeline", "Timeline", "Unpin the Current Timeline", - "Timeline", - "Include: {0}", "Timeline" ], - "vs/workbench/contrib/workspace/browser/workspaceTrustEditor": [ - "This workspace is trusted", - "This workspace is not trusted", - "Do you want to trust this workspace?", - "Trust is required for certain extensions to function in this workspace. [Learn more](https://aka.ms/vscode-workspace-trust).", - "Trust", - "Don't Trust", - "Disabled Extensions", - "The following extensions require the workspace to be trusted. They will be disabled while the workspace is not trusted.", - "Limited Extensions", - "The following extensions can function partially in a non-trusted workspace. Some functionality will be turned off while the workspace is not trusted.", - "Configure All Workspaces", - "Features Affected By Workspace Trust" - ], "vs/workbench/services/workspaces/browser/workspaceTrustEditorInput": [ "Workspace Trust" ], - "vs/workbench/services/textfile/common/textFileEditorModelManager": [ - "Failed to save '{0}': {1}" - ], - "vs/workbench/services/textMate/common/TMGrammars": [ - "Contributes textmate tokenizers.", - "Language identifier for which this syntax is contributed to.", - "Textmate scope name used by the tmLanguage file.", - "Path of the tmLanguage file. The path is relative to the extension folder and typically starts with './syntaxes/'.", - "A map of scope name to language id if this grammar contains embedded languages.", - "A map of scope name to token types.", - "List of language scope names to which this grammar is injected to." - ], - "vs/workbench/services/textMate/common/TMGrammarFactory": [ - "No TM Grammar registered for this language.", - "No TM Grammar registered for this language." - ], - "vs/workbench/browser/parts/titlebar/titlebarPart": [ - "[Unsupported]", - "[Administrator]", - "[Superuser]", - "[Extension Development Host]" - ], - "vs/workbench/electron-sandbox/parts/titlebar/menubarControl": [ - "Preferences" + "vs/workbench/contrib/localHistory/browser/localHistoryTimeline": [ + "Local History" ], - "vs/workbench/contrib/files/browser/editors/textFileEditor": [ - "Text File Editor", - "File is a directory", - "Create File" + "vs/workbench/contrib/localHistory/browser/localHistoryCommands": [ + "Local History", + "Compare with File", + "Compare with Previous", + "Select for Compare", + "Compare with Selected", + "Show Contents", + "Restore Contents", + "File Restored", + "Do you want to restore the contents of '{0}'?", + "Restoring will discard any unsaved changes.", + "&&Restore", + "Unable to restore '{0}'.", + "Find Entry to Restore", + "Select the file to show local history for", + "Select the local history entry to open", + "Rename", + "Rename Local History Entry", + "Enter the new name of the local history entry", + "Delete", + "Do you want to delete the local history entry of '{0}' from {1}?", + "This action is irreversible!", + "&&Delete", + "Delete All", + "Do you want to delete all entries of all files in local history?", + "This action is irreversible!", + "&&Delete All", + "Create Entry", + "Create Local History Entry", + "Enter the new name of the local history entry for '{0}'", + "{0} ({1} • {2})", + "{0} ({1} • {2}) ↔ {3}", + "{0} ({1} • {2}) ↔ {3} ({4} • {5})" + ], + "vs/workbench/contrib/audioCues/browser/commands": [ + "Help: List Audio Cues", + "Disabled", + "Enable/Disable Audio Cue", + "Select an audio cue to play" ], - "vs/workbench/contrib/welcome/telemetryOptOut/browser/telemetryOptOut": [ - "Help improve VS Code by allowing Microsoft to collect usage data. Read our [privacy statement]({0}) and learn how to [opt out]({1}).", - "Help improve VS Code by allowing Microsoft to collect usage data. Read our [privacy statement]({0}) and learn how to [opt in]({1}).", - "Read More", - "Please help Microsoft improve Visual Studio Code by allowing the collection of usage data. Read our [privacy statement]({0}) for more details.", - "Yes, glad to help", - "No, thanks" + "vs/workbench/common/editor/textEditorModel": [ + "Language {0} was automatically detected and set as the language mode." ], - "vs/workbench/browser/parts/notifications/notificationsCenter": [ - "No new notifications", - "Notifications", - "Notification Center Actions" + "vs/workbench/contrib/workspace/browser/workspaceTrustEditor": [ + "Icon for workspace trust ion the banner.", + "Icon for the checkmark in the workspace trust editor.", + "Icon for the cross in the workspace trust editor.", + "Icon for the pick folder icon in the workspace trust editor.", + "Icon for the edit folder icon in the workspace trust editor.", + "Icon for the remove folder icon in the workspace trust editor.", + "Host", + "Path", + "{0}, trusted", + "{0} on {1}, trusted", + "Trusted Folders & Workspaces", + "Add Folder", + "Add Folder", + "Trust Folder", + "Select Folder To Trust", + "You trust the following folders, their subfolders, and workspace files.", + "You haven't trusted any folders or workspace files yet.", + "You will trust all repositories on {0}.", + "You will trust all repositories and forks under '{0}' on {1}.", + "You cannot trust individual folders within a repository.", + "Trust Folder", + "Select Folder To Trust", + "Edit Path", + "Open File Picker", + "Delete Path", + "Local", + "This window is trusted", + "You trust this window", + "You trust this folder", + "You trust this workspace", + "You are in Restricted Mode", + "In a Trusted Window", + "In Restricted Mode", + "You trust the authors of the files in the current window. All features are enabled:", + "You do not trust the authors of the files in the current window. The following features are disabled:", + "In a Trusted Folder", + "In Restricted Mode", + "You trust the authors of the files in the current folder. All features are enabled:", + "You do not trust the authors of the files in the current folder. The following features are disabled:", + "In a Trusted Workspace", + "In Restricted Mode", + "You trust the authors of the files in the current workspace. All features are enabled:", + "You do not trust the authors of the files in the current workspace. The following features are disabled:", + "All features are enabled because trust has been granted to the workspace.", + "{0} is in a restricted mode intended for safe code browsing.", + "[Configure your settings]({0}) or [learn more](https://aka.ms/vscode-workspace-trust).", + "Manage Workspace Trust", + "Trusted Folders & Workspaces", + "Tasks are allowed to run", + "Debugging is enabled", + "All extensions are enabled", + "Tasks are allowed to run", + "Debugging is enabled", + "All workspace settings are applied", + "All extensions are enabled", + "Tasks are not allowed to run", + "Debugging is disabled", + "[{0} extensions]({1}) are disabled or have limited functionality", + "Tasks are not allowed to run", + "Debugging is disabled", + "[{0} workspace settings]({1}) are not applied", + "Workspace settings requiring trust are not applied", + "[{0} extensions]({1}) are disabled or have limited functionality", + "Trust", + "Trust the authors of all files in the current folder or its parent '{0}'.", + "Trust Parent", + "Don't Trust", + "This workspace is trusted via the bolded entries in the trusted folders below.", + "This folder is trusted via the bolded entries in the the trusted folders below.", + "This window is trusted by nature of the workspace that is opened." ], - "vs/workbench/browser/parts/notifications/notificationsAlerts": [ - "Error: {0}", - "Warning: {0}", - "Info: {0}" + "vs/workbench/services/textfile/common/textFileEditorModelManager": [ + "Failed to save '{0}': {1}" ], "vs/workbench/browser/parts/notifications/notificationsStatus": [ "Notifications", @@ -19277,10 +22841,18 @@ "{0} New Notifications ({1} in progress)", "Status Message" ], + "vs/workbench/browser/parts/notifications/notificationsCenter": [ + "No new notifications", + "Notifications", + "Notification Center Actions", + "Notifications Center" + ], + "vs/workbench/browser/parts/notifications/notificationsAlerts": [ + "Error: {0}", + "Warning: {0}", + "Info: {0}" + ], "vs/workbench/browser/parts/notifications/notificationsCommands": [ - "Whether a notification has keyboard focus", - "Whether the notifications center is visible", - "Whether a notification toast is visible", "Notifications", "Show Notifications", "Hide Notifications", @@ -19296,6 +22868,7 @@ "Save and Retry", "Save and Retry", "Open Settings", + "Unable to write {0} because it is configured in system policy.", "Unable to write to {0} because {1} is not a registered configuration.", "Unable to write {0} to Workspace Settings. This setting can be written only into User settings.", "Unable to write {0} to Workspace Settings. This setting can be written only into User settings.", @@ -19311,40 +22884,142 @@ "Unable to write into remote user settings. Please open the remote user settings to correct errors/warnings in it and try again.", "Unable to write into workspace settings. Please open the workspace settings to correct errors/warnings in the file and try again.", "Unable to write into folder settings. Please open the '{0}' folder settings to correct errors/warnings in it and try again.", - "Unable to write into tasks configuration file because the file is dirty. Please save it first and then try again.", - "Unable to write into launch configuration file because the file is dirty. Please save it first and then try again.", - "Unable to write into user settings because the file is dirty. Please save the user settings file first and then try again.", - "Unable to write into remote user settings because the file is dirty. Please save the remote user settings file first and then try again.", - "Unable to write into workspace settings because the file is dirty. Please save the workspace settings file first and then try again.", - "Unable to write into folder settings because the file is dirty. Please save the '{0}' folder settings file first and then try again.", + "Unable to write into tasks configuration file because the file has unsaved changes. Please save it first and then try again.", + "Unable to write into launch configuration file because the file has unsaved changes. Please save it first and then try again.", + "Unable to write into user settings because the file has unsaved changes. Please save the user settings file first and then try again.", + "Unable to write into remote user settings because the file has unsaved changes. Please save the remote user settings file first and then try again.", + "Unable to write into workspace settings because the file has unsaved changes. Please save the workspace settings file first and then try again.", + "Unable to write into folder settings because the file has unsaved changes. Please save the '{0}' folder settings file first and then try again.", "Unable to write into tasks configuration file because the content of the file is newer.", "Unable to write into launch configuration file because the content of the file is newer.", "Unable to write into user settings because the content of the file is newer.", "Unable to write into remote user settings because the content of the file is newer.", "Unable to write into workspace settings because the content of the file is newer.", "Unable to write into folder settings because the content of the file is newer.", + "Unable to write to {0} because of an internal error.", "User Settings", "Remote User Settings", "Workspace Settings", "Folder Settings" ], - "vs/base/common/jsonErrorMessages": [ - "Invalid symbol", - "Invalid number format", - "Property name expected", - "Value expected", - "Colon expected", - "Comma expected", - "Closing brace expected", - "Closing bracket expected", - "End of file expected" + "vs/workbench/browser/parts/notifications/notificationsToasts": [ + "{0}, notification", + "{0}, source: {1}, notification" + ], + "vs/workbench/services/textMate/common/TMGrammars": [ + "Contributes textmate tokenizers.", + "Language identifier for which this syntax is contributed to.", + "Textmate scope name used by the tmLanguage file.", + "Path of the tmLanguage file. The path is relative to the extension folder and typically starts with './syntaxes/'.", + "A map of scope name to language id if this grammar contains embedded languages.", + "A map of scope name to token types.", + "List of language scope names to which this grammar is injected to.", + "Defines which scope names contain balanced brackets.", + "Defines which scope names do not contain balanced brackets." + ], + "vs/workbench/browser/parts/titlebar/titlebarPart": [ + "Hide Layout Control" + ], + "vs/workbench/contrib/files/browser/editors/textFileEditor": [ + "Text File Editor", + "Reveal in Explorer View", + "OK", + "File is a directory", + "File not found", + "Create File" + ], + "vs/workbench/services/workingCopy/common/workingCopyHistoryTracker": [ + "Undo / Redo" + ], + "vs/workbench/contrib/extensions/electron-sandbox/extensionsSlowActions": [ + "Performance Issue", + "Report Issue", + "Did you attach the CPU-Profile?", + "This is a reminder to make sure that you have not forgotten to attach '{0}' to the issue you have just created.", + "Show Issues", + "Did you attach the CPU-Profile?", + "This is a reminder to make sure that you have not forgotten to attach '{0}' to an existing performance issue." + ], + "vs/workbench/contrib/extensions/electron-sandbox/reportExtensionIssueAction": [ + "Report Issue" + ], + "vs/workbench/contrib/terminal/electron-sandbox/terminalRemote": [ + "Create New Integrated Terminal (Local)" + ], + "vs/workbench/contrib/terminal/browser/terminalProfileResolverService": [ + "The terminal is using deprecated shell/shellArgs settings, do you want to migrate it to a profile?", + "Migrate" + ], + "vs/workbench/contrib/tasks/browser/taskTerminalStatus": [ + "Task is running", + "Task succeeded", + "Task succeeded and waiting...", + "Task has errors", + "Task has errors and is waiting...", + "Task has warnings", + "Task has warnings and is waiting...", + "Task has infos", + "Task has infos and is waiting..." + ], + "vs/workbench/contrib/terminal/browser/baseTerminalBackend": [ + "Restart pty host", + "The connection to the terminal's pty host process is unresponsive, the terminals may stop working." + ], + "vs/workbench/contrib/tasks/common/taskTemplates": [ + "Executes .NET Core build command", + "Executes the build target", + "Example to run an arbitrary external command", + "Executes common maven commands" + ], + "vs/workbench/contrib/localHistory/browser/localHistory": [ + "Icon for a local history entry in the timeline view.", + "Icon for restoring contents of a local history entry." + ], + "vs/workbench/contrib/tasks/common/taskConfiguration": [ + "Warning: options.cwd must be of type string. Ignoring value {0}\n", + "Error: command argument must either be a string or a quoted string. Provided value is:\n{0}", + "Warning: shell configuration is only supported when executing tasks in the terminal.", + "Error: Problem Matcher in declare scope must have a name:\n{0}\n", + "Warning: the defined problem matcher is unknown. Supported types are string | ProblemMatcher | Array.\n{0}\n", + "Error: Invalid problemMatcher reference: {0}\n", + "Error: tasks configuration must have a type property. The configuration will be ignored.\n{0}\n", + "Error: there is no registered task type '{0}'. Did you miss installing an extension that provides a corresponding task provider?", + "Error: the task configuration '{0}' is missing the required property 'type'. The task configuration will be ignored.", + "Error: the task configuration '{0}' is using an unknown type. The task configuration will be ignored.", + "Error: tasks is not declared as a custom task. The configuration will be ignored.\n{0}\n", + "Error: a task must provide a label property. The task will be ignored.\n{0}\n", + "Warning: {0} tasks are unavailable in the current environment.\n", + "Error: the task '{0}' neither specifies a command nor a dependsOn property. The task will be ignored. Its definition is:\n{1}", + "Error: the task '{0}' doesn't define a command. The task will be ignored. Its definition is:\n{1}", + "Task version 2.0.0 doesn't support global OS specific tasks. Convert them to a task with a OS specific command. Affected tasks are:\n{0}" + ], + "vs/workbench/contrib/tasks/browser/taskQuickPick": [ + "Show All Tasks...", + "Configuration icon in the tasks selection list.", + "Icon for remove in the tasks selection list.", + "Configure Task", + "contributed", + "All {0} tasks", + "Remove Recently Used Task", + "recently used", + "configured", + "configured", + "No", + "Yes", + "Task detection for {0} tasks causes files in any workspace you open to be run as code. Enabling {0} task detection is a user setting and will apply to any workspace you open. Do you want to enable {0} task detection for all workspaces?", + "Select the task to run", + "$(gear) {0} task detection is turned off. Enable {1} task detection...", + "Go back ↩", + "No {0} tasks found. Go back ↩", + "There is no task provider registered for tasks of type \"{0}\"." ], - "vs/workbench/contrib/codeEditor/browser/find/simpleFindWidget": [ - "Find", - "Find", - "Previous match", - "Next match", - "Close" + "vs/workbench/services/extensions/common/extensionsUtil": [ + "Overwriting extension {0} with {1}.", + "Overwriting extension {0} with {1}.", + "Loading development extension at {0}" + ], + "vs/workbench/services/extensions/common/extensionHostManager": [ + "Measure Extension Host Latency" ], "vs/workbench/api/common/extHostDiagnostics": [ "Not showing {0} further errors and warnings." @@ -19353,6 +23028,7 @@ "{0} (Extension)" ], "vs/workbench/api/common/extHostStatusBar": [ + "{0} (Extension)", "Extension Status" ], "vs/workbench/api/common/extHostTreeViews": [ @@ -19362,14 +23038,10 @@ "No tree view with id '{0}' registered.", "No tree view with id '{0}' registered.", "No tree view with id '{0}' registered.", + "No tree view with id '{0}' registered.", + "No tree view with id '{0}' registered.", "Element with id {0} is already registered" ], - "vs/workbench/contrib/debug/node/debugAdapter": [ - "Debug adapter executable '{0}' does not exist.", - "Cannot determine executable for debug adapter '{0}'.", - "Unable to launch debug adapter from '{0}'.", - "Unable to launch debug adapter." - ], "vs/editor/browser/widget/diffReview": [ "Icon for 'Insert' in diff review.", "Icon for 'Remove' in diff review.", @@ -19390,11 +23062,15 @@ "vs/editor/browser/widget/inlineDiffMargin": [ "Copy deleted lines", "Copy deleted line", + "Copy changed lines", + "Copy changed line", "Copy deleted line ({0})", + "Copy changed line ({0})", "Revert this change", - "Copy deleted line ({0})" + "Copy deleted line ({0})", + "Copy changed line ({0})" ], - "vs/editor/contrib/codeAction/codeActionCommands": [ + "vs/editor/contrib/codeAction/browser/codeActionCommands": [ "Kind of the code action to run.", "Controls when the returned actions are applied.", "Always apply the first returned code action.", @@ -19425,11 +23101,7 @@ "Auto Fix...", "No auto fixes available" ], - "vs/editor/contrib/folding/foldingDecorations": [ - "Icon for expanded ranges in the editor glyph margin.", - "Icon for collapsed ranges in the editor glyph margin." - ], - "vs/editor/contrib/find/findWidget": [ + "vs/editor/contrib/find/browser/findWidget": [ "Icon for 'Find in Selection' in the editor find widget.", "Icon to indicate that the editor find widget is collapsed.", "Icon to indicate that the editor find widget is expanded.", @@ -19439,15 +23111,15 @@ "Icon for 'Find Next' in the editor find widget.", "Find", "Find", - "Previous match", - "Next match", - "Find in selection", + "Previous Match", + "Next Match", + "Find in Selection", "Close", "Replace", "Replace", "Replace", "Replace All", - "Toggle Replace mode", + "Toggle Replace", "Only the first {0} results are highlighted, but all find operations work on the entire text.", "{0} of {1}", "No results", @@ -19457,22 +23129,46 @@ "{0} found for '{1}'", "Ctrl+Enter now inserts line break instead of replacing all. You can modify the keybinding for editor.action.replaceAll to override this behavior." ], - "vs/editor/contrib/format/format": [ + "vs/editor/contrib/inlineCompletions/browser/ghostTextHoverParticipant": [ + "Next", + "Previous", + "Accept", + "Suggestion:" + ], + "vs/editor/contrib/inlineCompletions/browser/ghostTextController": [ + "Whether an inline suggestion is visible", + "Whether the inline suggestion starts with whitespace", + "Whether the inline suggestion starts with whitespace that is less than what would be inserted by tab", + "Show Next Inline Suggestion", + "Show Previous Inline Suggestion", + "Trigger Inline Suggestion" + ], + "vs/editor/contrib/folding/browser/foldingDecorations": [ + "Icon for expanded ranges in the editor glyph margin.", + "Icon for collapsed ranges in the editor glyph margin." + ], + "vs/editor/contrib/format/browser/format": [ "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}" ], - "vs/editor/contrib/message/messageController": [ - "Whether the editor is currently showing an inline message", - "Cannot edit in read-only editor" + "vs/editor/contrib/gotoSymbol/browser/referencesModel": [ + "symbol in {0} on line {1} at column {2}", + "symbol in {0} on line {1} at column {2}, {3}", + "1 symbol in {0}, full path {1}", + "{0} symbols in {1}, full path {2}", + "No results found", + "Found 1 symbol in {0}", + "Found {0} symbols in {1}", + "Found {0} symbols in {1} files" ], - "vs/editor/contrib/gotoSymbol/peek/referencesController": [ - "Whether reference peek is visible, like 'Peek References' or 'Peek Definition'", - "Loading...", - "{0} ({1})" + "vs/editor/contrib/gotoSymbol/browser/symbolNavigation": [ + "Whether there are symbol locations that can be navigated via keyboard-only.", + "Symbol {0} of {1}, {2} for next", + "Symbol {0} of {1}" ], - "vs/editor/contrib/gotoError/gotoErrorWidget": [ + "vs/editor/contrib/gotoError/browser/gotoErrorWidget": [ "Error", "Warning", "Info", @@ -19481,56 +23177,92 @@ "{0} of {1} problems", "{0} of {1} problem", "Editor marker navigation widget error color.", + "Editor marker navigation widget error heading background.", "Editor marker navigation widget warning color.", + "Editor marker navigation widget warning heading background.", "Editor marker navigation widget info color.", + "Editor marker navigation widget info heading background.", "Editor marker navigation widget background." ], - "vs/editor/contrib/gotoSymbol/symbolNavigation": [ - "Whether there are symbol locations that can be navigated via keyboard-only.", - "Symbol {0} of {1}, {2} for next", - "Symbol {0} of {1}" + "vs/editor/contrib/gotoSymbol/browser/peek/referencesController": [ + "Whether reference peek is visible, like 'Peek References' or 'Peek Definition'", + "Loading...", + "{0} ({1})" ], - "vs/editor/contrib/gotoSymbol/referencesModel": [ - "symbol in {0} on line {1} at column {2}", - "symbol in {0} on line {1} at column {2}, {3}", - "1 symbol in {0}, full path {1}", - "{0} symbols in {1}, full path {2}", - "No results found", - "Found 1 symbol in {0}", - "Found {0} symbols in {1}", - "Found {0} symbols in {1} files" + "vs/editor/contrib/message/browser/messageController": [ + "Whether the editor is currently showing an inline message", + "Cannot edit in read-only editor" ], - "vs/editor/contrib/parameterHints/parameterHintsWidget": [ - "Icon for show next parameter hint.", - "Icon for show previous parameter hint.", - "{0}, hint" + "vs/editor/contrib/hover/browser/markerHoverParticipant": [ + "View Problem", + "No quick fixes available", + "Checking for quick fixes...", + "No quick fixes available", + "Quick Fix..." + ], + "vs/editor/contrib/inlayHints/browser/inlayHintsHover": [ + "Double click to insert", + "cmd + click", + "ctrl + click", + "option + click", + "alt + click", + "Go to Definition ({0}), right click for more", + "Go to Definition ({0})", + "Execute Command" + ], + "vs/editor/contrib/hover/browser/markdownHoverParticipant": [ + "Loading...", + "Tokenization is skipped for long lines for performance reasons. This can be configured via `editor.maxTokenizationLineLength`." ], - "vs/editor/contrib/rename/renameInputField": [ + "vs/editor/contrib/rename/browser/renameInputField": [ "Whether the rename input widget is visible", "Rename input. Type new name and press Enter to commit.", "{0} to Rename, {1} to Preview" ], - "vs/editor/contrib/suggest/suggestWidget": [ + "vs/editor/contrib/parameterHints/browser/parameterHintsWidget": [ + "Icon for show next parameter hint.", + "Icon for show previous parameter hint.", + "{0}, hint", + "Foreground color of the active item in the parameter hint." + ], + "vs/editor/contrib/suggest/browser/suggestWidget": [ "Background color of the suggest widget.", "Border color of the suggest widget.", "Foreground color of the suggest widget.", + "Foreground color of the selected entry in the suggest widget.", + "Icon foreground color of the selected entry in the suggest widget.", "Background color of the selected entry in the suggest widget.", "Color of the match highlights in the suggest widget.", + "Color of the match highlights in the suggest widget when an item is focused.", + "Foreground color of the suggest widget status.", "Loading...", "No suggestions.", - "{0}, docs: {1}", - "Suggest" + "Suggest", + "{0}{1}, {2}", + "{0}{1}", + "{0}, {1}", + "{0}, docs: {1}" + ], + "vs/workbench/api/browser/mainThreadWebviews": [ + "An error occurred while loading view: {0}" + ], + "vs/workbench/browser/parts/editor/textEditor": [ + "Editor" + ], + "vs/workbench/api/browser/mainThreadCustomEditors": [ + "Edit" ], "vs/platform/theme/common/tokenClassificationRegistry": [ "Colors and styles for the token.", "Foreground color for the token.", "Token background colors are currently not supported.", - "Sets the all font styles of the rule: 'italic', 'bold' or 'underline' or a combination. All styles that are not listed are unset. The empty string unsets all styles.", - "Font style must be 'italic', 'bold' or 'underline' or a combination. The empty string unsets all styles.", + "Sets the all font styles of the rule: 'italic', 'bold', 'underline' or 'strikethrough' or a combination. All styles that are not listed are unset. The empty string unsets all styles.", + "Font style must be 'italic', 'bold', 'underline' or 'strikethrough' or a combination. The empty string unsets all styles.", "None (clear inherited style)", "Sets or unsets the font style to bold. Note, the presence of 'fontStyle' overrides this setting.", "Sets or unsets the font style to italic. Note, the presence of 'fontStyle' overrides this setting.", "Sets or unsets the font style to underline. Note, the presence of 'fontStyle' overrides this setting.", + "Sets or unsets the font style to strikethrough. Note, the presence of 'fontStyle' overrides this setting.", "Style for comments.", "Style for strings.", "Style for keywords.", @@ -19553,6 +23285,7 @@ "Style for properties.", "Style for enum members.", "Style for events.", + "Style for decorators & annotations.", "Style for labels. ", "Style for all symbol declarations.", "Style to use for references in documentation.", @@ -19563,15 +23296,6 @@ "Style to use for symbols that are async.", "Style to use for symbols that are readonly." ], - "vs/workbench/api/browser/mainThreadWebviews": [ - "An error occurred while loading view: {0}" - ], - "vs/workbench/browser/parts/editor/textEditor": [ - "Editor" - ], - "vs/workbench/api/browser/mainThreadCustomEditors": [ - "Edit" - ], "vs/workbench/contrib/comments/browser/commentsView": [ "Comments for current workspace", "Comments in {0}, full path {1}", @@ -19579,24 +23303,26 @@ "Collapse All" ], "vs/workbench/contrib/comments/browser/commentsTreeViewer": [ + "{0} comments", + "1 comment", "Image: {0}", - "Image" - ], - "vs/workbench/browser/parts/editor/binaryEditor": [ - "Binary Viewer", - "The file is not displayed in the editor because it is too large ({0}).", - "The file is not displayed in the editor because it is either binary or uses an unsupported text encoding.", - "Do you want to open it anyway?" - ], - "vs/workbench/browser/parts/editor/tabsTitleControl": [ - "Tab actions" + "Image", + "[Ln {0}]", + "[Ln {0}-{1}]", + "Last reply from {0}" ], - "vs/base/browser/ui/menu/menubar": [ - "Application Menu", - "More" + "vs/workbench/contrib/testing/common/testResult": [ + "Test run at {0}" ], - "vs/base/browser/ui/menu/menu": [ - "{0} ({1})" + "vs/workbench/browser/parts/compositeBarActions": [ + "{0} ({1})", + "{0} - {1}", + "Additional Views", + "{0} ({1})", + "Manage Extension", + "Hide '{0}'", + "Keep '{0}'", + "Toggle View Pinned" ], "vs/base/browser/ui/tree/treeDefaults": [ "Collapse All" @@ -19604,39 +23330,58 @@ "vs/base/browser/ui/splitview/paneview": [ "{0} Section" ], + "vs/workbench/contrib/remote/browser/remoteIcons": [ + "Getting started icon in the remote explorer view.", + "Documentation icon in the remote explorer view.", + "Feedback icon in the remote explorer view.", + "Review issue icon in the remote explorer view.", + "Report issue icon in the remote explorer view.", + "View icon of the remote explorer view.", + "View icon of the remote ports view.", + "Icon representing a remote port.", + "Icon representing a private remote port.", + "Icon for the forward action.", + "Icon for the stop forwarding action.", + "Icon for the open browser action.", + "Icon for the open preview action.", + "Icon for the copy local address action.", + "Icon for the label port action.", + "Icon for forwarded ports that don't have a running process.", + "Icon for forwarded ports that do have a running process." + ], "vs/workbench/contrib/remote/browser/tunnelView": [ "Whether the Ports view is enabled.", "Add Port", + "Private", "Port", "The label and remote port number of the forwarded port.", "Local Address", "The address that the forwarded port is available at locally.", + "option + click", + "alt + click", + "cmd + click", + "ctrl + click", "Running Process", "The command line of the process that is using the port.", "Origin", "The source that a forwarded port originates from. Can be an extension, user forwarded, statically forwarded, or automatically forwarded.", - "Privacy", + "Visibility", "The availability of the forwarded port.", - "Public", - "Private", "Press Enter to confirm or Escape to cancel.", - "User Forwarded", - "Statically Forwarded", - "Auto Forwarded", - "Command line unavailable", + "Process information unavailable", "Remote port {0}:{1} forwarded to local address {2}. ", "Remote port {0}:{1} not forwarded. ", "Port has running process.", "No running process.", "Port labeled {0}. ", - "Accessible publicly. ", - "Only accessible from this machine. ", + "Unknown", + "Private", "Whether the Ports view has focus.", "Ports", "Tunnel View", "Set Port Label", "Port label", - "Forwarded port is invalid.", + "Forwarded port should be a number or a host:port.", "Port number must be ≥ 0 and < {0}.", "May Require Sudo", "Port is already forwarded", @@ -19659,16 +23404,80 @@ "Change Local Address Port", "The local port {0} is not available. Port number {1} has been used instead", "New local port", - "Make Public", - "Make Private" + "HTTP", + "HTTPS", + "Port Visibility", + "Change Port Protocol", + "The color of the icon for a port that has an associated running process." + ], + "vs/workbench/browser/parts/compositeBar": [ + "Active View Switcher" + ], + "vs/workbench/browser/parts/activitybar/activitybarActions": [ + "Manage Trusted Extensions", + "Sign Out", + "{0} is currently unavailable", + "You are not signed in to any accounts", + "Hide Accounts", + "Previous Primary Side Bar View", + "Next Primary Side Bar View", + "Focus Activity Bar" + ], + "vs/workbench/browser/parts/sidebar/sidebarActions": [ + "Focus into Primary Side Bar" + ], + "vs/workbench/browser/parts/compositePart": [ + "{0} actions", + "Views and More Actions...", + "{0} ({1})" + ], + "vs/workbench/browser/parts/editor/editorPanes": [ + "OK", + "Cancel", + "Unable to open '{0}'" ], "vs/base/browser/ui/toolbar/toolbar": [ "More Actions..." ], + "vs/workbench/browser/parts/titlebar/menubarControl": [ + "&&File", + "&&Edit", + "&&Selection", + "&&View", + "&&Go", + "&&Terminal", + "&&Help", + "Preferences", + "Accessibility support is enabled for you. For the most accessible experience, we recommend the custom title bar style.", + "Open Settings", + "Focus Application Menu", + "Check for &&Updates...", + "Checking for Updates...", + "D&&ownload Update", + "Downloading Update...", + "Install &&Update...", + "Installing Update...", + "Restart to &&Update" + ], + "vs/workbench/browser/parts/editor/tabsTitleControl": [ + "Tab actions" + ], + "vs/workbench/browser/parts/editor/binaryEditor": [ + "Binary Viewer", + "The file is not displayed in the editor because it is either binary or uses an unsupported text encoding.", + "Open Anyway" + ], + "vs/base/browser/ui/iconLabel/iconLabelHover": [ + "Loading..." + ], "vs/base/browser/ui/inputbox/inputBox": [ "Error: {0}", "Warning: {0}", - "Info: {0}" + "Info: {0}", + "for history" + ], + "vs/editor/common/model/editStack": [ + "Typing" ], "vs/workbench/services/preferences/browser/keybindingsEditorModel": [ "Default", @@ -19679,34 +23488,13 @@ "option", "meta" ], - "vs/workbench/services/preferences/common/preferencesValidation": [ - "Value must be a number.", - "Setting has an invalid type, expected {0}. Fix in JSON.", - "Value must be {0} or fewer characters long.", - "Value must be {0} or more characters long.", - "Value must match regex `{0}`.", - "Invalid color format. Use #RGB, #RGBA, #RRGGBB or #RRGGBBAA.", - "URI expected.", - "URI is expected.", - "URI with a scheme is expected.", - "Value must be strictly less than {0}.", - "Value must be strictly greater than {0}.", - "Value must be less than or equal to {0}.", - "Value must be greater than or equal to {0}.", - "Value must be a multiple of {0}.", - "Value must be an integer.", - "Array has duplicate items", - "Array must have at least {0} items", - "Array must have at most {0} items", - "Value {0} must match regex {1}.", - "Value {0} is not one of {1}" - ], "vs/base/parts/quickinput/browser/quickInput": [ "Back", "Press 'Enter' to confirm your input or 'Escape' to cancel", "{0}/{1}", "Type to narrow down results.", "{0} (Press 'Enter' to confirm or 'Escape' to cancel)", + "Toggle all checkboxes", "{0} Results", "{0} Selected", "OK", @@ -19715,28 +23503,57 @@ "Back" ], "vs/workbench/contrib/preferences/browser/preferencesRenderers": [ - "Place your settings here to override the Default Settings.", - "Place your settings here to override the User Settings.", - "Place your folder settings here to override those from the Workspace Settings.", "Edit", "Replace in Settings", "Copy to Settings", "Unknown Configuration Setting", + "This setting cannot be applied because it is configured in the system policy.", "This setting cannot be applied in this window. It will be applied when you open a local window.", "This setting cannot be applied in this workspace. It will be applied when you open the containing workspace folder directly.", "This setting can be applied only in application user settings", "This setting can only be applied in user settings in local window or in remote settings in remote window.", + "This setting can only be applied in a trusted workspace.", + "Manage Workspace Trust", + "Manage Workspace Trust", "Unsupported Property" ], - "vs/workbench/contrib/preferences/browser/preferencesWidgets": [ - "Place your settings in the right hand side editor to override.", - "No Settings Found.", - "Settings Switcher", - "User", - "Remote", - "Workspace", - "Folder", + "vs/workbench/contrib/preferences/browser/tocTree": [ + "Settings Table of Contents", + "{0}, group" + ], + "vs/workbench/services/preferences/common/preferencesValidation": [ + "Incorrect type. Expected \"boolean\".", + "Value must be a number.", + "The enum options should be strings, but there is a non-string option. Please file an issue with the extension author.", + "Incorrect type. Expected \"string\".", + "Setting has an invalid type, expected {0}. Fix in JSON.", + "Value must be {0} or fewer characters long.", + "Value must be {0} or more characters long.", + "Value must match regex `{0}`.", + "Invalid color format. Use #RGB, #RGBA, #RRGGBB or #RRGGBBAA.", + "URI expected.", + "URI is expected.", + "URI with a scheme is expected.", + "Value is not accepted. Valid values: {0}.", + "Value must be strictly less than {0}.", + "Value must be strictly greater than {0}.", + "Value must be less than or equal to {0}.", + "Value must be greater than or equal to {0}.", + "Value must be a multiple of {0}.", + "Value must be an integer.", + "Incorrect type. Expected an array.", + "Array has duplicate items", + "Array must have at least {0} items", + "Array must have at most {0} items", + "Incorrect type. Expected a string array.", + "Value {0} must match regex {1}.", + "Value {0} is not one of {1}", + "Incorrect type. Expected an object.", + "Property {0} is not allowed.\n" + ], + "vs/workbench/contrib/preferences/browser/settingsTreeModels": [ "Workspace", + "Remote", "User" ], "vs/workbench/contrib/preferences/browser/settingsLayout": [ @@ -19764,7 +23581,7 @@ "Search", "Debug", "Testing", - "SCM", + "Source Control", "Extensions", "Terminal", "Task", @@ -19774,43 +23591,21 @@ "Remote", "Timeline", "Notebook", + "Audio Cues", "Application", "Proxy", "Keyboard", "Update", "Telemetry", - "Settings Sync" - ], - "vs/workbench/contrib/preferences/browser/settingsTree": [ - "Extensions", - "Sync: Ignored", - "Modified", - "More Actions... ", - "Also modified in", - "Modified in", - "Show matching extensions", - "Edit in settings.json", - "default", - "Modified", - "Reset Setting", - "Validation Error.", - "Validation Error.", - "Modified.", - "Also modified in", - "Modified in", - "Settings", - "Copy Setting ID", - "Copy Setting as JSON", - "Sync This Setting" - ], - "vs/workbench/contrib/preferences/browser/settingsTreeModels": [ - "Workspace", - "Remote", - "User" + "Settings Sync", + "Security", + "Workspace" ], - "vs/workbench/contrib/preferences/browser/settingsWidgets": [ + "vs/workbench/contrib/preferences/common/settingsEditorColorRegistry": [ "The foreground color for a section header or active title.", "The color of the modified setting indicator.", + "The color of the header container border.", + "The color of the Settings editor splitview sash border.", "Settings editor dropdown background.", "Settings editor dropdown foreground.", "Settings editor dropdown border.", @@ -19826,67 +23621,99 @@ "Settings editor number input box border.", "The background color of a settings row when focused.", "The background color of a settings row when hovered.", - "The color of the row's top and bottom border when the row is focused.", - "OK", - "Cancel", - "List item `{0}`", - "List item `{0}` with sibling `${1}`", - "Remove Item", - "Edit Item", - "Add Item", - "String Item...", - "Sibling...", - "Exclude files matching `{0}`", - "Exclude files matching `{0}`, only when a file matching `{1}` is present", - "Remove Exclude Item", - "Edit Exclude Item", - "Add Pattern", - "Exclude Pattern...", - "When Pattern Is Present...", - "OK", - "Cancel", - "Key", - "Value", - "The property `{0}` is set to `{1}`.", - "Remove Item", - "Reset Item", - "Edit Item", - "Add Item", - "Item", - "Value" + "The color of the row's top and bottom border when the row is focused." ], - "vs/workbench/contrib/preferences/browser/tocTree": [ - "Settings Table of Contents", - "{0}, group" + "vs/workbench/contrib/preferences/browser/preferencesWidgets": [ + "User", + "Remote", + "Workspace", + "Folder", + "Settings Switcher", + "Workspace", + "User" ], - "vs/base/common/keybindingLabels": [ - "Ctrl", - "Shift", - "Alt", - "Windows", - "Ctrl", - "Shift", - "Alt", - "Super", - "Control", - "Shift", - "Alt", - "Command", - "Control", - "Shift", - "Alt", - "Windows", - "Control", - "Shift", - "Alt", - "Super" + "vs/workbench/contrib/preferences/browser/settingsSearchMenu": [ + "Modified", + "Add or remove modified settings filter", + "Extension ID...", + "Add extension ID filter", + "Feature...", + "Add feature filter", + "Tag...", + "Add tag filter", + "Language...", + "Add language ID filter", + "Online services", + "Show settings for online services", + "Policy services", + "Show settings for policy services" + ], + "vs/workbench/contrib/preferences/browser/settingsTree": [ + "Extensions", + "The setting has been configured in the current scope.", + "This setting is managed by your organization.", + "View policy settings", + "More Actions... ", + "Show matching extensions", + "Edit in settings.json", + "Edit settings for {0}", + "default", + "The setting has been configured in the current scope.", + "Manage Workspace Trust", + "This setting can only be applied in a trusted workspace", + "Reset Setting", + "Validation Error.", + "Validation Error.", + "Modified.", + "Settings", + "Copy Setting ID", + "Copy Setting as JSON", + "Sync This Setting" + ], + "vs/workbench/contrib/testing/common/constants": [ + "Errored", + "Failed", + "Passed", + "Queued", + "Running", + "Skipped", + "Not yet run", + "{0} ({1})", + "Debug", + "Run", + "Coverage" + ], + "vs/workbench/contrib/testing/browser/theme": [ + "Color for the 'failed' icon in the test explorer.", + "Color for the 'Errored' icon in the test explorer.", + "Color for the 'passed' icon in the test explorer.", + "Color for 'run' icons in the editor.", + "Color for the 'Queued' icon in the test explorer.", + "Color for the 'Unset' icon in the test explorer.", + "Color for the 'Skipped' icon in the test explorer.", + "Color of the peek view borders and arrow.", + "Color of the peek view borders and arrow.", + "Text color of test error messages shown inline in the editor.", + "Margin color beside error messages shown inline in the editor.", + "Text color of test info messages shown inline in the editor.", + "Margin color beside info messages shown inline in the editor." ], - "vs/workbench/contrib/notebook/browser/notebookKernelAssociation": [ - "Defines a default kernel provider which takes precedence over all other kernel providers settings. Must be the identifier of an extension contributing a kernel provider." + "vs/workbench/contrib/testing/browser/testingExplorerFilter": [ + "Show Only Failed Tests", + "Show Only Executed Tests", + "Show in Active File Only", + "Show Hidden Tests", + "More Filters...", + "Filter text for tests in the explorer", + "Filter (e.g. text, !exclude, @tag)", + "Fuzzy Match", + "Show Hidden Tests", + "Unhide All Tests", + "Filter" ], "vs/workbench/contrib/notebook/browser/extensionPoint": [ "Contributes notebook document provider.", - "Unique identifier of the notebook.", + "Type of the notebook.", "Human readable name of the notebook.", "Set of globs that the notebook is for.", "Glob that the notebook is enabled for.", @@ -19896,21 +23723,23 @@ "The editor is not automatically used when the user opens a resource, but a user can switch to the editor using the `Reopen With` command.", "Contributes notebook output renderer provider.", "Unique identifier of the notebook output renderer.", - "Rename `viewType` to `id`.", - "Unique identifier of the notebook output renderer.", "Human readable name of the notebook output renderer.", "Set of globs that the notebook is for.", "File to load in the webview to render the extension.", - "Contributes a renderer for markdown cells in notebooks.", - "Unique identifier of the notebook markdown renderer.", - "Human readable name of the notebook markdown renderer.", - "File to load in the webview to render the extension." + "List of kernel dependencies the renderer requires. If any of the dependencies are present in the `NotebookKernel.preloads`, the renderer can be used.", + "List of soft kernel dependencies the renderer can make use of. If any of the dependencies are present in the `NotebookKernel.preloads`, the renderer will be preferred over renderers that don't interact with the kernel.", + "Messaging is required. The renderer will only be used when it's part of an extension that can be run in an extension host.", + "The renderer is better with messaging available, but it's not requried.", + "The renderer does not require messaging.", + "Defines how and if the renderer needs to communicate with an extension host, via `createRendererMessaging`. Renderers with stronger messaging requirements may not work in all environments." ], - "vs/workbench/contrib/notebook/common/notebookEditorModel": [ - "The contents of the file has changed on disk. Would you like to open the updated version or overwrite the file with your changes?", - "Revert", - "Overwrite", - "Save Notebook" + "vs/workbench/contrib/notebook/browser/viewParts/notebookKernelActionViewItem": [ + "Select Kernel", + "Select Kernel" + ], + "vs/workbench/contrib/notebook/browser/view/renderers/backLayerWebView": [ + "Empty markdown cell, double click or press enter to edit.", + "No renderer found for '$0' a" ], "vs/workbench/contrib/notebook/browser/notebookEditorWidget": [ "Notebook", @@ -19919,86 +23748,39 @@ "The error icon color of notebook cells in the cell status bar.", "The error icon color of notebook cells in the cell status bar.", "The running icon color of notebook cells in the cell status bar.", - "The Color of the notebook output container background.", + "The border color of the notebook output container.", + "The color of the notebook output container background.", "The color of the separator in the cell bottom toolbar", "The background color of a cell when the cell is focused.", "The background color of a cell when the cell is selected.", "The background color of a cell when the cell is hovered.", "The color of the cell's top and bottom border when the cell is selected but not focused.", "The color of the cell's borders when multiple cells are selected.", - "The color of the cell's borders when the cell is focused.", + "The color of the cell's focus indicator borders when the cell is focused.", "The color of the cell's top and bottom border when a cell is focused while the primary focus is outside of the editor.", "The background color of notebook cell status bar items.", "The color of the notebook cell insertion indicator.", "Notebook scrollbar slider background color.", "Notebook scrollbar slider background color when hovering.", "Notebook scrollbar slider background color when clicked on.", - "Background color of highlighted cell" - ], - "vs/workbench/contrib/notebook/browser/notebookIcons": [ - "Configure icon in kernel configuration widget in notebook editors.", - "Configure icon to select a kernel in notebook editors.", - "Icon to execute in notebook editors.", - "Icon to stop an execution in notebook editors.", - "Icon to delete a cell in notebook editors.", - "Icon to execute all cells in notebook editors.", - "Icon to edit a cell in notebook editors.", - "Icon to stop editing a cell in notebook editors.", - "Icon to move up a cell in notebook editors.", - "Icon to move down a cell in notebook editors.", - "Icon to clear cell outputs in notebook editors.", - "Icon to split a cell in notebook editors.", - "Icon to unfold a cell in notebook editors.", - "Icon to indicate a success state in notebook editors.", - "Icon to indicate an error state in notebook editors.", - "Icon to annotate a collapsed section in notebook editors.", - "Icon to annotate an expanded section in notebook editors.", - "Icon to open the notebook in a text editor.", - "Icon to revert in notebook editors.", - "Icon to render output in diff editor.", - "Icon for a mime type in notebook editors." - ], - "vs/workbench/contrib/codeEditor/browser/find/simpleFindReplaceWidget": [ - "Find", - "Find", - "Previous match", - "Next match", - "Close", - "Toggle Replace mode", - "Replace", - "Replace", - "Replace", - "Replace All" + "Background color of highlighted cell", + "Cell editor background color." ], - "vs/base/browser/ui/iconLabel/iconLabel": [ - "Loading..." - ], - "vs/workbench/contrib/testing/browser/theme": [ - "Color for the 'failed' icon in the test explorer.", - "Color for the 'Errored' icon in the test explorer.", - "Color for the 'passed' icon in the test explorer.", - "Color for 'run' icons in the editor.", - "Color for the 'Queued' icon in the test explorer.", - "Color for the 'Unset' icon in the test explorer.", - "Color for the 'Skipped' icon in the test explorer.", - "Color of the peek view borders and arrow.", - "Text color of test error messages shown inline in the editor.", - "Margin color beside error messages shown inline in the editor.", - "Text color of test warning messages shown inline in the editor.", - "Margin color beside warning messages shown inline in the editor.", - "Text color of test info messages shown inline in the editor.", - "Margin color beside info messages shown inline in the editor.", - "Text color of test hint messages shown inline in the editor.", - "Margin color beside hint messages shown inline in the editor." - ], - "vs/workbench/contrib/testing/common/constants": [ - "Errored", - "Failed", - "Passed", - "Queued", - "Running", - "Skipped", - "Unset" + "vs/workbench/contrib/notebook/common/notebookEditorModel": [ + "The contents of the file has changed on disk. Would you like to open the updated version or overwrite the file with your changes?", + "Revert", + "Overwrite" + ], + "vs/workbench/services/workingCopy/common/fileWorkingCopyManager": [ + "File Created", + "File Replaced", + "File Working Copy Decorations", + "Deleted, Read Only", + "Read Only", + "Deleted", + "'{0}' already exists. Do you want to replace it?", + "A file or folder with the name '{0}' already exists in the folder '{1}'. Replacing it will overwrite its current contents.", + "&&Replace" ], "vs/platform/quickinput/browser/commandsQuickAccess": [ "{0}, {1}", @@ -20006,39 +23788,73 @@ "other commands", "Command '{0}' resulted in an error ({1})" ], - "vs/workbench/contrib/files/browser/views/explorerDecorationsProvider": [ - "Unable to resolve workspace folder", - "Symbolic Link", - "Unknown File Type", - "Explorer" + "vs/workbench/contrib/files/browser/views/explorerDecorationsProvider": [ + "Unable to resolve workspace folder", + "Symbolic Link", + "Unknown File Type", + "Explorer" + ], + "vs/workbench/contrib/bulkEdit/browser/preview/bulkEditTree": [ + "Bulk Edit", + "Renaming {0} to {1}, also making text edits", + "Creating {0}, also making text edits", + "Deleting {0}, also making text edits", + "{0}, making text edits", + "Renaming {0} to {1}", + "Creating {0}", + "Deleting {0}", + "line {0}, replacing {1} with {2}", + "line {0}, removing {1}", + "line {0}, inserting {1}", + "{0} → {1}", + "(renaming)", + "(creating)", + "(deleting)", + "{0} - {1}" + ], + "vs/workbench/contrib/search/browser/replaceService": [ + "Search and Replace", + "{0} ↔ {1} (Replace Preview)" ], - "vs/workbench/contrib/files/browser/views/explorerViewer": [ - "Files Explorer", - "Type file name. Press Enter to confirm or Escape to cancel.", - "A file or folder with the name '{0}' already exists in the destination folder. Do you want to replace it?", - "This action is irreversible!", - "&&Replace", - "The following {0} files and/or folders already exist in the destination folder. Do you want to replace them?", - "This action is irreversible!", - "&&Replace", + "vs/workbench/contrib/files/browser/fileImportExport": [ "Uploading", "Overwrite {0}", "Overwriting {0}", "{0} of {1} files ({2}/s)", "{0} ({1} of {2}, {3}/s)", + "Copying...", "&&Copy Folders", "&&Copy Folder", "Cancel", - "Are you sure to want to copy folders?", - "Are you sure to want to copy '{0}'?", "&&Add Folders to Workspace", "&&Add Folder to Workspace", "Do you want to copy the folders or add the folders to the workspace?", "Do you want to copy '{0}' or add '{0}' as a folder to the workspace?", - "Copy {0}", - "Copy {0} resources", + "Are you sure to want to copy folders?", + "Are you sure to want to copy '{0}'?", + "Some or all of the dropped files could not be accessed for import.", + "The dropped file could not be accessed for import.", + "Import {0}", + "Import {0} resources", "Copying {0}", "Copying {0} resources", + "Downloading", + "{0} of {1} files ({2}/s)", + "{0} ({1} of {2}, {3}/s)", + "Download", + "Choose Where to Download", + "Download {0}", + "Downloading {0}", + "A file or folder with the name '{0}' already exists in the destination folder. Do you want to replace it?", + "This action is irreversible!", + "&&Replace", + "The following {0} files and/or folders already exist in the destination folder. Do you want to replace them?", + "This action is irreversible!", + "&&Replace" + ], + "vs/workbench/contrib/files/browser/views/explorerViewer": [ + "Files Explorer", + "Type file name. Press Enter to confirm or Escape to cancel.", "Are you sure you want to change the order of multiple root folders in your workspace?", "Are you sure you want to move the following {0} files into '{1}'?", "Are you sure you want to change the order of root folder '{0}' in your workspace?", @@ -20048,27 +23864,38 @@ "Copy {0}", "Copying {0}", "Move {0}", - "Moving {0}" + "Moving {0}", + "{0} folders", + "{0} files" ], - "vs/workbench/contrib/bulkEdit/browser/preview/bulkEditTree": [ - "Bulk Edit", - "Renaming {0} to {1}, also making text edits", - "Creating {0}, also making text edits", - "Deleting {0}, also making text edits", - "{0}, making text edits", - "Renaming {0} to {1}", - "Creating {0}", - "Deleting {0}", - "line {0}, replacing {1} with {2}", - "line {0}, removing {1}", - "line {0}, inserting {1}", - "{0} → {1}", - "(renaming)", - "(creating)", - "(deleting)", - "{0} - {1}" + "vs/workbench/contrib/notebook/browser/contrib/find/notebookFindReplaceWidget": [ + "Find", + "Find", + "Previous Match", + "Next Match", + "Close", + "Toggle Replace", + "Replace", + "Replace", + "Replace", + "Replace All", + "Icon for Find Filter in find widget.", + "Find Filters", + "Markdown Source", + "Rendered Markdown", + "Code Cell Source", + "Cell Output" + ], + "vs/workbench/contrib/searchEditor/browser/searchEditorSerialization": [ + "All backslashes in Query string must be escaped (\\\\)", + "{0} files", + "1 file", + "{0} results", + "1 result", + "No Results", + "The result set only contains a subset of all matches. Be more specific in your search to narrow down the results." ], - "vs/editor/contrib/quickAccess/gotoSymbolQuickAccess": [ + "vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess": [ "To go to a symbol, first open a text editor with symbol information.", "The active text editor does not provide symbol information.", "No matching editor symbols", @@ -20103,8 +23930,8 @@ "fields ({0})", "constants ({0})" ], - "vs/workbench/contrib/search/browser/replaceService": [ - "{0} ↔ {1} (Replace Preview)" + "vs/workbench/contrib/debug/browser/baseDebugView": [ + "Click to expand" ], "vs/workbench/contrib/debug/browser/debugConfigurationManager": [ "Select Launch Configuration", @@ -20113,6 +23940,59 @@ "workspace", "user settings" ], + "vs/workbench/contrib/debug/browser/debugAdapterManager": [ + "Debugger 'type' can not be omitted and must be of type 'string'.", + "Name of configuration; appears in the launch configuration dropdown menu.", + "For debug extension development only: if a port is specified VS Code tries to connect to a debug adapter running in server mode", + "Task to run before debug session starts.", + "Task to run after debug session ends.", + "You don't have an extension for debugging {0}. Should we find a {0} extension in the Marketplace?", + "Find {0} extension", + "Cancel", + "Suggested", + "Install an extension for {0}...", + "Install extension...", + "Select debugger" + ], + "vs/workbench/contrib/debug/common/debugSource": [ + "Unknown Source" + ], + "vs/base/browser/ui/findinput/replaceInput": [ + "input", + "Preserve Case" + ], + "vs/base/browser/ui/findinput/findInput": [ + "input" + ], + "vs/workbench/contrib/debug/browser/debugTaskRunner": [ + "Errors exist after running preLaunchTask '{0}'.", + "Error exists after running preLaunchTask '{0}'.", + "The preLaunchTask '{0}' terminated with exit code {1}.", + "The preLaunchTask '{0}' terminated.", + "Debug Anyway", + "Show Errors", + "Abort", + "Remember my choice in user settings", + "Debug Anyway", + "Cancel", + "Remember my choice for this task", + "Task '{0}' can not be referenced from a launch configuration that is in a different workspace folder.", + "Could not find the task '{0}'.", + "Could not find the specified task.", + "The task '{0}' cannot be tracked. Make sure to have a problem matcher defined.", + "The task '{0}' cannot be tracked. Make sure to have a problem matcher defined." + ], + "vs/workbench/contrib/comments/browser/commentGlyphWidget": [ + "Editor gutter decoration color for commenting ranges." + ], + "vs/workbench/contrib/comments/browser/commentColors": [ + "Color of borders and arrow for resolved comments.", + "Color of borders and arrow for unresolved comments.", + "Color of background for comment ranges.", + "Color of border for comment ranges.", + "Color of background for currently selected or hovered comment range.", + "Color of border for currently selected or hovered comment range." + ], "vs/workbench/contrib/debug/browser/debugSession": [ "No debugger available, can not send '{0}'", "No debugger available, can not send '{0}'", @@ -20146,42 +24026,14 @@ "No debugger available, can not send '{0}'", "No debugger available, can not send '{0}'", "No debugger available, can not send '{0}'", + "No debugger available, can not send '{0}'", + "No debugger available, can not send '{0}'", + "No debugger available, can not send '{0}'", + "No debugger available, can not send '{0}'", + "No debugger available, can not send '{0}'", "Debugging started.", "Debugging stopped." ], - "vs/workbench/contrib/debug/browser/debugTaskRunner": [ - "Errors exist after running preLaunchTask '{0}'.", - "Error exists after running preLaunchTask '{0}'.", - "The preLaunchTask '{0}' terminated with exit code {1}.", - "The preLaunchTask '{0}' terminated.", - "Debug Anyway", - "Show Errors", - "Abort", - "Remember my choice in user settings", - "Debug Anyway", - "Cancel", - "Remember my choice for this task", - "Task '{0}' can not be referenced from a launch configuration that is in a different workspace folder.", - "Could not find the task '{0}'.", - "Could not find the specified task.", - "The task '{0}' cannot be tracked. Make sure to have a problem matcher defined.", - "The task '{0}' cannot be tracked. Make sure to have a problem matcher defined." - ], - "vs/workbench/contrib/debug/common/debugSource": [ - "Unknown Source" - ], - "vs/workbench/contrib/debug/browser/debugAdapterManager": [ - "Debugger 'type' can not be omitted and must be of type 'string'.", - "More...", - "Select Environment" - ], - "vs/base/browser/ui/findinput/findInput": [ - "input" - ], - "vs/base/browser/ui/findinput/replaceInput": [ - "input", - "Preserve Case" - ], "vs/workbench/contrib/markers/browser/markersViewActions": [ "Icon for the filter configuration in the markers view.", "Showing {0} of {1}" @@ -20191,38 +24043,20 @@ "Icon indicating that multiple lines are shown in the markers view.", "Icon indicating that multiple lines are collapsed in the markers view.", "Show message in single line", - "Show message in multiple lines", - "Follow link", - "ctrl + click", - "cmd + click", - "ctrl + click", - "option + click", - "alt + click" - ], - "vs/workbench/contrib/comments/browser/commentGlyphWidget": [ - "Editor gutter decoration color for commenting ranges." + "Show message in multiple lines" ], - "vs/workbench/contrib/comments/browser/commentThreadWidget": [ - "Icon to collapse a review comment.", - "Collapse", - "Start discussion", - "Reply...", - "Reply...", - "Reply...", - "Type a new comment" + "vs/workbench/contrib/markers/browser/markersTable": [ + "Code", + "Message", + "File", + "Source" ], "vs/workbench/contrib/customEditor/common/contributedCustomEditors": [ - "Text Editor", - "Built-in", "Built-in" ], - "vs/workbench/contrib/extensions/browser/extensionsWidgets": [ - "Rated by 1 user", - "Rated by {0} users", - "No rating", - "Extension in {0}", - "This extension is ignored during sync.", - "The icon color for extension ratings." + "vs/platform/files/browser/htmlFileSystemProvider": [ + "Rename is only supported for files.", + "Insufficient permissions. Please retry and allow the operation." ], "vs/workbench/contrib/extensions/browser/extensionsViewer": [ "Error", @@ -20230,15 +24064,33 @@ "{0}, {1}, {2}, {3}", "Extensions" ], - "vs/workbench/contrib/extensions/browser/dynamicWorkspaceRecommendations": [ - "This extension may interest you because it's popular among users of the {0} repository." - ], - "vs/workbench/contrib/extensions/browser/exeBasedRecommendations": [ - "This extension is recommended because you have {0} installed." + "vs/workbench/contrib/extensions/browser/extensionsWidgets": [ + "Average rating: {0} out of 5", + "Extension in {0}", + "This extension is ignored during sync.", + "Activation time", + "Startup", + "Pre-Release", + "This publisher has verified ownership of {0}", + "Activation time", + "Startup", + "1 uncaught error", + "{0} uncaught errors", + "1 message", + "{0} messages", + "Show Dependencies", + "Pre-Release version", + "This extension has a {0} available", + "The icon color for extension ratings.", + "The icon color for extension verified publisher.", + "The icon color for pre-release extension." ], "vs/workbench/contrib/extensions/browser/workspaceRecommendations": [ "This extension is recommended by users of the current workspace." ], + "vs/workbench/contrib/extensions/browser/exeBasedRecommendations": [ + "This extension is recommended because you have {0} installed." + ], "vs/workbench/contrib/extensions/browser/fileBasedRecommendations": [ "Search Marketplace", "This extension is recommended based on the files you recently opened.", @@ -20246,37 +24098,72 @@ "The Marketplace has extensions that can help with '.{0}' files", "Don't Show Again for '.{0}' files" ], - "vs/workbench/contrib/extensions/browser/configBasedRecommendations": [ - "This extension is recommended because of the current workspace configuration" + "vs/workbench/contrib/extensions/browser/dynamicWorkspaceRecommendations": [ + "This extension may interest you because it's popular among users of the {0} repository." + ], + "vs/workbench/contrib/remote/browser/explorerViewItems": [ + "Switch Remote", + "Switch Remote" + ], + "vs/workbench/contrib/extensions/browser/webRecommendations": [ + "This extension is recommended for {0} for the Web" ], "vs/workbench/contrib/terminal/browser/terminalConfigHelper": [ - "Do you allow this workspace to modify your terminal shell? {0}", - "Allow", - "Disallow", "The '{0}' extension is recommended for opening a terminal in WSL.", "Install" ], - "vs/workbench/contrib/terminal/browser/terminalTab": [ - "{0} (disconnected)" + "vs/workbench/contrib/terminal/browser/terminalProfileQuickpick": [ + "Select the terminal profile to create", + "Select your default terminal profile", + "Enter terminal profile name", + "A terminal profile already exists with that name", + "profiles", + "contributed", + "detected", + "Configure Terminal Profile" + ], + "vs/workbench/contrib/extensions/browser/configBasedRecommendations": [ + "This extension is recommended because of the current workspace configuration" ], "vs/workbench/contrib/terminal/browser/terminalInstance": [ "Terminal input", "Too much output to announce, navigate to rows manually to read", + "Task", + "Local", + "Bell", + "Remove from Command History", + "View Command Output", "Some keybindings don't go to the terminal by default and are handled by {0} instead.", "Configure Terminal Settings", - "Yes", - "No", - "Don't Show Again", - "The standard renderer for the integrated terminal appears to be slow on your computer. Would you like to switch to the alternative DOM-based renderer which may improve performance? [Read more about terminal settings](https://code.visualstudio.com/docs/editor/integrated-terminal#_changing-how-the-terminal-is-rendered).", "The terminal has no selection to copy", + "Preview:", + "Are you sure you want to paste {0} lines of text into the terminal?", + "&&Paste", + "Do not ask me again", + "Lost connection to process", + "Cannot launch a terminal process in an untrusted workspace", + "Cannot launch a terminal process in an untrusted workspace with cwd {0} and userHome {1}", + "Creating a terminal process requires executing code", + "Terminal {0}, {1}", + "Terminal {0}", + "Use {0} and {1} to navigate the terminal buffer", + "Set Fixed Dimensions: Column", + "Set Fixed Dimensions: Row", + "Terminal {0} environment is stale, run the 'Show Environment Information' command for more information", + "Enter terminal name", + "The terminal process \"{0}\" failed to launch (exit code: {1}). Disabling shell integration with `terminal.integrated.shellIntegration.enabled` might help.", + "The terminal process failed to launch (exit code: {0}). Disabling shell integration with `terminal.integrated.shellIntegration.enabled` might help.", "The terminal process \"{0}\" failed to launch (exit code: {1}).", "The terminal process failed to launch (exit code: {0}).", "The terminal process \"{0}\" terminated with exit code: {1}.", "The terminal process terminated with exit code: {0}.", - "The terminal process failed to launch: {0}.", - "Terminal {0}, {1}", - "Terminal {0}", - "Terminal {0} environment is stale, run the 'Show Environment Information' command for more information" + "The terminal process failed to launch: {0}." + ], + "vs/workbench/contrib/terminal/browser/terminalTabsList": [ + "Type terminal name. Press Enter to confirm or Escape to cancel.", + "Terminal tabs", + "Terminal {0} {1}, split {2} of {3}", + "Terminal {0} {1}" ], "vs/workbench/contrib/tasks/common/jsonSchemaCommon": [ "Additional command options", @@ -20324,6 +24211,13 @@ "vs/workbench/services/configurationResolver/common/configurationResolverUtils": [ "'env.', 'config.' and 'command.' are deprecated, use 'env:', 'config:' and 'command:' instead." ], + "vs/editor/contrib/editorState/browser/keybindingCancellation": [ + "Whether the editor runs a cancellable operation, e.g. like 'Peek References'" + ], + "vs/workbench/contrib/update/browser/releaseNotesEditor": [ + "Release Notes: {0}", + "unassigned" + ], "vs/workbench/services/configurationResolver/common/configurationResolverSchema": [ "The input's id is used to associate an input with a variable of the form ${input:id}.", "The type of user input prompt to use.", @@ -20342,7 +24236,7 @@ "Optional arguments passed to the command.", "Optional arguments passed to the command." ], - "vs/editor/contrib/snippet/snippetVariables": [ + "vs/editor/contrib/snippet/browser/snippetVariables": [ "Sunday", "Monday", "Tuesday", @@ -20382,16 +24276,7 @@ "Nov", "Dec" ], - "vs/editor/browser/core/keybindingCancellation": [ - "Whether the editor runs a cancellable operation, e.g. like 'Peek References'" - ], - "vs/workbench/contrib/update/browser/releaseNotesEditor": [ - "Release Notes: {0}", - "unassigned" - ], - "vs/workbench/contrib/welcome/page/browser/welcomePageColors": [ - "Background color for the buttons on the Welcome page.", - "Hover background color for the buttons on the Welcome page.", + "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedColors": [ "Background color for the Welcome page.", "Background color for the tiles on the Get Started page.", "Hover background color for the tiles on the Get Started.", @@ -20399,123 +24284,145 @@ "Foreground color for the Welcome page progress bars.", "Background color for the Welcome page progress bars." ], - "vs/workbench/contrib/welcome/page/browser/vs_code_welcome_page": [ - "Visual Studio Code", - "Editing evolved", - "Start", - "New file", - "Open folder...", - "clone repository...", - "Open folder...", - "clone repository...", - "Recent", - "More...", - "No recent folders", - "Help", - "Printable keyboard cheatsheet", - "Introductory videos", - "Tips and Tricks", - "Product documentation", - "GitHub repository", - "Stack Overflow", - "Join our Newsletter", - "Show welcome page on startup", - "Customize", - "Tools and languages", - "Install support for {0} and {1}", - "Show more language extensions", - "more", - "Settings and keybindings", - "Install the settings and keyboard shortcuts of {0} and {1}", - "Show other keymap extensions", - "others", - "Color theme", - "Make the editor and your code look the way you love", - "Learn", - "Find and run all commands", - "Rapidly access and search commands from the Command Palette ({0})", - "Interface overview", - "Get a visual overlay highlighting the major components of the UI", - "Interactive playground", - "Try out essential editor features in a short walkthrough" - ], - "vs/workbench/contrib/welcome/gettingStarted/common/gettingStartedContent": [ - "Icon used for the setup category of getting started", - "Icon used for the beginner category of getting started", - "Icon used for the codespaces category of getting started", - "New File", - "Start with a new empty file", + "vs/workbench/contrib/welcomeGettingStarted/common/gettingStartedContent": [ + "Icon used for the setup category of welcome page", + "Icon used for the beginner category of welcome page", + "Icon used for the intermediate category of welcome page", + "New File...", + "Open a new untitled file, notebook, or custom editor.", "Open...", "Open a file or folder to start working", "Open File...", "Open a file to start working", "Open Folder...", "Open a folder to start working", + "Open Folder...", + "Open a folder to start working", "Clone Git Repository...", - "Clone a git repository", - "Run a Command...", - "Use the command palette to view and run all of vscode's commands", - "Primer on Codespaces", - "Get up and running with your instant code environment.", - "Build & run your app", - "Build, run & debug your code in the cloud, right from the browser.", - "Start Debugging (F5)", - "Access your running application", - "Ports running within your codespace are automatically forwarded to the web, so you can open them in your browser.", - "Show Ports Panel", - "Pull requests at your fingertips", - "Bring your GitHub workflow closer to your code, so you can review pull requests, add comments, merge branches, and more.", - "Open GitHub View", - "Run tasks in the integrated terminal", - "Perform quick command-line tasks using the built-in terminal.", - "Focus Terminal", - "Develop remotely in VS Code", - "Access the power of your cloud development environment from your local VS Code. Set it up by installing the GitHub Codespaces extension and connecting your GitHub account.", - "Open in VS Code", - "Quick Setup", - "Extend and customize VS Code to make it yours.", - "Customize the look with themes", - "Pick a color theme to match your taste and mood while coding.", - "Pick a Theme", - "Code in any language", - "VS Code supports over 50+ programming languages. While many are built-in, others can be easily installed as extensions in one click.", - "Browse Language Extensions", - "Migrate your keyboard shortcuts", - "Keymap extensions bring your favorite keyboard shortcuts from other editors to VS Code.", - "Keymap Extensions", - "Sync your favorite setup", - "Never lose the perfect VS Code setup! Settings Sync will back up and share settings, keybindings & extensions across several VS Code instances.", + "Clone a remote repository to a local folder", + "Open Repository...", + "Connect to a remote repository or pull request to browse, search, edit, and commit", + "Open a Walkthrough...", + "View a walkthrough on the editor or an extension", + "Watch Video Tutorials", + "Watch our series of short & practical video tutorials for VS Code's key features.", + "Watch Video Tutorials", + "Watch our series of short & practical video tutorials for VS Code's key features.", + "Get Started with VS Code", + "Discover the best customizations to make VS Code yours.", + "Choose the look you want", + "The right color palette helps you focus on your code, is easy on your eyes, and is simply more fun to use.\n{0}", + "Browse Color Themes", + "Sync to and from other devices", + "Keep your essential VS Code customizations backed up and updated across all your devices.\n{0}", "Enable Settings Sync", - "Open your project", - "Open a project folder to get started!", + "One shortcut to access everything", + "Commands are the keyboard way to accomplish any task in VS Code. **Practice** by looking up your frequent ones to save time.\n{0}\n__Try searching for 'view toggle'.__", + "Open Command Palette", + "Limitless extensibility", + "Extensions are VS Code's power-ups. A growing number are becoming available in the web.\n{0}", + "Browse Popular Web Extensions", + "Rich support for all your languages", + "Code smarter with syntax highlighting, code completion, linting and debugging. While many languages are built-in, many more can be added as extensions.\n{0}", + "Browse Language Extensions", + "Open up your code", + "You're all set to start coding. Open a project folder to get your files into VS Code.\n{0}", "Pick a Folder", - "Open your project", - "Open a folder to get started!", + "Open up your code", + "You're all set to start coding. Open a project folder to get your files into VS Code.\n{0}", "Pick a Folder", + "Quickly navigate between your files", + "Navigate between files in an instant with one keystroke. Tip: Open multiple files by pressing the right arrow key.\n{0}", + "Quick Open a File", + "Get Started with VS Code in the Web", + "Discover the best customizations to make VS Code in the Web yours.", + "Choose the look you want", + "The right color palette helps you focus on your code, is easy on your eyes, and is simply more fun to use.\n{0}", + "Browse Color Themes", + "Sync to and from other devices", + "Keep your essential VS Code customizations backed up and updated across all your devices.\n{0}", + "Enable Settings Sync", + "One shortcut to access everything", + "Commands are the keyboard way to accomplish any task in VS Code. **Practice** by looking up your frequent ones to save time.\n{0}\n__Try searching for 'view toggle'.__", + "Open Command Palette", + "Just the right amount of UI", + "The full menu bar is available in the dropdown menu to make room for your code. Toggle its apperance for faster access. \n{0}", + "Toggle Menu Bar", + "Limitless extensibility", + "Extensions are VS Code's power-ups. A growing number are becoming available in the web.\n{0}", + "Browse Popular Web Extensions", + "Rich support for all your languages", + "Code smarter with syntax highlighting, code completion, linting and debugging. While many languages are built-in, many more can be added as extensions.\n{0}", + "Browse Language Extensions", + "Open up your code", + "You're all set to start coding. You can open a local project or a remote repository to get your files into VS Code.\n{0}\n{1}", + "Open Folder", + "Open Repository", + "Quickly navigate between your files", + "Navigate between files in an instant with one keystroke. Tip: Open multiple files by pressing the right arrow key.\n{0}", + "Quick Open a File", "Learn the Fundamentals", "Jump right into VS Code and get an overview of the must-have features.", - "Find & run commands", - "The easiest way to find everything VS Code can do. If you're ever looking for a feature or a shortcut, check here first!", - "Open Command Palette", + "Redefine your editing skills", + "Want to code faster and smarter? Practice powerful code editing features in the interactive playground.\n{0}", + "Open Editor Playground", "Convenient built-in terminal", - "Quickly run shell commands and monitor build output, right next to your code.", + "Quickly run shell commands and monitor build output, right next to your code.\n{0}", "Show Terminal Panel", "Limitless extensibility", - "Extensions are VS Code's power-ups. They range from handy productivity hacks, expanding out-of-the-box features, to adding completely new capabilities.", + "Extensions are VS Code's power-ups. They range from handy productivity hacks, expanding out-of-the-box features, to adding completely new capabilities.\n{0}", "Browse Recommended Extensions", - "Everything is a setting", - "Optimize every part of VS Code's look & feel to your liking. Enabling Settings Sync lets you share your personal tweaks across machines.", + "Tune your settings", + "Tweak every aspect of VS Code and your extensions to your liking. Commonly used settings are listed first to get you started.\n{0}", "Tweak my Settings", + "Safely browse and edit code", + "{0} lets you decide whether your project folders should **allow or restrict** automatic code execution __(required for extensions, debugging, etc)__.\nOpening a file/folder will prompt to grant trust. You can always {1} later.", + "Workspace Trust", + "enable trust", "Lean back and learn", - "Watch the first in a series of short & practical video tutorials for VS Code's key features.", - "Watch Tutorial" + "Watch the first in a series of short & practical video tutorials for VS Code's key features.\n{0}", + "Watch Tutorial", + "Boost your Productivity", + "Optimize your development workflow with these tips & tricks.", + "Side by side editing", + "Make the most of your screen estate by opening files side by side, vertically and horizontally.\n{0}", + "Split Editor", + "Watch your code in action", + "Accelerate your edit, build, test, and debug loop by setting up a launch configuration.\n{0}", + "Run your Project", + "Track your code with Git", + "Set up the built-in version control for your project to track your changes and collaborate with others.\n{0}", + "Clone Repository", + "Track your code with Git", + "Set up the built-in version control for your project to track your changes and collaborate with others.\n{0}", + "Initialize Git Repository", + "Track your code with Git", + "No more looking up Git commands! Git and GitHub workflows are seamlessly integrated.\n{0}", + "Open Source Control", + "Install Git", + "Install Git to track changes in your projects.\n{0}", + "Install Git", + "Automate your project tasks", + "Create tasks for your common workflows and enjoy the integrated experience of running scripts and automatically checking results.\n{0}", + "Run Auto-detected Tasks", + "Customize your shortcuts", + "Once you have discovered your favorite commands, create custom keyboard shortcuts for instant access.\n{0}", + "Keyboard Shortcuts", + "Customize Notebooks", + "Select the layout for your notebooks", + "Get notebooks to feel just the way you prefer" ], "vs/workbench/contrib/callHierarchy/browser/callHierarchyTree": [ "Call Hierarchy", "calls from {0}", "callers of {0}" ], - "vs/editor/contrib/symbolIcons/symbolIcons": [ + "vs/workbench/contrib/typeHierarchy/browser/typeHierarchyTree": [ + "Type Hierarchy", + "supertypes of {0}", + "subtypes of {0}" + ], + "vs/editor/contrib/symbolIcons/browser/symbolIcons": [ "The foreground color for array symbols. These symbols appear in the outline, breadcrumb, and suggest widget.", "The foreground color for boolean symbols. These symbols appear in the outline, breadcrumb, and suggest widget.", "The foreground color for class symbols. These symbols appear in the outline, breadcrumb, and suggest widget.", @@ -20550,8 +24457,48 @@ "The foreground color for unit symbols. These symbols appear in the outline, breadcrumb, and suggest widget.", "The foreground color for variable symbols. These symbols appear in the outline, breadcrumb, and suggest widget." ], + "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedExtensionPoint": [ + "Title", + "Contribute walkthroughs to help users getting started with your extension.", + "Unique identifier for this walkthrough.", + "Title of walkthrough.", + "Description of walkthrough.", + "Walkthroughs that match one of these glob patterns appear as 'featured' in workspaces with the specified files. For example, a walkthrough for TypeScript projects might specify `tsconfig.json` here.", + "Context key expression to control the visibility of this walkthrough.", + "Steps to complete as part of this walkthrough.", + "Unique identifier for this step. This is used to keep track of which steps have been completed.", + "Title of step.", + "Description of step. Supports ``preformatted``, __italic__, and **bold** text. Use markdown-style links for commands or external links: {0}, {1}, or {2}. Links on their own line will be rendered as buttons.", + "Deprecated. Use markdown links in the description instead, i.e. {0}, {1}, or {2}", + "Media to show alongside this step, either an image or markdown content.", + "Deprecated. Please use `image` or `markdown` instead", + "Path to an image - or object consisting of paths to light, dark, and hc images - relative to extension directory. Depending on context, the image will be displayed from 400px to 800px wide, with similar bounds on height. To support HIDPI displays, the image will be rendered at 1.5x scaling, for example a 900 physical pixels wide image will be displayed as 600 logical pixels wide.", + "Path to the image for dark themes, relative to extension directory.", + "Path to the image for light themes, relative to extension directory.", + "Path to the image for hc themes, relative to extension directory.", + "Path to the image for hc light themes, relative to extension directory.", + "Alternate text to display when the image cannot be loaded or in screen readers.", + "Path to an svg, color tokens are supported in variables to support theming to match the workbench.", + "Alternate text to display when the image cannot be loaded or in screen readers.", + "Deprecated. Please use `image` or `markdown` instead", + "Path to the markdown document, relative to extension directory.", + "Events that should trigger this step to become checked off. If empty or not defined, the step will check off when any of the step's buttons or links are clicked; if the step has no buttons or links it will check on when it is selected.", + "Check off step when a given command is executed anywhere in VS Code.", + "Check off step when a given link is opened via a walkthrough step.", + "Check off step when a given view is opened", + "Check off step when a given setting is changed", + "Check off step when a context key expression is true.", + "Check off step when an extension with the given id is installed. If the extension is already installed, the step will start off checked.", + "Check off step as soon as it is selected.", + "Signal to mark step as complete.", + "doneOn is deprecated. By default steps will be checked off when their buttons are clicked, to configure further use completionEvents", + "Mark step done when the specified command is executed.", + "Context key expression to control the visibility of this step." + ], + "vs/workbench/services/textfile/common/textFileSaveParticipant": [ + "Saving '{0}'" + ], "vs/workbench/contrib/feedback/browser/feedback": [ - "Tweet Feedback", "Tweet us your feedback.", "Close", "Your installation is corrupt.", @@ -20580,36 +24527,28 @@ "Sync Activity (Remote)", "Sync Activity (Local)", "Show raw JSON sync data", + "Compare with Local", + "{0} ↔ {1}", + "{0} (Remote)", + "{0} (Local)", "Restore", "Would you like to replace your current {0} with selected?", + "Troubleshoot", "Reset Synced Data", - "{0} (Remote)", - "{0} (Local)", "{0} ↔ {1}", "Current", "No Machines", "Current", "machine not found with id: {0}", + "Are you sure you want to turn off sync on selected machines?", "Are you sure you want to turn off sync on {0}?", "&&Turn off", "Enter the name of the machine", "machine not found with id: {0}", - "Machine name should be unique and not empty" - ], - "vs/workbench/contrib/workspace/browser/workspaceTrustTree": [ - "Modified", - "Trusted Folders", - "All workspaces under the following folders will be trusted. In the event of a conflict with untrusted folders, the nearest parent will determine trust.", - "Untrusted Folders", - "All workspaces under the following folders will not be trusted. In the event of a conflict with trusted folders, the nearest parent will determine trust.", - "Workspace Trust Setting" - ], - "vs/workbench/contrib/workspace/browser/workspaceTrustColors": [ - "Color used when indicating a workspace is trusted.", - "Color used when indicating a workspace is not trusted." - ], - "vs/workbench/services/textfile/common/textFileSaveParticipant": [ - "Saving '{0}'" + "Machine name should be unique and not empty", + "Logs", + "Last Synced Remotes", + "Current" ], "vs/workbench/browser/parts/notifications/notificationsList": [ "{0}, notification", @@ -20631,70 +24570,176 @@ "Configure Notification", "Copy Text" ], + "vs/workbench/browser/parts/titlebar/windowTitle": [ + "[Unsupported]", + "[Administrator]", + "[Superuser]", + "[Extension Development Host]" + ], + "vs/workbench/browser/parts/titlebar/commandCenterControl": [ + "{0} {1}", + "{0} {1}", + "Search {0} ({1}) — {2}", + "Search {0} — {1}", + "Show Search Modes...", + "Foreground color of the command center", + "Active foreground color of the command center", + "Background color of the command center", + "Active background color of the command center", + "Border color of the command center" + ], + "vs/workbench/contrib/webview/browser/webviewElement": [ + "Error loading webview: {0}" + ], + "vs/workbench/services/workingCopy/common/storedFileWorkingCopy": [ + "Failed to save '{0}': The content of the file is newer. Do you want to overwrite the file with your changes?", + "Overwrite", + "Discard", + "Overwrite as Admin...", + "Overwrite as Sudo...", + "Retry as Admin...", + "Retry as Sudo...", + "Overwrite", + "Retry", + "Save As...", + "Discard", + "Failed to save '{0}': File is read-only. Select 'Overwrite as Admin' to retry as administrator.", + "Failed to save '{0}': File is read-only. Select 'Overwrite as Sudo' to retry as superuser.", + "Failed to save '{0}': File is read-only. Select 'Overwrite' to attempt to make it writeable.", + "Failed to save '{0}': Insufficient permissions. Select 'Retry as Admin' to retry as administrator.", + "Failed to save '{0}': Insufficient permissions. Select 'Retry as Sudo' to retry as superuser.", + "Failed to save '{0}': {1}" + ], "vs/editor/browser/controller/textAreaHandler": [ "editor", "The editor is not accessible at this time. Press {0} for options." ], - "vs/base/browser/ui/findinput/findInputCheckboxes": [ + "vs/base/browser/ui/findinput/findInputToggles": [ "Match Case", "Match Whole Word", "Use Regular Expression" ], - "vs/editor/contrib/gotoSymbol/peek/referencesWidget": [ + "vs/editor/contrib/colorPicker/browser/colorPickerWidget": [ + "Click to toggle color options (rgb/hsl/hex)" + ], + "vs/editor/contrib/gotoSymbol/browser/peek/referencesWidget": [ "no preview available", "No results", "References" ], - "vs/editor/contrib/hover/markerHoverParticipant": [ - "View Problem", - "No quick fixes available", - "Checking for quick fixes...", - "No quick fixes available", - "Quick Fix..." - ], - "vs/editor/contrib/hover/markdownHoverParticipant": [ + "vs/editor/contrib/suggest/browser/suggestWidgetDetails": [ + "Close", "Loading..." ], - "vs/editor/contrib/suggest/suggestWidgetStatus": [ + "vs/editor/contrib/suggest/browser/suggestWidgetStatus": [ "{0} ({1})" ], - "vs/editor/contrib/suggest/suggestWidgetDetails": [ - "Close", - "Loading..." - ], - "vs/editor/contrib/suggest/suggestWidgetRenderer": [ + "vs/editor/contrib/suggest/browser/suggestWidgetRenderer": [ "Icon for more information in the suggest widget.", "Read More" ], "vs/workbench/contrib/comments/common/commentModel": [ "There are no comments in this workspace yet." ], + "vs/base/browser/ui/menu/menubar": [ + "Application Menu", + "More" + ], "vs/workbench/browser/parts/editor/titleControl": [ "Editor actions", "{0} (+{1})" ], "vs/workbench/browser/parts/editor/breadcrumbsControl": [ + "Icon for the separator in the breadcrumbs.", "Whether the editor can show breadcrumbs", "Whether breadcrumbs are currently visible", "Whether breadcrumbs have focus", + "no elements", "Toggle Breadcrumbs", "Show &&Breadcrumbs", "Focus Breadcrumbs" ], + "vs/workbench/browser/parts/editor/editorPlaceholder": [ + "Workspace Trust Required", + "The file is not displayed in the editor because trust has not been granted to the folder.", + "The file is not displayed in the editor because trust has not been granted to the workspace.", + "Manage Workspace Trust", + "Error Editor", + "The editor could not be opened because the file was not found.", + "The editor could not be opened due to an unexpected error: {0}", + "The editor could not be opened due to an unexpected error.", + "Try Again" + ], "vs/base/parts/quickinput/browser/quickInputList": [ "Quick Input" ], - "vs/workbench/contrib/notebook/browser/notebookEditorKernelManager": [ - "Select a notebook kernel to run this notebook", - "Set as default kernel provider for '{0}'" + "vs/workbench/contrib/preferences/browser/settingsEditorSettingIndicators": [ + "Sync: Ignored", + "Settings sync does not sync this setting", + "Also modified in", + "Modified in", + "Default setting value overridden by {0}", + "$(replace) {0}", + "Default setting value overridden by {0}", + "$(replace) {0}", + "Also modified in", + "Modified in", + "Settings sync does not sync this setting", + "Default setting value overridden by {0}", + "Default setting value overridden by {0}" + ], + "vs/workbench/contrib/preferences/browser/settingsWidgets": [ + "OK", + "Cancel", + "List item `{0}`", + "List item `{0}` with sibling `${1}`", + "Remove Item", + "Edit Item", + "Add Item", + "Item...", + "Sibling...", + "Exclude files matching `{0}`", + "Exclude files matching `{0}`, only when a file matching `{1}` is present", + "Remove Exclude Item", + "Edit Exclude Item", + "Add Pattern", + "Exclude Pattern...", + "When Pattern Is Present...", + "OK", + "Cancel", + "Key", + "Value", + "The property `{0}` is set to `{1}`.", + "Remove Item", + "Reset Item", + "Edit Item", + "Add Item", + "Item", + "Value", + "The property `{0}` is set to `{1}`.", + "Remove Item", + "Reset Item", + "Edit Item", + "Add Item", + "Item", + "Value" ], "vs/workbench/contrib/notebook/browser/view/renderers/cellRenderer": [ - "Expand", - "Executing", - "Pending" + "Execution Order" ], - "vs/workbench/contrib/notebook/browser/viewModel/markdownCellViewModel": [ - "Empty markdown cell, double click or press enter to edit." + "vs/workbench/services/workingCopy/common/storedFileWorkingCopyManager": [ + "Saving working copies" + ], + "vs/base/browser/ui/selectBox/selectBoxCustom": [ + "Select Box" + ], + "vs/workbench/contrib/debug/browser/rawDebugSession": [ + "No debug adapter, can not start debug session.", + "The debugger needs to open a new tab or window for the debuggee but the browser prevented this. You must give permission to continue.", + "Continue", + "Cancel", + "No debugger available found. Can not send '{0}'.", + "More Info" ], "vs/workbench/contrib/debug/common/debugSchemas": [ "Contributes debug adapters.", @@ -20709,6 +24754,7 @@ "List of languages for which the debug extension could be considered the \"default debugger\".", "Snippets for adding new configurations in 'launch.json'.", "JSON schema configurations for validating 'launch.json'.", + "Condition which must be true to enable this type of debugger. Consider using 'shellExecutionSupported', 'virtualWorkspace', 'resourceScheme' or an extension-defined context key as appropriate for this.", "Windows specific settings.", "Runtime used for Windows.", "macOS specific settings.", @@ -20717,6 +24763,7 @@ "Runtime used for Linux.", "Contributes breakpoints.", "Allow breakpoints for this language.", + "Condition which must be true to enable breakpoints in this language. Consider matching this to the debugger when clause as appropriate.", "Presentation options on how to show this configuration in the debug configuration dropdown and the command palette.", "Controls if this configuration should be shown in the configuration dropdown and the command palette.", "Group that this configuration belongs to. Used for grouping and sorting in the configuration dropdown and the command palette.", @@ -20733,11 +24780,6 @@ "Controls whether manually terminating one session will stop all of the compound sessions.", "Task to run before any of the compound configurations start." ], - "vs/workbench/contrib/debug/browser/rawDebugSession": [ - "No debug adapter, can not start debug session.", - "No debugger available found. Can not send '{0}'.", - "More Info" - ], "vs/workbench/contrib/debug/common/debugger": [ "Cannot find debug adapter for type '{0}'.", "Use IntelliSense to learn about possible attributes.", @@ -20746,27 +24788,11 @@ "Type of configuration.", "The debug type is not recognized. Make sure that you have a corresponding debug extension installed and that it is enabled.", "\"node2\" is no longer supported, use \"node\" instead and set the \"protocol\" attribute to \"inspector\".", - "Name of configuration; appears in the launch configuration dropdown menu.", "Request type of configuration. Can be \"launch\" or \"attach\".", - "For debug extension development only: if a port is specified VS Code tries to connect to a debug adapter running in server mode", - "Task to run before debug session starts.", - "Task to run after debug session ends.", "Windows specific launch configuration attributes.", "OS X specific launch configuration attributes.", "Linux specific launch configuration attributes." ], - "vs/base/browser/ui/selectBox/selectBoxCustom": [ - "Select Box" - ], - "vs/workbench/contrib/comments/browser/commentNode": [ - "Toggle Reaction", - "Toggling the comment reaction failed: {0}.", - "Toggling the comment reaction failed", - "Deleting the comment reaction failed: {0}.", - "Deleting the comment reaction failed", - "Deleting the comment reaction failed: {0}.", - "Deleting the comment reaction failed" - ], "vs/workbench/contrib/customEditor/common/extensionPoint": [ "Contributed custom editors.", "Identifier for the custom editor. This must be unique across all custom editors, so we recommend including your extension id as part of `viewType`. The `viewType` is used when registering custom editors with `vscode.registerCustomEditorProvider` and in the `onCustomEditor:${id}` [activation event](https://code.visualstudio.com/api/references/activation-events).", @@ -20777,17 +24803,51 @@ "The editor is automatically used when the user opens a resource, provided that no other default custom editors are registered for that resource.", "The editor is not automatically used when the user opens a resource, but a user can switch to the editor using the `Reopen With` command." ], + "vs/workbench/contrib/terminal/browser/terminalDecorationsProvider": [ + "Terminal" + ], + "vs/workbench/contrib/terminal/browser/terminalProcessManager": [ + "Restarting the terminal because the connection to the shell process was lost..." + ], + "vs/workbench/contrib/codeEditor/browser/find/simpleFindWidget": [ + "Find", + "Find (⇅ for history)", + "Previous Match", + "Next Match", + "Close" + ], + "vs/workbench/contrib/terminal/browser/links/terminalLinkQuickpick": [ + "Select the link to open", + "Url", + "Local File", + "Workspace Search" + ], "vs/workbench/contrib/terminal/browser/links/terminalLinkManager": [ "option + click", "alt + click", "cmd + click", "ctrl + click", - "Follow link using forwarded port", "Follow link", + "Follow link using forwarded port", "Link" ], - "vs/workbench/contrib/terminal/browser/terminalProcessManager": [ - "Restarting the terminal because the connection to the shell process was lost..." + "vs/workbench/contrib/terminal/browser/xterm/xtermTerminal": [ + "Yes", + "No", + "Don't Show Again", + "Terminal GPU acceleration appears to be slow on your computer. Would you like to switch to disable it which may improve performance? [Read more about terminal settings](https://code.visualstudio.com/docs/editor/integrated-terminal#_changing-how-the-terminal-is-rendered)." + ], + "vs/workbench/contrib/welcomeGettingStarted/common/media/theme_picker": [ + "Light", + "Dark", + "Dark High Contrast", + "Light High Contrast", + "See More Themes..." + ], + "vs/workbench/contrib/welcomeGettingStarted/common/media/notebookProfile": [ + "Default", + "Jupyter", + "Colab" ], "vs/workbench/contrib/userDataSync/browser/userDataSyncMergesView": [ "Please go through each entry and merge to enable sync.", @@ -20814,21 +24874,49 @@ "Accept Local", "Accept Merges" ], + "vs/platform/languagePacks/common/localizedStrings": [ + "open", + "close", + "find" + ], "vs/workbench/browser/parts/notifications/notificationsViewer": [ "Click to execute command '{0}'", "Notification Actions", "Source: {0}" ], - "vs/editor/contrib/codeAction/lightBulbWidget": [ - "Show Fixes. Preferred Fix Available ({0})", - "Show Fixes ({0})", - "Show Fixes" + "vs/editor/contrib/codeAction/browser/lightBulbWidget": [ + "Show Code Actions. Preferred Quick Fix Available ({0})", + "Show Code Actions ({0})", + "Show Code Actions" ], - "vs/editor/contrib/gotoSymbol/peek/referencesTree": [ + "vs/editor/contrib/gotoSymbol/browser/peek/referencesTree": [ "{0} references", "{0} reference", "References" ], + "vs/workbench/browser/parts/editor/breadcrumbsPicker": [ + "Breadcrumbs" + ], + "vs/workbench/contrib/notebook/browser/diff/diffElementOutputs": [ + "Choose a different output mimetype, available mimetypes: {0}", + "Cell has no output", + "No renderer could be found for output. It has the following mimetypes: {0}", + "Currently Active", + "Select mimetype to render for current output. Rich mimetypes are available only when the notebook is trusted", + "Select mimetype to render for current output", + "built-in" + ], + "vs/workbench/contrib/notebook/browser/view/cellParts/cellEditorOptions": [ + "Controls the display of line numbers in the cell editor.", + "Toggle Notebook Line Numbers", + "Show Notebook Line Numbers", + "Show Cell Line Numbers" + ], + "vs/workbench/contrib/notebook/browser/view/cellParts/collapsedCellOutput": [ + "Outputs are collapsed", + "Double click to expand cell output ({0})", + "Expand Cell Output (${0})" + ], "vs/workbench/browser/parts/editor/breadcrumbs": [ "Breadcrumb Navigation", "Enable/disable navigation breadcrumbs.", @@ -20872,25 +24960,29 @@ "When enabled breadcrumbs show `operator`-symbols.", "When enabled breadcrumbs show `typeParameter`-symbols." ], - "vs/workbench/browser/parts/editor/breadcrumbsPicker": [ - "Breadcrumbs" + "vs/workbench/contrib/notebook/browser/view/cellParts/codeCell": [ + "Double click to expand cell input ({0})", + "Expand Cell Input ({0})" ], - "vs/workbench/contrib/notebook/browser/view/renderers/cellWidgets": [ - "Select Cell Language Mode" + "vs/workbench/contrib/notebook/browser/view/cellParts/codeCellRunToolbar": [ + "More..." ], - "vs/workbench/contrib/notebook/browser/diff/diffElementOutputs": [ - "Choose a different output mimetype, available mimetypes: {0}", - "Currently Active", - "Select mimetype to render for current output. Rich mimetypes are available only when the notebook is trusted", - "Select mimetype to render for current output", - "built-in", - "built-in" + "vs/workbench/contrib/notebook/browser/view/cellParts/foldedCellHint": [ + "1 cell hidden", + "{0} cells hidden" ], - "vs/workbench/contrib/comments/browser/reactionsAction": [ - "Pick Reactions..." + "vs/workbench/contrib/notebook/browser/view/cellParts/markdownCell": [ + "Double click to expand cell input ({0})", + "Expand Cell Input ({0})" + ], + "vs/workbench/contrib/comments/browser/commentThreadHeader": [ + "Icon to collapse a review comment.", + "Collapse", + "Start discussion" ], - "vs/workbench/contrib/terminal/browser/links/terminalWordLinkProvider": [ - "Search workspace" + "vs/workbench/contrib/comments/browser/commentThreadBody": [ + "Comment thread with {0} comments on lines {1} through {2}. {3}.", + "Comment thread with {0} comments. {1}." ], "vs/workbench/contrib/terminal/browser/environmentVariableInfo": [ "Extensions want to make the following changes to the terminal's environment:", @@ -20898,18 +24990,55 @@ "Relaunch terminal", "Extensions have made changes to this terminal's environment" ], - "vs/workbench/contrib/notebook/browser/view/renderers/cellOutput": [ - "Choose a different output mimetype, available mimetypes: {0}", - "Currently Active", - "Select mimetype to render for current output. Rich mimetypes are available only when the notebook is trusted", - "Select mimetype to render for current output", - "built-in", - "built-in" + "vs/workbench/contrib/terminal/browser/links/terminalLinkDetectorAdapter": [ + "Search workspace", + "Open file in editor", + "Focus folder in explorer", + "Open folder in new window", + "Follow link" + ], + "vs/workbench/contrib/terminal/browser/xterm/decorationAddon": [ + "Show Command Actions", + "Command executed {0} and failed", + "Command executed {0} and failed (Exit Code {1})", + "Command executed {0}", + "Copy Output", + "Copy Output as HTML", + "Rerun Command", + "How does this work?" + ], + "vs/workbench/contrib/notebook/browser/view/cellParts/codeCellExecutionIcon": [ + "Success", + "Failed", + "Pending", + "Executing" ], "vs/workbench/contrib/terminal/browser/links/terminalLink": [ "Open file in editor", "Focus folder in explorer", "Open folder in new window" + ], + "vs/workbench/contrib/notebook/browser/view/cellParts/cellOutput": [ + "Cell has no output", + "No renderer could be found for output. It has the following mimetypes: {0}", + "Change Presentation", + "Currently Active", + "Install additional renderers from the marketplace", + "Select mimetype to render for current output", + "Select mimetype to render for current output", + "renderer not available" + ], + "vs/workbench/contrib/comments/browser/commentNode": [ + "Toggle Reaction", + "Toggling the comment reaction failed: {0}.", + "Toggling the comment reaction failed", + "Deleting the comment reaction failed: {0}.", + "Deleting the comment reaction failed", + "Deleting the comment reaction failed: {0}.", + "Deleting the comment reaction failed" + ], + "vs/workbench/contrib/comments/browser/reactionsAction": [ + "Pick Reactions..." ] }, "bundles": { @@ -20917,12 +25046,11 @@ "vs/base/browser/ui/actionbar/actionViewItems", "vs/base/browser/ui/dialog/dialog", "vs/base/browser/ui/findinput/findInput", - "vs/base/browser/ui/findinput/findInputCheckboxes", + "vs/base/browser/ui/findinput/findInputToggles", "vs/base/browser/ui/findinput/replaceInput", - "vs/base/browser/ui/iconLabel/iconLabel", + "vs/base/browser/ui/iconLabel/iconLabelHover", "vs/base/browser/ui/inputbox/inputBox", "vs/base/browser/ui/keybindingLabel/keybindingLabel", - "vs/base/browser/ui/menu/menu", "vs/base/browser/ui/menu/menubar", "vs/base/browser/ui/selectBox/selectBoxCustom", "vs/base/browser/ui/splitview/paneview", @@ -20934,103 +25062,115 @@ "vs/base/common/errorMessage", "vs/base/common/jsonErrorMessages", "vs/base/common/keybindingLabels", - "vs/base/node/processes", "vs/base/parts/quickinput/browser/quickInput", "vs/base/parts/quickinput/browser/quickInputList", - "vs/editor/browser/controller/coreCommands", "vs/editor/browser/controller/textAreaHandler", - "vs/editor/browser/core/keybindingCancellation", + "vs/editor/browser/coreCommands", "vs/editor/browser/editorExtensions", "vs/editor/browser/widget/codeEditorWidget", "vs/editor/browser/widget/diffEditorWidget", "vs/editor/browser/widget/diffReview", "vs/editor/browser/widget/inlineDiffMargin", - "vs/editor/common/config/commonEditorConfig", + "vs/editor/common/config/editorConfigurationSchema", "vs/editor/common/config/editorOptions", + "vs/editor/common/core/editorColorRegistry", "vs/editor/common/editorContextKeys", + "vs/editor/common/languages/modesRegistry", "vs/editor/common/model/editStack", - "vs/editor/common/modes/modesRegistry", "vs/editor/common/standaloneStrings", - "vs/editor/common/view/editorColorRegistry", - "vs/editor/contrib/anchorSelect/anchorSelect", - "vs/editor/contrib/bracketMatching/bracketMatching", - "vs/editor/contrib/caretOperations/caretOperations", - "vs/editor/contrib/caretOperations/transpose", - "vs/editor/contrib/clipboard/clipboard", - "vs/editor/contrib/codeAction/codeActionCommands", - "vs/editor/contrib/codeAction/lightBulbWidget", - "vs/editor/contrib/codelens/codelensController", - "vs/editor/contrib/comment/comment", - "vs/editor/contrib/contextmenu/contextmenu", - "vs/editor/contrib/cursorUndo/cursorUndo", - "vs/editor/contrib/find/findController", - "vs/editor/contrib/find/findWidget", - "vs/editor/contrib/folding/folding", - "vs/editor/contrib/folding/foldingDecorations", - "vs/editor/contrib/fontZoom/fontZoom", - "vs/editor/contrib/format/format", - "vs/editor/contrib/format/formatActions", - "vs/editor/contrib/gotoError/gotoError", - "vs/editor/contrib/gotoError/gotoErrorWidget", - "vs/editor/contrib/gotoSymbol/goToCommands", - "vs/editor/contrib/gotoSymbol/link/goToDefinitionAtPosition", - "vs/editor/contrib/gotoSymbol/peek/referencesController", - "vs/editor/contrib/gotoSymbol/peek/referencesTree", - "vs/editor/contrib/gotoSymbol/peek/referencesWidget", - "vs/editor/contrib/gotoSymbol/referencesModel", - "vs/editor/contrib/gotoSymbol/symbolNavigation", - "vs/editor/contrib/hover/hover", - "vs/editor/contrib/hover/markdownHoverParticipant", - "vs/editor/contrib/hover/markerHoverParticipant", - "vs/editor/contrib/inPlaceReplace/inPlaceReplace", - "vs/editor/contrib/indentation/indentation", - "vs/editor/contrib/linesOperations/linesOperations", - "vs/editor/contrib/linkedEditing/linkedEditing", - "vs/editor/contrib/links/links", - "vs/editor/contrib/message/messageController", - "vs/editor/contrib/multicursor/multicursor", - "vs/editor/contrib/parameterHints/parameterHints", - "vs/editor/contrib/parameterHints/parameterHintsWidget", - "vs/editor/contrib/peekView/peekView", - "vs/editor/contrib/quickAccess/gotoLineQuickAccess", - "vs/editor/contrib/quickAccess/gotoSymbolQuickAccess", - "vs/editor/contrib/rename/rename", - "vs/editor/contrib/rename/renameInputField", - "vs/editor/contrib/smartSelect/smartSelect", - "vs/editor/contrib/snippet/snippetController2", - "vs/editor/contrib/snippet/snippetVariables", - "vs/editor/contrib/suggest/suggest", - "vs/editor/contrib/suggest/suggestController", - "vs/editor/contrib/suggest/suggestWidget", - "vs/editor/contrib/suggest/suggestWidgetDetails", - "vs/editor/contrib/suggest/suggestWidgetRenderer", - "vs/editor/contrib/suggest/suggestWidgetStatus", - "vs/editor/contrib/symbolIcons/symbolIcons", - "vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode", - "vs/editor/contrib/tokenization/tokenization", - "vs/editor/contrib/unusualLineTerminators/unusualLineTerminators", - "vs/editor/contrib/wordHighlighter/wordHighlighter", - "vs/editor/contrib/wordOperations/wordOperations", + "vs/editor/contrib/anchorSelect/browser/anchorSelect", + "vs/editor/contrib/bracketMatching/browser/bracketMatching", + "vs/editor/contrib/caretOperations/browser/caretOperations", + "vs/editor/contrib/caretOperations/browser/transpose", + "vs/editor/contrib/clipboard/browser/clipboard", + "vs/editor/contrib/codeAction/browser/codeActionCommands", + "vs/editor/contrib/codeAction/browser/lightBulbWidget", + "vs/editor/contrib/codelens/browser/codelensController", + "vs/editor/contrib/colorPicker/browser/colorPickerWidget", + "vs/editor/contrib/comment/browser/comment", + "vs/editor/contrib/contextmenu/browser/contextmenu", + "vs/editor/contrib/copyPaste/browser/copyPasteContribution", + "vs/editor/contrib/cursorUndo/browser/cursorUndo", + "vs/editor/contrib/editorState/browser/keybindingCancellation", + "vs/editor/contrib/find/browser/findController", + "vs/editor/contrib/find/browser/findWidget", + "vs/editor/contrib/folding/browser/folding", + "vs/editor/contrib/folding/browser/foldingDecorations", + "vs/editor/contrib/fontZoom/browser/fontZoom", + "vs/editor/contrib/format/browser/format", + "vs/editor/contrib/format/browser/formatActions", + "vs/editor/contrib/gotoError/browser/gotoError", + "vs/editor/contrib/gotoError/browser/gotoErrorWidget", + "vs/editor/contrib/gotoSymbol/browser/goToCommands", + "vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition", + "vs/editor/contrib/gotoSymbol/browser/peek/referencesController", + "vs/editor/contrib/gotoSymbol/browser/peek/referencesTree", + "vs/editor/contrib/gotoSymbol/browser/peek/referencesWidget", + "vs/editor/contrib/gotoSymbol/browser/referencesModel", + "vs/editor/contrib/gotoSymbol/browser/symbolNavigation", + "vs/editor/contrib/hover/browser/hover", + "vs/editor/contrib/hover/browser/markdownHoverParticipant", + "vs/editor/contrib/hover/browser/markerHoverParticipant", + "vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace", + "vs/editor/contrib/indentation/browser/indentation", + "vs/editor/contrib/inlayHints/browser/inlayHintsHover", + "vs/editor/contrib/inlineCompletions/browser/ghostTextController", + "vs/editor/contrib/inlineCompletions/browser/ghostTextHoverParticipant", + "vs/editor/contrib/lineSelection/browser/lineSelection", + "vs/editor/contrib/linesOperations/browser/linesOperations", + "vs/editor/contrib/linkedEditing/browser/linkedEditing", + "vs/editor/contrib/links/browser/links", + "vs/editor/contrib/message/browser/messageController", + "vs/editor/contrib/multicursor/browser/multicursor", + "vs/editor/contrib/parameterHints/browser/parameterHints", + "vs/editor/contrib/parameterHints/browser/parameterHintsWidget", + "vs/editor/contrib/peekView/browser/peekView", + "vs/editor/contrib/quickAccess/browser/gotoLineQuickAccess", + "vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess", + "vs/editor/contrib/rename/browser/rename", + "vs/editor/contrib/rename/browser/renameInputField", + "vs/editor/contrib/smartSelect/browser/smartSelect", + "vs/editor/contrib/snippet/browser/snippetController2", + "vs/editor/contrib/snippet/browser/snippetVariables", + "vs/editor/contrib/suggest/browser/suggest", + "vs/editor/contrib/suggest/browser/suggestController", + "vs/editor/contrib/suggest/browser/suggestWidget", + "vs/editor/contrib/suggest/browser/suggestWidgetDetails", + "vs/editor/contrib/suggest/browser/suggestWidgetRenderer", + "vs/editor/contrib/suggest/browser/suggestWidgetStatus", + "vs/editor/contrib/symbolIcons/browser/symbolIcons", + "vs/editor/contrib/toggleTabFocusMode/browser/toggleTabFocusMode", + "vs/editor/contrib/tokenization/browser/tokenization", + "vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter", + "vs/editor/contrib/unusualLineTerminators/browser/unusualLineTerminators", + "vs/editor/contrib/wordHighlighter/browser/wordHighlighter", + "vs/editor/contrib/wordOperations/browser/wordOperations", "vs/platform/actions/browser/menuEntryActionViewItem", "vs/platform/configuration/common/configurationRegistry", "vs/platform/contextkey/browser/contextKeyService", "vs/platform/contextkey/common/contextkeys", "vs/platform/dialogs/common/dialogs", + "vs/platform/dnd/browser/dnd", "vs/platform/extensionManagement/common/extensionManagement", "vs/platform/extensionManagement/common/extensionManagementCLIService", + "vs/platform/extensionManagement/common/extensionsScannerService", "vs/platform/extensions/common/extensionValidator", + "vs/platform/files/browser/htmlFileSystemProvider", "vs/platform/files/common/fileService", "vs/platform/files/common/files", "vs/platform/files/common/io", - "vs/platform/files/electron-browser/diskFileSystemProvider", - "vs/platform/files/node/diskFileSystemProvider", + "vs/platform/history/browser/contextScopedHistoryWidget", "vs/platform/keybinding/common/abstractKeybindingService", + "vs/platform/languagePacks/common/languagePacks", + "vs/platform/languagePacks/common/localizedStrings", "vs/platform/list/browser/listService", "vs/platform/markers/common/markers", "vs/platform/quickinput/browser/commandsQuickAccess", "vs/platform/quickinput/browser/helpQuickAccess", "vs/platform/request/common/request", "vs/platform/telemetry/common/telemetryService", + "vs/platform/terminal/common/terminalPlatformConfiguration", + "vs/platform/terminal/common/terminalProfiles", "vs/platform/theme/common/colorRegistry", "vs/platform/theme/common/iconRegistry", "vs/platform/theme/common/tokenClassificationRegistry", @@ -21039,11 +25179,10 @@ "vs/platform/userDataSync/common/abstractSynchronizer", "vs/platform/userDataSync/common/keybindingsSync", "vs/platform/userDataSync/common/settingsSync", - "vs/platform/userDataSync/common/userDataAutoSyncService", "vs/platform/userDataSync/common/userDataSync", "vs/platform/userDataSync/common/userDataSyncMachines", + "vs/platform/workspace/common/workspace", "vs/platform/workspace/common/workspaceTrust", - "vs/platform/workspaces/common/workspaces", "vs/workbench/api/browser/mainThreadAuthentication", "vs/workbench/api/browser/mainThreadCLICommands", "vs/workbench/api/browser/mainThreadComments", @@ -21061,7 +25200,6 @@ "vs/workbench/api/browser/viewsExtensionPoint", "vs/workbench/api/common/configurationExtensionPoint", "vs/workbench/api/common/jsonValidationExtensionPoint", - "vs/workbench/api/common/menusExtensionPoint", "vs/workbench/browser/actions/developerActions", "vs/workbench/browser/actions/helpActions", "vs/workbench/browser/actions/layoutActions", @@ -21072,10 +25210,12 @@ "vs/workbench/browser/actions/workspaceActions", "vs/workbench/browser/actions/workspaceCommands", "vs/workbench/browser/codeeditor", - "vs/workbench/browser/contextkeys", "vs/workbench/browser/editor", "vs/workbench/browser/parts/activitybar/activitybarActions", "vs/workbench/browser/parts/activitybar/activitybarPart", + "vs/workbench/browser/parts/auxiliarybar/auxiliaryBarActions", + "vs/workbench/browser/parts/auxiliarybar/auxiliaryBarPart", + "vs/workbench/browser/parts/banner/bannerPart", "vs/workbench/browser/parts/compositeBar", "vs/workbench/browser/parts/compositeBarActions", "vs/workbench/browser/parts/compositePart", @@ -21088,29 +25228,37 @@ "vs/workbench/browser/parts/editor/editor.contribution", "vs/workbench/browser/parts/editor/editorActions", "vs/workbench/browser/parts/editor/editorCommands", + "vs/workbench/browser/parts/editor/editorConfiguration", "vs/workbench/browser/parts/editor/editorDropTarget", "vs/workbench/browser/parts/editor/editorGroupView", + "vs/workbench/browser/parts/editor/editorPanes", + "vs/workbench/browser/parts/editor/editorPlaceholder", "vs/workbench/browser/parts/editor/editorQuickAccess", "vs/workbench/browser/parts/editor/editorStatus", + "vs/workbench/browser/parts/editor/sideBySideEditor", "vs/workbench/browser/parts/editor/tabsTitleControl", "vs/workbench/browser/parts/editor/textDiffEditor", "vs/workbench/browser/parts/editor/textEditor", "vs/workbench/browser/parts/editor/textResourceEditor", "vs/workbench/browser/parts/editor/titleControl", - "vs/workbench/browser/parts/editor/untitledHint", "vs/workbench/browser/parts/notifications/notificationsActions", "vs/workbench/browser/parts/notifications/notificationsAlerts", "vs/workbench/browser/parts/notifications/notificationsCenter", "vs/workbench/browser/parts/notifications/notificationsCommands", "vs/workbench/browser/parts/notifications/notificationsList", "vs/workbench/browser/parts/notifications/notificationsStatus", + "vs/workbench/browser/parts/notifications/notificationsToasts", "vs/workbench/browser/parts/notifications/notificationsViewer", "vs/workbench/browser/parts/panel/panelActions", "vs/workbench/browser/parts/panel/panelPart", - "vs/workbench/browser/parts/sidebar/sidebarPart", + "vs/workbench/browser/parts/sidebar/sidebarActions", + "vs/workbench/browser/parts/statusbar/statusbarActions", + "vs/workbench/browser/parts/statusbar/statusbarModel", "vs/workbench/browser/parts/statusbar/statusbarPart", + "vs/workbench/browser/parts/titlebar/commandCenterControl", "vs/workbench/browser/parts/titlebar/menubarControl", "vs/workbench/browser/parts/titlebar/titlebarPart", + "vs/workbench/browser/parts/titlebar/windowTitle", "vs/workbench/browser/parts/views/treeView", "vs/workbench/browser/parts/views/viewPane", "vs/workbench/browser/parts/views/viewPaneContainer", @@ -21120,14 +25268,16 @@ "vs/workbench/browser/workbench.contribution", "vs/workbench/common/actions", "vs/workbench/common/configuration", + "vs/workbench/common/contextkeys", "vs/workbench/common/editor", "vs/workbench/common/editor/diffEditorInput", - "vs/workbench/common/panel", - "vs/workbench/common/resources", + "vs/workbench/common/editor/sideBySideEditorInput", + "vs/workbench/common/editor/textEditorModel", "vs/workbench/common/theme", - "vs/workbench/common/viewlet", "vs/workbench/common/views", - "vs/workbench/contrib/backup/electron-sandbox/backupTracker", + "vs/workbench/contrib/audioCues/browser/audioCueService", + "vs/workbench/contrib/audioCues/browser/audioCues.contribution", + "vs/workbench/contrib/audioCues/browser/commands", "vs/workbench/contrib/bulkEdit/browser/bulkEditService", "vs/workbench/contrib/bulkEdit/browser/preview/bulkEdit.contribution", "vs/workbench/contrib/bulkEdit/browser/preview/bulkEditPane", @@ -21136,13 +25286,11 @@ "vs/workbench/contrib/callHierarchy/browser/callHierarchy.contribution", "vs/workbench/contrib/callHierarchy/browser/callHierarchyPeek", "vs/workbench/contrib/callHierarchy/browser/callHierarchyTree", - "vs/workbench/contrib/cli/node/cli.contribution", - "vs/workbench/contrib/codeActions/common/codeActionsContribution", + "vs/workbench/contrib/codeActions/browser/codeActionsContribution", "vs/workbench/contrib/codeActions/common/codeActionsExtensionPoint", "vs/workbench/contrib/codeActions/common/documentationExtensionPoint", "vs/workbench/contrib/codeEditor/browser/accessibility/accessibility", "vs/workbench/contrib/codeEditor/browser/diffEditorHelper", - "vs/workbench/contrib/codeEditor/browser/find/simpleFindReplaceWidget", "vs/workbench/contrib/codeEditor/browser/find/simpleFindWidget", "vs/workbench/contrib/codeEditor/browser/inspectEditorTokens/inspectEditorTokens", "vs/workbench/contrib/codeEditor/browser/inspectKeybindings", @@ -21159,11 +25307,15 @@ "vs/workbench/contrib/codeEditor/browser/toggleRenderControlCharacter", "vs/workbench/contrib/codeEditor/browser/toggleRenderWhitespace", "vs/workbench/contrib/codeEditor/browser/toggleWordWrap", + "vs/workbench/contrib/codeEditor/browser/untitledTextEditorHint", "vs/workbench/contrib/codeEditor/electron-sandbox/selectionClipboard", "vs/workbench/contrib/codeEditor/electron-sandbox/startDebugTextMate", + "vs/workbench/contrib/comments/browser/commentColors", "vs/workbench/contrib/comments/browser/commentGlyphWidget", "vs/workbench/contrib/comments/browser/commentNode", - "vs/workbench/contrib/comments/browser/commentThreadWidget", + "vs/workbench/contrib/comments/browser/commentReply", + "vs/workbench/contrib/comments/browser/commentThreadBody", + "vs/workbench/contrib/comments/browser/commentThreadHeader", "vs/workbench/contrib/comments/browser/comments.contribution", "vs/workbench/contrib/comments/browser/commentsEditorContribution", "vs/workbench/contrib/comments/browser/commentsTreeViewer", @@ -21173,6 +25325,7 @@ "vs/workbench/contrib/customEditor/common/contributedCustomEditors", "vs/workbench/contrib/customEditor/common/customEditor", "vs/workbench/contrib/customEditor/common/extensionPoint", + "vs/workbench/contrib/debug/browser/baseDebugView", "vs/workbench/contrib/debug/browser/breakpointEditorContribution", "vs/workbench/contrib/debug/browser/breakpointWidget", "vs/workbench/contrib/debug/browser/breakpointsView", @@ -21195,6 +25348,7 @@ "vs/workbench/contrib/debug/browser/debugTaskRunner", "vs/workbench/contrib/debug/browser/debugToolBar", "vs/workbench/contrib/debug/browser/debugViewlet", + "vs/workbench/contrib/debug/browser/disassemblyView", "vs/workbench/contrib/debug/browser/exceptionWidget", "vs/workbench/contrib/debug/browser/linkDetector", "vs/workbench/contrib/debug/browser/loadedScriptsView", @@ -21209,10 +25363,12 @@ "vs/workbench/contrib/debug/common/abstractDebugAdapter", "vs/workbench/contrib/debug/common/debug", "vs/workbench/contrib/debug/common/debugContentProvider", + "vs/workbench/contrib/debug/common/debugLifecycle", "vs/workbench/contrib/debug/common/debugModel", "vs/workbench/contrib/debug/common/debugSchemas", "vs/workbench/contrib/debug/common/debugSource", "vs/workbench/contrib/debug/common/debugger", + "vs/workbench/contrib/debug/common/disassemblyViewInput", "vs/workbench/contrib/debug/common/replModel", "vs/workbench/contrib/emmet/browser/actions/expandAbbreviation", "vs/workbench/contrib/experiments/browser/experiments.contribution", @@ -21225,6 +25381,7 @@ "vs/workbench/contrib/extensions/browser/extensions.contribution", "vs/workbench/contrib/extensions/browser/extensionsActions", "vs/workbench/contrib/extensions/browser/extensionsActivationProgress", + "vs/workbench/contrib/extensions/browser/extensionsCompletionItemsProvider", "vs/workbench/contrib/extensions/browser/extensionsDependencyChecker", "vs/workbench/contrib/extensions/browser/extensionsIcons", "vs/workbench/contrib/extensions/browser/extensionsQuickAccess", @@ -21234,22 +25391,22 @@ "vs/workbench/contrib/extensions/browser/extensionsWidgets", "vs/workbench/contrib/extensions/browser/extensionsWorkbenchService", "vs/workbench/contrib/extensions/browser/fileBasedRecommendations", + "vs/workbench/contrib/extensions/browser/webRecommendations", "vs/workbench/contrib/extensions/browser/workspaceRecommendations", "vs/workbench/contrib/extensions/common/extensionsFileTemplate", "vs/workbench/contrib/extensions/common/extensionsInput", "vs/workbench/contrib/extensions/common/extensionsUtils", "vs/workbench/contrib/extensions/common/runtimeExtensionsInput", - "vs/workbench/contrib/extensions/electron-browser/debugExtensionHostAction", - "vs/workbench/contrib/extensions/electron-browser/extensionProfileService", - "vs/workbench/contrib/extensions/electron-browser/extensions.contribution", - "vs/workbench/contrib/extensions/electron-browser/extensionsAutoProfiler", - "vs/workbench/contrib/extensions/electron-browser/extensionsSlowActions", - "vs/workbench/contrib/extensions/electron-browser/reportExtensionIssueAction", - "vs/workbench/contrib/extensions/electron-browser/runtimeExtensionsEditor", + "vs/workbench/contrib/extensions/electron-sandbox/debugExtensionHostAction", + "vs/workbench/contrib/extensions/electron-sandbox/extensionProfileService", + "vs/workbench/contrib/extensions/electron-sandbox/extensions.contribution", "vs/workbench/contrib/extensions/electron-sandbox/extensionsActions", + "vs/workbench/contrib/extensions/electron-sandbox/extensionsAutoProfiler", + "vs/workbench/contrib/extensions/electron-sandbox/extensionsSlowActions", + "vs/workbench/contrib/extensions/electron-sandbox/reportExtensionIssueAction", + "vs/workbench/contrib/extensions/electron-sandbox/runtimeExtensionsEditor", "vs/workbench/contrib/externalTerminal/browser/externalTerminal.contribution", - "vs/workbench/contrib/externalTerminal/node/externalTerminal.contribution", - "vs/workbench/contrib/externalTerminal/node/externalTerminalService", + "vs/workbench/contrib/externalTerminal/electron-sandbox/externalTerminal.contribution", "vs/workbench/contrib/externalUriOpener/common/configuration", "vs/workbench/contrib/externalUriOpener/common/externalUriOpenerService", "vs/workbench/contrib/feedback/browser/feedback", @@ -21261,62 +25418,93 @@ "vs/workbench/contrib/files/browser/fileActions", "vs/workbench/contrib/files/browser/fileActions.contribution", "vs/workbench/contrib/files/browser/fileCommands", + "vs/workbench/contrib/files/browser/fileConstants", + "vs/workbench/contrib/files/browser/fileImportExport", "vs/workbench/contrib/files/browser/files.contribution", "vs/workbench/contrib/files/browser/views/emptyView", "vs/workbench/contrib/files/browser/views/explorerDecorationsProvider", "vs/workbench/contrib/files/browser/views/explorerView", "vs/workbench/contrib/files/browser/views/explorerViewer", "vs/workbench/contrib/files/browser/views/openEditorsView", + "vs/workbench/contrib/files/browser/workspaceWatcher", "vs/workbench/contrib/files/common/dirtyFilesIndicator", - "vs/workbench/contrib/files/common/editors/fileEditorInput", "vs/workbench/contrib/files/common/files", - "vs/workbench/contrib/files/common/workspaceWatcher", "vs/workbench/contrib/files/electron-sandbox/fileActions.contribution", - "vs/workbench/contrib/files/electron-sandbox/fileCommands", "vs/workbench/contrib/files/electron-sandbox/files.contribution", "vs/workbench/contrib/files/electron-sandbox/textFileEditor", "vs/workbench/contrib/format/browser/formatActionsMultiple", "vs/workbench/contrib/format/browser/formatActionsNone", "vs/workbench/contrib/format/browser/formatModified", + "vs/workbench/contrib/inlayHints/browser/inlayHintsAccessibilty", + "vs/workbench/contrib/interactive/browser/interactive.contribution", + "vs/workbench/contrib/interactive/browser/interactiveEditor", "vs/workbench/contrib/issue/electron-sandbox/issue.contribution", "vs/workbench/contrib/issue/electron-sandbox/issueActions", "vs/workbench/contrib/keybindings/browser/keybindings.contribution", - "vs/workbench/contrib/localizations/browser/localizations.contribution", - "vs/workbench/contrib/localizations/browser/localizationsActions", - "vs/workbench/contrib/localizations/browser/minimalTranslations", + "vs/workbench/contrib/languageDetection/browser/languageDetection.contribution", + "vs/workbench/contrib/languageStatus/browser/languageStatus.contribution", + "vs/workbench/contrib/localHistory/browser/localHistory", + "vs/workbench/contrib/localHistory/browser/localHistoryCommands", + "vs/workbench/contrib/localHistory/browser/localHistoryTimeline", + "vs/workbench/contrib/localHistory/electron-sandbox/localHistoryCommands", + "vs/workbench/contrib/localization/browser/localizationsActions", + "vs/workbench/contrib/localization/electron-sandbox/localization.contribution", + "vs/workbench/contrib/localization/electron-sandbox/minimalTranslations", "vs/workbench/contrib/logs/common/logs.contribution", "vs/workbench/contrib/logs/common/logsActions", + "vs/workbench/contrib/logs/electron-sandbox/logs.contribution", "vs/workbench/contrib/logs/electron-sandbox/logsActions", - "vs/workbench/contrib/markers/browser/markers", "vs/workbench/contrib/markers/browser/markers.contribution", "vs/workbench/contrib/markers/browser/markersFileDecorations", + "vs/workbench/contrib/markers/browser/markersTable", "vs/workbench/contrib/markers/browser/markersTreeViewer", "vs/workbench/contrib/markers/browser/markersView", "vs/workbench/contrib/markers/browser/markersViewActions", "vs/workbench/contrib/markers/browser/messages", - "vs/workbench/contrib/notebook/browser/contrib/cellOperations/cellOperations", + "vs/workbench/contrib/mergeEditor/browser/mergeEditor", + "vs/workbench/contrib/mergeEditor/browser/mergeEditor.contribution", + "vs/workbench/contrib/mergeEditor/browser/mergeEditorInput", + "vs/workbench/contrib/notebook/browser/contrib/cellCommands/cellCommands", + "vs/workbench/contrib/notebook/browser/contrib/cellStatusBar/executionStatusBarItemController", + "vs/workbench/contrib/notebook/browser/contrib/cellStatusBar/statusBarProviders", "vs/workbench/contrib/notebook/browser/contrib/clipboard/notebookClipboard", - "vs/workbench/contrib/notebook/browser/contrib/coreActions", - "vs/workbench/contrib/notebook/browser/contrib/find/findController", - "vs/workbench/contrib/notebook/browser/contrib/fold/folding", + "vs/workbench/contrib/notebook/browser/contrib/editorStatusBar/editorStatusBar", + "vs/workbench/contrib/notebook/browser/contrib/find/notebookFind", + "vs/workbench/contrib/notebook/browser/contrib/find/notebookFindReplaceWidget", + "vs/workbench/contrib/notebook/browser/contrib/find/notebookFindWidget", "vs/workbench/contrib/notebook/browser/contrib/format/formatting", + "vs/workbench/contrib/notebook/browser/contrib/gettingStarted/notebookGettingStarted", + "vs/workbench/contrib/notebook/browser/contrib/layout/layoutActions", + "vs/workbench/contrib/notebook/browser/contrib/navigation/arrow", "vs/workbench/contrib/notebook/browser/contrib/outline/notebookOutline", - "vs/workbench/contrib/notebook/browser/contrib/status/editorStatus", + "vs/workbench/contrib/notebook/browser/contrib/profile/notebookProfile", + "vs/workbench/contrib/notebook/browser/controller/coreActions", + "vs/workbench/contrib/notebook/browser/controller/editActions", + "vs/workbench/contrib/notebook/browser/controller/executeActions", + "vs/workbench/contrib/notebook/browser/controller/foldingController", + "vs/workbench/contrib/notebook/browser/controller/insertCellActions", + "vs/workbench/contrib/notebook/browser/controller/layoutActions", "vs/workbench/contrib/notebook/browser/diff/diffElementOutputs", "vs/workbench/contrib/notebook/browser/diff/notebookDiffActions", "vs/workbench/contrib/notebook/browser/diff/notebookTextDiffEditor", "vs/workbench/contrib/notebook/browser/extensionPoint", "vs/workbench/contrib/notebook/browser/notebook.contribution", "vs/workbench/contrib/notebook/browser/notebookEditor", - "vs/workbench/contrib/notebook/browser/notebookEditorKernelManager", "vs/workbench/contrib/notebook/browser/notebookEditorWidget", + "vs/workbench/contrib/notebook/browser/notebookExecutionServiceImpl", "vs/workbench/contrib/notebook/browser/notebookIcons", - "vs/workbench/contrib/notebook/browser/notebookKernelAssociation", - "vs/workbench/contrib/notebook/browser/notebookServiceImpl", - "vs/workbench/contrib/notebook/browser/view/renderers/cellOutput", + "vs/workbench/contrib/notebook/browser/services/notebookKeymapServiceImpl", + "vs/workbench/contrib/notebook/browser/view/cellParts/cellEditorOptions", + "vs/workbench/contrib/notebook/browser/view/cellParts/cellOutput", + "vs/workbench/contrib/notebook/browser/view/cellParts/codeCell", + "vs/workbench/contrib/notebook/browser/view/cellParts/codeCellExecutionIcon", + "vs/workbench/contrib/notebook/browser/view/cellParts/codeCellRunToolbar", + "vs/workbench/contrib/notebook/browser/view/cellParts/collapsedCellOutput", + "vs/workbench/contrib/notebook/browser/view/cellParts/foldedCellHint", + "vs/workbench/contrib/notebook/browser/view/cellParts/markdownCell", + "vs/workbench/contrib/notebook/browser/view/renderers/backLayerWebView", "vs/workbench/contrib/notebook/browser/view/renderers/cellRenderer", - "vs/workbench/contrib/notebook/browser/view/renderers/cellWidgets", - "vs/workbench/contrib/notebook/browser/viewModel/markdownCellViewModel", + "vs/workbench/contrib/notebook/browser/viewParts/notebookKernelActionViewItem", "vs/workbench/contrib/notebook/common/notebookEditorModel", "vs/workbench/contrib/outline/browser/outline.contribution", "vs/workbench/contrib/outline/browser/outlinePane", @@ -21331,17 +25519,20 @@ "vs/workbench/contrib/preferences/browser/keybindingsEditorContribution", "vs/workbench/contrib/preferences/browser/preferences.contribution", "vs/workbench/contrib/preferences/browser/preferencesActions", - "vs/workbench/contrib/preferences/browser/preferencesEditor", "vs/workbench/contrib/preferences/browser/preferencesIcons", "vs/workbench/contrib/preferences/browser/preferencesRenderers", "vs/workbench/contrib/preferences/browser/preferencesWidgets", "vs/workbench/contrib/preferences/browser/settingsEditor2", + "vs/workbench/contrib/preferences/browser/settingsEditorSettingIndicators", "vs/workbench/contrib/preferences/browser/settingsLayout", + "vs/workbench/contrib/preferences/browser/settingsSearchMenu", "vs/workbench/contrib/preferences/browser/settingsTree", "vs/workbench/contrib/preferences/browser/settingsTreeModels", "vs/workbench/contrib/preferences/browser/settingsWidgets", "vs/workbench/contrib/preferences/browser/tocTree", "vs/workbench/contrib/preferences/common/preferencesContribution", + "vs/workbench/contrib/preferences/common/settingsEditorColorRegistry", + "vs/workbench/contrib/profiles/common/profilesActions", "vs/workbench/contrib/quickaccess/browser/commandsQuickAccess", "vs/workbench/contrib/quickaccess/browser/quickAccess.contribution", "vs/workbench/contrib/quickaccess/browser/viewQuickAccess", @@ -21351,6 +25542,7 @@ "vs/workbench/contrib/remote/browser/remoteExplorer", "vs/workbench/contrib/remote/browser/remoteIcons", "vs/workbench/contrib/remote/browser/remoteIndicator", + "vs/workbench/contrib/remote/browser/tunnelFactory", "vs/workbench/contrib/remote/browser/tunnelView", "vs/workbench/contrib/remote/common/remote.contribution", "vs/workbench/contrib/remote/electron-sandbox/remote.contribution", @@ -21367,11 +25559,11 @@ "vs/workbench/contrib/search/browser/search.contribution", "vs/workbench/contrib/search/browser/searchActions", "vs/workbench/contrib/search/browser/searchIcons", + "vs/workbench/contrib/search/browser/searchMessage", "vs/workbench/contrib/search/browser/searchResultsView", "vs/workbench/contrib/search/browser/searchView", "vs/workbench/contrib/search/browser/searchWidget", "vs/workbench/contrib/search/browser/symbolsQuickAccess", - "vs/workbench/contrib/search/common/queryBuilder", "vs/workbench/contrib/searchEditor/browser/searchEditor", "vs/workbench/contrib/searchEditor/browser/searchEditor.contribution", "vs/workbench/contrib/searchEditor/browser/searchEditorInput", @@ -21379,9 +25571,11 @@ "vs/workbench/contrib/snippets/browser/configureSnippets", "vs/workbench/contrib/snippets/browser/insertSnippet", "vs/workbench/contrib/snippets/browser/snippetCompletionProvider", + "vs/workbench/contrib/snippets/browser/snippetPicker", "vs/workbench/contrib/snippets/browser/snippets.contribution", "vs/workbench/contrib/snippets/browser/snippetsFile", "vs/workbench/contrib/snippets/browser/snippetsService", + "vs/workbench/contrib/snippets/browser/surroundWithSnippet", "vs/workbench/contrib/surveys/browser/ces.contribution", "vs/workbench/contrib/surveys/browser/languageSurveys.contribution", "vs/workbench/contrib/surveys/browser/nps.contribution", @@ -21389,6 +25583,7 @@ "vs/workbench/contrib/tasks/browser/runAutomaticTasks", "vs/workbench/contrib/tasks/browser/task.contribution", "vs/workbench/contrib/tasks/browser/taskQuickPick", + "vs/workbench/contrib/tasks/browser/taskTerminalStatus", "vs/workbench/contrib/tasks/browser/tasksQuickAccess", "vs/workbench/contrib/tasks/browser/terminalTaskSystem", "vs/workbench/contrib/tasks/common/jsonSchemaCommon", @@ -21400,47 +25595,61 @@ "vs/workbench/contrib/tasks/common/taskService", "vs/workbench/contrib/tasks/common/taskTemplates", "vs/workbench/contrib/tasks/common/tasks", - "vs/workbench/contrib/tasks/electron-browser/taskService", - "vs/workbench/contrib/tasks/node/processRunnerDetector", - "vs/workbench/contrib/tasks/node/processTaskSystem", + "vs/workbench/contrib/tasks/electron-sandbox/taskService", + "vs/workbench/contrib/terminal/browser/baseTerminalBackend", "vs/workbench/contrib/terminal/browser/environmentVariableInfo", "vs/workbench/contrib/terminal/browser/links/terminalLink", + "vs/workbench/contrib/terminal/browser/links/terminalLinkDetectorAdapter", "vs/workbench/contrib/terminal/browser/links/terminalLinkManager", - "vs/workbench/contrib/terminal/browser/links/terminalWordLinkProvider", - "vs/workbench/contrib/terminal/browser/remoteTerminalService", + "vs/workbench/contrib/terminal/browser/links/terminalLinkQuickpick", "vs/workbench/contrib/terminal/browser/terminal.contribution", "vs/workbench/contrib/terminal/browser/terminalActions", "vs/workbench/contrib/terminal/browser/terminalConfigHelper", + "vs/workbench/contrib/terminal/browser/terminalDecorationsProvider", + "vs/workbench/contrib/terminal/browser/terminalEditorInput", "vs/workbench/contrib/terminal/browser/terminalIcons", "vs/workbench/contrib/terminal/browser/terminalInstance", + "vs/workbench/contrib/terminal/browser/terminalMenus", "vs/workbench/contrib/terminal/browser/terminalProcessManager", + "vs/workbench/contrib/terminal/browser/terminalProfileQuickpick", + "vs/workbench/contrib/terminal/browser/terminalProfileResolverService", "vs/workbench/contrib/terminal/browser/terminalQuickAccess", "vs/workbench/contrib/terminal/browser/terminalService", - "vs/workbench/contrib/terminal/browser/terminalTab", + "vs/workbench/contrib/terminal/browser/terminalTabbedView", + "vs/workbench/contrib/terminal/browser/terminalTabsList", + "vs/workbench/contrib/terminal/browser/terminalTooltip", "vs/workbench/contrib/terminal/browser/terminalView", + "vs/workbench/contrib/terminal/browser/xterm/decorationAddon", + "vs/workbench/contrib/terminal/browser/xterm/xtermTerminal", "vs/workbench/contrib/terminal/common/terminal", "vs/workbench/contrib/terminal/common/terminalColorRegistry", "vs/workbench/contrib/terminal/common/terminalConfiguration", - "vs/workbench/contrib/terminal/common/terminalMenu", - "vs/workbench/contrib/terminal/electron-browser/terminalRemote", - "vs/workbench/contrib/terminal/electron-sandbox/localTerminalService", + "vs/workbench/contrib/terminal/common/terminalContextKey", + "vs/workbench/contrib/terminal/common/terminalStrings", + "vs/workbench/contrib/terminal/electron-sandbox/terminalRemote", "vs/workbench/contrib/testing/browser/icons", "vs/workbench/contrib/testing/browser/testExplorerActions", "vs/workbench/contrib/testing/browser/testing.contribution", + "vs/workbench/contrib/testing/browser/testingConfigurationUi", "vs/workbench/contrib/testing/browser/testingDecorations", "vs/workbench/contrib/testing/browser/testingExplorerFilter", "vs/workbench/contrib/testing/browser/testingExplorerView", "vs/workbench/contrib/testing/browser/testingOutputPeek", + "vs/workbench/contrib/testing/browser/testingOutputTerminalService", "vs/workbench/contrib/testing/browser/testingProgressUiService", "vs/workbench/contrib/testing/browser/testingViewPaneContainer", "vs/workbench/contrib/testing/browser/theme", "vs/workbench/contrib/testing/common/configuration", "vs/workbench/contrib/testing/common/constants", + "vs/workbench/contrib/testing/common/testResult", "vs/workbench/contrib/testing/common/testServiceImpl", "vs/workbench/contrib/testing/common/testingContextKeys", "vs/workbench/contrib/themes/browser/themes.contribution", "vs/workbench/contrib/timeline/browser/timeline.contribution", "vs/workbench/contrib/timeline/browser/timelinePane", + "vs/workbench/contrib/typeHierarchy/browser/typeHierarchy.contribution", + "vs/workbench/contrib/typeHierarchy/browser/typeHierarchyPeek", + "vs/workbench/contrib/typeHierarchy/browser/typeHierarchyTree", "vs/workbench/contrib/update/browser/releaseNotesEditor", "vs/workbench/contrib/update/browser/update", "vs/workbench/contrib/update/browser/update.contribution", @@ -21453,54 +25662,57 @@ "vs/workbench/contrib/userDataSync/browser/userDataSyncViews", "vs/workbench/contrib/userDataSync/electron-sandbox/userDataSync.contribution", "vs/workbench/contrib/watermark/browser/watermark", - "vs/workbench/contrib/webview/browser/baseWebviewElement", - "vs/workbench/contrib/webview/electron-browser/webviewCommands", + "vs/workbench/contrib/webview/browser/webview.contribution", + "vs/workbench/contrib/webview/browser/webviewElement", + "vs/workbench/contrib/webview/electron-sandbox/webviewCommands", "vs/workbench/contrib/webviewPanel/browser/webviewCommands", "vs/workbench/contrib/webviewPanel/browser/webviewPanel.contribution", - "vs/workbench/contrib/welcome/common/viewsWelcomeContribution", - "vs/workbench/contrib/welcome/common/viewsWelcomeExtensionPoint", - "vs/workbench/contrib/welcome/gettingStarted/browser/gettingStarted", - "vs/workbench/contrib/welcome/gettingStarted/browser/gettingStarted.contribution", - "vs/workbench/contrib/welcome/gettingStarted/browser/gettingStartedIcons", - "vs/workbench/contrib/welcome/gettingStarted/browser/gettingStartedInput", - "vs/workbench/contrib/welcome/gettingStarted/common/gettingStartedContent", - "vs/workbench/contrib/welcome/overlay/browser/welcomeOverlay", - "vs/workbench/contrib/welcome/page/browser/vs_code_welcome_page", - "vs/workbench/contrib/welcome/page/browser/welcomePage", - "vs/workbench/contrib/welcome/page/browser/welcomePage.contribution", - "vs/workbench/contrib/welcome/page/browser/welcomePageColors", - "vs/workbench/contrib/welcome/telemetryOptOut/browser/telemetryOptOut", - "vs/workbench/contrib/welcome/walkThrough/browser/editor/editorWalkThrough", - "vs/workbench/contrib/welcome/walkThrough/browser/walkThrough.contribution", - "vs/workbench/contrib/welcome/walkThrough/browser/walkThroughPart", - "vs/workbench/contrib/welcome/walkthroughs/browser/walkthroughs", - "vs/workbench/contrib/welcome/walkthroughs/browser/walkthroughs.contribution", + "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted", + "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.contribution", + "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedColors", + "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedExtensionPoint", + "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedIcons", + "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedInput", + "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedService", + "vs/workbench/contrib/welcomeGettingStarted/common/gettingStartedContent", + "vs/workbench/contrib/welcomeGettingStarted/common/media/notebookProfile", + "vs/workbench/contrib/welcomeGettingStarted/common/media/theme_picker", + "vs/workbench/contrib/welcomeOverlay/browser/welcomeOverlay", + "vs/workbench/contrib/welcomeViews/common/newFile.contribution", + "vs/workbench/contrib/welcomeViews/common/viewsWelcomeContribution", + "vs/workbench/contrib/welcomeViews/common/viewsWelcomeExtensionPoint", + "vs/workbench/contrib/welcomeWalkthrough/browser/editor/editorWalkThrough", + "vs/workbench/contrib/welcomeWalkthrough/browser/walkThrough.contribution", + "vs/workbench/contrib/welcomeWalkthrough/browser/walkThroughPart", "vs/workbench/contrib/workspace/browser/workspace.contribution", - "vs/workbench/contrib/workspace/browser/workspaceTrustColors", "vs/workbench/contrib/workspace/browser/workspaceTrustEditor", - "vs/workbench/contrib/workspace/browser/workspaceTrustTree", + "vs/workbench/contrib/workspace/common/workspace", "vs/workbench/contrib/workspaces/browser/workspaces.contribution", "vs/workbench/electron-sandbox/actions/developerActions", + "vs/workbench/electron-sandbox/actions/installActions", "vs/workbench/electron-sandbox/actions/windowActions", "vs/workbench/electron-sandbox/desktop.contribution", + "vs/workbench/electron-sandbox/desktop.main", "vs/workbench/electron-sandbox/parts/dialogs/dialogHandler", - "vs/workbench/electron-sandbox/parts/titlebar/menubarControl", "vs/workbench/electron-sandbox/window", + "vs/workbench/services/actions/common/menusExtensionPoint", "vs/workbench/services/authentication/browser/authenticationService", + "vs/workbench/services/configuration/browser/configurationService", "vs/workbench/services/configuration/common/configurationEditingService", "vs/workbench/services/configuration/common/jsonEditingService", - "vs/workbench/services/configurationResolver/browser/configurationResolverService", + "vs/workbench/services/configurationResolver/browser/baseConfigurationResolverService", "vs/workbench/services/configurationResolver/common/configurationResolverSchema", "vs/workbench/services/configurationResolver/common/configurationResolverUtils", "vs/workbench/services/configurationResolver/common/variableResolver", "vs/workbench/services/decorations/browser/decorationsService", "vs/workbench/services/dialogs/browser/abstractFileDialogService", "vs/workbench/services/dialogs/browser/simpleFileDialog", - "vs/workbench/services/editor/browser/editorService", + "vs/workbench/services/editor/browser/editorResolverService", + "vs/workbench/services/editor/common/editorResolverService", "vs/workbench/services/extensionManagement/browser/extensionBisect", "vs/workbench/services/extensionManagement/browser/extensionEnablementService", + "vs/workbench/services/extensionManagement/browser/webExtensionsScannerService", "vs/workbench/services/extensionManagement/common/extensionManagementService", - "vs/workbench/services/extensionManagement/common/webExtensionsScannerService", "vs/workbench/services/extensionManagement/electron-sandbox/extensionManagementServerService", "vs/workbench/services/extensionManagement/electron-sandbox/remoteExtensionManagementService", "vs/workbench/services/extensionRecommendations/common/workspaceExtensionsConfig", @@ -21509,34 +25721,37 @@ "vs/workbench/services/extensions/common/abstractExtensionService", "vs/workbench/services/extensions/common/extensionHostManager", "vs/workbench/services/extensions/common/extensionsRegistry", + "vs/workbench/services/extensions/common/extensionsUtil", "vs/workbench/services/extensions/common/remoteExtensionHost", - "vs/workbench/services/extensions/electron-browser/cachedExtensionScanner", - "vs/workbench/services/extensions/electron-browser/extensionService", - "vs/workbench/services/extensions/electron-browser/localProcessExtensionHost", - "vs/workbench/services/extensions/node/extensionPoints", - "vs/workbench/services/history/browser/history", + "vs/workbench/services/extensions/electron-sandbox/cachedExtensionScanner", + "vs/workbench/services/extensions/electron-sandbox/electronExtensionService", + "vs/workbench/services/extensions/electron-sandbox/localProcessExtensionHost", + "vs/workbench/services/history/browser/historyService", "vs/workbench/services/integrity/electron-sandbox/integrityService", "vs/workbench/services/keybinding/browser/keybindingService", "vs/workbench/services/keybinding/common/keybindingEditing", "vs/workbench/services/label/common/labelService", - "vs/workbench/services/lifecycle/electron-sandbox/lifecycleService", - "vs/workbench/services/mode/common/workbenchModeService", + "vs/workbench/services/language/common/languageService", "vs/workbench/services/notification/common/notificationService", + "vs/workbench/services/preferences/browser/keybindingsEditorInput", "vs/workbench/services/preferences/browser/keybindingsEditorModel", - "vs/workbench/services/preferences/browser/preferencesEditorInput", "vs/workbench/services/preferences/browser/preferencesService", - "vs/workbench/services/preferences/common/preferences", + "vs/workbench/services/preferences/common/preferencesEditorInput", "vs/workbench/services/preferences/common/preferencesModels", "vs/workbench/services/preferences/common/preferencesValidation", + "vs/workbench/services/profiles/common/profile", + "vs/workbench/services/profiles/common/profileService", "vs/workbench/services/progress/browser/progressService", - "vs/workbench/services/remote/electron-sandbox/remoteAgentServiceImpl", + "vs/workbench/services/remote/common/remoteExplorerService", + "vs/workbench/services/remote/electron-sandbox/remoteAgentService", + "vs/workbench/services/search/common/queryBuilder", "vs/workbench/services/textMate/browser/abstractTextMateService", - "vs/workbench/services/textMate/common/TMGrammarFactory", "vs/workbench/services/textMate/common/TMGrammars", "vs/workbench/services/textfile/browser/textFileService", "vs/workbench/services/textfile/common/textFileEditorModel", "vs/workbench/services/textfile/common/textFileEditorModelManager", "vs/workbench/services/textfile/common/textFileSaveParticipant", + "vs/workbench/services/textfile/electron-sandbox/nativeTextFileService", "vs/workbench/services/themes/browser/fileIconThemeData", "vs/workbench/services/themes/browser/productIconThemeData", "vs/workbench/services/themes/browser/workbenchThemeService", @@ -21552,69 +25767,76 @@ "vs/workbench/services/userDataSync/browser/userDataSyncWorkbenchService", "vs/workbench/services/userDataSync/common/userDataSync", "vs/workbench/services/views/browser/viewDescriptorService", + "vs/workbench/services/views/common/viewContainerModel", + "vs/workbench/services/workingCopy/common/fileWorkingCopyManager", + "vs/workbench/services/workingCopy/common/storedFileWorkingCopy", + "vs/workbench/services/workingCopy/common/storedFileWorkingCopyManager", + "vs/workbench/services/workingCopy/common/storedFileWorkingCopySaveParticipant", + "vs/workbench/services/workingCopy/common/workingCopyHistoryService", + "vs/workbench/services/workingCopy/common/workingCopyHistoryTracker", + "vs/workbench/services/workingCopy/electron-sandbox/workingCopyBackupService", + "vs/workbench/services/workingCopy/electron-sandbox/workingCopyBackupTracker", + "vs/workbench/services/workingCopy/electron-sandbox/workingCopyHistoryService", "vs/workbench/services/workspaces/browser/abstractWorkspaceEditingService", "vs/workbench/services/workspaces/browser/workspaceTrustEditorInput", "vs/workbench/services/workspaces/electron-sandbox/workspaceEditingService" ], - "vs/workbench/services/extensions/worker/extensionHostWorker": [ + "vs/workbench/api/worker/extensionHostWorker": [ + "vs/base/common/date", "vs/base/common/errorMessage", "vs/editor/common/config/editorOptions", "vs/platform/configuration/common/configurationRegistry", + "vs/platform/extensionManagement/common/extensionManagement", + "vs/platform/extensions/common/extensionValidator", "vs/platform/files/common/files", "vs/platform/markers/common/markers", - "vs/platform/theme/common/iconRegistry", - "vs/platform/workspaces/common/workspaces", - "vs/workbench/api/common/extHost.api.impl", + "vs/platform/workspace/common/workspace", "vs/workbench/api/common/extHostDiagnostics", - "vs/workbench/api/common/extHostExtensionActivator", "vs/workbench/api/common/extHostExtensionService", "vs/workbench/api/common/extHostProgress", "vs/workbench/api/common/extHostStatusBar", "vs/workbench/api/common/extHostTerminalService", "vs/workbench/api/common/extHostTreeViews", "vs/workbench/api/common/extHostWorkspace", - "vs/workbench/common/views", + "vs/workbench/common/editor", "vs/workbench/contrib/debug/common/abstractDebugAdapter", - "vs/workbench/contrib/search/common/queryBuilder", - "vs/workbench/contrib/tasks/common/taskService", - "vs/workbench/services/configurationResolver/common/variableResolver" + "vs/workbench/contrib/debug/common/debug", + "vs/workbench/contrib/tasks/common/taskDefinitionRegistry", + "vs/workbench/contrib/tasks/common/tasks", + "vs/workbench/services/configurationResolver/common/variableResolver", + "vs/workbench/services/extensions/common/extensionsRegistry", + "vs/workbench/services/search/common/queryBuilder" + ], + "vs/platform/sharedProcess/electron-browser/sharedProcessWorkerMain": [ + "vs/base/common/errorMessage" ], "vs/workbench/contrib/debug/node/telemetryApp": [ - "vs/base/node/processes", - "vs/platform/configuration/common/configurationRegistry" + "vs/base/node/processes" ], - "vs/workbench/services/search/node/searchApp": [ + "vs/platform/files/node/watcher/watcherMain": [ "vs/base/common/errorMessage", "vs/base/node/processes", "vs/platform/files/common/files" ], - "vs/platform/files/node/watcher/unix/watcherApp": [ - "vs/base/node/processes", - "vs/platform/files/common/files" - ], - "vs/platform/files/node/watcher/nsfw/watcherApp": [ - "vs/base/node/processes", - "vs/platform/files/common/files" - ], "vs/platform/terminal/node/ptyHostMain": [ "vs/base/common/errorMessage", "vs/base/node/processes", + "vs/platform/terminal/node/ptyService", "vs/platform/terminal/node/terminalProcess" ], - "vs/workbench/services/extensions/node/extensionHostProcess": [ + "vs/workbench/api/node/extensionHostProcess": [ "vs/base/common/date", "vs/base/common/errorMessage", "vs/base/node/processes", "vs/editor/common/config/editorOptions", "vs/platform/configuration/common/configurationRegistry", "vs/platform/extensionManagement/common/extensionManagement", + "vs/platform/extensions/common/extensionValidator", + "vs/platform/externalTerminal/node/externalTerminalService", "vs/platform/files/common/files", "vs/platform/markers/common/markers", - "vs/platform/theme/common/iconRegistry", - "vs/platform/workspaces/common/workspaces", - "vs/workbench/api/common/extHost.api.impl", + "vs/platform/workspace/common/workspace", "vs/workbench/api/common/extHostDiagnostics", - "vs/workbench/api/common/extHostExtensionActivator", "vs/workbench/api/common/extHostExtensionService", "vs/workbench/api/common/extHostProgress", "vs/workbench/api/common/extHostStatusBar", @@ -21622,18 +25844,20 @@ "vs/workbench/api/common/extHostTreeViews", "vs/workbench/api/common/extHostWorkspace", "vs/workbench/api/node/extHostDebugService", - "vs/workbench/common/views", + "vs/workbench/api/node/extHostTunnelService", + "vs/workbench/common/editor", "vs/workbench/contrib/debug/common/abstractDebugAdapter", + "vs/workbench/contrib/debug/common/debug", "vs/workbench/contrib/debug/node/debugAdapter", - "vs/workbench/contrib/externalTerminal/node/externalTerminalService", - "vs/workbench/contrib/search/common/queryBuilder", - "vs/workbench/contrib/tasks/common/taskService", - "vs/workbench/services/configurationResolver/common/variableResolver" + "vs/workbench/contrib/tasks/common/taskDefinitionRegistry", + "vs/workbench/contrib/tasks/common/tasks", + "vs/workbench/services/configurationResolver/common/variableResolver", + "vs/workbench/services/extensions/common/extensionsRegistry", + "vs/workbench/services/search/common/queryBuilder" ], "vs/code/electron-main/main": [ "vs/base/common/date", "vs/base/common/errorMessage", - "vs/base/common/keybindingLabels", "vs/base/node/processes", "vs/code/electron-main/app", "vs/code/electron-main/main", @@ -21641,20 +25865,22 @@ "vs/platform/dialogs/electron-main/dialogMainService", "vs/platform/environment/node/argv", "vs/platform/environment/node/argvHelper", - "vs/platform/extensionManagement/common/extensionManagement", - "vs/platform/extensions/common/extensionValidator", + "vs/platform/externalTerminal/node/externalTerminalService", "vs/platform/files/common/fileService", "vs/platform/files/common/files", "vs/platform/files/common/io", + "vs/platform/files/electron-main/diskFileSystemProviderServer", "vs/platform/files/node/diskFileSystemProvider", "vs/platform/issue/electron-main/issueMainService", "vs/platform/menubar/electron-main/menubar", + "vs/platform/native/electron-main/nativeHostMainService", "vs/platform/request/common/request", + "vs/platform/shell/node/shellEnv", "vs/platform/telemetry/common/telemetryService", "vs/platform/update/common/update.config.contribution", "vs/platform/windows/electron-main/window", "vs/platform/windows/electron-main/windowsMainService", - "vs/platform/workspaces/common/workspaces", + "vs/platform/workspace/common/workspace", "vs/platform/workspaces/electron-main/workspacesHistoryMainService", "vs/platform/workspaces/electron-main/workspacesManagementMainService" ], @@ -21666,19 +25892,23 @@ "vs/code/node/cliProcessMain": [ "vs/base/common/date", "vs/base/common/errorMessage", + "vs/base/common/jsonErrorMessages", "vs/base/node/processes", "vs/base/node/zip", "vs/platform/configuration/common/configurationRegistry", + "vs/platform/extensionManagement/common/abstractExtensionManagementService", "vs/platform/extensionManagement/common/extensionManagement", "vs/platform/extensionManagement/common/extensionManagementCLIService", + "vs/platform/extensionManagement/common/extensionsScannerService", "vs/platform/extensionManagement/node/extensionManagementService", "vs/platform/extensionManagement/node/extensionManagementUtil", - "vs/platform/extensionManagement/node/extensionsScanner", "vs/platform/extensions/common/extensionValidator", "vs/platform/files/common/fileService", "vs/platform/files/common/io", "vs/platform/files/node/diskFileSystemProvider", + "vs/platform/languagePacks/common/languagePacks", "vs/platform/request/common/request", + "vs/platform/shell/node/shellEnv", "vs/platform/telemetry/common/telemetryService" ], "vs/code/electron-sandbox/issue/issueReporterMain": [ @@ -21689,21 +25919,29 @@ "vs/code/electron-browser/sharedProcess/sharedProcessMain": [ "vs/base/common/date", "vs/base/common/errorMessage", + "vs/base/common/jsonErrorMessages", "vs/base/node/processes", "vs/base/node/zip", "vs/platform/configuration/common/configurationRegistry", + "vs/platform/environment/node/argv", + "vs/platform/environment/node/argvHelper", + "vs/platform/extensionManagement/common/abstractExtensionManagementService", "vs/platform/extensionManagement/common/extensionManagement", + "vs/platform/extensionManagement/common/extensionsScannerService", "vs/platform/extensionManagement/electron-sandbox/extensionTipsService", "vs/platform/extensionManagement/node/extensionManagementService", "vs/platform/extensionManagement/node/extensionManagementUtil", - "vs/platform/extensionManagement/node/extensionsScanner", "vs/platform/extensions/common/extensionValidator", "vs/platform/files/common/fileService", "vs/platform/files/common/files", "vs/platform/files/common/io", "vs/platform/files/node/diskFileSystemProvider", + "vs/platform/languagePacks/common/languagePacks", "vs/platform/request/common/request", + "vs/platform/shell/node/shellEnv", "vs/platform/telemetry/common/telemetryService", + "vs/platform/terminal/common/terminalPlatformConfiguration", + "vs/platform/terminal/common/terminalProfiles", "vs/platform/userDataSync/common/abstractSynchronizer", "vs/platform/userDataSync/common/keybindingsSync", "vs/platform/userDataSync/common/settingsSync", @@ -21714,7 +25952,8 @@ "vs/code/electron-sandbox/processExplorer/processExplorerMain": [ "vs/base/browser/ui/tree/abstractTree", "vs/code/electron-sandbox/processExplorer/processExplorerMain", - "vs/platform/files/common/files" + "vs/platform/files/common/files", + "vs/platform/theme/common/iconRegistry" ] } } \ No newline at end of file diff --git a/packages/debug/src/browser/debug-frontend-application-contribution.ts b/packages/debug/src/browser/debug-frontend-application-contribution.ts index 1b3fc3a041e7b..d2aace286052e 100644 --- a/packages/debug/src/browser/debug-frontend-application-contribution.ts +++ b/packages/debug/src/browser/debug-frontend-application-contribution.ts @@ -483,8 +483,8 @@ export class DebugFrontendApplicationContribution extends AbstractViewContributi action: async () => { if (this.manager.currentSession) { const msg = this.manager.sessions.length === 1 - ? nls.localize('theia/debug/debugSessionActive', 'There is an active debug session, are you sure you want to stop it?') - : nls.localize('theia/debug/debugSessionActiveMultiple', 'There are active debug sessions, are you sure you want to stop them?'); + ? nls.localizeByDefault('There is an active debug session, are you sure you want to stop it?') + : nls.localizeByDefault('There are active debug sessions, are you sure you want to stop them?'); const safeToExit = await new ConfirmDialog({ title: '', msg, diff --git a/packages/debug/src/browser/debug-preferences.ts b/packages/debug/src/browser/debug-preferences.ts index a3133f7819b48..bdd90ffd6131d 100644 --- a/packages/debug/src/browser/debug-preferences.ts +++ b/packages/debug/src/browser/debug-preferences.ts @@ -62,7 +62,7 @@ export const debugPreferencesSchema: PreferenceSchema = { default: 'never' }, 'debug.disassemblyView.showSourceCode': { - description: nls.localize('theia/debug/disassembly-view/show-source-code', 'Show Source Code in Disassembly View.'), + description: nls.localizeByDefault('Show Source Code in Disassembly View.'), type: 'boolean', default: true, } diff --git a/packages/debug/src/browser/disassembly-view/disassembly-view-accessibility-provider.ts b/packages/debug/src/browser/disassembly-view/disassembly-view-accessibility-provider.ts index 44b89dfe9fb87..afeca2a4a9a1a 100644 --- a/packages/debug/src/browser/disassembly-view/disassembly-view-accessibility-provider.ts +++ b/packages/debug/src/browser/disassembly-view/disassembly-view-accessibility-provider.ts @@ -23,7 +23,7 @@ import { DisassembledInstructionEntry } from './disassembly-view-utilities'; export class AccessibilityProvider implements IListAccessibilityProvider { getWidgetAriaLabel(): string { - return nls.localize('disassemblyView', 'Disassembly View'); + return nls.localizeByDefault('Disassembly View'); } getAriaLabel(element: DisassembledInstructionEntry): string | null { @@ -31,12 +31,12 @@ export class AccessibilityProvider implements IListAccessibilityProvider this.title.iconClass = this.labelProvider.getIcon(this.iconReferenceUri) + ' file-icon'; updateIcon(); this.toDispose.push(this.labelProvider.onDidChange(updateIcon)); @@ -239,7 +239,7 @@ export class DisassemblyViewWidget extends BaseWidget { project(row: DisassembledInstructionEntry): DisassembledInstructionEntry { return row; } }, { - label: nls.localize('theia/disassembly-view/disassemblyTableColumnLabel', 'instructions'), + label: nls.localizeByDefault('instructions'), tooltip: '', weight: 0.3, templateId: InstructionRenderer.TEMPLATE_ID, diff --git a/packages/editor-preview/src/browser/editor-preview-preferences.ts b/packages/editor-preview/src/browser/editor-preview-preferences.ts index 49019fbb063fa..24616c8eb7711 100644 --- a/packages/editor-preview/src/browser/editor-preview-preferences.ts +++ b/packages/editor-preview/src/browser/editor-preview-preferences.ts @@ -24,7 +24,7 @@ export const EditorPreviewConfigSchema: PreferenceSchema = { 'editor.enablePreview': { type: 'boolean', // eslint-disable-next-line max-len - description: nls.localizeByDefault('Controls whether opened editors show as preview. Preview editors do not keep open and are reused until explicitly set to be kept open (e.g. via double click or editing) and show up with an italic font style.'), + description: nls.localizeByDefault('Controls whether opened editors show as preview editors. Preview editors do not stay open, are reused until explicitly set to be kept open (e.g. via double click or editing), and show file names in italics.'), default: true }, } diff --git a/packages/editor/src/browser/editor-command.ts b/packages/editor/src/browser/editor-command.ts index 9ac8bdd8bf180..121d028da2308 100644 --- a/packages/editor/src/browser/editor-command.ts +++ b/packages/editor/src/browser/editor-command.ts @@ -147,8 +147,7 @@ export namespace EditorCommands { */ export const TOGGLE_WORD_WRAP = Command.toDefaultLocalizedCommand({ id: 'editor.action.toggleWordWrap', - category: CommonCommands.VIEW_CATEGORY, - label: 'Toggle Word Wrap' + label: 'View: Toggle Word Wrap' }); /** * Command that toggles sticky scroll. @@ -373,7 +372,7 @@ export class EditorCommandContribution implements CommandContribution { return; } if (editor.document.dirty && isReopenWithEncoding) { - this.messageService.info(nls.localizeByDefault('The file is dirty. Please save it first before reopening it with another encoding.')); + this.messageService.info(nls.localize('theia/editor/dirtyEncoding', 'The file is dirty. Please save it first before reopening it with another encoding.')); return; } else if (selectedFileEncoding.value) { editor.setEncoding(selectedFileEncoding.value.id, isReopenWithEncoding ? EncodingMode.Decode : EncodingMode.Encode); diff --git a/packages/editor/src/browser/editor-generated-preference-schema.ts b/packages/editor/src/browser/editor-generated-preference-schema.ts index 15dfd1e27d1dc..ee29f45a882b0 100644 --- a/packages/editor/src/browser/editor-generated-preference-schema.ts +++ b/packages/editor/src/browser/editor-generated-preference-schema.ts @@ -144,7 +144,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "null" ], "default": null, - "description": nls.localize("theia/editor/editor.language.colorizedBracketPairs", "Defines the bracket pairs that are colorized by their nesting level if bracket pair colorization is enabled."), + "description": nls.localizeByDefault("Defines the bracket pairs that are colorized by their nesting level if bracket pair colorization is enabled."), "items": { "type": "array", "items": [ @@ -171,7 +171,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "diffEditor.maxFileSize": { "type": "number", "default": 50, - "description": nls.localize("theia/editor/diffEditor.maxFileSize", "Maximum file size in MB for which to compute diffs. Use 0 for no limit."), + "description": nls.localizeByDefault("Maximum file size in MB for which to compute diffs. Use 0 for no limit."), "scope": "language-overridable", "restricted": false }, @@ -282,7 +282,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "restricted": false }, "editor.accessibilityPageSize": { - "description": nls.localize("theia/editor/editor.accessibilityPageSize", "Controls the number of lines in the editor that can be read out by a screen reader at once. When we detect a screen reader we automatically set the default to be 500. Warning: this has a performance implication for numbers larger than the default."), + "description": nls.localizeByDefault("Controls the number of lines in the editor that can be read out by a screen reader at once. When we detect a screen reader we automatically set the default to be 500. Warning: this has a performance implication for numbers larger than the default."), "type": "integer", "default": 10, "minimum": 1, @@ -405,14 +405,14 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "editor.bracketPairColorization.enabled": { "type": "boolean", "default": true, - "markdownDescription": nls.localize("theia/editor/editor.bracketPairColorization.enabled", "Controls whether bracket pair colorization is enabled or not. Use `#workbench.colorCustomizations#` to override the bracket highlight colors."), + "markdownDescription": nls.localizeByDefault("Controls whether bracket pair colorization is enabled or not. Use `#workbench.colorCustomizations#` to override the bracket highlight colors."), "scope": "language-overridable", "restricted": false }, "editor.bracketPairColorization.independentColorPoolPerBracketType": { "type": "boolean", "default": false, - "description": nls.localize("theia/editor/editor.bracketPairColorization.independentColorPoolPerBracketType", "Controls whether each bracket type has its own independent color pool."), + "description": nls.localizeByDefault("Controls whether each bracket type has its own independent color pool."), "scope": "language-overridable", "restricted": false }, @@ -427,12 +427,12 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] false ], "enumDescriptions": [ - nls.localize("theia/editor/editor.guides.bracketPairs0", "Enables bracket pair guides."), - nls.localize("theia/editor/editor.guides.bracketPairs1", "Enables bracket pair guides only for the active bracket pair."), - nls.localize("theia/editor/editor.guides.bracketPairs2", "Disables bracket pair guides.") + nls.localizeByDefault("Enables bracket pair guides."), + nls.localizeByDefault("Enables bracket pair guides only for the active bracket pair."), + nls.localizeByDefault("Disables bracket pair guides.") ], "default": false, - "description": nls.localize("theia/editor/editor.guides.bracketPairs", "Controls whether bracket pair guides are enabled or not."), + "description": nls.localizeByDefault("Controls whether bracket pair guides are enabled or not."), "scope": "language-overridable", "restricted": false }, @@ -447,19 +447,19 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] false ], "enumDescriptions": [ - nls.localize("theia/editor/editor.guides.bracketPairsHorizontal0", "Enables horizontal guides as addition to vertical bracket pair guides."), - nls.localize("theia/editor/editor.guides.bracketPairsHorizontal1", "Enables horizontal guides only for the active bracket pair."), - nls.localize("theia/editor/editor.guides.bracketPairsHorizontal2", "Disables horizontal bracket pair guides.") + nls.localizeByDefault("Enables horizontal guides as addition to vertical bracket pair guides."), + nls.localizeByDefault("Enables horizontal guides only for the active bracket pair."), + nls.localizeByDefault("Disables horizontal bracket pair guides.") ], "default": "active", - "description": nls.localize("theia/editor/editor.guides.bracketPairsHorizontal", "Controls whether horizontal bracket pair guides are enabled or not."), + "description": nls.localizeByDefault("Controls whether horizontal bracket pair guides are enabled or not."), "scope": "language-overridable", "restricted": false }, "editor.guides.highlightActiveBracketPair": { "type": "boolean", "default": true, - "description": nls.localize("theia/editor/editor.guides.highlightActiveBracketPair", "Controls whether the editor should highlight the active bracket pair."), + "description": nls.localizeByDefault("Controls whether the editor should highlight the active bracket pair."), "scope": "language-overridable", "restricted": false }, @@ -481,9 +481,9 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] false ], "enumDescriptions": [ - nls.localize("theia/editor/editor.guides.highlightActiveIndentation0", "Highlights the active indent guide."), - nls.localize("theia/editor/editor.guides.highlightActiveIndentation1", "Highlights the active indent guide even if bracket guides are highlighted."), - nls.localize("theia/editor/editor.guides.highlightActiveIndentation2", "Do not highlight the active indent guide.") + nls.localizeByDefault("Highlights the active indent guide."), + nls.localizeByDefault("Highlights the active indent guide even if bracket guides are highlighted."), + nls.localizeByDefault("Do not highlight the active indent guide.") ], "default": true, "description": nls.localizeByDefault("Controls whether the editor should highlight the active indent guide."), @@ -509,7 +509,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "default": 0, "minimum": 0, "maximum": 100, - "markdownDescription": nls.localize("theia/editor/editor.codeLensFontSize", "Controls the font size in pixels for CodeLens. When set to `0`, 90% of `#editor.fontSize#` is used."), + "markdownDescription": nls.localizeByDefault("Controls the font size in pixels for CodeLens. When set to `0`, 90% of `#editor.fontSize#` is used."), "scope": "language-overridable", "restricted": false }, @@ -627,7 +627,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "editor.dropIntoEditor.enabled": { "type": "boolean", "default": true, - "markdownDescription": nls.localize("theia/editor/editor.dropIntoEditor.enabled", "Controls whether you can drag and drop a file into a text editor by holding down `shift` (instead of opening the file in an editor)."), + "markdownDescription": nls.localizeByDefault("Controls whether you can drag and drop a file into a text editor by holding down `shift` (instead of opening the file in an editor)."), "scope": "language-overridable", "restricted": false }, @@ -661,9 +661,9 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] ], "default": "always", "enumDescriptions": [ - nls.localize("theia/editor/editor.find.seedSearchStringFromSelection0", "Never seed search string from the editor selection."), - nls.localize("theia/editor/editor.find.seedSearchStringFromSelection1", "Always seed search string from the editor selection, including word at cursor position."), - nls.localize("theia/editor/editor.find.seedSearchStringFromSelection2", "Only seed search string from the editor selection.") + nls.localizeByDefault("Never seed search string from the editor selection."), + nls.localizeByDefault("Always seed search string from the editor selection, including word at cursor position."), + nls.localizeByDefault("Only seed search string from the editor selection.") ], "description": nls.localizeByDefault("Controls whether the search string in the Find Widget is seeded from the editor selection."), "scope": "language-overridable", @@ -678,11 +678,11 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] ], "default": "never", "enumDescriptions": [ - nls.localizeByDefault('Never turn on Find in selection automatically (default).'), - nls.localizeByDefault('Always turn on Find in selection automatically.'), - nls.localizeByDefault('Turn on Find in selection automatically when multiple lines of content are selected.'), + nls.localizeByDefault('Never turn on Find in Selection automatically (default).'), + nls.localizeByDefault('Always turn on Find in Selection automatically.'), + nls.localizeByDefault('Turn on Find in Selection automatically when multiple lines of content are selected.'), ], - "description": nls.localizeByDefault("Controls the condition for turning on find in selection automatically."), + "description": nls.localizeByDefault('Controls the condition for turning on Find in Selection automatically.'), "scope": "language-overridable", "restricted": false }, @@ -730,14 +730,14 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "restricted": false }, "editor.foldingImportsByDefault": { - "description": nls.localize("theia/editor/editor.foldingImportsByDefault", "Controls whether the editor automatically collapses import ranges."), + "description": nls.localizeByDefault("Controls whether the editor automatically collapses import ranges."), "type": "boolean", "default": false, "scope": "language-overridable", "restricted": false }, "editor.foldingMaximumRegions": { - "description": nls.localize("theia/editor/editor.foldingMaximumRegions", "The maximum number of foldable regions. Increasing this value may result in the editor becoming less responsive when the current source has a large number of foldable regions."), + "description": nls.localizeByDefault("The maximum number of foldable regions. Increasing this value may result in the editor becoming less responsive when the current source has a large number of foldable regions."), "type": "integer", "default": 5000, "minimum": 10, @@ -1067,14 +1067,14 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "editor.hover.above": { "type": "boolean", "default": true, - "description": nls.localize("theia/editor/editor.hover.above", "Prefer showing hovers above the line, if there's space."), + "description": nls.localizeByDefault("Prefer showing hovers above the line, if there's space."), "scope": "language-overridable", "restricted": false }, "editor.inlineSuggest.enabled": { "type": "boolean", "default": true, - "description": nls.localize("theia/editor/editor.inlineSuggest.enabled", "Controls whether to automatically show inline suggestions in the editor."), + "description": nls.localizeByDefault("Controls whether to automatically show inline suggestions in the editor."), "scope": "language-overridable", "restricted": false }, @@ -1093,7 +1093,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "restricted": false }, "editor.lineHeight": { - "markdownDescription": nls.localize("theia/editor/editor.lineHeight", "Controls the line height. \n - Use 0 to automatically compute the line height from the font size.\n - Values between 0 and 8 will be used as a multiplier with the font size.\n - Values greater than or equal to 8 will be used as effective values."), + "markdownDescription": nls.localizeByDefault("Controls the line height. \n - Use 0 to automatically compute the line height from the font size.\n - Values between 0 and 8 will be used as a multiplier with the font size.\n - Values greater than or equal to 8 will be used as effective values."), "type": "number", "default": 0, "scope": "language-overridable", @@ -1361,9 +1361,9 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "off" ], "enumDescriptions": [ - nls.localize("theia/editor/editor.quickSuggestions0", "Quick suggestions show inside the suggest widget"), - nls.localize("theia/editor/editor.quickSuggestions1", "Quick suggestions show as ghost text"), - nls.localize("theia/editor/editor.quickSuggestions2", "Quick suggestions are disabled") + nls.localizeByDefault("Quick suggestions show inside the suggest widget"), + nls.localizeByDefault("Quick suggestions show as ghost text"), + nls.localizeByDefault("Quick suggestions are disabled") ] } ], @@ -1383,9 +1383,9 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "off" ], "enumDescriptions": [ - nls.localize("theia/editor/editor.quickSuggestions0", "Quick suggestions show inside the suggest widget"), - nls.localize("theia/editor/editor.quickSuggestions1", "Quick suggestions show as ghost text"), - nls.localize("theia/editor/editor.quickSuggestions2", "Quick suggestions are disabled") + nls.localizeByDefault("Quick suggestions show inside the suggest widget"), + nls.localizeByDefault("Quick suggestions show as ghost text"), + nls.localizeByDefault("Quick suggestions are disabled") ] } ], @@ -1405,9 +1405,9 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "off" ], "enumDescriptions": [ - nls.localize("theia/editor/editor.quickSuggestions0", "Quick suggestions show inside the suggest widget"), - nls.localize("theia/editor/editor.quickSuggestions1", "Quick suggestions show as ghost text"), - nls.localize("theia/editor/editor.quickSuggestions2", "Quick suggestions are disabled") + nls.localizeByDefault("Quick suggestions show inside the suggest widget"), + nls.localizeByDefault("Quick suggestions show as ghost text"), + nls.localizeByDefault("Quick suggestions are disabled") ] } ], @@ -1549,12 +1549,12 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "hidden" ], "enumDescriptions": [ - nls.localize("theia/editor/editor.scrollbar.vertical0", "The vertical scrollbar will be visible only when necessary."), - nls.localize("theia/editor/editor.scrollbar.vertical1", "The vertical scrollbar will always be visible."), - nls.localize("theia/editor/editor.scrollbar.vertical2", "The vertical scrollbar will always be hidden.") + nls.localizeByDefault("The vertical scrollbar will be visible only when necessary."), + nls.localizeByDefault("The vertical scrollbar will always be visible."), + nls.localizeByDefault("The vertical scrollbar will always be hidden.") ], "default": "auto", - "description": nls.localize("theia/editor/editor.scrollbar.vertical", "Controls the visibility of the vertical scrollbar."), + "description": nls.localizeByDefault("Controls the visibility of the vertical scrollbar."), "scope": "language-overridable", "restricted": false }, @@ -1566,33 +1566,33 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "hidden" ], "enumDescriptions": [ - nls.localize("theia/editor/editor.scrollbar.horizontal0", "The horizontal scrollbar will be visible only when necessary."), - nls.localize("theia/editor/editor.scrollbar.horizontal1", "The horizontal scrollbar will always be visible."), - nls.localize("theia/editor/editor.scrollbar.horizontal2", "The horizontal scrollbar will always be hidden.") + nls.localizeByDefault("The horizontal scrollbar will be visible only when necessary."), + nls.localizeByDefault("The horizontal scrollbar will always be visible."), + nls.localizeByDefault("The horizontal scrollbar will always be hidden.") ], "default": "auto", - "description": nls.localize("theia/editor/editor.scrollbar.horizontal", "Controls the visibility of the horizontal scrollbar."), + "description": nls.localizeByDefault("Controls the visibility of the horizontal scrollbar."), "scope": "language-overridable", "restricted": false }, "editor.scrollbar.verticalScrollbarSize": { "type": "number", "default": 14, - "description": nls.localize("theia/editor/editor.scrollbar.verticalScrollbarSize", "The width of the vertical scrollbar."), + "description": nls.localizeByDefault("The width of the vertical scrollbar."), "scope": "language-overridable", "restricted": false }, "editor.scrollbar.horizontalScrollbarSize": { "type": "number", "default": 12, - "description": nls.localize("theia/editor/editor.scrollbar.horizontalScrollbarSize", "The height of the horizontal scrollbar."), + "description": nls.localizeByDefault("The height of the horizontal scrollbar."), "scope": "language-overridable", "restricted": false }, "editor.scrollbar.scrollByPage": { "type": "boolean", "default": false, - "description": nls.localize("theia/editor/editor.scrollbar.scrollByPage", "Controls whether clicks scroll by page or jump to click position."), + "description": nls.localizeByDefault("Controls whether clicks scroll by page or jump to click position."), "scope": "language-overridable", "restricted": false }, @@ -1772,7 +1772,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "editor.suggest.preview": { "type": "boolean", "default": false, - "description": nls.localize("theia/editor/editor.suggest.preview", "Controls whether to preview the suggestion outcome in the editor."), + "description": nls.localizeByDefault("Controls whether to preview the suggestion outcome in the editor."), "scope": "language-overridable", "restricted": false }, @@ -1821,7 +1821,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "editor.suggest.showDeprecated": { "type": "boolean", "default": true, - "markdownDescription": nls.localize("theia/editor/editor.suggest.showDeprecated", "When enabled IntelliSense shows `deprecated`-suggestions."), + "markdownDescription": nls.localizeByDefault("When enabled IntelliSense shows `deprecated`-suggestions."), "scope": "language-overridable", "restricted": false }, @@ -2078,21 +2078,21 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "inUntrustedWorkspace" ], "default": "inUntrustedWorkspace", - "description": nls.localize("theia/editor/editor.unicodeHighlight.nonBasicASCII", "Controls whether all non-basic ASCII characters are highlighted. Only characters between U+0020 and U+007E, tab, line-feed and carriage-return are considered basic ASCII."), + "description": nls.localizeByDefault("Controls whether all non-basic ASCII characters are highlighted. Only characters between U+0020 and U+007E, tab, line-feed and carriage-return are considered basic ASCII."), "scope": "language-overridable" }, "editor.unicodeHighlight.invisibleCharacters": { "restricted": true, "type": "boolean", "default": true, - "description": nls.localize("theia/editor/editor.unicodeHighlight.invisibleCharacters", "Controls whether characters that just reserve space or have no width at all are highlighted."), + "description": nls.localizeByDefault("Controls whether characters that just reserve space or have no width at all are highlighted."), "scope": "language-overridable" }, "editor.unicodeHighlight.ambiguousCharacters": { "restricted": true, "type": "boolean", "default": true, - "description": nls.localize("theia/editor/editor.unicodeHighlight.ambiguousCharacters", "Controls whether characters are highlighted that can be confused with basic ASCII characters, except those that are common in the current user locale."), + "description": nls.localizeByDefault("Controls whether characters are highlighted that can be confused with basic ASCII characters, except those that are common in the current user locale."), "scope": "language-overridable" }, "editor.unicodeHighlight.includeComments": { @@ -2107,7 +2107,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "inUntrustedWorkspace" ], "default": "inUntrustedWorkspace", - "description": nls.localize("theia/editor/editor.unicodeHighlight.includeComments", "Controls whether characters in comments should also be subject to unicode highlighting."), + "description": nls.localizeByDefault("Controls whether characters in comments should also be subject to unicode highlighting."), "scope": "language-overridable" }, "editor.unicodeHighlight.includeStrings": { @@ -2122,14 +2122,14 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "inUntrustedWorkspace" ], "default": true, - "description": nls.localize("theia/editor/editor.unicodeHighlight.includeStrings", "Controls whether characters in strings should also be subject to unicode highlighting."), + "description": nls.localizeByDefault("Controls whether characters in strings should also be subject to unicode highlighting."), "scope": "language-overridable" }, "editor.unicodeHighlight.allowedCharacters": { "restricted": true, "type": "object", "default": {}, - "description": nls.localize("theia/editor/editor.unicodeHighlight.allowedCharacters", "Defines allowed characters that are not being highlighted."), + "description": nls.localizeByDefault("Defines allowed characters that are not being highlighted."), "additionalProperties": { "type": "boolean" }, @@ -2145,7 +2145,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "_os": true, "_vscode": true }, - "description": nls.localize("theia/editor/editor.unicodeHighlight.allowedLocales", "Unicode characters that are common in allowed locales are not being highlighted."), + "description": nls.localizeByDefault("Unicode characters that are common in allowed locales are not being highlighted."), "scope": "language-overridable" }, "editor.unusualLineTerminators": { @@ -2251,7 +2251,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "editor.inlayHints.enabled": { "type": "string", "default": "on", - "description": nls.localize("theia/editor/editor.inlayHints.enabled", "Enables the inlay hints in the editor."), + "description": nls.localizeByDefault("Enables the inlay hints in the editor."), "enum": [ "on", "onUnlessPressed", @@ -2259,10 +2259,10 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "off" ], "markdownEnumDescriptions": [ - nls.localize("theia/editor/editor.inlayHints.enabled0", "Inlay hints are enabled"), + nls.localizeByDefault("Inlay hints are enabled"), nls.localize("theia/editor/editor.inlayHints.enabled1", "Inlay hints are showing by default and hide when holding Ctrl+Alt"), nls.localize("theia/editor/editor.inlayHints.enabled2", "Inlay hints are hidden by default and show when holding Ctrl+Alt"), - nls.localize("theia/editor/editor.inlayHints.enabled3", "Inlay hints are disabled") + nls.localizeByDefault("Inlay hints are disabled") ], "scope": "language-overridable", "restricted": false @@ -2270,21 +2270,21 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "editor.inlayHints.fontSize": { "type": "number", "default": 0, - "markdownDescription": nls.localize("theia/editor/editor.inlayHints.fontSize", "Controls font size of inlay hints in the editor. As default the `#editor.fontSize#` is used when the configured value is less than `5` or greater than the editor font size."), + "markdownDescription": nls.localizeByDefault("Controls font size of inlay hints in the editor. As default the `#editor.fontSize#` is used when the configured value is less than `5` or greater than the editor font size."), "scope": "language-overridable", "restricted": false }, "editor.inlayHints.fontFamily": { "type": "string", "default": "", - "markdownDescription": nls.localize("theia/editor/editor.inlayHints.fontFamily", "Controls font family of inlay hints in the editor. When set to empty, the `#editor.fontFamily#` is used."), + "markdownDescription": nls.localizeByDefault("Controls font family of inlay hints in the editor. When set to empty, the `#editor.fontFamily#` is used."), "scope": "language-overridable", "restricted": false }, "editor.inlayHints.padding": { "type": "boolean", "default": false, - "description": nls.localize("theia/editor/editor.inlayHints.padding", "Enables the padding around the inlay hints in the editor."), + "description": nls.localizeByDefault("Enables the padding around the inlay hints in the editor."), "scope": "language-overridable", "restricted": false }, @@ -2297,7 +2297,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] }, "editor.experimental.pasteActions.enabled": { "type": "boolean", - "description": nls.localize("theia/editor/editor.experimental.pasteActions.enabled", "Enable/disable running edits from extensions on paste."), + "description": nls.localizeByDefault("Enable/disable running edits from extensions on paste."), "default": false, "scope": "language-overridable", "restricted": false diff --git a/packages/editor/src/browser/editor-preferences.ts b/packages/editor/src/browser/editor-preferences.ts index 35247e282fa3d..8f4b85a49f6ab 100644 --- a/packages/editor/src/browser/editor-preferences.ts +++ b/packages/editor/src/browser/editor-preferences.ts @@ -121,7 +121,7 @@ const fileContributionSchema: PreferenceSchema['properties'] = { 'type': 'number', 'default': 1000, 'minimum': 0, - 'markdownDescription': nls.localizeByDefault('Controls the delay in ms after which a dirty editor is saved automatically. Only applies when `#files.autoSave#` is set to `{0}`.', 'afterDelay') + 'markdownDescription': nls.localizeByDefault('Controls the delay in milliseconds after which an editor with unsaved changes is saved automatically. Only applies when `#files.autoSave#` is set to `{0}`.', 'afterDelay') }, }; diff --git a/packages/editor/src/browser/editor-widget-factory.ts b/packages/editor/src/browser/editor-widget-factory.ts index f29daafa4643e..a015532d23695 100644 --- a/packages/editor/src/browser/editor-widget-factory.ts +++ b/packages/editor/src/browser/editor-widget-factory.ts @@ -73,8 +73,7 @@ export class EditorWidgetFactory implements WidgetFactory { private setLabels(editor: EditorWidget, uri: URI): void { editor.title.caption = uri.path.fsPath(); if (editor.editor.isReadonly) { - // nls-todo: 'Read Only' be available with newer VSCode API - editor.title.caption += ` • ${nls.localize('theia/editor/readOnly', 'Read Only')}`; + editor.title.caption += ` • ${nls.localizeByDefault('Read Only')}`; } const icon = this.labelProvider.getIcon(uri); editor.title.label = this.labelProvider.getName(uri); diff --git a/packages/editor/src/browser/language-status/editor-language-status-service.ts b/packages/editor/src/browser/language-status/editor-language-status-service.ts index d4d50dbf04845..0ae67e7779f23 100644 --- a/packages/editor/src/browser/language-status/editor-language-status-service.ts +++ b/packages/editor/src/browser/language-status/editor-language-status-service.ts @@ -230,8 +230,8 @@ export class EditorLanguageStatusService { pin.className = this.pinnedCommands.has(id) ? codicon('pinned', true) : codicon('pin', true); pin.ariaRoleDescription = 'button'; const pinText = this.pinnedCommands.has(id) - ? nls.localize('theia/editor/status-bar-unpin', 'Remove from Status Bar') - : nls.localize('theia/editor/status-bar-pin', 'Add to Status Bar'); + ? nls.localizeByDefault('Remove from Status Bar') + : nls.localizeByDefault('Add to Status Bar'); pin.ariaLabel = pinText; pin.title = pinText; } diff --git a/packages/filesystem/src/browser/file-service.ts b/packages/filesystem/src/browser/file-service.ts index c9c59cbfc78b1..a7fb8a3dd8b48 100644 --- a/packages/filesystem/src/browser/file-service.ts +++ b/packages/filesystem/src/browser/file-service.ts @@ -489,7 +489,7 @@ export class FileService { // Specially handle file not found case as file operation result if (toFileSystemProviderErrorCode(error) === FileSystemProviderErrorCode.FileNotFound) { - throw new FileOperationError(nls.localizeByDefault("Unable to resolve non-existing file '{0}'", this.resourceForError(resource)), FileOperationResult.FILE_NOT_FOUND); + throw new FileOperationError(nls.localizeByDefault("Unable to resolve nonexistent file '{0}'", this.resourceForError(resource)), FileOperationResult.FILE_NOT_FOUND); } // Bubble up any other error as is @@ -1369,7 +1369,7 @@ export class FileService { // Validate delete const exists = await this.exists(resource); if (!exists) { - throw new FileOperationError(nls.localizeByDefault("Unable to delete non-existing file '{0}'", this.resourceForError(resource)), FileOperationResult.FILE_NOT_FOUND); + throw new FileOperationError(nls.localizeByDefault("Unable to delete nonexistent file '{0}'", this.resourceForError(resource)), FileOperationResult.FILE_NOT_FOUND); } // Validate recursive diff --git a/packages/filesystem/src/browser/filesystem-frontend-contribution.ts b/packages/filesystem/src/browser/filesystem-frontend-contribution.ts index 4791d8b1bc5cf..2adea7a7abf99 100644 --- a/packages/filesystem/src/browser/filesystem-frontend-contribution.ts +++ b/packages/filesystem/src/browser/filesystem-frontend-contribution.ts @@ -284,7 +284,7 @@ export class FileSystemFrontendContribution implements FrontendApplicationContri return targetUri && widget.createMoveToUri(targetUri); } - protected readonly deletedSuffix = nls.localizeByDefault('{0} (deleted)', ''); + protected readonly deletedSuffix = `(${nls.localizeByDefault('Deleted')})`; protected async updateWidgets(event: FileChangesEvent): Promise { if (!event.gotDeleted() && !event.gotAdded()) { return; diff --git a/packages/filesystem/src/browser/filesystem-preferences.ts b/packages/filesystem/src/browser/filesystem-preferences.ts index a41e0e15f810e..3cbedae235a68 100644 --- a/packages/filesystem/src/browser/filesystem-preferences.ts +++ b/packages/filesystem/src/browser/filesystem-preferences.ts @@ -40,7 +40,7 @@ export const filesystemPreferenceSchema: PreferenceSchema = { properties: { 'files.watcherExclude': { // eslint-disable-next-line max-len - description: nls.localizeByDefault('Configure glob patterns of file paths to exclude from file watching. Patterns must match on absolute paths (i.e. prefix with ** or the full path to match properly). Changing this setting requires a restart. When you experience Code consuming lots of CPU time on startup, you can exclude large folders to reduce the initial load.'), + description: nls.localizeByDefault('Configure paths or glob patterns to exclude from file watching. Paths or basic glob patterns that are relative (for example `build/output` or `*.js`) will be resolved to an absolute path using the currently opened workspace. Complex glob patterns must match on absolute paths (i.e. prefix with `**/` or the full path and suffix with `/**` to match files within a path) to match properly (for example `**/build/output/**` or `/Users/name/workspaces/project/build/output/**`). When you experience the file watcher process consuming a lot of CPU, make sure to exclude large folders that are of less interest (such as build output folders).'), additionalProperties: { type: 'boolean' }, @@ -72,9 +72,8 @@ export const filesystemPreferenceSchema: PreferenceSchema = { 'files.autoGuessEncoding': { type: 'boolean', default: false, - description: nls.localizeByDefault( - 'When enabled, the editor will attempt to guess the character set encoding when opening files. This setting can also be configured per language.' - ), + // eslint-disable-next-line max-len + description: nls.localizeByDefault('When enabled, the editor will attempt to guess the character set encoding when opening files. This setting can also be configured per language. Note, this setting is not respected by text search. Only `#files.encoding#` is respected.'), scope: 'language-overridable', included: Object.keys(SUPPORTED_ENCODINGS).length > 1 }, diff --git a/packages/getting-started/src/browser/getting-started-widget.tsx b/packages/getting-started/src/browser/getting-started-widget.tsx index a103e32a89584..99f7335b9a812 100644 --- a/packages/getting-started/src/browser/getting-started-widget.tsx +++ b/packages/getting-started/src/browser/getting-started-widget.tsx @@ -47,7 +47,7 @@ export class GettingStartedWidget extends ReactWidget { /** * The widget `label` which is used for display purposes. */ - static readonly LABEL = nls.localizeByDefault('Getting Started'); + static readonly LABEL = nls.localizeByDefault('Get Started'); /** * The `ApplicationInfo` for the application if available. @@ -253,7 +253,17 @@ export class GettingStartedWidget extends ReactWidget {

{nls.localizeByDefault('Recent')}

- {items.length > 0 ? content :

{nls.localizeByDefault('No recent folders')}

} + {items.length > 0 ? content :

+ {nls.localizeByDefault('You have no recent folders,') + ' '} + + {nls.localizeByDefault('open a folder')} + + {' ' + nls.localizeByDefault('to start.')} +

} {more} ; } diff --git a/packages/git/src/common/git-model.ts b/packages/git/src/common/git-model.ts index 93230226a2261..efd50361d548f 100644 --- a/packages/git/src/common/git-model.ts +++ b/packages/git/src/common/git-model.ts @@ -109,6 +109,7 @@ export namespace GitFileStatus { case GitFileStatus.Copied: return nls.localize('theia/git/copied', 'Copied'); // eslint-disable-next-line @theia/localization-check case GitFileStatus.Modified: return nls.localize('vscode.git/repository/modified', 'Modified'); + // eslint-disable-next-line @theia/localization-check case GitFileStatus.Deleted: return nls.localize('vscode.git/repository/deleted', 'Deleted'); case GitFileStatus.Conflicted: return nls.localize('theia/git/conflicted', 'Conflicted'); default: throw new Error(`Unexpected Git file stats: ${status}.`); diff --git a/packages/memory-inspector/src/browser/diff-widget/memory-diff-options-widget.tsx b/packages/memory-inspector/src/browser/diff-widget/memory-diff-options-widget.tsx index bcb84a3c957ff..d9c550079341c 100644 --- a/packages/memory-inspector/src/browser/diff-widget/memory-diff-options-widget.tsx +++ b/packages/memory-inspector/src/browser/diff-widget/memory-diff-options-widget.tsx @@ -63,7 +63,7 @@ export class MemoryDiffOptionsWidget extends MemoryOptionsWidget { this.columnsDisplayed = { beforeAddress: { - label: nls.localize('theia/memory-inspector/address', 'Address'), + label: nls.localizeByDefault('Address'), doRender: true }, beforeData: { @@ -71,7 +71,7 @@ export class MemoryDiffOptionsWidget extends MemoryOptionsWidget { doRender: true }, afterAddress: { - label: nls.localize('theia/memory-inspector/address', 'Address'), + label: nls.localizeByDefault('Address'), doRender: true }, afterData: { diff --git a/packages/memory-inspector/src/browser/memory-widget/memory-options-widget.tsx b/packages/memory-inspector/src/browser/memory-widget/memory-options-widget.tsx index 1033a3eb8aa5f..e9bf582d326e4 100644 --- a/packages/memory-inspector/src/browser/memory-widget/memory-options-widget.tsx +++ b/packages/memory-inspector/src/browser/memory-widget/memory-options-widget.tsx @@ -67,7 +67,7 @@ export class MemoryOptionsWidget extends ReactWidget implements StatefulWidget { protected memoryReadResult: Interfaces.MemoryReadResult = EMPTY_MEMORY; protected columnsDisplayed: Interfaces.ColumnsDisplayed = { address: { - label: nls.localize('theia/memory-inspector/address', 'Address'), + label: nls.localizeByDefault('Address'), doRender: true }, data: { @@ -391,7 +391,7 @@ export class MemoryOptionsWidget extends ReactWidget implements StatefulWidget {
i protected async pick({ channels, placeholder }: { channels: OutputChannel[], placeholder: string }): Promise { const items: Array | QuickPickItem | QuickPickSeparator> = []; - const outputChannels = nls.localize('theia/output/outputChannels', 'Output Channels'); + const outputChannels = nls.localizeByDefault('Output Channels'); const hiddenChannels = nls.localize('theia/output/hiddenChannels', 'Hidden Channels'); for (let i = 0; i < channels.length; i++) { const channel = channels[i]; diff --git a/packages/plugin-ext/src/main/browser/authentication-main.ts b/packages/plugin-ext/src/main/browser/authentication-main.ts index 765141f51ead7..88a669bcf67de 100644 --- a/packages/plugin-ext/src/main/browser/authentication-main.ts +++ b/packages/plugin-ext/src/main/browser/authentication-main.ts @@ -199,7 +199,7 @@ export class AuthenticationMainImpl implements AuthenticationMain { protected async loginPrompt(providerName: string, extensionName: string, recreatingSession: boolean, _detail?: string): Promise { const message = recreatingSession - ? nls.localize('theia/plugin-ext/signInAgain', "The extension '{0}' wants you to sign in again using {1}.", extensionName, providerName) + ? nls.localizeByDefault("The extension '{0}' wants you to sign in again using {1}.", extensionName, providerName) : nls.localizeByDefault("The extension '{0}' wants to sign in using {1}.", extensionName, providerName); const choice = await this.messageService.info(message, 'Allow', 'Cancel'); return choice === 'Allow'; diff --git a/packages/plugin-ext/src/main/browser/view/plugin-view-registry.ts b/packages/plugin-ext/src/main/browser/view/plugin-view-registry.ts index a5022be1739ff..ec9e3f44a2fa6 100644 --- a/packages/plugin-ext/src/main/browser/view/plugin-view-registry.ts +++ b/packages/plugin-ext/src/main/browser/view/plugin-view-registry.ts @@ -148,7 +148,10 @@ export class PluginViewRegistry implements FrontendApplicationContribution { const disposable = new DisposableCollection(); disposable.push(this.registerViewWelcome({ view: 'explorer', - content: nls.localizeByDefault('You have not yet opened a folder.\n[Open Folder](command:{0})', 'workbench.action.files.openFolder'), + content: nls.localizeByDefault( + 'You have not yet opened a folder.\n{0}', + `[${nls.localizeByDefault('Open Folder')}](command:workbench.action.files.openFolder)` + ), order: 0 })); disposable.push(event.widget.onDidDispose(() => disposable.dispose())); diff --git a/packages/preferences/src/browser/views/preference-searchbar-widget.tsx b/packages/preferences/src/browser/views/preference-searchbar-widget.tsx index 388e31dccbd7c..f3544226cf3cb 100644 --- a/packages/preferences/src/browser/views/preference-searchbar-widget.tsx +++ b/packages/preferences/src/browser/views/preference-searchbar-widget.tsx @@ -148,7 +148,7 @@ export class PreferencesSearchbarWidget extends ReactWidget implements StatefulW type="text" id={PreferencesSearchbarWidget.SEARCHBAR_ID} spellCheck={false} - placeholder={nls.localizeByDefault('Search Settings')} + placeholder={nls.localizeByDefault('Search settings')} className="settings-search-input theia-input" onChange={this.handleSearch} ref={this.searchbarRef} diff --git a/packages/property-view/src/browser/resource-property-view/resource-property-view-tree-widget.tsx b/packages/property-view/src/browser/resource-property-view/resource-property-view-tree-widget.tsx index 490802646c849..521d0b91b54bb 100644 --- a/packages/property-view/src/browser/resource-property-view/resource-property-view-tree-widget.tsx +++ b/packages/property-view/src/browser/resource-property-view/resource-property-view-tree-widget.tsx @@ -105,7 +105,7 @@ export class ResourcePropertyViewTreeWidget extends TreeWidget implements Proper infoNode.children.push(this.createResultLineNode('location', nls.localize('theia/property-view/location', 'Location'), this.getLocationString(fileStatObject), infoNode)); infoNode.children.push(this.createResultLineNode('name', nls.localizeByDefault('Name'), this.getFileName(fileStatObject), infoNode)); - infoNode.children.push(this.createResultLineNode('path', nls.localize('theia/property-view/path', 'Path'), this.getFilePath(fileStatObject), infoNode)); + infoNode.children.push(this.createResultLineNode('path', nls.localizeByDefault('Path'), this.getFilePath(fileStatObject), infoNode)); infoNode.children.push(this.createResultLineNode('lastModification', nls.localize('theia/property-view/lastModified', 'Last modified'), this.getLastModificationString(fileStatObject), infoNode)); infoNode.children.push(this.createResultLineNode('created', nls.localize('theia/property-view/created', 'Created'), diff --git a/packages/scm/src/browser/scm-contribution.ts b/packages/scm/src/browser/scm-contribution.ts index ecf644d8aa475..49b678ddf81b4 100644 --- a/packages/scm/src/browser/scm-contribution.ts +++ b/packages/scm/src/browser/scm-contribution.ts @@ -54,8 +54,8 @@ export const SCM_VIEW_CONTAINER_TITLE_OPTIONS: ViewContainerTitleOptions = { export namespace SCM_COMMANDS { export const CHANGE_REPOSITORY = { id: 'scm.change.repository', - category: nls.localizeByDefault('SCM'), - originalCategory: 'SCM', + category: nls.localizeByDefault('Source Control'), + originalCategory: 'Source Control', label: nls.localize('theia/scm/changeRepository', 'Change Repository...'), originalLabel: 'Change Repository...' }; @@ -78,8 +78,8 @@ export namespace SCM_COMMANDS { }; export const COLLAPSE_ALL = { id: 'scm.collapseAll', - category: nls.localizeByDefault('SCM'), - originalCategory: 'SCM', + category: nls.localizeByDefault('Source Control'), + originalCategory: 'Source Control', tooltip: nls.localizeByDefault('Collapse All'), iconClass: codicon('collapse-all'), label: nls.localizeByDefault('Collapse All'), diff --git a/packages/terminal/src/browser/terminal-frontend-contribution.ts b/packages/terminal/src/browser/terminal-frontend-contribution.ts index 520e8e86e0334..3da60326aeb80 100644 --- a/packages/terminal/src/browser/terminal-frontend-contribution.ts +++ b/packages/terminal/src/browser/terminal-frontend-contribution.ts @@ -77,7 +77,7 @@ export namespace TerminalCommands { export const NEW = Command.toDefaultLocalizedCommand({ id: 'terminal:new', category: TERMINAL_CATEGORY, - label: 'Create New Integrated Terminal' + label: 'Create New Terminal' }); export const PROFILE_NEW = Command.toLocalizedCommand({ id: 'terminal:new:profile', @@ -92,7 +92,7 @@ export namespace TerminalCommands { export const NEW_ACTIVE_WORKSPACE = Command.toDefaultLocalizedCommand({ id: 'terminal:new:active:workspace', category: TERMINAL_CATEGORY, - label: 'Create New Integrated Terminal (In Active Workspace)' + label: 'Create New Terminal (In Active Workspace)' }); export const TERMINAL_CLEAR = Command.toDefaultLocalizedCommand({ id: 'terminal:clear', @@ -407,12 +407,12 @@ export class TerminalFrontendContribution implements FrontendApplicationContribu protected async confirmExitWithActiveTerminals(activeTerminalCount: number): Promise { const msg = activeTerminalCount === 1 - ? nls.localize('theia/terminal/terminateActive', 'Do you want to terminate the active terminal session?') - : nls.localize('theia/terminal/terminateActiveMultiple', 'Do you want to terminate the {0} active terminal sessions?', activeTerminalCount); + ? nls.localizeByDefault('Do you want to terminate the active terminal session?') + : nls.localizeByDefault('Do you want to terminate the {0} active terminal sessions?', activeTerminalCount); const safeToExit = await new ConfirmDialog({ title: '', msg, - ok: nls.localize('theia/terminal/terminate', 'Terminate'), + ok: nls.localizeByDefault('Terminate'), cancel: Dialog.CANCEL, }).open(); return safeToExit === true; diff --git a/packages/terminal/src/browser/terminal-preferences.ts b/packages/terminal/src/browser/terminal-preferences.ts index 93a2343fe63f2..6cde8331c1ee8 100644 --- a/packages/terminal/src/browser/terminal-preferences.ts +++ b/packages/terminal/src/browser/terminal-preferences.ts @@ -30,7 +30,7 @@ const commonProfileProperties: PreferenceSchemaProperties = { additionalProperties: { type: 'string' }, - markdownDescription: nls.localize('theia/terminal/profileEnv', 'An object with environment variables that will be added to the terminal profile process. Set to `null` to delete environment variables from the base environment.'), + markdownDescription: nls.localizeByDefault('An object with environment variables that will be added to the terminal profile process. Set to `null` to delete environment variables from the base environment.'), }, overrideName: { type: 'boolean', @@ -131,7 +131,7 @@ export const TerminalConfigSchema: PreferenceSchema = { default: 5, }, 'terminal.integrated.rendererType': { - description: nls.localizeByDefault('Controls how the terminal is rendered.'), + description: nls.localize('theia/terminal/rendererType', 'Controls how the terminal is rendered.'), type: 'string', enum: ['canvas', 'dom'], default: 'canvas' @@ -197,13 +197,12 @@ export const TerminalConfigSchema: PreferenceSchema = { }, 'terminal.integrated.confirmOnExit': { type: 'string', - // nls-todo: Will be included by default in VSCode version 1.58.0 - description: nls.localize('theia/terminal/confirmClose', 'Controls whether to confirm when the window closes if there are active terminal sessions.'), + description: nls.localizeByDefault('Controls whether to confirm when the window closes if there are active terminal sessions.'), enum: ['never', 'always', 'hasChildProcesses'], enumDescriptions: [ - nls.localize('theia/terminal/confirmCloseNever', 'Never confirm.'), - nls.localize('theia/terminal/confirmCloseAlways', 'Always confirm if there are terminals.'), - nls.localize('theia/terminal/confirmCloseChildren', 'Confirm if there are any terminals that have child processes.'), + nls.localizeByDefault('Never confirm.'), + nls.localizeByDefault('Always confirm if there are terminals.'), + nls.localizeByDefault('Confirm if there are any terminals that have child processes.'), ], default: 'never' }, diff --git a/packages/terminal/src/browser/terminal-quick-open-service.ts b/packages/terminal/src/browser/terminal-quick-open-service.ts index 5f1e0e6378b6f..cf2641ce4e337 100644 --- a/packages/terminal/src/browser/terminal-quick-open-service.ts +++ b/packages/terminal/src/browser/terminal-quick-open-service.ts @@ -60,7 +60,7 @@ export class TerminalQuickOpenService implements QuickAccessProvider { } // Append a quick open item to create a new terminal. items.push({ - label: nls.localizeByDefault('Create New Integrated Terminal'), + label: nls.localizeByDefault('Create New Terminal'), iconClasses: codiconArray('add'), execute: () => this.doCreateNewTerminal() }); diff --git a/packages/typehierarchy/src/browser/tree/typehierarchy-tree-widget.tsx b/packages/typehierarchy/src/browser/tree/typehierarchy-tree-widget.tsx index a5294dfda1659..708ff93901170 100644 --- a/packages/typehierarchy/src/browser/tree/typehierarchy-tree-widget.tsx +++ b/packages/typehierarchy/src/browser/tree/typehierarchy-tree-widget.tsx @@ -95,7 +95,7 @@ export class TypeHierarchyTreeWidget extends TreeWidget { export namespace TypeHierarchyTreeWidget { export const WIDGET_ID = 'theia-typehierarchy'; - export const WIDGET_LABEL = nls.localize('theia/typehierarchy/typeHierarchy', 'Type Hierarchy'); + export const WIDGET_LABEL = nls.localizeByDefault('Type Hierarchy'); /** * CSS styles for the `Type Hierarchy` widget. diff --git a/packages/vsx-registry/src/browser/vsx-extension.tsx b/packages/vsx-registry/src/browser/vsx-extension.tsx index d48c590efa42c..241fbe0d6fa0d 100644 --- a/packages/vsx-registry/src/browser/vsx-extension.tsx +++ b/packages/vsx-registry/src/browser/vsx-extension.tsx @@ -440,7 +440,7 @@ const downloadFormatter = new Intl.NumberFormat(); const downloadCompactFormatter = new Intl.NumberFormat('en-US', { notation: 'compact', compactDisplay: 'short' } as any); const averageRatingFormatter = (averageRating: number): number => Math.round(averageRating * 2) / 2; const getAverageRatingTitle = (averageRating: number): string => - nls.localize('theia/vsx-registry/averageRating', 'Average rating: {0} out of 5', averageRatingFormatter(averageRating)); + nls.localizeByDefault('Average rating: {0} out of 5', averageRatingFormatter(averageRating)); export namespace VSXExtensionComponent { export interface Props extends AbstractVSXExtensionComponent.Props { diff --git a/packages/vsx-registry/src/browser/vsx-extensions-contribution.ts b/packages/vsx-registry/src/browser/vsx-extensions-contribution.ts index 2348a1b019e0a..a67eddc6c09bb 100644 --- a/packages/vsx-registry/src/browser/vsx-extensions-contribution.ts +++ b/packages/vsx-registry/src/browser/vsx-extensions-contribution.ts @@ -124,7 +124,7 @@ export class VSXExtensionsContribution extends AbstractViewContribution