From de59d81ede932828e7b9425d000624c16a1a40b9 Mon Sep 17 00:00:00 2001 From: Mark Sujew Date: Fri, 31 May 2024 15:27:12 +0200 Subject: [PATCH] Update nls metadata for VSCode API 1.89.0 (#13743) --- .../browser/common-frontend-contribution.ts | 2 +- packages/core/src/browser/core-preferences.ts | 2 +- .../core/src/common/i18n/nls.metadata.json | 19964 +++++++++------- .../window/electron-window-preferences.ts | 2 +- .../editor-generated-preference-schema.ts | 277 +- .../browser/problem/problem-preferences.ts | 2 +- .../src/browser/navigator-widget.tsx | 2 +- .../browser/search-in-workspace-widget.tsx | 4 +- .../src/browser/terminal-preferences.ts | 2 +- .../src/browser/vsx-extension.tsx | 2 +- 10 files changed, 11653 insertions(+), 8606 deletions(-) diff --git a/packages/core/src/browser/common-frontend-contribution.ts b/packages/core/src/browser/common-frontend-contribution.ts index 89a0532c05d45..aa7d7bd85e299 100644 --- a/packages/core/src/browser/common-frontend-contribution.ts +++ b/packages/core/src/browser/common-frontend-contribution.ts @@ -1408,7 +1408,7 @@ export class CommonFrontendContribution implements FrontendApplicationContributi const items = [...itemsByTheme.light, ...itemsByTheme.dark, ...itemsByTheme.hc, ...itemsByTheme.hcLight]; this.quickInputService?.showQuickPick(items, { - placeholder: nls.localizeByDefault('Select Color Theme (Up/Down Keys to Preview)'), + placeholder: nls.localizeByDefault('Select Color Theme'), activeItem: items.find(item => item.id === resetTo), onDidChangeSelection: (_, selectedItems) => { resetTo = undefined; diff --git a/packages/core/src/browser/core-preferences.ts b/packages/core/src/browser/core-preferences.ts index 8f54f5419f645..04678d4888cb5 100644 --- a/packages/core/src/browser/core-preferences.ts +++ b/packages/core/src/browser/core-preferences.ts @@ -216,7 +216,7 @@ export const corePreferenceSchema: PreferenceSchema = { enum: ['dark', 'light', 'hc-theia'], enumItemLabels: ['Dark (Theia)', 'Light (Theia)', 'High Contrast (Theia)'], default: DefaultTheme.defaultForOSTheme(FrontendApplicationConfigProvider.get().defaultTheme), - description: nls.localizeByDefault('Specifies the color theme used in the workbench.') + description: nls.localizeByDefault('Specifies the color theme used in the workbench when {0} is not enabled.', '`#window.autoDetectColorScheme#`') }, 'workbench.iconTheme': { type: ['string'], diff --git a/packages/core/src/common/i18n/nls.metadata.json b/packages/core/src/common/i18n/nls.metadata.json index d2f3eae547d4f..6afd015f8d03f 100644 --- a/packages/core/src/common/i18n/nls.metadata.json +++ b/packages/core/src/common/i18n/nls.metadata.json @@ -3,9 +3,6 @@ "vs/platform/terminal/node/ptyHostMain": [ "ptyHost" ], - "vs/code/node/cliProcessMain": [ - "cli" - ], "vs/code/electron-main/main": [ "mainLog", "secondInstanceAdmin", @@ -22,8 +19,8 @@ ] } ], - "vs/code/node/sharedProcess/sharedProcessMain": [ - "sharedLog" + "vs/code/node/cliProcessMain": [ + "cli" ], "vs/code/electron-sandbox/processExplorer/processExplorerMain": [ "name", @@ -36,16 +33,10 @@ "copyAll", "debug" ], - "vs/workbench/electron-sandbox/desktop.main": [ - "join.closeStorage" + "vs/code/node/sharedProcess/sharedProcessMain": [ + "sharedLog" ], "vs/workbench/electron-sandbox/desktop.contribution": [ - "newTab", - "showPreviousTab", - "showNextWindowTab", - "moveWindowTabToNewWindow", - "mergeAllWindowTabs", - "toggleWindowTabsBar", { "key": "miExit", "comment": [ @@ -54,6 +45,7 @@ }, "application.shellEnvironmentResolutionTimeout", "windowConfigurationTitle", + "confirmSaveUntitledWorkspace", "window.openWithoutArgumentsInNewWindow.on", "window.openWithoutArgumentsInNewWindow.off", "openWithoutArgumentsInNewWindow", @@ -64,7 +56,18 @@ "window.reopenFolders.none", "restoreWindows", "restoreFullscreen", - "zoomLevel", + { + "comment": [ + "{0} will be a setting name rendered as a link" + ], + "key": "zoomLevel" + }, + { + "comment": [ + "{0} will be a setting name rendered as a link" + ], + "key": "zoomPerWindow" + }, "window.newWindowDimensions.default", "window.newWindowDimensions.inherit", "window.newWindowDimensions.offset", @@ -74,6 +77,10 @@ "closeWhenEmpty", "window.doubleClickIconToClose", "titleBarStyle", + "window.customTitleBarVisibility.auto", + "window.customTitleBarVisibility.windowed", + "window.customTitleBarVisibility.never", + "window.customTitleBarVisibility", "dialogStyle", "window.nativeTabs", "window.nativeFullScreen", @@ -96,7 +103,16 @@ "argv.disableChromiumSandbox", "argv.useInMemorySecretStorage", "argv.force-renderer-accessibility", - "argv.passwordStore" + "argv.passwordStore", + "newTab", + "showPreviousTab", + "showNextWindowTab", + "moveWindowTabToNewWindow", + "mergeAllWindowTabs", + "toggleWindowTabsBar" + ], + "vs/workbench/electron-sandbox/desktop.main": [ + "join.closeStorage" ], "vs/workbench/services/textfile/electron-sandbox/nativeTextFileService": [ "join.textFiles" @@ -116,6 +132,7 @@ "&& denotes a mnemonic" ] }, + "doNotAskAgain", "workspaceOpenedMessage", "workspaceOpenedDetail", "restartExtensionHost.reason" @@ -145,14 +162,14 @@ "local", "remote" ], + "vs/workbench/services/workingCopy/electron-sandbox/workingCopyBackupService": [ + "join.workingCopyBackups" + ], "vs/workbench/services/integrity/electron-sandbox/integrityService": [ "integrity.prompt", "integrity.moreInformation", "integrity.dontShowAgain" ], - "vs/workbench/services/workingCopy/electron-sandbox/workingCopyBackupService": [ - "join.workingCopyBackups" - ], "vs/workbench/services/extensions/electron-sandbox/nativeExtensionService": [ "extensionService.versionMismatchCrash", "relaunch", @@ -168,36 +185,36 @@ "installResolver", "install", "resolverExtensionNotFound", - "restartExtensionHost", - "restartExtensionHost.reason" + "restartExtensionHost.reason", + "restartExtensionHost" + ], + "vs/workbench/services/auxiliaryWindow/electron-sandbox/auxiliaryWindowService": [ + "backupErrorDetails" + ], + "vs/workbench/contrib/localization/electron-sandbox/localization.contribution": [ + "updateLocale", + "changeAndRestart", + "neverAgain" ], "vs/workbench/contrib/files/electron-sandbox/fileActions.contribution": [ + "miShare", "revealInWindows", "revealInMac", "openContainer", - "miShare", "filesCategory" ], - "vs/workbench/contrib/localization/electron-sandbox/localization.contribution": [ - "updateLocale", - "changeAndRestart", - "neverAgain" + "vs/workbench/contrib/extensions/electron-sandbox/extensions.contribution": [ + "runtimeExtension" ], "vs/workbench/contrib/issue/electron-sandbox/issue.contribution": [ - { - "key": "reportPerformanceIssue", - "comment": [ - "Here, 'issue' means problem or bug" - ] - }, - "openProcessExplorer", + "tasksQuickAccessPlaceholder", + "openIssueReporter", { "key": "miOpenProcessExplorerer", "comment": [ "&& denotes a mnemonic" ] }, - "stopTracing", "stopTracing.message", { "key": "stopTracing.button", @@ -206,16 +223,33 @@ ] }, "stopTracing.title", - "stopTracing.detail" - ], - "vs/workbench/contrib/extensions/electron-sandbox/extensions.contribution": [ - "runtimeExtension" + "stopTracing.detail", + { + "key": "reportPerformanceIssue", + "comment": [ + "Here, 'issue' means problem or bug" + ] + }, + "openProcessExplorer", + "stopTracing" ], "vs/workbench/contrib/remote/electron-sandbox/remote.contribution": [ "wslFeatureInstalled", "remote", "remote.downloadExtensionsLocally" ], + "vs/workbench/services/themes/electron-sandbox/themes.contribution": [ + "window.systemColorTheme.default", + "window.systemColorTheme.auto", + "window.systemColorTheme.light", + "window.systemColorTheme.dark", + { + "key": "window.systemColorTheme", + "comment": [ + "{0} and {1} will become links to other settings." + ] + } + ], "vs/workbench/contrib/userDataSync/electron-sandbox/userDataSync.contribution": [ "no backups", "download sync activity complete", @@ -225,6 +259,21 @@ "vs/workbench/contrib/performance/electron-sandbox/performance.contribution": [ "experimental.rendererProfiling" ], + "vs/workbench/contrib/externalTerminal/electron-sandbox/externalTerminal.contribution": [ + "terminalConfigurationTitle", + "terminal.explorerKind.integrated", + "terminal.explorerKind.external", + "terminal.explorerKind.both", + "explorer.openInTerminalKind", + "terminal.sourceControlRepositoriesKind.integrated", + "terminal.sourceControlRepositoriesKind.external", + "terminal.sourceControlRepositoriesKind.both", + "sourceControlRepositories.openInTerminalKind", + "terminal.external.windowsExec", + "terminal.external.osxExec", + "terminal.external.linuxExec", + "globalConsoleAction" + ], "vs/workbench/contrib/tasks/electron-sandbox/taskService": [ "TaskSystem.runningTask", { @@ -241,23 +290,10 @@ ] } ], - "vs/workbench/contrib/externalTerminal/electron-sandbox/externalTerminal.contribution": [ - "globalConsoleAction", - "terminalConfigurationTitle", - "terminal.explorerKind.integrated", - "terminal.explorerKind.external", - "terminal.explorerKind.both", - "explorer.openInTerminalKind", - "terminal.sourceControlRepositoriesKind.integrated", - "terminal.sourceControlRepositoriesKind.external", - "terminal.sourceControlRepositoriesKind.both", - "sourceControlRepositories.openInTerminalKind", - "terminal.external.windowsExec", - "terminal.external.osxExec", - "terminal.external.linuxExec" + "vs/workbench/contrib/multiDiffEditor/browser/multiDiffEditor.contribution": [ + "name" ], "vs/workbench/contrib/remoteTunnel/electron-sandbox/remoteTunnel.contribution": [ - "remoteTunnel.category", "remoteTunnel.actions.turnOn", "remoteTunnel.actions.turnOff", "remoteTunnel.actions.showLog", @@ -342,7 +378,8 @@ "manage.tunnelName", "remoteTunnelAccess.machineName", "remoteTunnelAccess.machineNameRegex", - "remoteTunnelAccess.preventSleep" + "remoteTunnelAccess.preventSleep", + "remoteTunnel.category" ], "vs/base/common/platform": [ { @@ -376,6 +413,7 @@ "installExtension", "install prerelease", "uninstallExtension", + "updateExtensions", "experimentalApis", "version", "verbose", @@ -400,6 +438,14 @@ "unknownVersion", "unknownCommit" ], + "vs/platform/log/common/log": [ + "trace", + "debug", + "info", + "warn", + "error", + "off" + ], "vs/platform/terminal/node/ptyService": [ "terminal-history-restored" ], @@ -454,7 +500,10 @@ "wrappingStrategy.simple", "wrappingStrategy.advanced", "wrappingStrategy", - "codeActions", + "editor.lightbulb.enabled.off", + "editor.lightbulb.enabled.onCode", + "editor.lightbulb.enabled.on", + "enabled", "editor.stickyScroll.enabled", "editor.stickyScroll.maxLineCount", "editor.stickyScroll.defaultModel", @@ -479,6 +528,9 @@ "minimap.scale", "minimap.renderCharacters", "minimap.maxColumn", + "minimap.showRegionSectionHeaders", + "minimap.showMarkSectionHeaders", + "minimap.sectionHeaderFontSize", "padding.top", "padding.bottom", "parameterHints.enabled", @@ -520,8 +572,17 @@ "inlineSuggest.enabled", "inlineSuggest.showToolbar.always", "inlineSuggest.showToolbar.onHover", + "inlineSuggest.showToolbar.never", "inlineSuggest.showToolbar", "inlineSuggest.suppressSuggestions", + "inlineSuggest.fontFamily", + "inlineEdit.enabled", + "inlineEdit.showToolbar.always", + "inlineEdit.showToolbar.onHover", + "inlineEdit.showToolbar.never", + "inlineEdit.showToolbar", + "inlineEdit.fontFamily", + "inlineEdit.backgroundColoring", "bracketPairColorization.enabled", "bracketPairColorization.independentColorPoolPerBracketType", "editor.guides.bracketPairs.true", @@ -588,6 +649,8 @@ "editor.suggest.showIssues", "selectLeadingAndTrailingWhitespace", "selectSubwords", + "wordSegmenterLocales", + "wordSegmenterLocales", "wrappingIndent.none", "wrappingIndent.same", "wrappingIndent.indent", @@ -677,6 +740,7 @@ "links", "matchBrackets", "mouseWheelScrollSensitivity", + "mouseWheelZoom.mac", "mouseWheelZoom", "multiCursorMergeOverlapping", "multiCursorModifier.ctrlCmd", @@ -692,8 +756,10 @@ "multiCursorPaste.full", "multiCursorPaste", "multiCursorLimit", + "occurrencesHighlight.off", + "occurrencesHighlight.singleFile", + "occurrencesHighlight.multiFile", "occurrencesHighlight", - "multiDocumentOccurrencesHighlight", "overviewRulerBorder", "peekWidgetDefaultFocus.tree", "peekWidgetDefaultFocus.editor", @@ -790,47 +856,33 @@ "error.moreErrors", "error.defaultMessage" ], - "vs/platform/extensionManagement/common/extensionManagement": [ - "extensions", - "preferences" - ], - "vs/platform/extensionManagement/common/extensionManagementCLI": [ - "notFound", - "useId", - "listFromLocation", - "installingExtensionsOnLocation", - "installingExtensions", - "alreadyInstalled-checkAndUpdate", - "alreadyInstalled", - "error while installing extensions", - "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/code/electron-main/app": [ + "confirmOpenMessageWorkspace", + "confirmOpenMessageFolder", + "confirmOpenMessageFileOrFolder", + { + "key": "open", + "comment": [ + "&& denotes a mnemonic" + ] + }, + { + "key": "cancel", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "confirmOpenDetail", + "doNotAskAgainLocal", + "doNotAskAgainRemote" ], - "vs/platform/extensionManagement/common/extensionsScannerService": [ - "fileReadFail", - "jsonParseFail", - "jsonParseInvalidType", - "jsonsParseReportErrors", - "jsonInvalidFormat", - "jsonsParseReportErrors", - "jsonInvalidFormat" + "vs/platform/environment/node/argvHelper": [ + "multipleValues", + "emptyValue", + "deprecatedArgument", + "unknownSubCommandOption", + "unknownOption", + "gotoValidation" ], "vs/platform/files/common/files": [ "unknownError", @@ -840,17 +892,6 @@ "sizeGB", "sizeTB" ], - "vs/platform/extensionManagement/node/extensionManagementService": [ - "incompatible", - "MarketPlaceDisabled", - "Not a Marketplace extension", - "removeError", - "errorDeleting", - "renameError", - "cannot read", - "restartCode", - "restartCode" - ], "vs/platform/files/common/fileService": [ "invalidPath", "noProviderFound", @@ -889,9 +930,6 @@ "fileMoveCopyErrorNotFound", "fileMoveCopyErrorExists" ], - "vs/platform/languagePacks/common/languagePacks": [ - "currentDisplayLanguage" - ], "vs/platform/request/common/request": [ "request", "httpConfigurationTitle", @@ -907,54 +945,18 @@ "systemCertificates", "systemCertificatesV2" ], - "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/userDataProfile/common/userDataProfile": [ - "defaultProfile" - ], - "vs/code/electron-main/app": [ - { - "key": "open", - "comment": [ - "&& denotes a mnemonic" - ] - }, - { - "key": "cancel", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "confirmOpenMessage", - "confirmOpenDetail", - "doNotAskAgainLocal", - "doNotAskAgainRemote" - ], - "vs/platform/environment/node/argvHelper": [ - "multipleValues", - "emptyValue", - "deprecatedArgument", - "unknownSubCommandOption", - "unknownOption", - "gotoValidation" + "vs/platform/update/common/update.config.contribution": [ + "updateConfigurationTitle", + "updateMode", + "none", + "manual", + "start", + "default", + "updateMode", + "deprecated", + "enableWindowsBackgroundUpdatesTitle", + "enableWindowsBackgroundUpdates", + "showReleaseNotes" ], "vs/platform/dialogs/common/dialogs": [ { @@ -982,18 +984,91 @@ "moreFile", "moreFiles" ], - "vs/platform/update/common/update.config.contribution": [ - "updateConfigurationTitle", - "updateMode", - "none", - "manual", - "start", - "default", - "updateMode", - "deprecated", - "enableWindowsBackgroundUpdatesTitle", - "enableWindowsBackgroundUpdates", - "showReleaseNotes" + "vs/platform/extensionManagement/common/extensionManagement": [ + "extensions", + "preferences" + ], + "vs/platform/extensionManagement/common/extensionManagementCLI": [ + "notFound", + "useId", + "listFromLocation", + "installingExtensionsOnLocation", + "installingExtensions", + "error while installing extensions", + "installation failed", + { + "key": "updateExtensionsQuery", + "comment": [ + "Placeholder is for the count of extensions" + ] + }, + "updateExtensionsNoExtensions", + "updateExtensionsNewVersionsAvailable", + "errorUpdatingExtension", + "successUpdate", + "alreadyInstalled-checkAndUpdate", + "alreadyInstalled", + "alreadyInstalled", + "updateMessage", + "installing builtin with version", + "installing builtin ", + "installing with version", + "installing", + "errorInstallingExtension", + "successInstall", + "successVsixInstall", + "cancelVsixInstall", + "forceDowngrade", + "builtin", + "forceUninstall", + "uninstalling", + "successUninstallFromLocation", + "successUninstall", + "notInstalleddOnLocation", + "notInstalled" + ], + "vs/platform/extensionManagement/common/extensionsScannerService": [ + "fileReadFail", + "jsonParseFail", + "jsonParseInvalidType", + "jsonsParseReportErrors", + "jsonInvalidFormat", + "jsonsParseReportErrors", + "jsonInvalidFormat" + ], + "vs/platform/extensionManagement/node/extensionManagementService": [ + "incompatible", + "MarketPlaceDisabled", + "Not a Marketplace extension", + "removeError", + "errorDeleting", + "renameError", + "cannot read", + "restartCode", + "restartCode" + ], + "vs/platform/languagePacks/common/languagePacks": [ + "currentDisplayLanguage" + ], + "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/code/electron-sandbox/issue/issueReporterPage": [ "sendSystemInfo", @@ -1024,6 +1099,7 @@ "titleLengthValidation", "details", "descriptionEmptyValidation", + "descriptionTooShortValidation", "show", "extensionData", "show", @@ -1032,6 +1108,9 @@ "show", "show" ], + "vs/platform/userDataProfile/common/userDataProfile": [ + "defaultProfile" + ], "vs/code/electron-sandbox/issue/issueReporterService": [ "hide", "show", @@ -1142,8 +1221,18 @@ "defaultFindMatchTypeSettingKey.contiguous", "defaultFindMatchTypeSettingKey", "expand mode", + "sticky scroll", + "sticky scroll maximum items", "typeNavigationMode2" ], + "vs/platform/markers/common/markers": [ + "sev.error", + "sev.warning", + "sev.info" + ], + "vs/platform/contextkey/browser/contextKeyService": [ + "getContextKeyInfo" + ], "vs/platform/contextkey/common/contextkey": [ "contextkey.parser.error.emptyString", "contextkey.parser.error.emptyString.hint", @@ -1157,22 +1246,6 @@ "contextkey.scanner.errorForLinterWithHint", "contextkey.scanner.errorForLinter" ], - "vs/platform/contextkey/browser/contextKeyService": [ - "getContextKeyInfo" - ], - "vs/platform/markers/common/markers": [ - "sev.error", - "sev.warning", - "sev.info" - ], - "vs/workbench/browser/actions/textInputActions": [ - "undo", - "redo", - "cut", - "copy", - "paste", - "selectAll" - ], "vs/workbench/browser/workbench.contribution": [ "workbench.editor.titleScrollbarSizing.default", "workbench.editor.titleScrollbarSizing.large", @@ -1181,40 +1254,57 @@ "workbench.editor.showTabs.single", "workbench.editor.showTabs.none", "showEditorTabs", - "wrapTabs", { "comment": [ - "This is the description for a setting. Values surrounded by single quotes are not to be translated." + "{0} will be a setting name rendered as a link" ], - "key": "scrollToSwitchTabs" + "key": "workbench.editor.editorActionsLocation.default" }, - "highlightModifiedTabs", - "decorations.badges", - "decorations.colors", - "workbench.editor.labelFormat.default", - "workbench.editor.labelFormat.short", - "workbench.editor.labelFormat.medium", - "workbench.editor.labelFormat.long", { "comment": [ - "This is the description for a setting. Values surrounded by parenthesis are not to be translated." + "{0} will be a setting name rendered as a link" ], - "key": "tabDescription" + "key": "workbench.editor.editorActionsLocation.titleBar" }, - "workbench.editor.untitled.labelFormat.content", - "workbench.editor.untitled.labelFormat.name", + "workbench.editor.editorActionsLocation.hidden", + "editorActionsLocation", { "comment": [ - "This is the description for a setting. Values surrounded by parenthesis are not to be translated." + "{0}, {1} will be a setting name rendered as a link" ], - "key": "untitledLabelFormat" + "key": "wrapTabs" }, { "comment": [ - "This is the description for a setting. Values surrounded by single quotes are not to be translated." + "{0}, {1} will be a setting name rendered as a link" ], - "key": "emptyEditorHint" + "key": "scrollToSwitchTabs" + }, + { + "comment": [ + "{0}, {1} will be a setting name rendered as a link" + ], + "key": "highlightModifiedTabs" }, + "decorations.badges", + "decorations.colors", + "workbench.editor.label.enabled", + "workbench.editor.label.patterns", + "workbench.editor.label.dirname", + "workbench.editor.label.nthdirname", + "workbench.editor.label.filename", + "workbench.editor.label.extname", + "customEditorLabelDescriptionExample", + "workbench.editor.label.template", + "workbench.editor.labelFormat.default", + "workbench.editor.labelFormat.short", + "workbench.editor.labelFormat.medium", + "workbench.editor.labelFormat.long", + "tabDescription", + "workbench.editor.untitled.labelFormat.content", + "workbench.editor.untitled.labelFormat.name", + "untitledLabelFormat", + "workbench.editor.empty.hint", "workbench.editor.languageDetection", "workbench.editor.historyBasedLanguageDetection", "workbench.editor.preferBasedLanguageDetection", @@ -1223,34 +1313,36 @@ "workbench.editor.showLanguageDetectionHints.notebook", { "comment": [ - "This is the description for a setting. Values surrounded by single quotes are not to be translated." + "{0} will be a setting name rendered as a link" ], - "key": "editorTabCloseButton" + "key": "tabActionLocation" }, + "workbench.editor.tabActionCloseVisibility", + "workbench.editor.tabActionUnpinVisibility", "workbench.editor.tabSizing.fit", "workbench.editor.tabSizing.shrink", "workbench.editor.tabSizing.fixed", { "comment": [ - "This is the description for a setting. Values surrounded by single quotes are not to be translated." + "{0}, {1} will be a setting name rendered as a link" ], "key": "tabSizing" }, { "comment": [ - "This is the description for a setting. Values surrounded by single quotes are not to be translated." + "{0}, {1} will be a setting name rendered as a link" ], "key": "workbench.editor.tabSizingFixedMinWidth" }, { "comment": [ - "This is the description for a setting. Values surrounded by single quotes are not to be translated." + "{0}, {1} will be a setting name rendered as a link" ], "key": "workbench.editor.tabSizingFixedMaxWidth" }, { "comment": [ - "This is the description for a setting. Values surrounded by single quotes are not to be translated." + "{0}, {1} will be a setting name rendered as a link" ], "key": "workbench.editor.tabHeight" }, @@ -1259,11 +1351,16 @@ "workbench.editor.pinnedTabSizing.shrink", { "comment": [ - "This is the description for a setting. Values surrounded by single quotes are not to be translated." + "{0}, {1} will be a setting name rendered as a link" ], "key": "pinnedTabSizing" }, - "workbench.editor.pinnedTabsOnSeparateRow", + { + "comment": [ + "{0}, {1} will be a setting name rendered as a link" + ], + "key": "workbench.editor.pinnedTabsOnSeparateRow" + }, "workbench.editor.preventPinnedEditorClose.always", "workbench.editor.preventPinnedEditorClose.onlyKeyboard", "workbench.editor.preventPinnedEditorClose.onlyMouse", @@ -1272,22 +1369,28 @@ "workbench.editor.splitSizingAuto", "workbench.editor.splitSizingDistribute", "workbench.editor.splitSizingSplit", - { - "comment": [ - "This is the description for a setting. Values surrounded by single quotes are not to be translated." - ], - "key": "splitSizing" - }, + "splitSizing", "splitOnDragAndDrop", + "dragToOpenWindow", "focusRecentEditorAfterClose", "showIcons", "enablePreview", - "enablePreviewFromQuickOpen", - "enablePreviewFromCodeNavigation", + { + "comment": [ + "{0}, {1} will be a setting name rendered as a link" + ], + "key": "enablePreviewFromQuickOpen" + }, + { + "comment": [ + "{0}, {1} will be a setting name rendered as a link" + ], + "key": "enablePreviewFromCodeNavigation" + }, "closeOnFileDelete", { "comment": [ - "This is the description for a setting. Values surrounded by single quotes are not to be translated." + "{0}, {1}, {2}, {3} will be a setting name rendered as a link" ], "key": "editorOpenPositioning" }, @@ -1308,7 +1411,7 @@ "centeredLayoutDynamicWidth", { "comment": [ - "This is the description for a setting. Values surrounded by single quotes are not to be translated." + "{0}, {1} will be a setting name rendered as a link" ], "key": "doubleClickTabToToggleEditorGroupSizes" }, @@ -1349,10 +1452,16 @@ ], "key": "activityBarLocation" }, - "workbench.activityBar.location.side", + "workbench.activityBar.location.default", "workbench.activityBar.location.top", + "workbench.activityBar.location.bottom", "workbench.activityBar.location.hide", - "activityBarIconClickBehavior", + { + "comment": [ + "{0}, {1} will be a setting name rendered as a link" + ], + "key": "activityBarIconClickBehavior" + }, "workbench.activityBar.iconClickBehavior.toggle", "workbench.activityBar.iconClickBehavior.focus", "viewVisibility", @@ -1373,7 +1482,7 @@ { "key": "layoutControlEnabled", "comment": [ - "{0} is a placeholder for a setting identifier." + "{0}, {1} is a placeholder for a setting identifier." ] }, "layoutcontrol.type.menu", @@ -1398,6 +1507,8 @@ "remoteName", "dirty", "focusedView", + "activeRepositoryName", + "activeRepositoryBranchName", "separator", "windowConfigurationTitle", "window.titleSeparator", @@ -1405,7 +1516,7 @@ { "key": "window.commandCenter", "comment": [ - "{0} is a placeholder for a setting identifier." + "{0}, {1} is a placeholder for a setting identifier." ] }, "window.menuBarVisibility.classic", @@ -1417,7 +1528,7 @@ { "key": "window.menuBarVisibility.compact", "comment": [ - "{0} is a placeholder for a setting identifier." + "{0}, {1} is a placeholder for a setting identifier." ] }, "menuBarVisibility.mac", @@ -1442,6 +1553,7 @@ "window.confirmBeforeClose.never", "confirmBeforeCloseWeb", "confirmBeforeClose", + "problems.visibility", "zenModeConfigurationTitle", "zenMode.fullScreen", "zenMode.centerLayout", @@ -1455,115 +1567,123 @@ "zenMode.restore", "zenMode.silentNotifications" ], + "vs/workbench/browser/actions/textInputActions": [ + "undo", + "redo", + "cut", + "copy", + "paste", + "selectAll" + ], + "vs/workbench/browser/actions/developerActions": [ + "storageLogDialogMessage", + "storageLogDialogDetails", + "largeStorageItemDetail", + "global", + "profile", + "workspace", + "machine", + "user", + "removeLargeStorageEntriesPickerButton", + "removeLargeStorageEntriesPickerPlaceholder", + "removeLargeStorageEntriesPickerDescriptionNoEntries", + "removeLargeStorageEntriesConfirmRemove", + "removeLargeStorageEntriesConfirmRemoveDetail", + { + "key": "removeLargeStorageEntriesButtonLabel", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "screencastModeConfigurationTitle", + "screencastMode.location.verticalPosition", + "screencastMode.fontSize", + "screencastMode.keyboardOptions.description", + "screencastMode.keyboardOptions.showKeys", + "screencastMode.keyboardOptions.showKeybindings", + "screencastMode.keyboardOptions.showCommands", + "screencastMode.keyboardOptions.showCommandGroups", + "screencastMode.keyboardOptions.showSingleEditorCursorMoves", + "screencastMode.keyboardOverlayTimeout", + "screencastMode.mouseIndicatorColor", + "screencastMode.mouseIndicatorSize", + "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." + ] + }, + "removeLargeStorageDatabaseEntries", + "startTrackDisposables", + "snapshotTrackedDisposables", + "stopTrackDisposables" + ], "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", - "openYouTubeUrl", { "key": "miYouTube", "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/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." - ] - }, - "storageLogDialogMessage", - "storageLogDialogDetails", - { - "key": "logWorkingCopies", - "comment": [ - "A developer only action to log the working copies that exist." - ] }, - "removeLargeStorageDatabaseEntries", - "largeStorageItemDetail", - "global", - "profile", - "workspace", - "machine", - "user", - "removeLargeStorageEntriesPickerButton", - "removeLargeStorageEntriesPickerPlaceholder", - "removeLargeStorageEntriesPickerDescriptionNoEntries", - "removeLargeStorageEntriesConfirmRemove", - "removeLargeStorageEntriesConfirmRemoveDetail", - { - "key": "removeLargeStorageEntriesButtonLabel", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "startTrackDisposables", - "snapshotTrackedDisposables", - "stopTrackDisposables", - "screencastModeConfigurationTitle", - "screencastMode.location.verticalPosition", - "screencastMode.fontSize", - "screencastMode.keyboardOptions.description", - "screencastMode.keyboardOptions.showKeys", - "screencastMode.keyboardOptions.showKeybindings", - "screencastMode.keyboardOptions.showCommands", - "screencastMode.keyboardOptions.showCommandGroups", - "screencastMode.keyboardOptions.showSingleEditorCursorMoves", - "screencastMode.keyboardOverlayTimeout", - "screencastMode.mouseIndicatorColor", - "screencastMode.mouseIndicatorSize" + "keybindingsReference", + "openVideoTutorialsUrl", + "openTipsAndTricksUrl", + "openDocumentationUrl", + "newsletterSignup", + "openYouTubeUrl", + "openUserVoiceUrl", + "openLicenseUrl", + "openPrivacyStatement" ], "vs/workbench/browser/actions/layoutActions": [ "menuBarIcon", @@ -1582,21 +1702,15 @@ "fullScreenIcon", "centerLayoutIcon", "zenModeIcon", - "closeSidebar", - "toggleActivityBar", - "toggleCenteredLayout", { "key": "miToggleCenteredLayout", "comment": [ "&& denotes a mnemonic" ] }, - "moveSidebarRight", - "moveSidebarLeft", "toggleSidebarPosition", "moveSidebarRight", "moveSidebarLeft", - "toggleSidebarPosition", "cofigureLayoutIcon", "configureLayout", "move side bar right", @@ -1617,7 +1731,6 @@ "&& denotes a mnemonic" ] }, - "toggleEditor", { "key": "miShowEditorArea", "comment": [ @@ -1630,7 +1743,6 @@ "&& denotes a mnemonic" ] }, - "toggleSidebar", "primary sidebar", { "key": "primary sidebar mnemonic", @@ -1642,26 +1754,21 @@ "compositePart.hideSideBarLabel", "toggleSideBar", "toggleSideBar", - "toggleStatusbar", { "key": "miStatusbar", "comment": [ "&& denotes a mnemonic" ] }, - "hideEditorTabs", - "showMultipleEditorTabs", - "showSingleEditorTab", "tabBar", - "toggleSeparatePinnedEditorTabs", - "toggleZenMode", + "tabBar", + "editorActionsPosition", { "key": "miToggleZenMode", "comment": [ "&& denotes a mnemonic" ] }, - "toggleMenuBar", { "key": "miMenuBar", "comment": [ @@ -1669,13 +1776,10 @@ ] }, "miMenuBarNoMnemonic", - "resetViewLocations", - "moveView", "sidebarContainer", "panelContainer", "secondarySideBarContainer", "moveFocusedView.selectView", - "moveFocusedView", "moveFocusedView.error.noFocusedView", "moveFocusedView.error.nonMovableView", "moveFocusedView.selectDestination", @@ -1696,14 +1800,7 @@ "sidebar", "panel", "secondarySideBar", - "resetFocusedViewLocation", "resetFocusedView.error.noFocusedView", - "increaseViewSize", - "increaseEditorWidth", - "increaseEditorHeight", - "decreaseViewSize", - "decreaseEditorWidth", - "decreaseEditorHeight", "selectToHide", "selectToShow", "active", @@ -1722,14 +1819,56 @@ "fullscreen", "zenMode", "centeredLayout", - "customizeLayout", "toggleVisibility", "sideBarPosition", "panelAlignment", "layoutModes", "customizeLayoutQuickPickTitle", "close", - "restore defaults" + "restore defaults", + "closeSidebar", + "toggleCenteredLayout", + "moveSidebarRight", + "moveSidebarLeft", + "toggleSidebarPosition", + "toggleEditor", + "toggleSidebar", + "toggleStatusbar", + "hideEditorTabs", + "hideEditorTabsDescription", + "hideEditorTabsZenMode", + "hideEditorTabsZenModeDescription", + "showMultipleEditorTabs", + "showMultipleEditorTabsDescription", + "showMultipleEditorTabsZenMode", + "showMultipleEditorTabsZenModeDescription", + "showSingleEditorTab", + "showSingleEditorTabDescription", + "showSingleEditorTabZenMode", + "showSingleEditorTabZenModeDescription", + "moveEditorActionsToTitleBar", + "moveEditorActionsToTitleBarDescription", + "moveEditorActionsToTabBar", + "moveEditorActionsToTabBarDescription", + "hideEditorActons", + "hideEditorActonsDescription", + "showEditorActons", + "showEditorActonsDescription", + "toggleSeparatePinnedEditorTabs", + "toggleSeparatePinnedEditorTabsDescription", + "toggleZenMode", + "toggleMenuBar", + "resetViewLocations", + "moveView", + "moveFocusedView", + "resetFocusedViewLocation", + "increaseViewSize", + "increaseEditorWidth", + "increaseEditorHeight", + "decreaseViewSize", + "decreaseEditorWidth", + "decreaseEditorHeight", + "customizeLayout" ], "vs/workbench/browser/actions/navigationActions": [ "navigateLeft", @@ -1739,6 +1878,16 @@ "focusNextPart", "focusPreviousPart" ], + "vs/workbench/browser/actions/listCommands": [ + { + "key": "mitoggleTreeStickyScroll", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "toggleTreeStickyScrollDescription", + "toggleTreeStickyScroll" + ], "vs/workbench/browser/actions/windowActions": [ "remove", "dirtyRecentlyOpenedFolder", @@ -1756,57 +1905,57 @@ "dirtyFolderConfirmDetail", "recentDirtyWorkspaceAriaLabel", "recentDirtyFolderAriaLabel", - "openRecent", { "key": "miMore", "comment": [ "&& denotes a mnemonic" ] }, - "quickOpenRecent", - "toggleFullScreen", { "key": "miToggleFullScreen", "comment": [ "&& denotes a mnemonic" ] }, - "reloadWindow", - "about", { "key": "miAbout", "comment": [ "&& denotes a mnemonic" ] }, - "newWindow", { "key": "miNewWindow", "comment": [ "&& denotes a mnemonic" ] }, - "blur", "miConfirmClose", { "key": "miOpenRecent", "comment": [ "&& denotes a mnemonic" ] - } + }, + "openRecent", + "quickOpenRecent", + "toggleFullScreen", + "reloadWindow", + "about", + "newWindow", + "blur" + ], + "vs/workbench/browser/actions/workspaceCommands": [ + { + "key": "add", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "addFolderToWorkspaceTitle", + "workspaceFolderPickerPlaceholder", + "addFolderToWorkspace" ], "vs/workbench/browser/actions/workspaceActions": [ - "workspaces", - "openFile", - "openFolder", - "openFolder", - "openFileFolder", - "openWorkspaceAction", - "closeWorkspace", - "openWorkspaceConfigFile", - "globalRemoveFolderFromWorkspace", - "saveWorkspaceAsAction", - "duplicateWorkspaceInNewWindow", { "key": "miOpenFile", "comment": [ @@ -1856,22 +2005,22 @@ "comment": [ "&& denotes a mnemonic" ] - } - ], - "vs/workbench/browser/actions/workspaceCommands": [ - "addFolderToWorkspace", - { - "key": "add", - "comment": [ - "&& denotes a mnemonic" - ] }, - "addFolderToWorkspaceTitle", - "workspaceFolderPickerPlaceholder" + "workspaces", + "openFile", + "openFolder", + "openFolder", + "openFileFolder", + "openWorkspaceAction", + "closeWorkspace", + "openWorkspaceConfigFile", + "globalRemoveFolderFromWorkspace", + "saveWorkspaceAsAction", + "duplicateWorkspaceInNewWindow" ], "vs/workbench/browser/actions/quickAccessActions": [ - "quickOpen", "quickOpenWithModes", + "quickOpen", "quickNavigateNext", "quickNavigatePrevious", "quickSelectNext", @@ -1892,14 +2041,25 @@ "menus.debugCallstackContext", "menus.debugVariablesContext", "menus.debugToolBar", + "menus.notebookVariablesContext", "menus.home", "menus.opy", "menus.scmTitle", "menus.scmSourceControl", + "menus.scmSourceControlTitle", "menus.resourceStateContext", "menus.resourceFolderContext", "menus.resourceGroupContext", "menus.changeTitle", + "menus.input", + "menus.incomingChanges", + "menus.incomingChangesContext", + "menus.outgoingChanges", + "menus.outgoingChangesContext", + "menus.incomingChangesAllChangesContext", + "menus.incomingChangesHistoryItemContext", + "menus.outgoingChangesAllChangesContext", + "menus.outgoingChangesHistoryItemContext", "menus.statusBarRemoteIndicator", "menus.terminalContext", "menus.terminalTabContext", @@ -1913,14 +2073,17 @@ "comment.title", "comment.actions", "comment.commentContext", + "commentsView.threadActions", "notebook.toolbar", "notebook.kernelSource", "notebook.cell.title", "notebook.cell.execute", "interactive.toolbar", "interactive.cell.title", + "issue.reporter", "testing.item.context", "testing.item.gutter.title", + "testing.item.result.title", "testing.message.context.title", "testing.message.content.title", "menus.extensionContext", @@ -1933,9 +2096,13 @@ "webview.context", "menus.share", "inlineCompletions.actions", + "inlineEdit.actions", "merge.toolbar", "editorLineNumberContext", "menus.mergeEditorResult", + "menus.multiDiffEditorResource", + "menus.diffEditorGutterToolBarMenus", + "menus.diffEditorGutterToolBarMenus", "requirestring", "optstring", "optstring", @@ -1999,7 +2166,12 @@ "dupe.command", "unsupported.submenureference", "missing.submenu", - "submenuItem.duplicate" + "submenuItem.duplicate", + "command name", + "command title", + "keyboard shortcuts", + "menuContexts", + "commands" ], "vs/workbench/api/common/configurationExtensionPoint": [ "vscode.extension.contributes.configuration.title", @@ -2043,10 +2215,11 @@ "workspaceConfig.extensions.description", "workspaceConfig.remoteAuthority", "workspaceConfig.transient", - "unknownWorkspaceProperty" - ], - "vs/workbench/browser/parts/editor/editorParts": [ - "groupLabel" + "unknownWorkspaceProperty", + "setting name", + "description", + "default", + "settings" ], "vs/workbench/api/browser/viewsExtensionPoint": [ { @@ -2073,6 +2246,7 @@ "vscode.extension.contributes.view.initialState.hidden", "vscode.extension.contributes.view.initialState.collapsed", "vscode.extension.contributs.view.size", + "vscode.extension.contributes.view.accessibilityHelpContent", "vscode.extension.contributes.view.id", "vscode.extension.contributes.view.name", "vscode.extension.contributes.view.when", @@ -2102,7 +2276,15 @@ "optstring", "optstring", "optstring", - "optenum" + "optenum", + "view container id", + "view container title", + "view container location", + "view id", + "view name title", + "view container location", + "viewsContainers", + "views" ], "vs/workbench/browser/parts/editor/editor.contribution": [ "textEditor", @@ -2115,22 +2297,34 @@ "allEditorsByAppearanceQuickAccess", "editorQuickAccessPlaceholder", "allEditorsByMostRecentlyUsedQuickAccess", + "lockGroupAction", "unlockGroupAction", "closeGroupAction", "splitUp", "splitDown", "splitLeft", "splitRight", + "newWindow", "toggleLockGroup", "close", "splitUp", "splitDown", "splitLeft", "splitRight", + "moveEditorGroupToNewWindow", + "copyEditorGroupToNewWindow", + "tabBar", + "multipleTabs", + "singleTab", + "hideTabs", "tabBar", "multipleTabs", "singleTab", - "hideTabBar", + "hideTabs", + "editorActionsPosition", + "tabBar", + "titleBar", + "hidden", "close", "closeOthers", "closeRight", @@ -2146,6 +2340,8 @@ "splitRight", "splitInGroup", "joinInGroup", + "moveToNewWindow", + "copyToNewWindow", "inlineView", "showOpenedEditors", "closeAll", @@ -2167,24 +2363,15 @@ "close", "unpin", "close", + "lockEditorGroup", "unlockEditorGroup", "previousChangeIcon", - "nextChangeIcon", - "toggleWhitespace", "navigate.prev.label", + "nextChangeIcon", "navigate.next.label", + "swapDiffSides", + "toggleWhitespace", "ignoreTrimWhitespace.label", - "keepEditor", - "pinEditor", - "unpinEditor", - "closeEditor", - "closePinnedEditor", - "closeEditorsInGroup", - "closeSavedEditors", - "closeOtherEditors", - "closeRightEditors", - "closeEditorGroup", - "reopenWith", { "key": "miReopenClosedEditor", "comment": [ @@ -2204,98 +2391,96 @@ "&& 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": "miMoveEditorToNewWindow", + "comment": [ + "&& denotes a mnemonic" + ] + }, + { + "key": "miCopyEditorToNewWindow", + "comment": [ + "&& denotes a mnemonic" + ] + }, { "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": [ @@ -2445,28 +2630,44 @@ "comment": [ "&& denotes a mnemonic" ] - } + }, + "keepEditor", + "pinEditor", + "unpinEditor", + "closeEditor", + "closePinnedEditor", + "closeEditorsInGroup", + "closeSavedEditors", + "closeOtherEditors", + "closeRightEditors", + "closeEditorGroup", + "reopenWith", + "miSplitEditorUpWithoutMnemonic", + "miSplitEditorDownWithoutMnemonic", + "miSplitEditorLeftWithoutMnemonic", + "miSplitEditorRightWithoutMnemonic", + "miSplitEditorInGroupWithoutMnemonic", + "miJoinEditorInGroupWithoutMnemonic", + "moveEditorToNewWindow", + "copyEditorToNewWindow", + "miSingleColumnEditorLayoutWithoutMnemonic", + "miTwoColumnsEditorLayoutWithoutMnemonic", + "miThreeColumnsEditorLayoutWithoutMnemonic", + "miTwoRowsEditorLayoutWithoutMnemonic", + "miThreeRowsEditorLayoutWithoutMnemonic", + "miTwoByTwoGridEditorLayoutWithoutMnemonic", + "miTwoRowsRightEditorLayoutWithoutMnemonic", + "miTwoColumnsBottomEditorLayoutWithoutMnemonic" ], "vs/workbench/browser/parts/banner/bannerPart": [ "focusBanner" ], + "vs/workbench/browser/parts/editor/editorParts": [ + "groupLabel" + ], "vs/workbench/browser/parts/statusbar/statusbarPart": [ "hideStatusBar" ], - "vs/workbench/browser/parts/views/viewsService": [ - "editor", - "show view", - "toggle view", - "show view", - "toggle view", - { - "key": "focus view", - "comment": [ - "{0} indicates the name of the view to be focused." - ] - }, - "resetViewLocation" - ], "vs/platform/undoRedo/common/undoRedoService": [ { "key": "externalRemoval", @@ -2583,22 +2784,8 @@ "&& denotes a mnemonic" ] }, - "installAndHandle", "installDetail", - { - "key": "install and open", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "Installing", - "enableAndHandle", - { - "key": "enableAndReload", - "comment": [ - "&& denotes a mnemonic" - ] - }, + "openUri", "reloadAndHandle", { "key": "reloadAndOpen", @@ -2606,9 +2793,9 @@ "&& denotes a mnemonic" ] }, + "no", "manage", - "extensions", - "no" + "extensions" ], "vs/workbench/services/keybinding/common/keybindingEditing": [ "errorKeybindingsFileDirty", @@ -2700,7 +2887,13 @@ "vscode.extension.contributes.languages.icon", "vscode.extension.contributes.languages.icon.light", "vscode.extension.contributes.languages.icon.dark", - "invalid", + "language id", + "language name", + "file extensions", + "grammar", + "snippets", + "languages", + "invalid", "invalid.empty", "require.id", "opt.extensions", @@ -2750,20 +2943,16 @@ "workspace folder", "workspace" ], + "vs/workbench/services/extensionManagement/common/extensionFeaturesManagemetService": [ + "accessExtensionFeature", + "accessExtensionFeatureMessage", + "allow", + "disallow" + ], "vs/workbench/services/notification/common/notificationService": [ "neverShowAgain", "neverShowAgain" ], - "vs/workbench/services/userDataProfile/browser/userDataProfileManagement": [ - "reload message when updated", - "reload message when removed", - "reload message when removed", - "cannotRenameDefaultProfile", - "cannotDeleteDefaultProfile", - "switch profile", - "reload message", - "reload button" - ], "vs/workbench/services/userDataProfile/browser/userDataProfileImportExportService": [ "profile import error", "resolving uri", @@ -2870,6 +3059,16 @@ "export profile title", "profile name required" ], + "vs/workbench/services/userDataProfile/browser/userDataProfileManagement": [ + "reload message when updated", + "reload message when removed", + "reload message when removed", + "cannotRenameDefaultProfile", + "cannotDeleteDefaultProfile", + "switch profile", + "reload message", + "reload button" + ], "vs/workbench/services/remote/common/remoteExplorerService": [ "getStartedWalkthrough.id", "RemoteHelpInformationExtPoint", @@ -2909,6 +3108,20 @@ "hideView", "resetViewLocation" ], + "vs/workbench/services/views/browser/viewsService": [ + "editor", + "show view", + "toggle view", + "show view", + "toggle view", + { + "key": "focus view", + "comment": [ + "{0} indicates the name of the view to be focused." + ] + }, + "resetViewLocation" + ], "vs/workbench/services/userDataSync/browser/userDataSyncWorkbenchService": [ "no authentication providers", "no account", @@ -2962,19 +3175,11 @@ "sign in using account" ], "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", + "authentication.idConflict" + ], + "vs/workbench/services/authentication/browser/authenticationExtensionsService": [ "sign in", "confirmAuthenticationAccess", { @@ -3060,34 +3265,15 @@ ] } ], - "vs/workbench/contrib/performance/browser/performance.contribution": [ - "show.label", - "cycles", - "insta.trace", - "emitter" - ], "vs/workbench/contrib/preferences/browser/preferences.contribution": [ "settingsEditor2", "keybindingsEditor", - "openSettings2", - "openUserSettingsJson", - "openApplicationSettingsJson", - "preferences", - "settings", { "key": "miOpenSettings", "comment": [ "&& denotes a mnemonic" ] }, - "openSettings2", - "openGlobalSettings", - "openRawDefaultSettings", - "openWorkspaceSettings", - "openAccessibilitySettings", - "openWorkspaceSettingsFile", - "openFolderSettings", - "openFolderSettingsFile", "openFolderSettings", { "key": "miOpenOnlineSettings", @@ -3095,43 +3281,63 @@ "&& denotes a mnemonic" ] }, - "filterUntrusted", { "key": "miOpenTelemetrySettings", "comment": [ "&& denotes a mnemonic" ] }, + "settings.focusFile", + "settings.focusFile", + "settings.focusSettingsList", + "settings.focusSettingControl", + "keyboardShortcuts", + "keyboardShortcuts", + "clear", + "clearHistory", + { + "key": "miPreferences", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "openSettings2", + "openUserSettingsJson", + "openApplicationSettingsJson", + "preferences", + "settings", + "openSettings2", + "workbench.action.openSettingsJson.description", + "openGlobalSettings", + "openRawDefaultSettings", + "openWorkspaceSettings", + "openAccessibilitySettings", + "openWorkspaceSettingsFile", + "openFolderSettings", + "openFolderSettingsFile", + "filterUntrusted", "openRemoteSettings", "openRemoteSettingsJSON", "settings.focusSearch", "settings.clearResults", - "settings.focusFile", - "settings.focusFile", - "settings.focusSettingsList", "settings.focusSettingsTOC", - "settings.focusSettingControl", "settings.showContextMenu", "settings.focusLevelUp", "preferences", "openGlobalKeybindings", - "keyboardShortcuts", - "keyboardShortcuts", "openDefaultKeybindingsFile", "openGlobalKeybindingsFile", "showDefaultKeybindings", "showExtensionKeybindings", "showUserKeybindings", - "clear", - "clearHistory", "defineKeybinding.start", - "openSettingsJson", - { - "key": "miPreferences", - "comment": [ - "&& denotes a mnemonic" - ] - } + "openSettingsJson" + ], + "vs/workbench/contrib/performance/browser/performance.contribution": [ + "show.label", + "cycles", + "insta.trace", + "emitter" ], "vs/workbench/contrib/chat/browser/chat.contribution": [ "interactiveSessionConfigurationTitle", @@ -3140,9 +3346,11 @@ "interactiveSession.editor.fontWeight", "interactiveSession.editor.wordWrap", "interactiveSession.editor.lineHeight", + "chat.experimental.implicitContext", "chat", "chat", - "clear" + "clear", + "file" ], "vs/workbench/contrib/notebook/browser/notebook.contribution": [ "notebook.editorOptions.experimentalCustomization", @@ -3166,7 +3374,10 @@ "insertToolbarLocation.both", "insertToolbarLocation.hidden", "notebook.globalToolbar.description", - "notebook.stickyScroll.description", + "notebook.stickyScrollEnabled.description", + "notebook.stickyScrollMode.description", + "notebook.stickyScrollMode.flat", + "notebook.stickyScrollMode.indented", "notebook.consolidatedOutputButton.description", "notebook.showFoldingControls.description", "showFoldingControls.always", @@ -3176,6 +3387,8 @@ "notebook.consolidatedRunButton.description", "notebook.globalToolbarShowLabel", "notebook.textOutputLineLimit", + "notebook.disableOutputFilePathLinks", + "notebook.minimalErrorRendering", "notebook.markup.fontSize", "notebook.interactiveWindow.collapseCodeCells", "notebook.outputLineHeight", @@ -3184,6 +3397,7 @@ "notebook.outputScrolling", "notebook.outputWordWrap", "notebook.formatOnSave", + "notebook.insertFinalNewline", "notebook.codeActionsOnSave", "explicit", "never", @@ -3197,45 +3411,28 @@ "notebook.scrolling.revealNextCellOnExecute.fullCell.description", "notebook.scrolling.revealNextCellOnExecute.firstLine.description", "notebook.scrolling.revealNextCellOnExecute.none.description", - "notebook.scrolling.anchorToFocusedCell.description", - "notebook.scrolling.anchorToFocusedCell.auto.description", - "notebook.scrolling.anchorToFocusedCell.on.description", - "notebook.scrolling.anchorToFocusedCell.off.description" - ], - "vs/workbench/contrib/testing/browser/testing.contribution": [ - "test", - { - "key": "miViewTesting", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "noTestProvidersRegistered", - "searchForAdditionalTestExtensions", - "testResultsPanelName", - "testResultsPanelName", - "testExplorer" - ], - "vs/workbench/contrib/logs/common/logs.contribution": [ - "setDefaultLogLevel", - "remote name", - "show window log" + "notebook.cellChat", + "notebook.cellGenerate", + "notebook.VariablesView.description", + "notebook.cellFailureDiagnostics", + "notebook.backup.sizeLimit" ], "vs/workbench/contrib/interactive/browser/interactive.contribution": [ - "interactiveWindow", "interactive.open", + "interactiveScrollToTop", + "interactiveScrollToBottom", + "interactive.activeCodeBorder", + "interactive.inactiveCodeBorder", + "interactiveWindow.alwaysScrollOnNewCell", + "interactiveWindow.promptToSaveOnClose", + "interactiveWindow", "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" + "interactive.history.focus" ], "vs/workbench/contrib/quickaccess/browser/quickAccess.contribution": [ "helpQuickAccessPlaceholder", @@ -3272,18 +3469,78 @@ "commandPalette", "commandPalette" ], + "vs/workbench/contrib/testing/browser/testing.contribution": [ + { + "key": "miViewTesting", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "noTestProvidersRegistered", + "searchForAdditionalTestExtensions", + "test", + "testResultsPanelName", + "testResultsPanelName", + "testExplorer", + "testCoverage" + ], + "vs/workbench/contrib/files/browser/explorerViewlet": [ + "explorerViewIcon", + "openEditorsIcon", + { + "key": "miViewExplorer", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "openFolder", + "addAFolder", + "openRecent", + { + "key": "noWorkspaceHelp", + "comment": [ + "Please do not translate the word \"command\", it is part of our internal syntax which must not change" + ] + }, + { + "key": "noFolderHelpWeb", + "comment": [ + "Please do not translate the word \"command\", it is part of our internal syntax which must not change" + ] + }, + { + "key": "remoteNoFolderHelp", + "comment": [ + "Please do not translate the word \"command\", it is part of our internal syntax which must not change" + ] + }, + { + "key": "noFolderButEditorsHelp", + "comment": [ + "Please do not translate the word \"command\", it is part of our internal syntax which must not change" + ] + }, + { + "key": "noFolderHelp", + "comment": [ + "Please do not translate the word \"command\", it is part of our internal syntax which must not change" + ] + }, + "folders", + "explore", + "explore" + ], + "vs/workbench/contrib/logs/common/logs.contribution": [ + "remote name", + "setDefaultLogLevel", + "show window log" + ], "vs/workbench/contrib/files/browser/fileActions.contribution": [ "copyPath", "copyRelativePath", "revealInSideBar", "acceptLocalChanges", "revertLocalChanges", - "copyPathOfActive", - "copyRelativePathOfActive", - "saveAllInGroup", - "saveFiles", - "revert", - "compareActiveWithSaved", "openToSide", "reopenWith", "revert", @@ -3350,53 +3607,54 @@ "&& denotes a mnemonic" ] }, + "copyPathOfActive", + "copyRelativePathOfActive", + "saveAllInGroup", + "saveFiles", + "revert", + "compareActiveWithSaved", + "compareActiveWithSavedMeta", "newFolderDescription" ], - "vs/workbench/contrib/files/browser/explorerViewlet": [ - "explorerViewIcon", - "openEditorsIcon", + "vs/workbench/contrib/bulkEdit/browser/bulkEditService": [ + "summary.0", + "summary.nm", + "summary.n0", + "summary.textFiles", + "workspaceEdit", + "workspaceEdit", + "nothing", + "closeTheWindow.message", { - "key": "miViewExplorer", + "key": "closeTheWindow", "comment": [ "&& 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" - ] - }, + "changeWorkspace.message", { - "key": "noFolderHelpWeb", + "key": "changeWorkspace", "comment": [ - "Please do not translate the word \"commmand\", it is part of our internal syntax which must not change" + "&& denotes a mnemonic" ] }, + "reloadTheWindow.message", { - "key": "remoteNoFolderHelp", + "key": "reloadTheWindow", "comment": [ - "Please do not translate the word \"commmand\", it is part of our internal syntax which must not change" + "&& denotes a mnemonic" ] }, + "quit.message", { - "key": "noFolderButEditorsHelp", + "key": "quit", "comment": [ - "Please do not translate the word \"commmand\", it is part of our internal syntax which must not change" + "&& denotes a mnemonic" ] }, - { - "key": "noFolderHelp", - "comment": [ - "Please do not translate the word \"commmand\", it is part of our internal syntax which must not change" - ] - }, - "folders", - "explore", - "explore" + "areYouSureQuiteBulkEdit.detail", + "fileOperation", + "refactoring.autoSave" ], "vs/workbench/contrib/files/browser/files.contribution": [ "textFileEditor", @@ -3428,6 +3686,7 @@ "eol", "useTrash", "trimTrailingWhitespace", + "trimTrailingWhitespaceInRegexAndStrings", "insertFinalNewline", "trimFinalNewlines", { @@ -3466,6 +3725,18 @@ ], "key": "autoSaveDelay" }, + { + "comment": [ + "This is the description for a setting. Values surrounded by single quotes are not to be translated." + ], + "key": "autoSaveWorkspaceFilesOnly" + }, + { + "comment": [ + "This is the description for a setting. Values surrounded by single quotes are not to be translated." + ], + "key": "autoSaveWhenNoErrors" + }, "watcherExclude", "watcherInclude", "defaultLanguage", @@ -3531,6 +3802,7 @@ "explorer.autoRevealExclude.when", "enableDragAndDrop", "confirmDragAndDrop", + "confirmPasteNative", "confirmDelete", "enableUndo", "confirmUndo", @@ -3567,46 +3839,6 @@ "fileNestingPatterns", "fileNesting.description" ], - "vs/workbench/contrib/bulkEdit/browser/bulkEditService": [ - "summary.0", - "summary.nm", - "summary.n0", - "summary.textFiles", - "workspaceEdit", - "workspaceEdit", - "nothing", - "closeTheWindow.message", - { - "key": "closeTheWindow", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "changeWorkspace.message", - { - "key": "changeWorkspace", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "reloadTheWindow.message", - { - "key": "reloadTheWindow", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "quit.message", - { - "key": "quit", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "areYouSureQuiteBulkEdit.detail", - "fileOperation", - "refactoring.autoSave" - ], "vs/workbench/contrib/bulkEdit/browser/preview/bulkEdit.contribution": [ "overlap", "detail", @@ -3693,6 +3925,9 @@ "search.searchEditor.doubleClickBehaviour.goToLocation", "search.searchEditor.doubleClickBehaviour.openLocationToSide", "search.searchEditor.doubleClickBehaviour", + "search.searchEditor.singleClickBehaviour.default", + "search.searchEditor.singleClickBehaviour.peekDefinition", + "search.searchEditor.singleClickBehaviour", { "key": "search.searchEditor.reusePriorSearchConfiguration", "comment": [ @@ -3712,14 +3947,77 @@ "scm.defaultViewMode.tree", "scm.defaultViewMode.list", "search.defaultViewMode", + "search.quickAccess.preserveInput", "search.experimental.closedNotebookResults", - "search.experimental.quickAccess.preserveInput", "search", "search" ], + "vs/workbench/contrib/search/browser/searchView": [ + "searchCanceled", + "moreSearch", + "searchScope.includes", + "placeholder.includes", + "searchScope.excludes", + "placeholder.excludes", + "replaceAll.confirmation.title", + { + "key": "replaceAll.confirm.button", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "replaceAll.occurrence.file.message", + "removeAll.occurrence.file.message", + "replaceAll.occurrence.files.message", + "removeAll.occurrence.files.message", + "replaceAll.occurrences.file.message", + "removeAll.occurrences.file.message", + "replaceAll.occurrences.files.message", + "removeAll.occurrences.files.message", + "removeAll.occurrence.file.confirmation.message", + "replaceAll.occurrence.file.confirmation.message", + "removeAll.occurrence.files.confirmation.message", + "replaceAll.occurrence.files.confirmation.message", + "removeAll.occurrences.file.confirmation.message", + "replaceAll.occurrences.file.confirmation.message", + "removeAll.occurrences.files.confirmation.message", + "replaceAll.occurrences.files.confirmation.message", + "emptySearch", + "searchPathNotFoundError", + "noOpenEditorResultsIncludesExcludes", + "noOpenEditorResultsIncludes", + "noOpenEditorResultsExcludes", + "noOpenEditorResultsFound", + "noResultsIncludesExcludes", + "noResultsIncludes", + "noResultsExcludes", + "noResultsFound", + "rerunSearch.message", + "rerunSearchInAll.message", + "openSettings.message", + "openSettings.learnMore", + "ariaSearchResultsStatus", + "searchMaxResultsWarning", + "forTerm", + "useIgnoresAndExcludesDisabled", + "excludes.enable", + "useExcludesAndIgnoreFilesDescription", + "onlyOpenEditors", + "openEditors.disable", + "disableOpenEditors", + "openInEditor.tooltip", + "openInEditor.message", + "search.file.result", + "search.files.result", + "search.file.results", + "search.files.results", + "searchWithoutFolder", + "openFolder" + ], "vs/workbench/contrib/searchEditor/browser/searchEditor.contribution": [ "searchEditor", "promptOpenWith.searchEditor.displayName", + "search.openNewEditor", "search", "searchEditor.deleteResultBlock", "search.openNewSearchEditor", @@ -3736,8 +4034,7 @@ "searchEditor.action.toggleSearchEditorContextLines", "searchEditor.action.increaseSearchEditorContextLines", "searchEditor.action.decreaseSearchEditorContextLines", - "searchEditor.action.selectAllSearchEditorMatches", - "search.openNewEditor" + "searchEditor.action.selectAllSearchEditorMatches" ], "vs/workbench/contrib/sash/browser/sash.contribution": [ "sashSize", @@ -3745,7 +4042,6 @@ ], "vs/workbench/contrib/scm/browser/scm.contribution": [ "sourceControlViewIcon", - "source control", "no open repo", "no open repo in an untrusted workspace", "manageWorkspaceTrustAction", @@ -3795,6 +4091,8 @@ "autoReveal", "inputFontFamily", "inputFontSize", + "inputMaxLines", + "inputMinLines", "alwaysShowRepository", "scm.repositoriesSortOrder.discoveryTime", "scm.repositoriesSortOrder.name", @@ -3802,81 +4100,28 @@ "repositoriesSortOrder", "providersVisible", "showActionButton", - "showSyncView", + "showInputActionButton", + "scm.showIncomingChanges.always", + "scm.showIncomingChanges.never", + "scm.showIncomingChanges.auto", + "scm.showIncomingChanges", + "scm.showOutgoingChanges.always", + "scm.showOutgoingChanges.never", + "scm.showOutgoingChanges.auto", + "scm.showOutgoingChanges", + "scm.showChangesSummary", + "scm.workingSets.enabled", + "scm.workingSets.default.empty", + "scm.workingSets.default.current", + "scm.workingSets.default", "scm accept", "scm view next commit", "scm view previous commit", "open in external terminal", "open in integrated terminal", "source control", - "source control repositories", - "source control sync" - ], - "vs/workbench/contrib/search/browser/searchView": [ - "searchCanceled", - "moreSearch", - "searchScope.includes", - "placeholder.includes", - "searchScope.excludes", - "placeholder.excludes", - "replaceAll.confirmation.title", - { - "key": "replaceAll.confirm.button", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "replaceAll.occurrence.file.message", - "removeAll.occurrence.file.message", - "replaceAll.occurrence.files.message", - "removeAll.occurrence.files.message", - "replaceAll.occurrences.file.message", - "removeAll.occurrences.file.message", - "replaceAll.occurrences.files.message", - "removeAll.occurrences.files.message", - "removeAll.occurrence.file.confirmation.message", - "replaceAll.occurrence.file.confirmation.message", - "removeAll.occurrence.files.confirmation.message", - "replaceAll.occurrence.files.confirmation.message", - "removeAll.occurrences.file.confirmation.message", - "replaceAll.occurrences.file.confirmation.message", - "removeAll.occurrences.files.confirmation.message", - "replaceAll.occurrences.files.confirmation.message", - "emptySearch", - "searchPathNotFoundError", - "noOpenEditorResultsIncludesExcludes", - "noOpenEditorResultsIncludes", - "noOpenEditorResultsExcludes", - "noOpenEditorResultsFound", - "noResultsIncludesExcludes", - "noResultsIncludes", - "noResultsExcludes", - "noResultsFound", - "rerunSearch.message", - "rerunSearchInAll.message", - "openSettings.message", - "openSettings.learnMore", - "ariaSearchResultsStatus", - "searchMaxResultsWarning", - "forTerm", - "useIgnoresAndExcludesDisabled", - "excludes.enable", - "useExcludesAndIgnoreFilesDescription", - "onlyOpenEditors", - "openEditors.disable", - "disableOpenEditors", - "openInEditor.tooltip", - "openInEditor.message", - "search.file.result", - "search.files.result", - "search.file.results", - "search.files.results", - "searchWithoutFolder", - "openFolder" - ], - "vs/workbench/contrib/debug/browser/debugEditorContribution": [ - "editor.inlineValuesForeground", - "editor.inlineValuesBackground" + "source control", + "source control repositories" ], "vs/workbench/contrib/debug/browser/debug.contribution": [ "debugCategory", @@ -3889,9 +4134,10 @@ "copyStackTrace", "viewMemory", "setValue", - "copyValue", - "copyAsExpression", - "addToWatchExpressions", + "breakWhenValueIsRead", + "breakWhenValueChanges", + "breakWhenValueIsAccessed", + "viewMemory", "breakWhenValueIsRead", "breakWhenValueChanges", "breakWhenValueIsAccessed", @@ -3998,12 +4244,28 @@ ], "key": "allowBreakpointsEverywhere" }, + { + "comment": [ + "This is the description for a setting" + ], + "key": "gutterMiddleClickAction" + }, + "debug.gutterMiddleClickAction.logpoint", + "debug.gutterMiddleClickAction.conditionalBreakpoint", + "debug.gutterMiddleClickAction.triggeredBreakpoint", + "debug.gutterMiddleClickAction.none", { "comment": [ "This is the description for a setting" ], "key": "openExplorerOnEnd" }, + { + "comment": [ + "This is the description for a setting" + ], + "key": "closeReadonlyTabsOnEnd" + }, { "comment": [ "This is the description for a setting" @@ -4105,6 +4367,7 @@ "SetNextStatement", "inlineBreakpoint", "run", + "runMenu", { "comment": [ "Debug is a noun in this context, not a verb." @@ -4128,7 +4391,12 @@ "topStackFrameLineHighlight", "focusedStackFrameLineHighlight" ], + "vs/workbench/contrib/debug/browser/debugEditorContribution": [ + "editor.inlineValuesForeground", + "editor.inlineValuesBackground" + ], "vs/workbench/contrib/debug/browser/breakpointEditorContribution": [ + "breakpointHelper", "logPoint", "breakpoint", "breakpointHasConditionDisabled", @@ -4176,6 +4444,7 @@ "addBreakpoint", "addConditionalBreakpoint", "addLogPoint", + "addTriggeredBreakpoint", "runToLine", "debugIcon.breakpointForeground", "debugIcon.breakpointDisabledForeground", @@ -4183,6 +4452,48 @@ "debugIcon.breakpointCurrentStackframeForeground", "debugIcon.breakpointStackframeForeground" ], + "vs/workbench/contrib/markers/browser/markers.contribution": [ + "markersViewIcon", + { + "key": "miMarker", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "viewAsTree", + "viewAsTable", + "show errors", + "problems", + "show warnings", + "problems", + "show infos", + "problems", + "show active file", + "problems", + "show excluded files", + "problems", + "focusProblemsList", + "focusProblemsFilter", + "problems", + "problems", + "clearFiltersText", + "problems", + "collapseAll", + "status.problems", + "status.problemsVisibilityOff", + "status.problemsVisibility", + "totalErrors", + "totalWarnings", + "totalInfos", + "noProblems", + "manyProblems", + "totalProblems", + "copyMarker", + "copyMessage", + "copyMessage", + "show multiline", + "show singleline" + ], "vs/workbench/contrib/debug/browser/debugViewlet": [ { "key": "miOpenConfigurations", @@ -4197,96 +4508,13 @@ ] }, "debugPanel", - "startAdditionalSession" - ], - "vs/workbench/contrib/mergeEditor/browser/mergeEditor.contribution": [ - "name", - "diffAlgorithm.legacy", - "diffAlgorithm.advanced" - ], - "vs/workbench/contrib/debug/browser/repl": [ - { - "key": "workbench.debug.filter.placeholder", - "comment": [ - "Text in the brackets after e.g. is not localizable" - ] - }, - "showing filtered repl lines", - "debugConsole", - "startDebugFirst", - { - "key": "actions.repl.acceptInput", - "comment": [ - "Apply input from the debug console input box" - ] - }, - "repl.action.filter", - "actions.repl.copyAll", - "selectRepl", - "clearRepl", - "collapse", - "paste", - "copyAll", - "copy" - ], - "vs/workbench/contrib/markers/browser/markers.contribution": [ - "markersViewIcon", - { - "key": "miMarker", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "viewAsTree", - "viewAsTable", - "toggle errors", - "problems", - "errors", - "toggle warnings", - "problems", - "warnings", - "toggle infos", - "problems", - "Infos", - "toggle active file", - "problems", - "Active File", - "toggle Excluded Files", - "problems", - "Excluded Files", - "copyMarker", - "copyMessage", - "copyMessage", - "focusProblemsList", - "focusProblemsFilter", - "show multiline", - "problems", - "show singleline", - "problems", - "clearFiltersText", - "problems", - "collapseAll", - "status.problems", - "totalErrors", - "totalWarnings", - "totalInfos", - "noProblems", - "manyProblems", - "totalProblems" - ], - "vs/workbench/contrib/commands/common/commands.contribution": [ - "runCommands", - "runCommands.description", - "runCommands.commands", - "runCommands.invalidArgs", - "runCommands.noCommandsToRun" - ], - "vs/workbench/contrib/url/browser/url.contribution": [ - "openUrl", - "urlToOpen", - "workbench.trustedDomains.promptInTrustedWorkspace" + "startAdditionalSession", + "openLaunchConfigDescription" ], "vs/workbench/contrib/comments/browser/comments.contribution": [ + "collapseAll", + "expandAll", + "reply", "commentsConfigurationTitle", "openComments", "comments.openPanel.deprecated", @@ -4299,42 +4527,35 @@ "comments.visible", "comments.maxHeight", "collapseOnResolve", - "intro", - "introWidget", - "introWidgetNoKb", - "commentCommands", - "escape", - "next", - "nextNoKb", - "previous", - "previousNoKb", - "nextCommentThreadKb", - "nextCommentThreadNoKb", - "previousCommentThreadKb", - "previousCommentThreadNoKb", - "addComment", - "addCommentNoKb", - "submitComment", - "submitCommentNoKb" + "totalUnresolvedComments" ], - "vs/workbench/contrib/webviewPanel/browser/webviewPanel.contribution": [ - "webview.editor.label" + "vs/workbench/contrib/commands/common/commands.contribution": [ + "runCommands.description", + "runCommands.commands", + "runCommands.invalidArgs", + "runCommands.noCommandsToRun", + "runCommands" + ], + "vs/workbench/contrib/mergeEditor/browser/mergeEditor.contribution": [ + "name", + "diffAlgorithm.legacy", + "diffAlgorithm.advanced" + ], + "vs/workbench/contrib/url/browser/url.contribution": [ + "urlToOpen", + "workbench.trustedDomains.promptInTrustedWorkspace", + "openUrl" ], "vs/workbench/contrib/webview/browser/webview.contribution": [ "cut", "copy", "paste" ], + "vs/workbench/contrib/webviewPanel/browser/webviewPanel.contribution": [ + "webview.editor.label" + ], "vs/workbench/contrib/extensions/browser/extensionsViewlet": [ - { - "key": "remote", - "comment": [ - "Remote as in remote machine" - ] - }, "installed", - "select and install local extensions", - "install remote in local", "searchExtensions", "extensionFoundInSection", "extensionFound", @@ -4348,6 +4569,14 @@ "extensionsToReload", "malicious warning", "reloadNow", + { + "key": "remote", + "comment": [ + "Remote as in remote machine" + ] + }, + "select and install local extensions", + "install remote in local", "popularExtensions", "recommendedExtensions", "enabledExtensions", @@ -4390,6 +4619,8 @@ "selectOutput", "outputScrollOff", "outputScrollOn", + "logLevel.label", + "logLevelDefault.label", "extensionLogs", "selectlog", "logFile", @@ -4402,51 +4633,28 @@ "output", "clearOutput.label", "toggleAutoScroll", - "openActiveLogOutputFile", + "openActiveOutputFile", + "openActiveOutputFileInNewWindow", "showLogs", "openLogFile" ], - "vs/workbench/contrib/externalTerminal/browser/externalTerminal.contribution": [ - "scopedConsoleAction.Integrated", - "scopedConsoleAction.external", - "scopedConsoleAction.wt" - ], - "vs/workbench/contrib/relauncher/browser/relauncher.contribution": [ - "relaunchSettingMessage", - "relaunchSettingMessageWeb", - "relaunchSettingDetail", - "relaunchSettingDetailWeb", - { - "key": "restart", - "comment": [ - "&& denotes a mnemonic" - ] - }, - { - "key": "restartWeb", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "restartExtensionHost.reason" - ], "vs/workbench/contrib/extensions/browser/extensions.contribution": [ "manageExtensionsQuickAccessPlaceholder", "manageExtensionsHelp", "extension", - "extensions", { "key": "miViewExtensions", "comment": [ "&& denotes a mnemonic" ] }, - "extensionsConfigurationTitle", "all", "enabled", + "selected", "none", "extensions.autoUpdate.true", "extensions.autoUpdate.enabled", + "extensions.autoUpdate.selected", "extensions.autoUpdate.false", "extensions.autoUpdate", "extensionsCheckUpdates", @@ -4467,12 +4675,15 @@ "extensions.supportUntrustedWorkspaces.supported", "extensions.supportUntrustedWorkspaces.version", "extensionsDeferredStartupFinishedActivation", + "extensionsInQuickAccess", "notFound", "workbench.extensions.installExtension.description", "workbench.extensions.installExtension.arg.decription", "workbench.extensions.installExtension.option.installOnlyNewlyAddedFromExtensionPackVSIX", "workbench.extensions.installExtension.option.installPreReleaseVersion", "workbench.extensions.installExtension.option.donotSync", + "workbench.extensions.installExtension.option.justification", + "workbench.extensions.installExtension.option.enable", "workbench.extensions.installExtension.option.context", "notFound", "workbench.extensions.uninstallExtension.description", @@ -4491,25 +4702,13 @@ ] }, "showExtensions", - "focusExtensions", - "installExtensions", - "showRecommendedKeymapExtensionsShort", "importKeyboardShortcutsFroms", - "showLanguageExtensionsShort", - "checkForUpdates", "noUpdatesAvailable", "configure auto updating extensions", "configureExtensionsAutoUpdate.all", "configureExtensionsAutoUpdate.enabled", + "configureExtensionsAutoUpdate.selected", "configureExtensionsAutoUpdate.none", - "updateAll", - "disableAutoUpdate", - "enableAutoUpdate", - "enableAll", - "enableAllWorkspace", - "disableAll", - "disableAllWorkspace", - "InstallFromVSIX", "installFromVSIX", { "key": "installButton", @@ -4521,30 +4720,20 @@ "InstallVSIXAction.successReload", "InstallVSIXAction.success", "InstallVSIXAction.reloadNow", - "installExtensionFromLocation", "installFromLocation", "install button", "installFromLocationPlaceHolder", "installFromLocation", "filterExtensions", - "showFeaturedExtensions", "featured filter", - "showPopularExtensions", "most popular filter", - "showRecommendedExtensions", "most popular recommended", - "recentlyPublishedExtensions", "recently published filter", "filter by category", - "showBuiltInExtensions", "builtin filter", - "extensionUpdates", "extension updates filter", - "showWorkspaceUnsupportedExtensions", "workspace unsupported filter", - "showEnabledExtensions", "enabled filter", - "showDisabledExtensions", "disabled filter", "sorty by", "sort by installs", @@ -4552,18 +4741,49 @@ "sort by name", "sort by published date", "sort by update date", - "clearExtensionsSearchResults", - "refreshExtension", "installWorkspaceRecommendedExtensions", - "show pre-release version", - "show released version", - "workbench.extensions.action.copyExtension", + "enablePreRleaseLabel", + "disablePreRleaseLabel", "extensionInfoName", "extensionInfoId", "extensionInfoDescription", "extensionInfoVersion", "extensionInfoPublisher", "extensionInfoVSMarketplaceLink", + "extensions", + "extensions", + "extensions", + "extensions", + "extensions", + "extensions", + "focusExtensions", + "installExtensions", + "showRecommendedKeymapExtensionsShort", + "showLanguageExtensionsShort", + "checkForUpdates", + "updateAll", + "disableAutoUpdate", + "enableAutoUpdate", + "enableAll", + "enableAllWorkspace", + "disableAll", + "disableAllWorkspace", + "InstallFromVSIX", + "installExtensionFromLocation", + "showFeaturedExtensions", + "showPopularExtensions", + "showRecommendedExtensions", + "recentlyPublishedExtensions", + "showBuiltInExtensions", + "extensionUpdates", + "showWorkspaceUnsupportedExtensions", + "showEnabledExtensions", + "showDisabledExtensions", + "clearExtensionsSearchResults", + "refreshExtension", + "show pre-release version", + "show released version", + "workbench.extensions.action.copyExtension", "workbench.extensions.action.copyExtensionId", "workbench.extensions.action.configure", "workbench.extensions.action.configureKeybindings", @@ -4574,14 +4794,33 @@ "workbench.extensions.action.addExtensionToWorkspaceRecommendations", "workbench.extensions.action.removeExtensionFromWorkspaceRecommendations", "workbench.extensions.action.addToWorkspaceRecommendations", - "extensions", "workbench.extensions.action.addToWorkspaceFolderRecommendations", - "extensions", "workbench.extensions.action.addToWorkspaceIgnoredRecommendations", - "extensions", - "workbench.extensions.action.addToWorkspaceFolderIgnoredRecommendations", - "extensions", - "extensions" + "workbench.extensions.action.addToWorkspaceFolderIgnoredRecommendations" + ], + "vs/workbench/contrib/externalTerminal/browser/externalTerminal.contribution": [ + "scopedConsoleAction.Integrated", + "scopedConsoleAction.external", + "scopedConsoleAction.wt" + ], + "vs/workbench/contrib/relauncher/browser/relauncher.contribution": [ + "relaunchSettingMessage", + "relaunchSettingMessageWeb", + "relaunchSettingDetail", + "relaunchSettingDetailWeb", + { + "key": "restart", + "comment": [ + "&& denotes a mnemonic" + ] + }, + { + "key": "restartWeb", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "restartExtensionHost.reason" ], "vs/workbench/contrib/tasks/browser/task.contribution": [ "building", @@ -4630,18 +4869,6 @@ "&& denotes a mnemonic" ] }, - "workbench.action.tasks.openWorkspaceFileTasks", - "ShowLogAction.label", - "RunTaskAction.label", - "ReRunTaskAction.label", - "RestartTaskAction.label", - "ShowTasksAction.label", - "TerminateAction.label", - "BuildAction.label", - "TestAction.label", - "ConfigureDefaultBuildTask.label", - "ConfigureDefaultTestTask.label", - "workbench.action.tasks.openUserTasks", "userTasks", "tasksQuickAccessPlaceholder", "tasksQuickAccessHelp", @@ -4664,7 +4891,20 @@ "task.saveBeforeRun", "task.saveBeforeRun.always", "task.saveBeforeRun.never", - "task.SaveBeforeRun.prompt" + "task.SaveBeforeRun.prompt", + "task.verboseLogging", + "workbench.action.tasks.openWorkspaceFileTasks", + "ShowLogAction.label", + "RunTaskAction.label", + "ReRunTaskAction.label", + "RestartTaskAction.label", + "ShowTasksAction.label", + "TerminateAction.label", + "BuildAction.label", + "TestAction.label", + "ConfigureDefaultBuildTask.label", + "ConfigureDefaultTestTask.label", + "workbench.action.tasks.openUserTasks" ], "vs/workbench/contrib/remote/common/remote.contribution": [ "invalidWorkspaceMessage", @@ -4675,8 +4915,6 @@ "&& denotes a mnemonic" ] }, - "triggerReconnect", - "pauseSocketWriting", "ui", "workspace", "remote", @@ -4687,6 +4925,7 @@ "remote.autoForwardPortsSource.process", "remote.autoForwardPortsSource.output", "remote.autoForwardPortsSource.hybrid", + "remote.autoForwardPortFallback", "remote.forwardOnClick", "remote.portsAttributes.port", "remote.portsAttributes.notify", @@ -4716,11 +4955,42 @@ "remote.portsAttributes.requireLocalPort", "remote.portsAttributes.protocol", "remote.portsAttributes.defaults", - "remote.localPortHost" + "remote.localPortHost", + "triggerReconnect", + "pauseSocketWriting" ], - "vs/workbench/contrib/snippets/browser/snippets.contribution": [ - "editor.snippets.codeActions.enabled", - "snippetSchema.json.prefix", + "vs/workbench/contrib/debug/browser/repl": [ + { + "key": "workbench.debug.filter.placeholder", + "comment": [ + "Text in the brackets after e.g. is not localizable" + ] + }, + "showing filtered repl lines", + "debugConsole", + "startDebugFirst", + { + "key": "actions.repl.acceptInput", + "comment": [ + "Apply input from the debug console input box" + ] + }, + "repl.action.filter", + "actions.repl.copyAll", + "selectRepl", + "collapse", + "paste", + "copyAll", + "copy", + "clearRepl", + "clearRepl.descriotion" + ], + "vs/workbench/contrib/keybindings/browser/keybindings.contribution": [ + "toggleKeybindingsLog" + ], + "vs/workbench/contrib/snippets/browser/snippets.contribution": [ + "editor.snippets.codeActions.enabled", + "snippetSchema.json.prefix", "snippetSchema.json.isFileTemplate", "snippetSchema.json.body", "snippetSchema.json.description", @@ -4730,9 +5000,6 @@ "snippetSchema.json", "snippetSchema.json.scope" ], - "vs/workbench/contrib/keybindings/browser/keybindings.contribution": [ - "toggleKeybindingsLog" - ], "vs/workbench/contrib/folding/browser/folding.contribution": [ "null", "nullFormatterDescription", @@ -4754,40 +5021,6 @@ "read.title", "stop.title" ], - "vs/workbench/contrib/update/browser/update.contribution": [ - "showReleaseNotes", - { - "key": "mshowReleaseNotes", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "update.noReleaseNotesOnline", - "checkForUpdates", - "downloadUpdate", - "installUpdate", - "restartToUpdate", - "openDownloadPage", - "applyUpdate", - "pickUpdate", - { - "key": "updateButton", - "comment": [ - "&& denotes a mnemonic" - ] - } - ], - "vs/workbench/contrib/surveys/browser/nps.contribution": [ - "surveyQuestion", - "takeSurvey", - "remindLater", - "neverAgain" - ], - "vs/workbench/contrib/surveys/browser/ces.contribution": [ - "cesSurveyQuestion", - "giveFeedback", - "remindLater" - ], "vs/workbench/contrib/themes/browser/themes.contribution": [ "manageExtensionIcon", "themes.selectMarketplaceTheme", @@ -4795,29 +5028,36 @@ "installExtension.confirm", "installExtension.button.ok", "installing extensions", - "selectTheme.label", + "themes.selectTheme.darkScheme", + "themes.selectTheme.lightScheme", + "themes.selectTheme.darkHC", + "themes.selectTheme.lightHC", + "themes.selectTheme.default", + "themes.configure.switchingEnabled", + "themes.configure.switchingDisabled", "installColorThemes", "browseColorThemes", - "themes.selectTheme", "themes.category.light", "themes.category.dark", "themes.category.hc", - "selectIconTheme.label", "installIconThemes", "themes.selectIconTheme", "fileIconThemeCategory", "noIconThemeLabel", "noIconThemeDesc", - "selectProductIconTheme.label", "installProductIconThemes", "browseProductIconThemes", "themes.selectProductIconTheme", "productIconThemeCategory", "defaultProductIconThemeLabel", "manage extension", - "generateColorTheme.label", - "toggleLightDarkThemes.label", - "browseColorThemeInMarketPlace.label", + { + "key": "cannotToggle", + "comment": [ + "{0} is a setting name" + ] + }, + "goToSetting", "themes", { "key": "miSelectTheme", @@ -4844,7 +5084,56 @@ "comment": [ "{0} is the name of the new default theme" ] - } + }, + "selectTheme.label", + "selectIconTheme.label", + "selectProductIconTheme.label", + "generateColorTheme.label", + "toggleLightDarkThemes.label", + "browseColorThemeInMarketPlace.label" + ], + "vs/workbench/contrib/update/browser/update.contribution": [ + { + "key": "mshowReleaseNotes", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "update.noReleaseNotesOnline", + { + "key": "mshowReleaseNotes", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "releaseNotesFromFileNone", + "pickUpdate", + { + "key": "updateButton", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "showReleaseNotes", + "showReleaseNotesCurrentFile", + "developerCategory", + "checkForUpdates", + "downloadUpdate", + "installUpdate", + "restartToUpdate", + "openDownloadPage", + "applyUpdate" + ], + "vs/workbench/contrib/surveys/browser/nps.contribution": [ + "surveyQuestion", + "takeSurvey", + "remindLater", + "neverAgain" + ], + "vs/workbench/contrib/surveys/browser/ces.contribution": [ + "cesSurveyQuestion", + "giveFeedback", + "remindLater" ], "vs/workbench/contrib/surveys/browser/languageSurveys.contribution": [ "helpUs", @@ -4853,13 +5142,9 @@ "neverAgain" ], "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.contribution": [ - "miWelcome", "welcome", - "welcome", - "welcome.goBack", "welcome.markStepComplete", "welcome.markStepInomplete", - "welcome.showAllWalkthroughs", "pickWalkthroughs", "workspacePlatform", "workbench.welcomePage.walkthroughs.openOnInstall", @@ -4893,9 +5178,20 @@ ], "key": "workbench.startupEditor.welcomePageInEmptyWorkbench" }, + { + "comment": [ + "This is the description for a setting. Values surrounded by single quotes are not to be translated." + ], + "key": "workbench.startupEditor.terminal" + }, "workbench.startupEditor", "deprecationMessage", - "workbench.welcomePage.preferReducedMotion" + "workbench.welcomePage.preferReducedMotion", + "miWelcome", + "minWelcomeDescription", + "welcome", + "welcome.goBack", + "welcome.showAllWalkthroughs" ], "vs/workbench/contrib/welcomeWalkthrough/browser/walkThrough.contribution": [ "walkThrough.editor.label", @@ -4908,15 +5204,15 @@ ], "vs/workbench/contrib/welcomeViews/common/newFile.contribution": [ "Built-In", - "Create", - "welcome.newFile", "newFileTitle", "newFilePlaceholder", "file", "notebook", "change keybinding", "miNewFileWithName", - "miNewFile2" + "miNewFile2", + "Create", + "welcome.newFile" ], "vs/workbench/contrib/callHierarchy/browser/callHierarchy.contribution": [ "editorHasCallHierarchyProvider", @@ -4924,13 +5220,13 @@ "callHierarchyDirection", "no.item", "error", + "showIncomingCallsIcons", + "showOutgoingCallsIcon", + "close", "title", "title.incoming", - "showIncomingCallsIcons", "title.outgoing", - "showOutgoingCallsIcon", - "title.refocus", - "close" + "title.refocus" ], "vs/workbench/contrib/typeHierarchy/browser/typeHierarchy.contribution": [ "editorHasTypeHierarchyProvider", @@ -4938,11 +5234,11 @@ "typeHierarchyDirection", "no.item", "error", + "close", "title", "title.supertypes", "title.subtypes", - "title.refocusTypeHierarchy", - "close" + "title.refocusTypeHierarchy" ], "vs/workbench/contrib/codeEditor/browser/outline/documentSymbolsOutline": [ "document" @@ -4989,8 +5285,8 @@ "status.autoDetectLanguage", "langDetection.name", "langDetection.aria", - "detectlang", - "noDetection" + "noDetection", + "detectlang" ], "vs/workbench/contrib/languageStatus/browser/languageStatus.contribution": [ "langStatus.name", @@ -5002,6 +5298,24 @@ "name.pattern", "reset" ], + "vs/workbench/contrib/authentication/browser/authentication.contribution": [ + "authentication.id", + "authentication.label", + { + "key": "authenticationExtensionPoint", + "comment": [ + "'Contributes' means adds here" + ] + }, + "authenticationlabel", + "authenticationid", + "authentication", + "authentication.Placeholder", + "authentication.missingId", + "authentication.missingLabel", + "authentication.idConflict", + "loading" + ], "vs/workbench/contrib/userDataSync/browser/userDataSync.contribution": [ { "key": "local too many requests - reload", @@ -5039,19 +5353,12 @@ "filterTimeline" ], "vs/workbench/contrib/editSessions/browser/editSessions.contribution": [ - "continue working on", - "continue edit session in local folder", - "show log", "continueOn.installAdditional", "resuming working changes window", "autoStoreWorkingChanges", "check for pending cloud changes", "store working changes", - "show cloud changes", "store your working changes", - "resume latest cloud changes", - "resume cloud changes", - "store working changes in cloud", "storing working changes", "checkingForWorkingChanges", "no cloud changes", @@ -5091,16 +5398,33 @@ "continueOnCloudChanges.promptForAuth", "continueOnCloudChanges.off", "continueOnCloudChanges", - "cloudChangesPartialMatchesEnabled" + "cloudChangesPartialMatchesEnabled", + "continue working on", + "continue edit session in local folder", + "show log", + "show cloud changes", + "resume latest cloud changes", + "resume cloud changes", + "store working changes in cloud" ], "vs/workbench/contrib/workspaces/browser/workspaces.contribution": [ - "workspaceFound", + { + "key": "foundWorkspace", + "comment": [ + "{Locked=\"]({1})\"}" + ] + }, "openWorkspace", - "workspacesFound", + { + "key": "foundWorkspaces", + "comment": [ + "{Locked=\"]({0})\"}" + ] + }, "selectWorkspace", "selectToOpen", - "openWorkspace", - "alreadyOpen" + "alreadyOpen", + "openWorkspace" ], "vs/workbench/contrib/workspace/browser/workspace.contribution": [ "openLooseFileWorkspaceDetails", @@ -5177,7 +5501,6 @@ "restrictedModeBannerMessageWindow", "restrictedModeBannerMessageFolder", "restrictedModeBannerMessageWorkspace", - "status.ariaTrustedWindow", "status.ariaUntrustedWindow", { "key": "status.tooltipUntrustedWindow2", @@ -5185,7 +5508,6 @@ "[abc]({n}) are links. Only translate `features are disabled` and `window is not trusted`. Do not change brackets and parentheses or {n}" ] }, - "status.ariaTrustedFolder", "status.ariaUntrustedFolder", { "key": "status.tooltipUntrustedFolder2", @@ -5193,7 +5515,6 @@ "[abc]({n}) are links. Only translate `features are disabled` and `folder is not trusted`. Do not change brackets and parentheses or {n}" ] }, - "status.ariaTrustedWorkspace", "status.ariaUntrustedWorkspace", { "key": "status.tooltipUntrustedWorkspace2", @@ -5202,10 +5523,8 @@ ] }, "status.WorkspaceTrust", + "untrusted", "workspaceTrustEditor", - "workspacesCategory", - "configureWorkspaceTrustSettings", - "manageWorkspaceTrust", "workspace.trust.description", "workspace.trust.startupPrompt.description", "workspace.trust.startupPrompt.always", @@ -5219,193 +5538,67 @@ "workspace.trust.untrustedFiles.prompt", "workspace.trust.untrustedFiles.open", "workspace.trust.untrustedFiles.newWindow", - "workspace.trust.emptyWindow.description" + "workspace.trust.emptyWindow.description", + "workspacesCategory", + "configureWorkspaceTrustSettings", + "manageWorkspaceTrust" + ], + "vs/workbench/contrib/deprecatedExtensionMigrator/browser/deprecatedExtensionMigrator.contribution": [ + "bracketPairColorizer.notification", + "bracketPairColorizer.notification.action.uninstall", + "bracketPairColorizer.notification.action.enableNative", + "bracketPairColorizer.notification.action.showMoreInfo" ], "vs/workbench/contrib/share/browser/share.contribution": [ - "share", "generating link", "shareTextSuccess", "shareSuccess", "close", "open link", - "experimental.share.enabled" - ], - "vs/workbench/contrib/audioCues/browser/audioCues.contribution": [ - "audioCues.enabled.auto", - "audioCues.enabled.on", - "audioCues.enabled.off", - "audioCues.volume", - "audioCues.debouncePositionChanges", - "audioCues.lineHasBreakpoint", - "audioCues.lineHasInlineSuggestion", - "audioCues.lineHasError", - "audioCues.lineHasFoldedArea", - "audioCues.lineHasWarning", - "audioCues.onDebugBreak", - "audioCues.noInlayHints", - "audioCues.taskCompleted", - "audioCues.taskFailed", - "audioCues.terminalCommandFailed", - "audioCues.terminalQuickFix", - "audioCues.diffLineInserted", - "audioCues.diffLineDeleted", - "audioCues.diffLineModified", - "audioCues.notebookCellCompleted", - "audioCues.notebookCellFailed", - "audioCues.chatRequestSent", - "audioCues.chatResponsePending", - "audioCues.chatResponseReceived", - "audioCues.clear", - "audioCues.save", - "audioCues.save.userGesture", - "audioCues.save.always", - "audioCues.save.never", - "audioCues.format", - "audioCues.format.userGesture", - "audioCues.format.always", - "audioCues.format.never" + "experimental.share.enabled", + "share" ], "vs/workbench/contrib/accountEntitlements/browser/accountsEntitlements.contribution": [ - "workbench.accounts.showEntitlements" + "workbench.accounts.showEntitlements", + "workbench.chat.showWelcomeView" ], - "vs/workbench/browser/workbench": [ - "loaderErrorNative" + "vs/workbench/electron-sandbox/actions/developerActions": [ + "toggleDevTools", + "configureRuntimeArguments", + "reloadWindowWithExtensionsDisabled", + "openUserDataFolder" ], - "vs/workbench/contrib/deprecatedExtensionMigrator/browser/deprecatedExtensionMigrator.contribution": [ - "bracketPairColorizer.notification", - "bracketPairColorizer.notification.action.uninstall", - "bracketPairColorizer.notification.action.enableNative", - "bracketPairColorizer.notification.action.showMoreInfo" - ], - "vs/workbench/electron-sandbox/window": [ - "restart", - "configure", - "learnMore", - "keychainWriteError", - "troubleshooting", - "runningTranslated", - "downloadArmBuild", - "proxyAuthRequired", - { - "key": "loginButton", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "username", - "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", - "loaderCycle", - "runningAsRoot", - "appRootWarning.banner", - "macoseolmessage", - "learnMore", - "resolveShellEnvironment", - "learnMore" - ], - "vs/platform/workspace/common/workspace": [ - "codeWorkspace" - ], - "vs/workbench/services/configuration/browser/configurationService": [ - "configurationDefaults.description", - "experimental", - "setting description" - ], - "vs/workbench/services/log/electron-sandbox/logService": [ - "rendererLog" - ], - "vs/platform/workspace/common/workspaceTrust": [ - "trusted", - "untrusted" - ], - "vs/workbench/services/userDataProfile/common/userDataProfile": [ - "defaultProfileIcon", - "profiles", - "profile" - ], - "vs/workbench/services/remote/electron-sandbox/remoteAgentService": [ - "devTools", - "directUrl", - "connectionError" - ], - "vs/workbench/electron-sandbox/actions/developerActions": [ - "toggleDevTools", - "configureRuntimeArguments", - "reloadWindowWithExtensionsDisabled", - "openUserDataFolder" - ], - "vs/platform/configuration/common/configurationRegistry": [ - "defaultLanguageConfigurationOverrides.title", - "defaultLanguageConfiguration.description", - "overrideSettings.defaultDescription", - "overrideSettings.errorMessage", - "overrideSettings.defaultDescription", - "overrideSettings.errorMessage", - "config.property.empty", - "config.property.languageDefault", - "config.property.duplicate", - "config.policy.duplicate" + "vs/platform/configuration/common/configurationRegistry": [ + "defaultLanguageConfigurationOverrides.title", + "defaultLanguageConfiguration.description", + "overrideSettings.defaultDescription", + "overrideSettings.errorMessage", + "overrideSettings.defaultDescription", + "overrideSettings.errorMessage", + "config.property.empty", + "config.property.languageDefault", + "config.property.duplicate", + "config.policy.duplicate" ], "vs/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": [ @@ -5414,18 +5607,17 @@ }, "close", "close", - "switchWindowPlaceHolder", + "windowGroup", "windowDirtyAriaLabel", "current", + "current", + "switchWindowPlaceHolder", + "closeWindow", + "zoomIn", + "zoomOut", + "zoomReset", "switchWindow", - "quickSwitchWindow", - "splitWindow", - { - "key": "miSplitWindow", - "comment": [ - "&& denotes a mnemonic" - ] - } + "quickSwitchWindow" ], "vs/platform/contextkey/common/contextkeys": [ "isMac", @@ -5439,11 +5631,11 @@ "inputFocus" ], "vs/workbench/electron-sandbox/actions/installActions": [ + "successIn", + "successFrom", "shellCommand", "install", - "successIn", - "uninstall", - "successFrom" + "uninstall" ], "vs/workbench/common/contextkeys": [ "workbenchState", @@ -5453,6 +5645,7 @@ "virtualWorkspace", "temporaryWorkspace", "isFullscreen", + "isAuxiliaryWindowFocusedContext", "embedderIdentifier", "activeEditorIsDirty", "activeEditorIsNotPreview", @@ -5460,6 +5653,7 @@ "activeEditorIsLastInGroup", "activeEditorIsPinned", "activeEditorIsReadonly", + "activeCompareEditorCanSwap", "activeEditorCanToggleReadonly", "activeEditorCanRevert", "activeEditor", @@ -5473,13 +5667,15 @@ "activeEditorGroupLast", "activeEditorGroupLocked", "multipleEditorGroups", + "editorPartMultipleEditorGroups", + "editorPartEditorGroupMaximized", + "isAuxiliaryEditorPart", "editorIsOpen", "inZenMode", - "isCenteredLayout", + "isMainEditorCenteredLayout", "splitEditorsVertically", - "editorAreaVisible", + "mainEditorAreaVisible", "editorTabsVisible", - "editorGroupMaximized", "sideBarVisible", "sideBarFocus", "activeViewlet", @@ -5514,10 +5710,86 @@ "applicationConfigurationTitle", "workbenchConfigurationTitle", "securityConfigurationTitle", + "problemsConfigurationTitle", "security.allowedUNCHosts.patternErrorMessage", "security.allowedUNCHosts", "security.restrictUNCAccess" ], + "vs/workbench/electron-sandbox/window": [ + "restart", + "configure", + "learnMore", + "keychainWriteError", + "troubleshooting", + "runningTranslated", + "downloadArmBuild", + "proxyAuthRequired", + { + "key": "loginButton", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "username", + "password", + "proxyDetail", + "rememberCredentials", + "shutdownErrorDetail", + "willShutdownDetail", + "shutdownErrorClose", + "shutdownErrorQuit", + "shutdownErrorReload", + "shutdownErrorLoad", + "shutdownTitleClose", + "shutdownTitleQuit", + "shutdownTitleReload", + "shutdownTitleLoad", + "shutdownForceClose", + "shutdownForceQuit", + "shutdownForceReload", + "shutdownForceLoad", + "loaderCycle", + "runningAsRoot", + "appRootWarning.banner", + "macoseolmessage", + "learnMore", + "resolveShellEnvironment", + "learnMore", + "zoomOut", + "zoomIn", + "zoomReset", + "zoomResetLabel", + "zoomSettings", + "status.windowZoom", + "zoomNumber" + ], + "vs/workbench/browser/workbench": [ + "loaderErrorNative" + ], + "vs/workbench/services/configuration/browser/configurationService": [ + "configurationDefaults.description", + "experimental", + "setting description" + ], + "vs/platform/workspace/common/workspace": [ + "codeWorkspace" + ], + "vs/workbench/services/remote/electron-sandbox/remoteAgentService": [ + "devTools", + "directUrl", + "connectionError" + ], + "vs/workbench/services/log/electron-sandbox/logService": [ + "rendererLog" + ], + "vs/workbench/services/files/electron-sandbox/diskFileSystemProvider": [ + "fileWatcher" + ], + "vs/workbench/services/userDataProfile/common/userDataProfile": [ + "defaultProfileIcon", + "profile", + "profiles" + ], "vs/workbench/browser/parts/dialogs/dialogHandler": [ "aboutDetail", { @@ -5543,6 +5815,31 @@ }, "okButton" ], + "vs/workbench/services/textfile/browser/textFileService": [ + "textFileCreate.source", + "textFileOverwrite.source", + "textFileModelDecorations", + "readonlyAndDeleted", + "readonly", + "deleted", + "fileBinaryError", + "confirmOverwrite", + "overwriteIrreversible", + { + "key": "replaceButtonLabel", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "confirmMakeWriteable", + "confirmMakeWriteableDetail", + { + "key": "makeWriteableButtonLabel", + "comment": [ + "&& denotes a mnemonic" + ] + } + ], "vs/workbench/services/dialogs/browser/abstractFileDialogService": [ "saveChangesDetail", "saveChangesMessage", @@ -5575,30 +5872,8 @@ "allFiles", "noExt" ], - "vs/workbench/services/textfile/browser/textFileService": [ - "textFileCreate.source", - "textFileOverwrite.source", - "textFileModelDecorations", - "readonlyAndDeleted", - "readonly", - "deleted", - "fileBinaryError", - "confirmOverwrite", - "overwriteIrreversible", - { - "key": "replaceButtonLabel", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "confirmMakeWriteable", - "confirmMakeWriteableDetail", - { - "key": "makeWriteableButtonLabel", - "comment": [ - "&& denotes a mnemonic" - ] - } + "vs/workbench/services/extensionManagement/common/extensionManagement": [ + "extensionsConfigurationTitle" ], "vs/workbench/common/theme": [ "tabActiveBackground", @@ -5621,6 +5896,7 @@ "tabActiveUnfocusedBorderTop", "tabHoverBorder", "tabUnfocusedHoverBorder", + "tabDragAndDropBorder", "tabActiveModifiedBorder", "tabInactiveModifiedBorder", "unfocusedActiveModifiedBorder", @@ -5651,6 +5927,11 @@ "panelSectionHeaderForeground", "panelSectionHeaderBorder", "panelSectionBorder", + "panelStickyScrollBackground", + "panelStickyScrollBorder", + "panelStickyScrollShadow", + "outputViewBackground", + "outputViewStickyScrollBackground", "banner.background", "banner.foreground", "banner.iconForeground", @@ -5688,6 +5969,12 @@ "activityBarDragAndDropBorder", "activityBarBadgeBackground", "activityBarBadgeForeground", + "activityBarTop", + "activityBarTopActiveFocusBorder", + "activityBarTopActiveBackground", + "activityBarTopInActiveForeground", + "activityBarTopDragAndDropBorder", + "activityBarTopBackground", "profileBadgeBackground", "profileBadgeForeground", "statusBarItemHostBackground", @@ -5703,11 +5990,16 @@ "sideBarBackground", "sideBarForeground", "sideBarBorder", + "sideBarTitleBackground", "sideBarTitleForeground", "sideBarDragAndDropBackground", "sideBarSectionHeaderBackground", "sideBarSectionHeaderForeground", "sideBarSectionHeaderBorder", + "sideBarActivityBarTopBorder", + "sideBarStickyScrollBackground", + "sideBarStickyScrollBorder", + "sideBarStickyScrollShadow", "titleBarActiveForeground", "titleBarInactiveForeground", "titleBarActiveBackground", @@ -5738,228 +6030,6 @@ "windowActiveBorder", "windowInactiveBorder" ], - "vs/platform/theme/common/colorRegistry": [ - "foreground", - "disabledForeground", - "errorForeground", - "descriptionForeground", - "iconForeground", - "focusBorder", - "contrastBorder", - "activeContrastBorder", - "selectionBackground", - "textSeparatorForeground", - "textLinkForeground", - "textLinkActiveForeground", - "textPreformatForeground", - "textPreformatBackground", - "textBlockQuoteBackground", - "textBlockQuoteBorder", - "textCodeBlockBackground", - "widgetShadow", - "widgetBorder", - "inputBoxBackground", - "inputBoxForeground", - "inputBoxBorder", - "inputBoxActiveOptionBorder", - "inputOption.hoverBackground", - "inputOption.activeBackground", - "inputOption.activeForeground", - "inputPlaceholderForeground", - "inputValidationInfoBackground", - "inputValidationInfoForeground", - "inputValidationInfoBorder", - "inputValidationWarningBackground", - "inputValidationWarningForeground", - "inputValidationWarningBorder", - "inputValidationErrorBackground", - "inputValidationErrorForeground", - "inputValidationErrorBorder", - "dropdownBackground", - "dropdownListBackground", - "dropdownForeground", - "dropdownBorder", - "buttonForeground", - "buttonSeparator", - "buttonBackground", - "buttonHoverBackground", - "buttonBorder", - "buttonSecondaryForeground", - "buttonSecondaryBackground", - "buttonSecondaryHoverBackground", - "badgeBackground", - "badgeForeground", - "scrollbarShadow", - "scrollbarSliderBackground", - "scrollbarSliderHoverBackground", - "scrollbarSliderActiveBackground", - "progressBarBackground", - "editorError.background", - "editorError.foreground", - "errorBorder", - "editorWarning.background", - "editorWarning.foreground", - "warningBorder", - "editorInfo.background", - "editorInfo.foreground", - "infoBorder", - "editorHint.foreground", - "hintBorder", - "sashActiveBorder", - "editorBackground", - "editorForeground", - "editorStickyScrollBackground", - "editorStickyScrollHoverBackground", - "editorWidgetBackground", - "editorWidgetForeground", - "editorWidgetBorder", - "editorWidgetResizeBorder", - "pickerBackground", - "pickerForeground", - "pickerTitleBackground", - "pickerGroupForeground", - "pickerGroupBorder", - "keybindingLabelBackground", - "keybindingLabelForeground", - "keybindingLabelBorder", - "keybindingLabelBottomBorder", - "editorSelectionBackground", - "editorSelectionForeground", - "editorInactiveSelection", - "editorSelectionHighlight", - "editorSelectionHighlightBorder", - "editorFindMatch", - "findMatchHighlight", - "findRangeHighlight", - "editorFindMatchBorder", - "findMatchHighlightBorder", - "findRangeHighlightBorder", - "searchEditor.queryMatch", - "searchEditor.editorFindMatchBorder", - "search.resultsInfoForeground", - "hoverHighlight", - "hoverBackground", - "hoverForeground", - "hoverBorder", - "statusBarBackground", - "activeLinkForeground", - "editorInlayHintForeground", - "editorInlayHintBackground", - "editorInlayHintForegroundTypes", - "editorInlayHintBackgroundTypes", - "editorInlayHintForegroundParameter", - "editorInlayHintBackgroundParameter", - "editorLightBulbForeground", - "editorLightBulbAutoFixForeground", - "diffEditorInserted", - "diffEditorRemoved", - "diffEditorInsertedLines", - "diffEditorRemovedLines", - "diffEditorInsertedLineGutter", - "diffEditorRemovedLineGutter", - "diffEditorOverviewInserted", - "diffEditorOverviewRemoved", - "diffEditorInsertedOutline", - "diffEditorRemovedOutline", - "diffEditorBorder", - "diffDiagonalFill", - "diffEditor.unchangedRegionBackground", - "diffEditor.unchangedRegionForeground", - "diffEditor.unchangedCodeBackground", - "listFocusBackground", - "listFocusForeground", - "listFocusOutline", - "listFocusAndSelectionOutline", - "listActiveSelectionBackground", - "listActiveSelectionForeground", - "listActiveSelectionIconForeground", - "listInactiveSelectionBackground", - "listInactiveSelectionForeground", - "listInactiveSelectionIconForeground", - "listInactiveFocusBackground", - "listInactiveFocusOutline", - "listHoverBackground", - "listHoverForeground", - "listDropBackground", - "highlight", - "listFocusHighlightForeground", - "invalidItemForeground", - "listErrorForeground", - "listWarningForeground", - "listFilterWidgetBackground", - "listFilterWidgetOutline", - "listFilterWidgetNoMatchesOutline", - "listFilterWidgetShadow", - "listFilterMatchHighlight", - "listFilterMatchHighlightBorder", - "treeIndentGuidesStroke", - "treeInactiveIndentGuidesStroke", - "tableColumnsBorder", - "tableOddRowsBackgroundColor", - "listDeemphasizedForeground", - "checkbox.background", - "checkbox.select.background", - "checkbox.foreground", - "checkbox.border", - "checkbox.select.border", - "quickInput.list.focusBackground deprecation", - "quickInput.listFocusForeground", - "quickInput.listFocusIconForeground", - "quickInput.listFocusBackground", - "menuBorder", - "menuForeground", - "menuBackground", - "menuSelectionForeground", - "menuSelectionBackground", - "menuSelectionBorder", - "menuSeparatorBackground", - "toolbarHoverBackground", - "toolbarHoverOutline", - "toolbarActiveBackground", - "snippetTabstopHighlightBackground", - "snippetTabstopHighlightBorder", - "snippetFinalTabstopHighlightBackground", - "snippetFinalTabstopHighlightBorder", - "breadcrumbsFocusForeground", - "breadcrumbsBackground", - "breadcrumbsFocusForeground", - "breadcrumbsSelectedForeground", - "breadcrumbsSelectedBackground", - "mergeCurrentHeaderBackground", - "mergeCurrentContentBackground", - "mergeIncomingHeaderBackground", - "mergeIncomingContentBackground", - "mergeCommonHeaderBackground", - "mergeCommonContentBackground", - "mergeBorder", - "overviewRulerCurrentContentForeground", - "overviewRulerIncomingContentForeground", - "overviewRulerCommonContentForeground", - "overviewRulerFindMatchForeground", - "overviewRulerSelectionHighlightForeground", - "minimapFindMatchHighlight", - "minimapSelectionOccurrenceHighlight", - "minimapSelectionHighlight", - "minimapInfo", - "overviewRuleWarning", - "minimapError", - "minimapBackground", - "minimapForegroundOpacity", - "minimapSliderBackground", - "minimapSliderHoverBackground", - "minimapSliderActiveBackground", - "problemsErrorIconForeground", - "problemsWarningIconForeground", - "problemsInfoIconForeground", - "chartsForeground", - "chartsLines", - "chartsRed", - "chartsBlue", - "chartsYellow", - "chartsOrange", - "chartsGreen", - "chartsPurple" - ], "vs/base/common/actions": [ "submenu.empty" ], @@ -6005,10 +6075,10 @@ "&& denotes a mnemonic" ] }, - "extensionInstallWorkspaceTrustMessage", "extensionInstallWorkspaceTrustButton", "extensionInstallWorkspaceTrustContinueButton", "extensionInstallWorkspaceTrustManageButton", + "extensionInstallWorkspaceTrustMessage", "VS Code for Web", "limited support", { @@ -6024,7 +6094,8 @@ ] }, "non web extensions detail", - "non web extensions" + "non web extensions", + "main.notFound" ], "vs/workbench/services/extensionManagement/electron-sandbox/remoteExtensionManagementService": [ "notFoundReleaseExtension", @@ -6034,6 +6105,15 @@ "backupTrackerBackupFailed", "backupTrackerConfirmFailed", "backupErrorDetails", + { + "key": "ok", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "shutdownForceClose", + "shutdownForceQuit", + "shutdownForceReload", "backupBeforeShutdownMessage", "backupBeforeShutdownDetail", "saveBeforeShutdown", @@ -6069,13 +6149,27 @@ "extensionStopVetoDetailsMany", "extensionService.autoRestart", "extensionService.crash", - "restart" + "restart", + "activation" ], "vs/workbench/services/extensions/electron-sandbox/cachedExtensionScanner": [ "extensionCache.invalid", "reloadWindow" ], + "vs/workbench/services/extensions/electron-sandbox/localProcessExtensionHost": [ + "extensionHost.startupFailDebug", + "extensionHost.startupFail", + "reloadWindow", + "join.extensionDevelopment" + ], + "vs/workbench/contrib/localization/electron-sandbox/minimalTranslations": [ + "showLanguagePackExtensions", + "searchMarketplace", + "installAndRestartMessage", + "installAndRestart" + ], "vs/workbench/services/auxiliaryWindow/browser/auxiliaryWindowService": [ + "lifecycleVeto", "unableToOpenWindowError", "unableToOpenWindow", "unableToOpenWindowDetail", @@ -6086,9 +6180,19 @@ ] } ], - "vs/workbench/contrib/logs/electron-sandbox/logsActions": [ - "openLogsFolder", - "openExtensionLogsFolder" + "vs/workbench/contrib/localization/common/localization.contribution": [ + "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", + "language id", + "localizations language name", + "localizations localized language name", + "localizations" ], "vs/editor/common/editorContextKeys": [ "editorTextFocus", @@ -6097,9 +6201,17 @@ "editorReadonly", "inDiffEditor", "isEmbeddedDiffEditor", + "inMultiDiffEditor", + "multiDiffEditorAllCollapsed", + "diffEditorHasChanges", "comparingMovedCode", "accessibleDiffViewerVisible", "diffEditorRenderSideBySideInlineBreakpointReached", + "diffEditorInlineMode", + "diffEditorOriginalWritable", + "diffEditorModifiedWritable", + "diffEditorOriginalUri", + "diffEditorModifiedUri", "editorColumnSelection", "editorHasSelection", "editorHasMultipleSelections", @@ -6131,65 +6243,31 @@ "editorHasMultipleDocumentFormattingProvider", "editorHasMultipleDocumentSelectionFormattingProvider" ], - "vs/workbench/services/extensions/electron-sandbox/localProcessExtensionHost": [ - "extensionHost.startupFailDebug", - "extensionHost.startupFail", - "reloadWindow", - "join.extensionDevelopment" - ], "vs/workbench/common/editor": [ "promptOpenWith.defaultEditor.displayName", "builtinProviderDisplayName", "openLargeFile", "configureEditorLargeFileConfirmation" ], - "vs/workbench/contrib/localization/electron-sandbox/minimalTranslations": [ - "showLanguagePackExtensions", - "searchMarketplace", - "installAndRestartMessage", - "installAndRestart" - ], - "vs/workbench/contrib/localization/common/localization.contribution": [ - "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/codeEditor/electron-sandbox/selectionClipboard": [ "actions.pasteSelectionClipboard" ], "vs/workbench/contrib/codeEditor/electron-sandbox/startDebugTextMate": [ "startDebugTextMate" ], - "vs/workbench/contrib/issue/common/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!" - ] - } + "vs/workbench/contrib/logs/electron-sandbox/logsActions": [ + "openLogsFolder", + "openExtensionLogsFolder" + ], + "vs/workbench/browser/editor": [ + "preview", + "pinned" ], "vs/workbench/contrib/extensions/electron-sandbox/runtimeExtensionsEditor": [ "extensionHostProfileStart", "stopExtensionHostProfileStart", "saveExtensionHostProfile", - "saveprofile.dialogTitle", - "saveprofile.saveButton" - ], - "vs/workbench/browser/editor": [ - "preview", - "pinned" + "saveprofile.dialogTitle" ], "vs/workbench/contrib/extensions/electron-sandbox/debugExtensionHostAction": [ "debugExtensionHost", @@ -6208,6 +6286,7 @@ "cleanUpExtensionsFolder" ], "vs/workbench/contrib/extensions/common/runtimeExtensionsInput": [ + "runtimeExtensionEditorLabelIcon", "extensionsInputName" ], "vs/workbench/contrib/extensions/electron-sandbox/extensionProfileService": [ @@ -6229,6 +6308,21 @@ "unresponsive-exthost", "show" ], + "vs/workbench/contrib/issue/common/issue.contribution": [ + { + "key": "miReportIssue", + "comment": [ + "&& denotes a mnemonic", + "Translate this to \"Report Issue in English\" in all languages please!" + ] + }, + { + "key": "reportIssueInEnglish", + "comment": [ + "Translate this to \"Report Issue in English\" in all languages please!" + ] + } + ], "vs/workbench/contrib/terminal/common/terminal": [ "vscode.extension.contributes.terminal", "vscode.extension.contributes.terminal.profiles", @@ -6238,6 +6332,11 @@ "vscode.extension.contributes.terminal.types.icon.light", "vscode.extension.contributes.terminal.types.icon.dark" ], + "vs/workbench/contrib/issue/browser/issueQuickAccess": [ + "reportExtensionMarketplace", + "extensions", + "contributedIssuePage" + ], "vs/workbench/services/dialogs/browser/simpleFileDialog": [ "openLocalFile", "saveLocalFile", @@ -6288,6 +6387,84 @@ "Variable", "symbolAriaLabel" ], + "vs/workbench/services/themes/common/themeConfiguration": [ + { + "key": "colorTheme", + "comment": [ + "{0} will become a link to another setting." + ] + }, + "colorThemeError", + { + "key": "preferredDarkColorTheme", + "comment": [ + "{0} will become a link to another setting." + ] + }, + "colorThemeError", + { + "key": "preferredLightColorTheme", + "comment": [ + "{0} will become a link to another setting." + ] + }, + "colorThemeError", + { + "key": "preferredHCDarkColorTheme", + "comment": [ + "{0} will become a link to another setting." + ] + }, + "colorThemeError", + { + "key": "preferredHCLightColorTheme", + "comment": [ + "{0} will become a link to another setting." + ] + }, + "colorThemeError", + { + "key": "detectColorScheme", + "comment": [ + "{0} and {1} will become links to other settings." + ] + }, + "workbenchColors", + "iconTheme", + "noIconThemeLabel", + "noIconThemeDesc", + "iconThemeError", + "productIconTheme", + "defaultProductIconThemeLabel", + "defaultProductIconThemeDesc", + "productIconThemeError", + { + "key": "autoDetectHighContrast", + "comment": [ + "{0} and {1} will become links to other settings." + ] + }, + "editorColors.comments", + "editorColors.strings", + "editorColors.keywords", + "editorColors.numbers", + "editorColors.types", + "editorColors.functions", + "editorColors.variables", + "editorColors.textMateRules", + "editorColors.semanticHighlighting", + "editorColors.semanticHighlighting.deprecationMessage", + { + "key": "editorColors.semanticHighlighting.deprecationMessageMarkdown", + "comment": [ + "{0} will become a link to another setting." + ] + }, + "editorColors", + "editorColors.semanticHighlighting.enabled", + "editorColors.semanticHighlighting.rules", + "semanticTokenColors" + ], "vs/workbench/services/userDataSync/common/userDataSync": [ "settings", "keybindings", @@ -6298,20 +6475,8 @@ "profiles", "workspace state label", "syncViewIcon", - "download sync activity title", - "sync category" - ], - "vs/workbench/contrib/tasks/common/tasks": [ - "tasks.taskRunningContext", - "tasksCategory", - "TaskDefinition.missingRequiredProperty" - ], - "vs/workbench/contrib/tasks/common/taskService": [ - "tasks.customExecutionSupported", - "tasks.shellExecutionSupported", - "tasks.taskCommandsRegistered", - "tasks.processExecutionSupported", - "tasks.serverlessWebContext" + "sync category", + "download sync activity title" ], "vs/workbench/contrib/performance/electron-sandbox/startupProfiler": [ "prof.message", @@ -6332,12 +6497,6 @@ ] } ], - "vs/workbench/common/views": [ - "views log", - "defaultViewIcon", - "duplicateId", - "treeView.notRegistered" - ], "vs/workbench/contrib/terminal/common/terminalContextKey": [ "terminalFocusContextKey", "terminalFocusInAnyContextKey", @@ -6356,45 +6515,18 @@ "inTerminalRunCommandPickerContextKey", "terminalShellIntegrationEnabled" ], - "vs/platform/audioCues/browser/audioCueService": [ - "audioCues.lineHasError.name", - "audioCues.lineHasWarning.name", - "audioCues.lineHasFoldedArea.name", - "audioCues.lineHasBreakpoint.name", - "audioCues.lineHasInlineSuggestion.name", - "audioCues.terminalQuickFix.name", - "audioCues.onDebugBreak.name", - "audioCues.noInlayHints", - "audioCues.taskCompleted", - "audioCues.taskFailed", - "audioCues.terminalCommandFailed", - "audioCues.terminalBell", - "audioCues.notebookCellCompleted", - "audioCues.notebookCellFailed", - "audioCues.diffLineInserted", - "audioCues.diffLineDeleted", - "audioCues.diffLineModified", - "audioCues.chatRequestSent", - "audioCues.chatResponseReceived", - "audioCues.chatResponsePending", - "audioCues.clear", - "audioCues.save", - "audioCues.format" - ], - "vs/workbench/contrib/webview/electron-sandbox/webviewCommands": [ - "openToolsLabel", - "iframeWebviewAlert" - ], - "vs/workbench/contrib/localHistory/electron-sandbox/localHistoryCommands": [ - "revealInWindows", - "revealInMac", - "openContainer" + "vs/workbench/contrib/tasks/common/taskService": [ + "tasks.customExecutionSupported", + "tasks.shellExecutionSupported", + "tasks.taskCommandsRegistered", + "tasks.processExecutionSupported", + "tasks.serverlessWebContext" ], - "vs/workbench/contrib/mergeEditor/electron-sandbox/devCommands": [ - "mergeEditor", - "merge.dev.openState", - "mergeEditor.enterJSON", - "merge.dev.openSelectionInTemporaryMergeEditor" + "vs/workbench/common/views": [ + "views log", + "defaultViewIcon", + "duplicateId", + "treeView.notRegistered" ], "vs/workbench/contrib/tasks/browser/terminalTaskSystem": [ "TerminalTaskSystem.unknownError", @@ -6440,9 +6572,15 @@ "reuseTerminal" ], "vs/workbench/contrib/tasks/browser/abstractTaskService": [ - "ConfigureTaskRunnerAction.label", "tasks", "TaskService.pickBuildTaskForLabel", + "taskEvent", + "TaskService.skippingReconnection", + "TaskService.notConnecting", + "TaskService.reconnecting", + "TaskService.reconnected", + "TaskService.noTasks", + "TaskService.reconnectingTasks", "runTask.arg", "runTask.label", "runTask.type", @@ -6451,6 +6589,15 @@ "showOutput", "TaskServer.folderIgnored", "TaskService.providerUnavailable", + "taskService.gettingCachedTasks", + "taskService.getSavedTasks", + "taskService.getSavedTasks.reading", + "taskService.getSavedTasks.error", + "taskService.getSavedTasks.resolved", + "taskService.getSavedTasks.unresolved", + "taskService.removePersistentTask", + "taskService.setPersistentTask", + "savePersistentTask", "TaskService.noTestTask1", "TaskService.noTestTask2", "TaskService.noBuildTask1", @@ -6473,7 +6620,12 @@ "&& denotes a mnemonic" ] }, - "saveBeforeRun.dontSave", + { + "key": "saveBeforeRun.dontSave", + "comment": [ + "&& denotes a mnemonic" + ] + }, "TaskSystem.activeSame.noBackground", "terminateTask", "restartTask", @@ -6493,7 +6645,6 @@ "TaskSystem.versionWorkspaceFile", "TasksSystem.locationUserConfig", "TaskSystem.versionSettings", - "TaskSystem.workspaceFolderError", "TaskSystem.configurationErrors", "taskService.ignoreingFolder", "TaskSystem.invalidTaskJson", @@ -6537,25 +6688,125 @@ "taskService.upgradeVersion", "taskService.upgradeVersionPlural", "taskService.openDiff", - "taskService.openDiffs" + "taskService.openDiffs", + "ConfigureTaskRunnerAction.label" + ], + "vs/platform/accessibilitySignal/browser/accessibilitySignalService": [ + "accessibilitySignals.positionHasError.name", + "accessibility.signals.positionHasError", + "accessibilitySignals.positionHasWarning.name", + "accessibility.signals.positionHasWarning", + "accessibilitySignals.lineHasError.name", + "accessibility.signals.lineHasError", + "accessibilitySignals.lineHasWarning.name", + "accessibility.signals.lineHasWarning", + "accessibilitySignals.lineHasFoldedArea.name", + "accessibility.signals.lineHasFoldedArea", + "accessibilitySignals.lineHasBreakpoint.name", + "accessibility.signals.lineHasBreakpoint", + "accessibilitySignals.lineHasInlineSuggestion.name", + "accessibilitySignals.terminalQuickFix.name", + "accessibility.signals.terminalQuickFix", + "accessibilitySignals.onDebugBreak.name", + "accessibility.signals.onDebugBreak", + "accessibilitySignals.noInlayHints", + "accessibility.signals.noInlayHints", + "accessibilitySignals.taskCompleted", + "accessibility.signals.taskCompleted", + "accessibilitySignals.taskFailed", + "accessibility.signals.taskFailed", + "accessibilitySignals.terminalCommandFailed", + "accessibility.signals.terminalCommandFailed", + "accessibilitySignals.terminalBell", + "accessibility.signals.terminalBell", + "accessibilitySignals.notebookCellCompleted", + "accessibility.signals.notebookCellCompleted", + "accessibilitySignals.notebookCellFailed", + "accessibility.signals.notebookCellFailed", + "accessibilitySignals.diffLineInserted", + "accessibilitySignals.diffLineDeleted", + "accessibilitySignals.diffLineModified", + "accessibilitySignals.chatRequestSent", + "accessibility.signals.chatRequestSent", + "accessibilitySignals.chatResponseReceived", + "accessibilitySignals.progress", + "accessibility.signals.progress", + "accessibilitySignals.clear", + "accessibility.signals.clear", + "accessibilitySignals.save", + "accessibility.signals.save", + "accessibilitySignals.format", + "accessibility.signals.format", + "accessibilitySignals.voiceRecordingStarted", + "accessibilitySignals.voiceRecordingStopped" + ], + "vs/workbench/contrib/tasks/common/tasks": [ + "tasks.taskRunningContext", + "TaskDefinition.missingRequiredProperty", + "tasksCategory" + ], + "vs/workbench/contrib/webview/electron-sandbox/webviewCommands": [ + "openToolsDescription", + "iframeWebviewAlert", + "openToolsLabel" + ], + "vs/workbench/contrib/mergeEditor/electron-sandbox/devCommands": [ + "mergeEditor.enterJSON", + "mergeEditor", + "merge.dev.openState", + "merge.dev.openSelectionInTemporaryMergeEditor" + ], + "vs/workbench/contrib/localHistory/electron-sandbox/localHistoryCommands": [ + "revealInWindows", + "revealInMac", + "openContainer" + ], + "vs/workbench/contrib/multiDiffEditor/browser/actions": [ + "goToFile", + "collapseAllDiffs", + "ExpandAllDiffs" + ], + "vs/workbench/contrib/multiDiffEditor/browser/scmMultiDiffSourceResolver": [ + "viewChanges" + ], + "vs/workbench/contrib/inlineChat/electron-sandbox/inlineChatActions": [ + "holdForSpeech" + ], + "vs/workbench/contrib/multiDiffEditor/browser/multiDiffEditorInput": [ + "name", + { + "key": "files", + "comment": [ + "the number of files being shown" + ] + } ], "vs/workbench/contrib/chat/electron-sandbox/actions/voiceChatActions": [ "voiceChatGettingReady", "voiceChatInProgress", "quickVoiceChatInProgress", "inlineVoiceChatInProgress", + "terminalVoiceChatInProgress", "voiceChatInViewInProgress", "voiceChatInEditorInProgress", "listening", + "confirmInstallDetail", + "voice.keywordActivation.off", + "voice.keywordActivation.chatInView", + "voice.keywordActivation.quickChat", + "voice.keywordActivation.inlineChat", + "voice.keywordActivation.chatInContext", + "voice.keywordActivation", + "keywordActivation.status.name", + "keywordActivation.status.active", + "keywordActivation.status.inactive", "workbench.action.chat.voiceChatInView.label", + "workbench.action.chat.holdToVoiceChatInChatView.label", "workbench.action.chat.inlineVoiceChat", "workbench.action.chat.quickVoiceChat.label", "workbench.action.chat.startVoiceChat.label", + "workbench.action.chat.startVoiceChat.label", "workbench.action.chat.stopListening.label", - "workbench.action.chat.stopListeningInChatView.label", - "workbench.action.chat.stopListeningInChatEditor.label", - "workbench.action.chat.stopListeningInQuickChat.label", - "workbench.action.chat.stopListeningInInlineChat.label", "workbench.action.chat.stopListeningAndSubmit.label" ], "vs/workbench/api/common/extHostTelemetry": [ @@ -6580,6 +6831,10 @@ "worker", "local" ], + "vs/workbench/api/common/extHostLanguageModels": [ + "chatAccessWithJustification", + "chatAccess" + ], "vs/platform/terminal/node/terminalProcess": [ "launchFail.cwdNotDirectory", "launchFail.cwdDoesNotExist", @@ -6589,93 +6844,34 @@ "vs/workbench/api/node/extHostDebugService": [ "debug.terminal.title" ], - "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.browser1", - "extensionDescription.browser2", - "notSemver", - "versionSyntax", - "versionSpecificity1", - "versionSpecificity2", - "versionMismatch" + "vs/platform/dialogs/electron-main/dialogMainService": [ + "open", + "openFolder", + "openFile", + "openWorkspaceTitle", + { + "key": "openWorkspace", + "comment": [ + "&& denotes a mnemonic" + ] + } ], - "vs/platform/extensionManagement/common/extensionNls": [ - "missingNLSKey" + "vs/platform/shell/node/shellEnv": [ + "resolveShellEnvTimeout", + "resolveShellEnvError", + "resolveShellEnvExitError" ], - "vs/base/common/jsonErrorMessages": [ - "error.invalidSymbol", - "error.invalidNumberFormat", - "error.propertyNameExpected", - "error.valueExpected", - "error.colonExpected", - "error.commaExpected", - "error.closeBraceExpected", - "error.closeBracketExpected", - "error.endOfFileExpected" + "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/base/node/zip": [ - "invalid file", - "incompleteExtract", - "notFound" - ], - "vs/platform/extensionManagement/common/abstractExtensionManagementService": [ - "MarketPlaceDisabled", - "malicious extension", - "notFoundDeprecatedReplacementExtension", - "incompatible platform", - "notFoundReleaseExtension", - "notFoundCompatibleDependency", - "singleDependentError", - "twoDependentsError", - "multipleDependentsError", - "singleIndirectDependentError", - "twoIndirectDependentsError", - "multipleIndirectDependentsError" - ], - "vs/platform/extensionManagement/node/extensionManagementUtil": [ - "invalidManifest" - ], - "vs/platform/files/common/io": [ - "fileTooLargeError" - ], - "vs/platform/shell/node/shellEnv": [ - "resolveShellEnvTimeout", - "resolveShellEnvError", - "resolveShellEnvExitError" - ], - "vs/platform/dialogs/electron-main/dialogMainService": [ - "open", - "openFolder", - "openFile", - "openWorkspaceTitle", - { - "key": "openWorkspace", - "comment": [ - "&& denotes a mnemonic" - ] - } - ], - "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/platform/files/electron-main/diskFileSystemProviderServer": [ + "binFailed", + "trashFailed" ], "vs/platform/issue/electron-main/issueMainService": [ "local", @@ -6728,6 +6924,20 @@ "sourceMissing" ], "vs/platform/workspaces/electron-main/workspacesHistoryMainService": [ + { + "key": "clearButtonLabel", + "comment": [ + "&& denotes a mnemonic" + ] + }, + { + "key": "cancel", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "confirmClearRecentsMessage", + "confirmClearDetail", "newWindow", "newWindowDesc", "recentFoldersAndWorkspaces", @@ -6778,9 +6988,84 @@ "confirmOpenDetail", "doNotAskAgain" ], + "vs/platform/files/common/io": [ + "fileTooLargeError" + ], + "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.browser1", + "extensionDescription.browser2", + "notSemver", + "versionSyntax", + "versionSpecificity1", + "versionSpecificity2", + "versionMismatch" + ], + "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/common/extensionNls": [ + "missingNLSKey" + ], + "vs/base/node/zip": [ + "invalid file", + "incompleteExtract", + "notFound" + ], + "vs/platform/extensionManagement/common/abstractExtensionManagementService": [ + "MarketPlaceDisabled", + "malicious extension", + "notFoundDeprecatedReplacementExtension", + "incompatible platform", + "notFoundReleaseExtension", + "notFoundCompatibleDependency", + "singleDependentError", + "twoDependentsError", + "multipleDependentsError", + "singleIndirectDependentError", + "twoIndirectDependentsError", + "multipleIndirectDependentsError" + ], + "vs/platform/extensionManagement/node/extensionManagementUtil": [ + "invalidManifest" + ], "vs/base/browser/ui/button/button": [ "button dropdown more actions" ], + "vs/platform/theme/common/iconRegistry": [ + "iconDefinition.fontId", + "iconDefinition.fontCharacter", + "widgetClose", + "previousChangeIcon", + "nextChangeIcon" + ], + "vs/base/browser/ui/tree/abstractTree": [ + "filter", + "fuzzySearch", + "type to filter", + "type to search", + "type to search", + "close", + "not found" + ], "vs/base/common/date": [ "date.fromNow.in", "date.fromNow.now", @@ -6835,7 +7120,16 @@ "date.fromNow.years.singular.fullWord", "date.fromNow.years.singular", "date.fromNow.years.plural.fullWord", - "date.fromNow.years.plural" + "date.fromNow.years.plural", + "duration.ms.full", + "duration.ms", + "duration.s.full", + "duration.s", + "duration.m.full", + "duration.m", + "duration.h.full", + "duration.h", + "duration.d" ], "vs/platform/userDataSync/common/keybindingsSync": [ "errorInvalidSettings", @@ -6862,22 +7156,6 @@ "session expired", "turned off machine" ], - "vs/base/browser/ui/tree/abstractTree": [ - "filter", - "fuzzySearch", - "type to filter", - "type to search", - "type to search", - "close", - "not found" - ], - "vs/platform/theme/common/iconRegistry": [ - "iconDefinition.fontId", - "iconDefinition.fontCharacter", - "widgetClose", - "previousChangeIcon", - "nextChangeIcon" - ], "vs/editor/common/core/editorColorRegistry": [ "lineHighlight", "lineHighlightBorderBox", @@ -6887,6 +7165,10 @@ "symbolHighlightBorder", "caret", "editorCursorBackground", + "editorMultiCursorPrimaryForeground", + "editorMultiCursorPrimaryBackground", + "editorMultiCursorSecondaryForeground", + "editorMultiCursorSecondaryBackground", "editorWhitespaces", "editorLineNumbers", "editorIndentGuides", @@ -6947,31 +7229,6 @@ "editorUnicodeHighlight.border", "editorUnicodeHighlight.background" ], - "vs/editor/browser/coreCommands": [ - "stickydesc", - "stickydesc", - "removedCursor" - ], - "vs/editor/browser/widget/diffEditor/diffEditor.contribution": [ - "toggleCollapseUnchangedRegions", - "toggleShowMovedCodeBlocks", - "toggleUseInlineViewWhenSpaceIsLimited", - "useInlineViewWhenSpaceIsLimited", - "showMoves", - "diffEditor", - "switchSide", - "exitCompareMove", - "collapseAllUnchangedRegions", - "showAllUnchangedRegions", - "accessibleDiffViewer", - "editor.action.accessibleDiffViewer.next", - "Open Accessible Diff Viewer", - "editor.action.accessibleDiffViewer.prev" - ], - "vs/editor/browser/widget/codeEditorWidget": [ - "cursors.maximum", - "goToSetting" - ], "vs/platform/contextkey/common/scanner": [ "contextkey.scanner.hint.didYouMean1", "contextkey.scanner.hint.didYouMean2", @@ -6979,6 +7236,18 @@ "contextkey.scanner.hint.didYouForgetToOpenOrCloseQuote", "contextkey.scanner.hint.didYouForgetToEscapeSlash" ], + "vs/editor/browser/widget/diffEditor/diffEditor.contribution": [ + "useInlineViewWhenSpaceIsLimited", + "showMoves", + "revertHunk", + "revertSelection", + "Open Accessible Diff Viewer" + ], + "vs/editor/browser/coreCommands": [ + "stickydesc", + "stickydesc", + "removedCursor" + ], "vs/editor/contrib/anchorSelect/browser/anchorSelect": [ "selectionAnchor", "anchorSet", @@ -6997,7 +7266,8 @@ "comment": [ "&& denotes a mnemonic" ] - } + }, + "smartSelect.selectToBracketDescription" ], "vs/editor/contrib/caretOperations/browser/caretOperations": [ "caret.moveLeft", @@ -7025,11 +7295,6 @@ "actions.clipboard.copyLabel", "actions.clipboard.copyLabel", "actions.clipboard.copyLabel", - "copy as", - "copy as", - "share", - "share", - "share", { "key": "miPaste", "comment": [ @@ -7039,7 +7304,16 @@ "actions.clipboard.pasteLabel", "actions.clipboard.pasteLabel", "actions.clipboard.pasteLabel", - "actions.clipboard.copyWithSyntaxHighlightingLabel" + "actions.clipboard.copyWithSyntaxHighlightingLabel", + "copy as", + "copy as", + "share", + "share", + "share" + ], + "vs/editor/browser/widget/codeEditor/codeEditorWidget": [ + "cursors.maximum", + "goToSetting" ], "vs/editor/contrib/codeAction/browser/codeActionContributions": [ "showCodeActionHeaders", @@ -7049,8 +7323,25 @@ "showLensOnLine", "placeHolder" ], + "vs/editor/contrib/comment/browser/comment": [ + "comment.line", + { + "key": "miToggleLineComment", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "comment.line.add", + "comment.line.remove", + "comment.block", + { + "key": "miToggleBlockComment", + "comment": [ + "&& denotes a mnemonic" + ] + } + ], "vs/editor/contrib/colorPicker/browser/standaloneColorPickerActions": [ - "showOrFocusStandaloneColorPicker", { "key": "mishowOrFocusStandaloneColorPicker", "comment": [ @@ -7068,25 +7359,15 @@ "comment": [ "Action that inserts color with standalone color picker" ] - } - ], - "vs/editor/contrib/comment/browser/comment": [ - "comment.line", - { - "key": "miToggleLineComment", - "comment": [ - "&& denotes a mnemonic" - ] }, - "comment.line.add", - "comment.line.remove", - "comment.block", - { - "key": "miToggleBlockComment", - "comment": [ - "&& denotes a mnemonic" - ] - } + "showOrFocusStandaloneColorPicker", + "showOrFocusStandaloneColorPickerDescription", + "hideColorPickerDescription", + "insertColorWithStandaloneColorPickerDescription" + ], + "vs/editor/contrib/cursorUndo/browser/cursorUndo": [ + "cursor.undo", + "cursor.redo" ], "vs/editor/contrib/contextmenu/browser/contextmenu": [ "context.minimap.minimap", @@ -7100,36 +7381,10 @@ "context.minimap.slider.always", "action.showContextMenu.label" ], - "vs/editor/contrib/cursorUndo/browser/cursorUndo": [ - "cursor.undo", - "cursor.redo" - ], "vs/editor/contrib/dropOrPasteInto/browser/copyPasteContribution": [ + "pasteAs.kind", "pasteAs", - "pasteAs.id" - ], - "vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorContribution": [ - "defaultProviderDescription" - ], - "vs/editor/contrib/folding/browser/folding": [ - "unfoldAction.label", - "unFoldRecursivelyAction.label", - "foldAction.label", - "toggleFoldAction.label", - "foldRecursivelyAction.label", - "foldAllBlockComments.label", - "foldAllMarkerRegions.label", - "unfoldAllMarkerRegions.label", - "foldAllExcept.label", - "unfoldAllExcept.label", - "foldAllAction.label", - "unfoldAllAction.label", - "gotoParentFold.label", - "gotoPreviousFold.label", - "gotoNextFold.label", - "createManualFoldRange.label", - "removeManualFoldingRanges.label", - "foldLevelAction.label" + "pasteAsText" ], "vs/editor/contrib/find/browser/findController": [ "too.large.for.replaceall", @@ -7140,10 +7395,6 @@ "&& denotes a mnemonic" ] }, - "actions.find.isRegexOverride", - "actions.find.wholeWordOverride", - "actions.find.matchCaseOverride", - "actions.find.preserveCaseOverride", "startFindWithArgsAction", "startFindWithSelectionAction", "findNextMatchAction", @@ -7163,33 +7414,55 @@ ] } ], + "vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorContribution": [ + "defaultProviderDescription" + ], "vs/editor/contrib/fontZoom/browser/fontZoom": [ "EditorFontZoomIn.label", "EditorFontZoomOut.label", "EditorFontZoomReset.label" ], + "vs/editor/contrib/folding/browser/folding": [ + "unfoldAction.label", + "unFoldRecursivelyAction.label", + "foldAction.label", + "toggleFoldAction.label", + "foldRecursivelyAction.label", + "foldAllBlockComments.label", + "foldAllMarkerRegions.label", + "unfoldAllMarkerRegions.label", + "foldAllExcept.label", + "unfoldAllExcept.label", + "foldAllAction.label", + "unfoldAllAction.label", + "gotoParentFold.label", + "gotoPreviousFold.label", + "gotoNextFold.label", + "createManualFoldRange.label", + "removeManualFoldingRanges.label", + "foldLevelAction.label" + ], "vs/editor/contrib/format/browser/formatActions": [ "formatDocument.label", "formatSelection.label" ], + "vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [ + "multipleResults" + ], "vs/editor/contrib/gotoSymbol/browser/goToCommands": [ "peek.submenu", "def.title", "noResultWord", "generic.noResults", - "actions.goToDecl.label", { "key": "miGotoDefinition", "comment": [ "&& denotes a mnemonic" ] }, - "actions.goToDeclToSide.label", - "actions.previewDecl.label", "decl.title", "decl.noResultWord", "decl.generic.noResults", - "actions.goToDeclaration.label", { "key": "miGotoDeclaration", "comment": [ @@ -7198,32 +7471,26 @@ }, "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": [ @@ -7231,15 +7498,22 @@ ] }, "ref.title", - "references.action.label", "ref.title", - "label.generic", "generic.title", "generic.noResult", - "ref.title" - ], - "vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [ - "multipleResults" + "ref.title", + "actions.goToDecl.label", + "actions.goToDeclToSide.label", + "actions.previewDecl.label", + "actions.goToDeclaration.label", + "actions.peekDecl.label", + "actions.goToTypeDefinition.label", + "actions.peekTypeDefinition.label", + "actions.goToImplementation.label", + "actions.peekImplementation.label", + "goToReferences.label", + "references.action.label", + "label.generic" ], "vs/editor/contrib/gotoError/browser/gotoError": [ "markerAction.next.label", @@ -7261,72 +7535,6 @@ ] } ], - "vs/editor/contrib/hover/browser/hover": [ - { - "key": "showOrFocusHover", - "comment": [ - "Label for action that will trigger the showing/focusing of a hover in the editor.", - "If the hover is not visible, it will show the hover.", - "This allows for users to show the hover without using the mouse.", - "If the hover is already visible, it will take focus." - ] - }, - { - "key": "showDefinitionPreviewHover", - "comment": [ - "Label for action that will trigger the showing of definition preview hover in the editor.", - "This allows for users to show the definition preview hover without using the mouse." - ] - }, - { - "key": "scrollUpHover", - "comment": [ - "Action that allows to scroll up in the hover widget with the up arrow when the hover widget is focused." - ] - }, - { - "key": "scrollDownHover", - "comment": [ - "Action that allows to scroll down in the hover widget with the up arrow when the hover widget is focused." - ] - }, - { - "key": "scrollLeftHover", - "comment": [ - "Action that allows to scroll left in the hover widget with the left arrow when the hover widget is focused." - ] - }, - { - "key": "scrollRightHover", - "comment": [ - "Action that allows to scroll right in the hover widget with the right arrow when the hover widget is focused." - ] - }, - { - "key": "pageUpHover", - "comment": [ - "Action that allows to page up in the hover widget with the page up command when the hover widget is focused." - ] - }, - { - "key": "pageDownHover", - "comment": [ - "Action that allows to page down in the hover widget with the page down command when the hover widget is focused." - ] - }, - { - "key": "goToTopHover", - "comment": [ - "Action that allows to go to the top of the hover widget with the home command when the hover widget is focused." - ] - }, - { - "key": "goToBottomHover", - "comment": [ - "Action that allows to go to the bottom in the hover widget with the end command when the hover widget is focused." - ] - } - ], "vs/editor/contrib/indentation/browser/indentation": [ "indentationToSpaces", "indentationToTabs", @@ -7344,7 +7552,15 @@ "changeTabDisplaySize", "detectIndentation", "editor.reindentlines", - "editor.reindentselectedlines" + "editor.reindentselectedlines", + "indentationToSpacesDescription", + "indentationToTabsDescription", + "indentUsingTabsDescription", + "indentUsingSpacesDescription", + "changeTabDisplaySizeDescription", + "detectIndentationDescription", + "editor.reindentlinesDescription", + "editor.reindentselectedlinesDescription" ], "vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace": [ "InPlaceReplaceAction.previous.label", @@ -7407,6 +7623,7 @@ "editor.transformToTitlecase", "editor.transformToSnakecase", "editor.transformToCamelcase", + "editor.transformToPascalcase", "editor.transformToKebabcase" ], "vs/editor/contrib/linkedEditing/browser/linkedEditing": [ @@ -7492,7 +7709,9 @@ "rename.failedApply", "rename.failed", "rename.label", - "enablePreview" + "enablePreview", + "focusNextRenameSuggestion", + "focusPreviousRenameSuggestion" ], "vs/editor/contrib/smartSelect/browser/smartSelect": [ "smartSelect.expand", @@ -7516,9 +7735,6 @@ "hasPrevTabstop", "next" ], - "vs/editor/contrib/tokenization/browser/tokenization": [ - "forceRetokenize" - ], "vs/editor/contrib/suggest/browser/suggestController": [ "aria.alert.snippet", "suggest.trigger.label", @@ -7531,21 +7747,26 @@ "detail.less", "suggest.reset.label" ], + "vs/editor/contrib/tokenization/browser/tokenization": [ + "forceRetokenize" + ], "vs/editor/contrib/toggleTabFocusMode/browser/toggleTabFocusMode": [ + "toggle.tabMovesFocus.on", + "toggle.tabMovesFocus.off", { "key": "toggle.tabMovesFocus", "comment": [ "Turn on/off use of tab key for moving focus around VS Code" ] }, - "toggle.tabMovesFocus.on", - "toggle.tabMovesFocus.off" + "tabMovesFocusDescriptions" ], "vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter": [ "warningIcon", "unicodeHighlighting.thisDocumentHasManyNonBasicAsciiUnicodeCharacters", "unicodeHighlighting.thisDocumentHasManyAmbiguousUnicodeCharacters", "unicodeHighlighting.thisDocumentHasManyInvisibleUnicodeCharacters", + "unicodeHighlight.configureUnicodeHighlightOptions", "unicodeHighlight.characterIsAmbiguousASCII", "unicodeHighlight.characterIsAmbiguous", "unicodeHighlight.characterIsInvisible", @@ -7564,8 +7785,7 @@ "action.unicodeHighlight.showExcludeOptions", "unicodeHighlight.excludeInvisibleCharFromBeingHighlighted", "unicodeHighlight.excludeCharFromBeingHighlighted", - "unicodeHighlight.allowCommonCharactersInLanguage", - "unicodeHighlight.configureUnicodeHighlightOptions" + "unicodeHighlight.allowCommonCharactersInLanguage" ], "vs/editor/contrib/unusualLineTerminators/browser/unusualLineTerminators": [ "unusualLineTerminators.title", @@ -7579,14 +7799,14 @@ }, "unusualLineTerminators.ignore" ], + "vs/editor/contrib/wordOperations/browser/wordOperations": [ + "deleteInsideWord" + ], "vs/editor/contrib/wordHighlighter/browser/wordHighlighter": [ "wordHighlight.next.label", "wordHighlight.previous.label", "wordHighlight.trigger.label" ], - "vs/editor/contrib/wordOperations/browser/wordOperations": [ - "deleteInsideWord" - ], "vs/editor/contrib/readOnlyMessage/browser/contribution": [ "editor.simple.readonly", "editor.readonly" @@ -7611,12 +7831,12 @@ "tabFocusModeOffMsg", "tabFocusModeOffMsgNoKb", "showAccessibilityHelpAction", - "saveAudioCueDisabled", - "saveAudioCueAlways", - "saveAudioCueUserGesture", - "formatAudioCueDisabled", - "formatAudioCueAlways", - "formatAudioCueUserGesture", + "listSignalSoundsCommand", + "listAnnouncementsCommand", + "quickChatCommand", + "quickChatCommandNoKb", + "startInlineChatCommand", + "startInlineChatCommandNoKb", "inspectTokens", "gotoLineActionLabel", "helpQuickAccess", @@ -7629,74 +7849,6 @@ "toggleHighContrast", "bulkEditServiceSummary" ], - "vs/workbench/browser/parts/auxiliarybar/auxiliaryBarActions": [ - "toggleAuxiliaryIconRight", - "toggleAuxiliaryIconRightOn", - "toggleAuxiliaryIconLeft", - "toggleAuxiliaryIconLeftOn", - "toggleAuxiliaryBar", - "secondary sidebar", - { - "key": "secondary sidebar mnemonic", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "focusAuxiliaryBar", - "toggleSecondarySideBar", - "toggleSecondarySideBar", - "hideAuxiliaryBar" - ], - "vs/workbench/browser/parts/panel/panelActions": [ - "maximizeIcon", - "restoreIcon", - "closeIcon", - "togglePanelOffIcon", - "togglePanelOnIcon", - "togglePanelVisibility", - "toggle panel", - { - "key": "toggle panel mnemonic", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "focusPanel", - "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", - "togglePanel", - "hidePanel", - "movePanelToSecondarySideBar", - "movePanelToSecondarySideBar", - "moveSidePanelToPanel", - "moveSidePanelToPanel" - ], - "vs/workbench/browser/quickaccess": [ - "inQuickOpen" - ], "vs/workbench/api/common/jsonValidationExtensionPoint": [ "contributes.jsonValidation", "contributes.jsonValidation.fileMatch", @@ -7706,22 +7858,10 @@ "invalid.url", "invalid.path.1", "invalid.url.fileschema", - "invalid.url.schema" - ], - "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" + "invalid.url.schema", + "fileMatch", + "schema", + "jsonValidation" ], "vs/workbench/services/themes/common/colorExtensionPoint": [ "contributes.color", @@ -7739,7 +7879,28 @@ "invalid.description", "invalid.defaults", "invalid.defaults.highContrast", - "invalid.defaults.highContrastLight" + "invalid.defaults.highContrastLight", + "id", + "description", + "defaultDark", + "defaultLight", + "defaultHC", + "colors" + ], + "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/tokenClassificationExtensionPoint": [ "contributes.semanticTokenTypes", @@ -7767,7 +7928,7 @@ "invalid.semanticTokenScopes.scopes.value", "invalid.semanticTokenScopes.scopes.selector" ], - "vs/workbench/contrib/codeEditor/browser/languageConfigurationExtensionPoint": [ + "vs/workbench/contrib/codeEditor/common/languageConfigurationExtensionPoint": [ "parseErrors", "formatError", "schema.openBracket", @@ -7846,6 +8007,9 @@ "vscode.extension.contributes.statusBarItems", "invalid" ], + "vs/workbench/api/browser/mainThreadLanguageModels": [ + "languageModelsAccountId" + ], "vs/workbench/api/browser/mainThreadCLICommands": [ "cannot be installed" ], @@ -7915,7 +8079,6 @@ "label" ], "vs/workbench/api/browser/mainThreadMessageService": [ - "extensionSource", "defaultSource", "manageExtension", "cancel", @@ -7965,34 +8128,89 @@ "remote.tunnelsView.elevationButton" ], "vs/workbench/api/browser/mainThreadAuthentication": [ - "noTrustedExtensions", - "manageTrustedExtensions.cancel", + "signedOut", + "confirmRelogin", + "confirmLogin", { - "key": "accountLastUsedDate", + "key": "allow", "comment": [ - "The placeholder {0} is a string with time information, such as \"3 days ago\"" + "&& denotes a mnemonic" ] }, - "notUsed", - "manageTrustedExtensions", - "manageExtensions", - "signOutMessage", - "signOutMessageSimple", + "learnMore" + ], + "vs/workbench/browser/parts/titlebar/windowTitle": [ + "userIsAdmin", + "userIsSudo", + "devExtensionWindowTitlePrefix" + ], + "vs/workbench/browser/parts/auxiliarybar/auxiliaryBarActions": [ + "toggleAuxiliaryIconRight", + "toggleAuxiliaryIconRightOn", + "toggleAuxiliaryIconLeft", + "toggleAuxiliaryIconLeftOn", + "secondary sidebar", { - "key": "signOut", + "key": "secondary sidebar mnemonic", "comment": [ "&& denotes a mnemonic" ] }, - "signedOut", - "confirmRelogin", - "confirmLogin", + "toggleSecondarySideBar", + "toggleSecondarySideBar", + "toggleAuxiliaryBar", + "focusAuxiliaryBar", + "hideAuxiliaryBar" + ], + "vs/workbench/browser/parts/panel/panelActions": [ + "maximizeIcon", + "restoreIcon", + "closeIcon", + "togglePanelOffIcon", + "togglePanelOnIcon", + "toggle panel", { - "key": "allow", + "key": "toggle panel mnemonic", "comment": [ "&& denotes a mnemonic" ] - } + }, + "focusPanel", + "positionPanelLeftShort", + "positionPanelRightShort", + "positionPanelBottomShort", + "alignPanelLeftShort", + "alignPanelRightShort", + "alignPanelCenterShort", + "alignPanelJustifyShort", + "positionPanel", + "alignPanel", + "maximizePanel", + "minimizePanel", + "panelMaxNotSupported", + "togglePanel", + "togglePanelVisibility", + "focusPanel", + "positionPanelLeft", + "positionPanelRight", + "positionPanelBottom", + "alignPanelLeft", + "alignPanelRight", + "alignPanelCenter", + "alignPanelJustify", + "previousPanelView", + "nextPanelView", + "toggleMaximizedPanel", + "closePanel", + "closeSecondarySideBar", + "hidePanel", + "movePanelToSecondarySideBar", + "movePanelToSecondarySideBar", + "moveSidePanelToPanel", + "moveSidePanelToPanel" + ], + "vs/workbench/browser/quickaccess": [ + "inQuickOpen" ], "vs/workbench/services/extensions/common/extensionsRegistry": [ "ui", @@ -8037,6 +8255,7 @@ "vscode.extension.activationEvents.onTerminalProfile", "vscode.extension.activationEvents.onTerminalQuickFixRequest", "vscode.extension.activationEvents.onWalkthrough", + "vscode.extension.activationEvents.onIssueReporterOpened", "vscode.extension.activationEvents.star", "vscode.extension.badges", "vscode.extension.badges.url", @@ -8081,11 +8300,6 @@ "vscode.extension.pricing", "product.extensionEnabledApiProposals" ], - "vs/workbench/browser/parts/titlebar/windowTitle": [ - "userIsAdmin", - "userIsSudo", - "devExtensionWindowTitlePrefix" - ], "vs/workbench/browser/parts/views/treeView": [ "no-dataprovider", "treeView.enableCollapseAll", @@ -8095,6 +8309,14 @@ "treeView.toggleCollapseAll", "command-error" ], + "vs/workbench/browser/parts/views/viewPaneContainer": [ + "views", + "viewMoveUp", + "viewMoveLeft", + "viewMoveDown", + "viewMoveRight", + "viewsMove" + ], "vs/workbench/contrib/debug/common/debug": [ "debugType", "debugConfigurationType", @@ -8118,10 +8340,13 @@ "watchItemType", "canViewMemory", "breakpointItemType", + "breakpointItemIsDataBytes", + "breakpointHasModes", "breakpointSupportsCondition", "loadedScriptsSupported", "loadedScriptsItemType", "focusedSessionIsAttach", + "focusedSessionIsNoDebug", "stepBackSupported", "restartFrameSupported", "stackFrameSupportsRestart", @@ -8132,6 +8357,7 @@ "debugExtensionsAvailable", "debugProtocolVariableMenuContext", "debugSetVariableSupported", + "debugSetDataBreakpointAddressSupported", "debugSetExpressionSupported", "breakWhenValueChangesSupported", "breakWhenValueIsAccessedSupported", @@ -8140,6 +8366,12 @@ "suspendDebuggeeSupported", "variableEvaluateNamePresent", "variableIsReadonly", + "variableValue", + "variableType", + "variableInterfaces", + "variableName", + "variableLanguage", + "variableExtensionId", "exceptionWidgetVisible", "multiSessionRepl", "multiSessionDebug", @@ -8150,14 +8382,6 @@ "debuggerDisabled", "internalConsoleOptions" ], - "vs/workbench/browser/parts/views/viewPaneContainer": [ - "views", - "viewMoveUp", - "viewMoveLeft", - "viewMoveDown", - "viewMoveRight", - "viewsMove" - ], "vs/workbench/contrib/files/common/files": [ "explorerViewletVisible", "foldersViewVisible", @@ -8177,12 +8401,14 @@ "vs/workbench/contrib/remote/browser/remoteExplorer": [ "remoteNoPorts", "noRemoteNoPorts", - "ports", "1forwardedPort", "nForwardedPorts", "remote.forwardedPorts.statusbarTextNone", "remote.forwardedPorts.statusbarTooltip", "status.forwardedPorts", + "remote.autoForwardPortsSource.fallback", + "remote.autoForwardPortsSource.fallback.switchBack", + "remote.autoForwardPortsSource.fallback.showPortSourceSetting", "remote.tunnelsView.automaticForward", { "key": "remote.tunnelsView.notificationLink2", @@ -8192,17 +8418,18 @@ }, "remote.tunnelsView.elevationMessage", "remote.tunnelsView.makePublic", - "remote.tunnelsView.elevationButton" + "remote.tunnelsView.elevationButton", + "ports" ], "vs/workbench/common/editor/sideBySideEditorInput": [ "sideBySideLabels" ], - "vs/workbench/browser/parts/editor/sideBySideEditor": [ - "sideBySideEditor" - ], "vs/workbench/common/editor/diffEditorInput": [ "sideBySideLabels" ], + "vs/workbench/browser/parts/editor/sideBySideEditor": [ + "sideBySideEditor" + ], "vs/workbench/browser/parts/editor/textDiffEditor": [ "textDiffEditor", "fileTooLargeForHeapErrorWithSize", @@ -8252,7 +8479,6 @@ "currentProblem", "currentProblem", "showLanguageExtensions", - "changeMode", "noEditor", "languageDescription", "languageDescriptionConfigured", @@ -8263,11 +8489,9 @@ "pickLanguage", "currentAssociation", "pickLanguageToConfigure", - "changeEndOfLine", "noEditor", "noWritableCodeEditor", "pickEndOfLine", - "changeEncoding", "noEditor", "noEditor", "noFileEditor", @@ -8276,7 +8500,18 @@ "pickAction", "guessedEncoding", "pickEncodingForReopen", - "pickEncodingForSave" + "pickEncodingForSave", + "changeMode", + "changeEndOfLine", + "changeEncoding" + ], + "vs/workbench/browser/parts/editor/diffEditorCommands": [ + "compare", + "compare", + "compare.nextChange", + "compare.previousChange", + "toggleInlineView", + "swapDiffSides" ], "vs/workbench/browser/parts/editor/editorCommands": [ "editorCommand.activeEditorMove.description", @@ -8285,10 +8520,6 @@ "editorCommand.activeEditorCopy.description", "editorCommand.activeEditorCopy.arg.name", "editorCommand.activeEditorCopy.arg.description", - "compare.nextChange", - "compare.previousChange", - "toggleInlineView", - "compare", "splitEditorInGroup", "joinEditorInGroup", "toggleJoinEditorInGroup", @@ -8300,14 +8531,107 @@ "lockEditorGroup", "unlockEditorGroup" ], + "vs/editor/browser/editorExtensions": [ + { + "key": "miUndo", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "undo", + { + "key": "miRedo", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "redo", + { + "key": "miSelectAll", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "selectAll" + ], "vs/workbench/browser/parts/editor/editorActions": [ + "splitEditorGroupUp", + "splitEditorGroupDown", + "closeEditor", + "unpinEditor", + "closeOneEditor", + "navigateForward", + { + "key": "miForward", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "navigateBack", + { + "key": "miBack", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "confirmClearRecentsMessage", + "confirmClearDetail", + { + "key": "clearButtonLabel", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "confirmClearEditorHistoryMessage", + "confirmClearDetail", + { + "key": "clearButtonLabel", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "splitEditorToLeftGroup", + { + "key": "miMoveEditorToNewWindow", + "comment": [ + "&& denotes a mnemonic" + ] + }, + { + "key": "miCopyEditorToNewWindow", + "comment": [ + "&& denotes a mnemonic" + ] + }, + { + "key": "miMoveEditorGroupToNewWindow", + "comment": [ + "&& denotes a mnemonic" + ] + }, + { + "key": "miCopyEditorGroupToNewWindow", + "comment": [ + "&& denotes a mnemonic" + ] + }, + { + "key": "miRestoreEditorsToMainWindow", + "comment": [ + "&& denotes a mnemonic" + ] + }, + { + "key": "miNewEmptyEditorWindow", + "comment": [ + "&& denotes a mnemonic" + ] + }, "splitEditor", "splitEditorOrthogonal", "splitEditorGroupLeft", "splitEditorGroupRight", "splitEditorGroupUp", - "splitEditorGroupUp", - "splitEditorGroupDown", "splitEditorGroupDown", "joinTwoGroups", "joinAllGroups", @@ -8321,9 +8645,6 @@ "focusRightGroup", "focusAboveGroup", "focusBelowGroup", - "closeEditor", - "unpinEditor", - "closeOneEditor", "revertAndCloseActiveEditor", "closeEditorsToTheLeft", "closeAllEditors", @@ -8339,6 +8660,7 @@ "duplicateActiveGroupUp", "duplicateActiveGroupDown", "minimizeOtherEditorGroups", + "minimizeOtherEditorGroupsHideSidebar", "evenEditorGroups", "toggleEditorWidths", "maximizeEditorHideSidebar", @@ -8350,21 +8672,7 @@ "firstEditorInGroup", "lastEditorInGroup", "navigateForward", - "navigateForward", - { - "key": "miForward", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "navigateBack", "navigateBack", - { - "key": "miBack", - "comment": [ - "&& denotes a mnemonic" - ] - }, "navigatePrevious", "navigateForwardInEdits", "navigateBackInEdits", @@ -8376,14 +8684,6 @@ "navigateToLastNavigationLocation", "reopenClosedEditor", "clearRecentFiles", - "confirmClearRecentsMessage", - "confirmClearDetail", - { - "key": "clearButtonLabel", - "comment": [ - "&& denotes a mnemonic" - ] - }, "showEditorsInActiveGroup", "showAllEditors", "showAllEditorsByMostRecentlyUsed", @@ -8397,14 +8697,6 @@ "openNextRecentlyUsedEditorInGroup", "openPreviousRecentlyUsedEditorInGroup", "clearEditorHistory", - "confirmClearEditorHistoryMessage", - "confirmClearDetail", - { - "key": "clearButtonLabel", - "comment": [ - "&& denotes a mnemonic" - ] - }, "moveEditorLeft", "moveEditorRight", "moveEditorToPreviousGroup", @@ -8420,7 +8712,6 @@ "splitEditorToAboveGroup", "splitEditorToBelowGroup", "splitEditorToLeftGroup", - "splitEditorToLeftGroup", "splitEditorToRightGroup", "splitEditorToFirstGroup", "splitEditorToLastGroup", @@ -8438,36 +8729,22 @@ "newGroupBelow", "toggleEditorType", "reopenTextEditor", - "popEditorOut", - { - "key": "miPopEditorOut", - "comment": [ - "&& denotes a mnemonic" - ] - } + "moveEditorToNewWindow", + "copyEditorToNewWindow", + "moveEditorGroupToNewWindow", + "copyEditorGroupToNewWindow", + "restoreEditorsToMainWindow", + "newEmptyEditorWindow" ], - "vs/editor/browser/editorExtensions": [ - { - "key": "miUndo", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "undo", - { - "key": "miRedo", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "redo", - { - "key": "miSelectAll", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "selectAll" + "vs/workbench/browser/parts/editor/editorConfiguration": [ + "interactiveWindow", + "markdownPreview", + "simpleBrowser", + "livePreview", + "workbench.editor.autoLockGroups", + "workbench.editor.defaultBinaryEditor", + "editor.editorAssociations", + "editorLargeFileSizeConfirmation" ], "vs/workbench/browser/parts/editor/editorQuickAccess": [ "noViewResults", @@ -8476,13 +8753,11 @@ "entryAriaLabelDirty", "closeEditor" ], - "vs/workbench/browser/parts/editor/editorConfiguration": [ - "interactiveWindow", - "markdownPreview", - "workbench.editor.autoLockGroups", - "workbench.editor.defaultBinaryEditor", - "editor.editorAssociations", - "editorLargeFileSizeConfirmation" + "vs/workbench/browser/parts/auxiliarybar/auxiliaryBarPart": [ + "activity bar position", + "move second side bar left", + "move second side bar right", + "hide second side bar" ], "vs/workbench/browser/parts/panel/panelPart": [ "panel position", @@ -8490,27 +8765,18 @@ "hidePanel" ], "vs/workbench/browser/parts/sidebar/sidebarPart": [ - "manage", - "accounts" - ], - "vs/workbench/browser/parts/auxiliarybar/auxiliaryBarPart": [ - "move second side bar left", - "move second side bar right", - "hide second side bar" - ], - "vs/workbench/browser/parts/statusbar/statusbarActions": [ - "hide", - "focusStatusBar" + "toggleActivityBar" ], "vs/platform/actions/common/menuResetAction": [ "title" ], "vs/platform/actions/common/menuService": [ - "hide.label" + "hide.label", + "configure keybinding" ], - "vs/base/browser/ui/icons/iconSelectBox": [ - "iconSelect.placeholder", - "iconSelect.noResults" + "vs/workbench/browser/parts/statusbar/statusbarActions": [ + "hide", + "focusStatusBar" ], "vs/base/browser/ui/dialog/dialog": [ "ok", @@ -8520,12 +8786,14 @@ "dialogPendingMessage", "dialogClose" ], - "vs/workbench/services/preferences/common/preferencesEditorInput": [ - "settingsEditor2InputName" - ], "vs/workbench/services/preferences/browser/keybindingsEditorInput": [ + "keybindingsEditorLabelIcon", "keybindingsInputName" ], + "vs/workbench/services/preferences/common/preferencesEditorInput": [ + "settingsEditorLabelIcon", + "settingsEditor2InputName" + ], "vs/workbench/services/preferences/common/preferencesModels": [ "commonlyUsed", "defaultKeybindingsHeader" @@ -8533,6 +8801,9 @@ "vs/workbench/services/textfile/common/textFileEditorModel": [ "textFileCreate.source" ], + "vs/workbench/services/editor/common/editorResolverService": [ + "editor.editorAssociations" + ], "vs/base/common/keybindingLabels": [ { "key": "ctrlKey", @@ -8661,9 +8932,6 @@ "missing.chord", "missing.chord" ], - "vs/workbench/services/editor/common/editorResolverService": [ - "editor.editorAssociations" - ], "vs/workbench/services/themes/common/colorThemeData": [ "error.cannotparsejson", "error.invalidformat", @@ -8749,25 +9017,6 @@ "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/browser/productIconThemeData": [ "error.parseicondefs", "defaultTheme", @@ -8782,79 +9031,6 @@ "error.icon.font", "error.icon.fontCharacter" ], - "vs/workbench/services/themes/common/themeConfiguration": [ - "colorTheme", - "colorThemeError", - { - "key": "preferredDarkColorTheme", - "comment": [ - "{0} will become a link to another setting." - ] - }, - "colorThemeError", - { - "key": "preferredLightColorTheme", - "comment": [ - "{0} will become a link to another setting." - ] - }, - "colorThemeError", - { - "key": "preferredHCDarkColorTheme", - "comment": [ - "{0} will become a link to another setting." - ] - }, - "colorThemeError", - { - "key": "preferredHCLightColorTheme", - "comment": [ - "{0} will become a link to another setting." - ] - }, - "colorThemeError", - { - "key": "detectColorScheme", - "comment": [ - "{0} and {1} will become links to other settings." - ] - }, - "workbenchColors", - "iconTheme", - "noIconThemeLabel", - "noIconThemeDesc", - "iconThemeError", - "productIconTheme", - "defaultProductIconThemeLabel", - "defaultProductIconThemeDesc", - "productIconThemeError", - { - "key": "autoDetectHighContrast", - "comment": [ - "{0} and {1} will become links to other settings." - ] - }, - "editorColors.comments", - "editorColors.strings", - "editorColors.keywords", - "editorColors.numbers", - "editorColors.types", - "editorColors.functions", - "editorColors.variables", - "editorColors.textMateRules", - "editorColors.semanticHighlighting", - "editorColors.semanticHighlighting.deprecationMessage", - { - "key": "editorColors.semanticHighlighting.deprecationMessageMarkdown", - "comment": [ - "{0} will become a link to another setting." - ] - }, - "editorColors", - "editorColors.semanticHighlighting.enabled", - "editorColors.semanticHighlighting.rules", - "semanticTokenColors" - ], "vs/workbench/services/themes/common/productIconThemeSchema": [ "schema.id", "schema.id.formatError", @@ -8865,12 +9041,34 @@ "schema.font-style", "schema.iconDefinitions" ], + "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", + "color themes", + "file icon themes", + "product icon themes", + "themes", + "reqarray", + "reqpath", + "reqid", + "invalid.path.1" + ], "vs/workbench/services/extensionManagement/browser/extensionBisect": [ "I cannot reproduce", "This is Bad", "bisect.singular", "bisect.plural", - "title.start", "msg.start", "detail.start", { @@ -8879,7 +9077,6 @@ "&& denotes a mnemonic" ] }, - "title.isBad", "done.msg", "done.detail2", "done.msg", @@ -8918,6 +9115,8 @@ "&& denotes a mnemonic" ] }, + "title.start", + "title.isBad", "title.stop" ], "vs/workbench/services/userDataProfile/browser/settingsResource": [ @@ -8945,9 +9144,6 @@ "vs/workbench/services/userDataProfile/common/userDataProfileIcons": [ "settingsViewBarIcon" ], - "vs/workbench/services/workingCopy/common/storedFileWorkingCopySaveParticipant": [ - "saveParticipants" - ], "vs/workbench/services/remote/common/tunnelModel": [ "tunnel.forwardedPortsViewEnabled", "tunnel.source.user", @@ -8955,9 +9151,18 @@ "remote.localPortMismatch.single", "tunnel.staticallyForwarded" ], - "vs/workbench/services/hover/browser/hoverWidget": [ + "vs/workbench/services/workingCopy/common/storedFileWorkingCopySaveParticipant": [ + "saveParticipants" + ], + "vs/workbench/services/views/common/viewContainerModel": [ + "showViewsLog" + ], + "vs/editor/browser/services/hoverService/hoverWidget": [ "hoverhint" ], + "vs/editor/browser/services/hoverService/updatableHoverWidget": [ + "iconLabel.loading" + ], "vs/workbench/services/textMate/browser/textMateTokenizationFeatureImpl": [ "alreadyDebugging", "stop", @@ -8977,12 +9182,6 @@ "defineKeybinding.existing", "defineKeybinding.chordsTo" ], - "vs/workbench/contrib/performance/browser/perfviewEditor": [ - "name" - ], - "vs/workbench/contrib/speech/common/speechService": [ - "hasSpeechProvider" - ], "vs/editor/contrib/suggest/browser/suggest": [ "suggestWidgetHasSelection", "suggestWidgetDetailsVisible", @@ -8993,6 +9192,11 @@ "suggestionInsertMode", "suggestionCanResolve" ], + "vs/workbench/contrib/preferences/browser/preferencesActions": [ + "languageDescriptionConfigured", + "pickLanguage", + "configureLanguageBasedSettings" + ], "vs/workbench/contrib/preferences/browser/keybindingsEditor": [ "recordKeysLabel", "sortByPrecedeneLabel", @@ -9042,11 +9246,6 @@ "settingsFilter", "preferencesOpenSettings" ], - "vs/workbench/contrib/preferences/browser/preferencesActions": [ - "configureLanguageBasedSettings", - "languageDescriptionConfigured", - "pickLanguage" - ], "vs/workbench/contrib/preferences/common/preferencesContribution": [ "splitSettingsEditorLabel", "enableNaturalLanguageSettingsSearch", @@ -9068,160 +9267,311 @@ "turnOnSyncButton", "lastSyncedLabel" ], - "vs/workbench/contrib/chat/browser/actions/chatActions": [ - "chat.category", - "quickChat", - { - "key": "actions.chat.acceptInput", - "comment": [ - "Apply input from the chat input box" - ] - }, - { - "key": "actions.chat.submitSecondaryAgent", - "comment": [ - "Send input from the chat input box to the secondary agent" - ] - }, - "interactiveSession.clearHistory.label", - "actions.interactiveSession.focus", - "interactiveSession.focusInput.label", - "interactiveSession.open", - "interactiveSession.history.label", - "interactiveSession.history.delete", - "interactiveSession.history.pick" + "vs/workbench/contrib/performance/browser/perfviewEditor": [ + "name" ], - "vs/workbench/contrib/chat/browser/actions/chatCodeblockActions": [ - "interactive.copyCodeBlock.label", - "interactive.insertCodeBlock.label", - "interactive.insertIntoNewFile.label", - "interactive.runInTerminal.label", - "interactive.nextCodeBlock.label", - "interactive.previousCodeBlock.label" + "vs/workbench/contrib/speech/common/speechService": [ + "hasSpeechProvider", + "speechToTextInProgress", + "speechLanguage.da-DK", + "speechLanguage.de-DE", + "speechLanguage.en-AU", + "speechLanguage.en-CA", + "speechLanguage.en-GB", + "speechLanguage.en-IE", + "speechLanguage.en-IN", + "speechLanguage.en-NZ", + "speechLanguage.en-US", + "speechLanguage.es-ES", + "speechLanguage.es-MX", + "speechLanguage.fr-CA", + "speechLanguage.fr-FR", + "speechLanguage.hi-IN", + "speechLanguage.it-IT", + "speechLanguage.ja-JP", + "speechLanguage.ko-KR", + "speechLanguage.nl-NL", + "speechLanguage.pt-PT", + "speechLanguage.pt-BR", + "speechLanguage.ru-RU", + "speechLanguage.sv-SE", + "speechLanguage.tr-TR", + "speechLanguage.zh-CN", + "speechLanguage.zh-HK", + "speechLanguage.zh-TW" + ], + "vs/workbench/contrib/speech/browser/speechService": [ + "vscode.extension.contributes.speechProvider", + "speechProviderName", + "speechProviderDescription" ], - "vs/workbench/contrib/chat/browser/actions/chatCopyActions": [ - "interactive.copyAll.label", - "interactive.copyItem.label" + "vs/workbench/contrib/accessibility/browser/accessibleView": [ + "symbolLabel", + "symbolLabelAria", + "disableAccessibilityHelp", + "openDoc", + "exit", + "ariaAccessibleViewActionsBottom", + "ariaAccessibleViewActions", + "accessibility-help", + "accessible-view", + "accessible-view-hint", + "accessibility-help-hint", + "accessibleHelpToolbar", + "accessibleViewToolbar", + "toolbar", + "intro", + "insertAtCursor", + "insertAtCursorNoKb", + "insertIntoNewFile", + "insertIntoNewFileNoKb", + "runInTerminal", + "runInTerminalNoKb", + "accessibleViewNextPreviousHint", + "chatAccessibleViewNextPreviousHintNoKb", + "acessibleViewDisableHint", + "accessibleViewDisableHintNoKb", + "goToSymbolHint", + "goToSymbolHintNoKb", + "acessibleViewHint", + "acessibleViewHintNoKbEither", + "accessibleViewSymbolQuickPickPlaceholder", + "accessibleViewSymbolQuickPickTitle" ], - "vs/workbench/contrib/chat/browser/actions/chatExecuteActions": [ + "vs/workbench/contrib/accessibility/browser/accessibleViewContributions": [ + "notification.accessibleViewSrc", + "notification.accessibleView", + "clearNotification", + "clearNotification" + ], + "vs/workbench/contrib/accessibility/browser/accessibleViewActions": [ + "editor.action.accessibleViewNext", + "editor.action.accessibleViewNextCodeBlock", + "editor.action.accessibleViewPreviousCodeBlock", + "editor.action.accessibleViewPrevious", + "editor.action.accessibleViewGoToSymbol", + "editor.action.accessibilityHelp", + "editor.action.accessibleView", + "editor.action.accessibleViewDisableHint", + "editor.action.accessibleViewAcceptInlineCompletionAction" + ], + "vs/workbench/contrib/chat/browser/actions/chatClearActions": [ + "chat.newChat.label", + "chat.newChat.label" + ], + "vs/workbench/contrib/chat/browser/actions/chatActions": [ + "interactiveSession.history.delete", + "interactiveSession.history.pick", + "chat.category", + "openChat", + "chat.history.label", + "interactiveSession.open", + "interactiveSession.clearHistory.label", + "chat.clear.label", + "actions.interactiveSession.focus", + "interactiveSession.focusInput.label" + ], + "vs/workbench/contrib/chat/browser/actions/chatCodeblockActions": [ + "interactive.copyCodeBlock.label", + "interactive.insertCodeBlock.label", + "interactive.insertIntoNewFile.label", + "interactive.runInTerminal.label", + "interactive.nextCodeBlock.label", + "interactive.previousCodeBlock.label", + "interactive.compare.apply" + ], + "vs/workbench/contrib/chat/browser/actions/chatCopyActions": [ + "interactive.copyAll.label", + "interactive.copyItem.label" + ], + "vs/workbench/contrib/chat/browser/actions/chatExecuteActions": [ "interactive.submit.label", + { + "key": "actions.chat.submitSecondaryAgent", + "comment": [ + "Send input from the chat input box to the secondary agent" + ] + }, + "chat.newChat.label", "interactive.cancel.label" ], + "vs/workbench/contrib/chat/browser/actions/chatFileTreeActions": [ + "interactive.nextFileTree.label", + "interactive.previousFileTree.label" + ], + "vs/workbench/contrib/chat/browser/actions/chatImportExport": [ + "chat.file.label", + "chat.export.label", + "chat.import.label" + ], + "vs/workbench/contrib/chat/browser/actions/chatMoveActions": [ + "chat.openInEditor.label", + "chat.openInNewWindow.label", + "interactiveSession.openInSidebar.label" + ], "vs/workbench/contrib/chat/browser/actions/chatQuickInputActions": [ - "chat.openInChatView.label", - "chat.closeQuickChat.label", - "quickChat", "toggle.desc", "toggle.query", "toggle.isPartialQuery", "toggle.query", + "chat.openInChatView.label", + "chat.closeQuickChat.label", + "chat.launchInlineChat.label", + "quickChat", "interactiveSession.open" ], "vs/workbench/contrib/chat/browser/actions/chatTitleActions": [ + "reunmenu", "interactive.helpful.label", "interactive.unhelpful.label", + "interactive.reportIssueForBug.label", "interactive.insertIntoNotebook.label", - "chat.remove.label" - ], - "vs/workbench/contrib/chat/browser/chatContributionServiceImpl": [ - "vscode.extension.contributes.interactiveSession", - "vscode.extension.contributes.interactiveSession.id", - "vscode.extension.contributes.interactiveSession.label", - "vscode.extension.contributes.interactiveSession.icon", - "vscode.extension.contributes.interactiveSession.when", - "chat.viewContainer.label" + "chat.remove.label", + "chat.rerun.label", + "chat.rerunWithoutCommandDetection.label" ], - "vs/workbench/contrib/chat/browser/actions/chatImportExport": [ - "chat.file.label", - "chat.export.label", - "chat.import.label" + "vs/workbench/contrib/chat/browser/chat": [ + "generating" ], "vs/workbench/contrib/chat/browser/chatEditorInput": [ + "chatEditorLabelIcon", "chatEditorName" ], - "vs/workbench/contrib/chat/common/chatServiceImpl": [ - "emptyResponse" - ], - "vs/workbench/contrib/chat/browser/actions/chatMoveActions": [ - "chat.openInEditor.label", - "interactiveSession.openInEditor.label", - "interactiveSession.openInSidebar.label" - ], - "vs/workbench/contrib/chat/browser/actions/chatClearActions": [ - "interactiveSession.clear.label", - "interactiveSession.clear.label", - "interactiveSession.clear.label" - ], - "vs/workbench/contrib/accessibility/browser/accessibleView": [ - "symbolLabel", - "symbolLabelAria", - "disableAccessibilityHelp", - "openDoc", - "exit", - "ariaAccessibleViewActionsBottom", - "ariaAccessibleViewActions", - "accessibility-help", - "accessible-view", - "accessible-view-hint", - "accessibility-help-hint", - "accessibleHelpToolbar", - "accessibleViewToolbar", - "toolbar", - "intro", - "accessibleViewNextPreviousHint", - "chatAccessibleViewNextPreviousHintNoKb", - "acessibleViewDisableHint", - "accessibleViewDisableHintNoKb", - "goToSymbolHint", - "goToSymbolHintNoKb", - "acessibleViewHint", - "acessibleViewHintNoKbEither", - "accessibleViewSymbolQuickPickPlaceholder", - "accessibleViewSymbolQuickPickTitle" - ], - "vs/workbench/contrib/accessibility/browser/accessibilityContributions": [ - "notification.accessibleViewSrc", - "notification.accessibleView", - "clearNotification", - "clearNotification" - ], - "vs/workbench/contrib/accessibility/browser/accessibleViewActions": [ - "editor.action.accessibleViewNext", - "editor.action.accessibleViewPrevious", - "editor.action.accessibleViewGoToSymbol", - "editor.action.accessibilityHelp", - "editor.action.accessibleView", - "editor.action.accessibleViewDisableHint", - "editor.action.accessibleViewAcceptInlineCompletionAction" - ], - "vs/workbench/contrib/chat/browser/actions/chatFileTreeActions": [ - "interactive.nextFileTree.label", - "interactive.previousFileTree.label" - ], "vs/workbench/contrib/chat/common/chatContextKeys": [ - "interactiveSessionResponseHasProviderId", "interactiveSessionResponseVote", + "chatSessionResponseDetectedAgentOrCommand", + "chatResponseSupportsIssueReporting", "chatResponseFiltered", "interactiveSessionRequestInProgress", "chatResponse", "chatRequest", + "chatEditApplied", "interactiveInputHasText", + "interactiveInputHasFocus", "inInteractiveInput", "inChat", - "hasChatProvider" + "chatIsEnabled" ], - "vs/workbench/contrib/chat/browser/contrib/chatInputEditorContrib": [ - "pickFileLabel" + "vs/workbench/contrib/chat/common/chatServiceImpl": [ + "chatFailErrorMessage", + "action.showExtension", + "emptyResponse" + ], + "vs/workbench/contrib/chat/common/languageModelStats": [ + "Language Models", + "languageModels" + ], + "vs/workbench/contrib/chat/browser/chatParticipantContributions": [ + "vscode.extension.contributes.chatParticipant", + "chatParticipantId", + "chatParticipantName", + "chatParticipantDescription", + "chatParticipantIsDefaultDescription", + "chatCommandSticky", + "chatCommandsDescription", + "chatCommand", + "chatCommandDescription", + "chatCommandWhen", + "chatCommandSampleRequest", + "chatCommandSticky", + "defaultImplicitVariables", + "chatLocationsDescription", + "chat.viewContainer.label" ], "vs/workbench/contrib/chat/common/chatColors": [ "chat.requestBorder", + "chat.requestBackground", "chat.slashCommandBackground", "chat.slashCommandForeground", "chat.avatarBackground", "chat.avatarForeground" ], - "vs/workbench/contrib/notebook/common/notebookEditorInput": [ - "vetoExtHostRestart" + "vs/workbench/contrib/chat/browser/contrib/chatInputEditorContrib": [ + "pickFileLabel" + ], + "vs/workbench/contrib/inlineChat/browser/inlineChatController": [ + "create.fail", + "welcome.2", + "welcome.1", + "empty", + "err.apply", + "err.discard", + "savehint" + ], + "vs/workbench/contrib/inlineChat/browser/inlineChatActions": [ + "startInlineChat", + "arrowUp", + "arrowDown", + "discard", + "discardMenu", + "discard", + "undo.clipboard", + "undo.newfile", + "apply2", + "cancel", + "close", + "configure", + "label", + "viewInChat", + "run", + "unstash", + "cat", + "focus", + "showChanges", + "apply1", + "moveToNextHunk", + "moveToPreviousHunk", + "copyRecordings" + ], + "vs/workbench/contrib/inlineChat/common/inlineChat": [ + "inlineChatHasProvider", + "inlineChatVisible", + "inlineChatFocused", + "inlineChatResponseFocused", + "inlineChatEmpty", + "inlineChatInnerCursorFirst", + "inlineChatInnerCursorLast", + "inlineChatInnerCursorStart", + "inlineChatInnerCursorEnd", + "inlineChatOuterCursorPosition", + "inlineChatHasActiveRequest", + "inlineChatHasStashedSession", + "inlineChatResponseType", + "inlineChatResponseTypes", + "inlineChatDidEdit", + "inlineChatUserDidEdit", + "inlineChatLastFeedbackKind", + "inlineChatSupportIssueReporting", + "inlineChatDocumentChanged", + "inlineChatChangeHasDiff", + "inlineChatChangeShowsDiff", + "inlineChat.background", + "inlineChat.border", + "inlineChat.shadow", + "inlineChat.regionHighlight", + "inlineChatInput.border", + "inlineChatInput.focusBorder", + "inlineChatInput.placeholderForeground", + "inlineChatInput.background", + "inlineChatDiff.inserted", + "editorOverviewRuler.inlineChatInserted", + "editorOverviewRuler.inlineChatInserted", + "inlineChatDiff.removed", + "editorOverviewRuler.inlineChatRemoved", + "mode", + "mode.live", + "mode.preview", + "finishOnType", + "acceptedOrDiscardBeforeSave", + "holdToSpeech", + "accessibleDiffView", + "accessibleDiffView.auto", + "accessibleDiffView.on", + "accessibleDiffView.off" + ], + "vs/workbench/contrib/inlineChat/browser/inlineChatSavingServiceImpl": [ + "inlineChat", + "inlineChat.N" ], "vs/workbench/contrib/notebook/browser/notebookEditor": [ "fail.noEditor", @@ -9229,8 +9579,13 @@ "notebookOpenEnableMissingViewType", "notebookOpenInstallMissingViewType", "notebookOpenAsText", + "notebookTooLargeForHeapErrorWithSize", + "notebookTooLargeForHeapErrorWithoutSize", "notebookOpenInTextEditor" ], + "vs/workbench/contrib/notebook/common/notebookEditorInput": [ + "vetoExtHostRestart" + ], "vs/workbench/contrib/notebook/browser/services/notebookServiceImpl": [ "notebookOpenInstallMissingViewType" ], @@ -9240,13 +9595,16 @@ "vs/workbench/contrib/notebook/browser/services/notebookExecutionServiceImpl": [ "notebookRunTrust" ], + "vs/editor/common/languages/modesRegistry": [ + "plainText.alias" + ], "vs/workbench/contrib/notebook/browser/services/notebookKeymapServiceImpl": [ "disableOtherKeymapsConfirmation", "yes", "no" ], - "vs/editor/common/languages/modesRegistry": [ - "plainText.alias" + "vs/workbench/contrib/notebook/browser/services/notebookKernelHistoryServiceImpl": [ + "workbench.notebook.clearNotebookKernelsMRUCache" ], "vs/workbench/contrib/comments/browser/commentReply": [ "reply", @@ -9254,9 +9612,6 @@ "reply", "reply" ], - "vs/workbench/contrib/notebook/browser/services/notebookKernelHistoryServiceImpl": [ - "workbench.notebook.clearNotebookKernelsMRUCache" - ], "vs/workbench/contrib/notebook/browser/services/notebookLoggingServiceImpl": [ "renderChannelName" ], @@ -9278,34 +9633,14 @@ "notebook.cell.insertCodeCellBelowAndFocusContainer", "notebook.changeCellType" ], + "vs/workbench/contrib/notebook/browser/contrib/notebookVariables/notebookVariables": [ + "notebookVariables" + ], "vs/workbench/contrib/notebook/browser/controller/coreActions": [ - "notebookActions.category", "notebookMenu.insertCell", "notebookMenu.cellTitle", - "miShare" - ], - "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.interruptNotebook", - "revealRunningCell", - "revealRunningCell", - "revealRunningCellShort", - "revealLastFailedCell", - "revealLastFailedCell", - "revealLastFailedCellShort" + "miShare", + "notebookActions.category" ], "vs/workbench/contrib/notebook/browser/controller/insertCellActions": [ "notebookActions.insertCodeCellAbove", @@ -9333,39 +9668,117 @@ "notebookActions.menu.insertMarkdown", "notebookActions.menu.insertMarkdown.tooltip" ], - "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", - "workbench.notebook.layout.webview.reset.label" - ], - "vs/workbench/contrib/notebook/browser/controller/editActions": [ - "notebookActions.editCell", - "notebookActions.quitEdit", - "notebookActions.deleteCell", - "confirmDeleteButton", - "confirmDeleteButtonMessage", - "doNotAskAgain", - "clearCellOutputs", - "clearAllCellsOutputs", - "changeLanguage", - "changeLanguage", - "languageDescription", - "languageDescriptionConfigured", - "autoDetect", - "languagesPicks", + "vs/workbench/contrib/notebook/browser/controller/sectionActions": [ + { + "key": "mirunCell", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "runCell", + { + "key": "mirunCellsInSection", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "runCellsInSection", + { + "key": "mifoldSection", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "foldSection", + { + "key": "miexpandSection", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "expandSection", + "runCell", + "runCellsInSection", + "foldSection", + "expandSection" + ], + "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", + "revealRunningCellShort", + "revealRunningCell", + "revealRunningCell", + "revealRunningCell", + "revealLastFailedCell", + "revealLastFailedCell", + "revealLastFailedCellShort", + "notebookActions.cancelNotebook", + "notebookActions.interruptNotebook" + ], + "vs/workbench/contrib/notebook/browser/controller/layoutActions": [ + "notebook.showLineNumbers", + "notebook.placeholder", + "saveTarget.machine", + "saveTarget.workspace", + { + "key": "mitoggleNotebookStickyScroll", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "notebookStickyScroll", + { + "key": "mitoggleNotebookStickyScroll", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "workbench.notebook.layout.select.label", + "workbench.notebook.layout.configure.label", + "workbench.notebook.layout.configure.label", + "customizeNotebook", + "notebook.toggleLineNumbers", + "notebook.toggleCellToolbarPosition", + "notebook.toggleBreadcrumb", + "notebook.saveMimeTypeOrder", + "workbench.notebook.layout.webview.reset.label", + "toggleStickyScroll" + ], + "vs/workbench/contrib/notebook/browser/controller/editActions": [ + "notebookActions.editCell", + "notebookActions.quitEdit", + "notebookActions.deleteCell", + "confirmDeleteButton", + "confirmDeleteButtonMessage", + "doNotAskAgain", + "clearCellOutputs", + "clearAllCellsOutputs", + "changeLanguage", + "changeLanguage", + "languageDescription", + "languageDescriptionConfigured", + "autoDetect", + "languagesPicks", "pickLanguageToConfigure", + "noDetection", + "noNotebookEditor", + "noWritableCodeEditor", + "indentConvert", + "indentView", + "pickAction", "detectLanguage", - "noDetection" + "selectNotebookIndentation" ], "vs/workbench/contrib/notebook/browser/controller/cellOutputActions": [ "notebookActions.copyOutput" @@ -9375,22 +9788,23 @@ "unfold.cell", "fold.cell" ], + "vs/workbench/contrib/notebook/browser/contrib/find/notebookFind": [ + "notebookActions.hideFind", + "notebookActions.findInNotebook" + ], "vs/workbench/contrib/notebook/browser/contrib/clipboard/notebookClipboard": [ "notebookActions.copy", "notebookActions.cut", "notebookActions.paste", "notebookActions.pasteAbove", + "notebook.cell.output.selectAll", "toggleNotebookClipboardLog" ], - "vs/workbench/contrib/notebook/browser/contrib/find/notebookFind": [ - "notebookActions.hideFind", - "notebookActions.findInNotebook" - ], "vs/workbench/contrib/notebook/browser/contrib/format/formatting": [ - "format.title", "label", "formatCell.label", - "formatCells.label" + "formatCells.label", + "format.title" ], "vs/workbench/contrib/notebook/browser/contrib/saveParticipants/saveParticipants": [ "notebookFormatSave.formatting", @@ -9414,7 +9828,19 @@ "vs/workbench/contrib/notebook/browser/contrib/layout/layoutActions": [ "notebook.toggleCellToolbarPosition" ], + "vs/workbench/contrib/notebook/browser/contrib/outline/notebookOutline": [ + "outline.showMarkdownHeadersOnly", + "outline.showCodeCells", + "outline.showCodeCellSymbols", + "breadcrumbs.showCodeCells", + "notebook.gotoSymbols.showAllSymbols", + "filter", + "toggleShowMarkdownHeadersOnly", + "toggleCodeCells", + "toggleCodeCellSymbols" + ], "vs/workbench/contrib/notebook/browser/contrib/navigation/arrow": [ + "notebook.cell.webviewHandledEvents", "cursorMoveDown", "cursorMoveUp", "focusFirstCell", @@ -9428,11 +9854,6 @@ "cursorPageDownSelect", "notebook.navigation.allowNavigateToSurroundingCells" ], - "vs/workbench/contrib/notebook/browser/contrib/outline/notebookOutline": [ - "outline.showCodeCells", - "breadcrumbs.showCodeCells", - "notebook.gotoSymbols.showAllSymbols" - ], "vs/workbench/contrib/notebook/browser/contrib/profile/notebookProfile": [ "setProfileTitle" ], @@ -9447,7 +9868,8 @@ "notebook.cell.status.pending", "notebook.cell.status.executing", "notebook.cell.statusBar.timerTooltip.reportIssueFootnote", - "notebook.cell.statusBar.timerTooltip" + "notebook.cell.statusBar.timerTooltip", + "notebook.cell.status.diagnostic" ], "vs/workbench/contrib/notebook/browser/contrib/editorStatusBar/editorStatusBar": [ "notebook.info", @@ -9457,9 +9879,18 @@ "kernel.select.label", "notebook.activeCellStatusName", "notebook.multiActiveCellIndicator", - "notebook.singleActiveCellIndicator" + "notebook.singleActiveCellIndicator", + "notebook.indentation", + "selectNotebookIndentation" + ], + "vs/workbench/contrib/notebook/browser/contrib/troubleshoot/layout": [ + "workbench.notebook.toggleLayoutTroubleshoot", + "workbench.notebook.inspectLayout", + "workbench.notebook.clearNotebookEdtitorTypeCache" ], "vs/workbench/contrib/notebook/browser/contrib/cellCommands/cellCommands": [ + "notebookActions.toggleOutputs", + "cellCommands.quickFix.noneMessage", "notebookActions.moveCellUp", "notebookActions.moveCellDown", "notebookActions.copyCellUp", @@ -9475,170 +9906,228 @@ "notebookActions.collapseCellOutput", "notebookActions.expandCellOutput", "notebookActions.toggleOutputs", - "notebookActions.toggleOutputs", "notebookActions.collapseAllCellInput", "notebookActions.expandAllCellInput", "notebookActions.collapseAllCellOutput", "notebookActions.expandAllCellOutput", - "notebookActions.toggleScrolling" + "notebookActions.toggleScrolling", + "notebookActions.cellFailureActions" ], "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.action.previous.title", "notebook.diff.action.next.title", "notebook.diff.ignoreMetadata", - "notebook.diff.ignoreOutputs" + "notebook.diff.ignoreOutputs", + "notebook.diff.switchToText", + "notebook.diff.showOutputs", + "notebook.diff.showMetadata" ], - "vs/workbench/contrib/notebook/browser/contrib/troubleshoot/layout": [ - "workbench.notebook.toggleLayoutTroubleshoot", - "workbench.notebook.inspectLayout", - "workbench.notebook.clearNotebookEdtitorTypeCache" + "vs/editor/contrib/peekView/browser/peekView": [ + "inReferenceSearchEditor", + "label.close", + "peekViewTitleBackground", + "peekViewTitleForeground", + "peekViewTitleInfoForeground", + "peekViewBorder", + "peekViewResultsBackground", + "peekViewResultsMatchForeground", + "peekViewResultsFileForeground", + "peekViewResultsSelectionBackground", + "peekViewResultsSelectionForeground", + "peekViewEditorBackground", + "peekViewEditorGutterBackground", + "peekViewEditorStickScrollBackground", + "peekViewResultsMatchHighlight", + "peekViewEditorMatchHighlight", + "peekViewEditorMatchHighlightBorder" ], - "vs/workbench/contrib/inlineChat/browser/inlineChatController": [ - "welcome.1", - "welcome.2", - "create.fail", - "create.fail.detail", - "welcome.1", - "default.placeholder", - "default.placeholder.history", - "thinking", - "editResponseMessage", - "empty", - "empty", - "err.apply", - "err.discard" + "vs/workbench/contrib/interactive/browser/interactiveEditor": [ + "interactiveInputPlaceHolder" ], - "vs/workbench/contrib/inlineChat/common/inlineChat": [ - "inlineChatHasProvider", - "inlineChatVisible", - "inlineChatFocused", - "inlineChatResponseFocused", - "inlineChatEmpty", - "inlineChatInnerCursorFirst", - "inlineChatInnerCursorLast", - "inlineChatInnerCursorStart", - "inlineChatInnerCursorEnd", - "inlineChatMarkdownMessageCropState", - "inlineChatOuterCursorPosition", - "inlineChatHasActiveRequest", - "inlineChatHasStashedSession", - "inlineChatResponseType", - "inlineChatResponseTypes", - "inlineChatDidEdit", - "inlineChatUserDidEdit", - "inlineChatLastFeedbackKind", - "inlineChatDocumentChanged", - "inlineChat.background", - "inlineChat.border", - "inlineChat.shadow", - "inlineChat.regionHighlight", - "inlineChatInput.border", - "inlineChatInput.focusBorder", - "inlineChatInput.placeholderForeground", - "inlineChatInput.background", - "inlineChatDiff.inserted", - "inlineChatDiff.removed", - "mode", - "mode.livePreview", - "mode.preview", - "mode.live", - "showDiff", - "showGutterIcon" + "vs/workbench/contrib/notebook/browser/notebookIcons": [ + "selectKernelIcon", + "executeIcon", + "executeAboveIcon", + "executeBelowIcon", + "stopIcon", + "deleteCellIcon", + "executeAllIcon", + "editIcon", + "stopEditIcon", + "moveUpIcon", + "moveDownIcon", + "clearIcon", + "splitCellIcon", + "successStateIcon", + "errorStateIcon", + "pendingStateIcon", + "executingStateIcon", + "collapsedIcon", + "expandedIcon", + "openAsTextIcon", + "revertIcon", + "renderOutputIcon", + "mimetypeIcon", + "copyIcon", + "previousChangeIcon", + "nextChangeIcon", + "variablesViewIcon" ], - "vs/workbench/contrib/inlineChat/browser/inlineChatActions": [ - "run", - "unstash", - "cat", - "accept", - "rerun", - "rerunShort", - "stop", - "arrowUp", - "arrowDown", - "focus", - "previousFromHistory", - "nextFromHistory", - "discardMenu", - "discard", - "undo.clipboard", - "undo.newfile", - "feedback.helpful", - "feedback.unhelpful", - "showDiff", - { - "key": "miShowDiff", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "showDiff2", - { - "key": "miShowDiff2", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "apply1", - "apply2", - "cancel", - "copyRecordings", - "label", - "viewInChat", - "expandMessage", - "contractMessage" + "vs/platform/quickinput/browser/helpQuickAccess": [ + "helpPickAriaLabel" ], - "vs/workbench/contrib/inlineChat/browser/inlineChatDecorations": [ - "startInlineChatIcon", - "toggleShowGutterIcon" + "vs/workbench/contrib/quickaccess/browser/viewQuickAccess": [ + "noViewResults", + "views", + "panels", + "secondary side bar", + "terminalTitle", + "terminals", + "debugConsoles", + "channels", + "openView", + "quickOpenView" ], "vs/workbench/contrib/files/browser/fileConstants": [ + "removeFolderFromWorkspace", "saveAs", "save", "saveWithoutFormatting", "saveAll", - "removeFolderFromWorkspace", "newUntitledFile" ], - "vs/workbench/contrib/testing/browser/testingProgressUiService": [ - "testProgress.runningInitial", - "testProgress.running", + "vs/workbench/contrib/quickaccess/browser/commandsQuickAccess": [ + "noCommandResults", + "configure keybinding", + "askXInChat", + "commandWithCategory", + "confirmClearMessage", + "confirmClearDetail", + { + "key": "clearButtonLabel", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "showTriggerActions", + "clearCommandHistory" + ], + "vs/workbench/contrib/testing/browser/codeCoverageDecorations": [ + "testing.toggleInlineCoverage", + "coverage.branches", + "coverage.branchNotCovered", + "coverage.branchCoveredYes", + "coverage.branchCovered", + "coverage.declExecutedNo", + "coverage.declExecutedCount", + "coverage.declExecutedYes", + "coverage.toggleInline" + ], + "vs/workbench/contrib/testing/browser/testCoverageBars": [ + "statementCoverage", + "functionCoverage", + "branchCoverage" + ], + "vs/workbench/contrib/testing/browser/icons": [ + "testViewIcon", + "testingResultsIcon", + "testingRunIcon", + "testingRerunIcon", + "testingRunAllIcon", + "testingDebugAllIcon", + "testingDebugIcon", + "testingCoverageIcon", + "testingRunAllWithCoverageIcon", + "testingCancelIcon", + "filterIcon", + "hiddenIcon", + "testingShowAsList", + "testingShowAsTree", + "testingUpdateProfiles", + "testingRefreshTests", + "testingTurnContinuousRunOn", + "testingTurnContinuousRunOff", + "testingTurnContinuousRunIsOn", + "testingCancelRefreshTests", + "testingCoverage", + "testingWasCovered", + "testingMissingBranch", + "testingErrorIcon", + "testingFailedIcon", + "testingPassedIcon", + "testingQueuedIcon", + "testingSkippedIcon", + "testingUnsetIcon" + ], + "vs/workbench/contrib/testing/browser/testCoverageView": [ + "functionsWithoutCoverage", + "loadingCoverageDetails", + "testCoverageItemLabel", + "testCoverageTreeLabel", + "testing.coverageSortByLocation", + "testing.coverageSortByLocationDescription", + "testing.coverageSortByCoverage", + "testing.coverageSortByCoverageDescription", + "testing.coverageSortByName", + "testing.coverageSortByNameDescription", + "testing.coverageSortPlaceholder", + "testing.changeCoverageSort" + ], + "vs/workbench/contrib/testing/browser/testingDecorations": [ + "peekTestOutout", + "expected.title", + "actual.title", + "testing.gutterMsg.contextMenu", + "testing.gutterMsg.debug", + "testing.gutterMsg.coverage", + "testing.gutterMsg.run", + "run test", + "debug test", + "coverage test", + "testing.runUsing", + "peek failure", + "reveal test", + "run all test", + "run all test with coverage", + "debug all test", + "testOverflowItems", + "selectTestToRun" + ], + "vs/workbench/contrib/testing/browser/testingProgressUiService": [ + "testProgress.runningInitial", + "testProgress.running", "testProgressWithSkip.running", "testProgress.completed", "testProgressWithSkip.completed" ], - "vs/workbench/contrib/testing/browser/testingOutputPeek": [ - "testing.markdownPeekError", - "testOutputTitle", - "testingOutputExpected", - "testingOutputActual", - "runNoOutputForPast", - "runNoOutput", - "close", - "testUnnamedTask", - "messageMoreLinesN", - "messageMoreLines1", - "testingPeekLabel", - "testing.showResultOutput", - "testing.showResultOutput", - "testing.reRunLastRun", - "testing.debugLastRun", - "testing.showResultOutput", - "testing.revealInExplorer", - "run test", - "debug test", - "testing.goToFile", - "testing.goToError", - "testing.goToNextMessage", - "testing.goToPreviousMessage", - "testing.openMessageInEditor", - "testing.toggleTestingPeekHistory" + "vs/workbench/contrib/testing/browser/testingExplorerView": [ + "defaultTestProfile", + "selectDefaultConfigs", + "configureTestProfiles", + "noResults", + "testingContinuousBadge", + "testingCountBadgePassed", + "testingCountBadgeSkipped", + "testingCountBadgeFailed", + "testingNoTest", + "testingFindExtension", + { + "key": "testing.treeElementLabelDuration", + "comment": [ + "{0} is the original label in testing.treeElementLabel, {1} is a duration" + ] + }, + { + "key": "testing.treeElementLabelOutdated", + "comment": [ + "{0} is the original label in testing.treeElementLabel" + ] + }, + "testExplorer" ], "vs/workbench/contrib/testing/browser/testingViewPaneContainer": [ "testing" @@ -9661,6 +10150,7 @@ "testing.defaultGutterClickAction", "testing.defaultGutterClickAction.run", "testing.defaultGutterClickAction.debug", + "testing.defaultGutterClickAction.coverage", "testing.defaultGutterClickAction.contextMenu", "testing.gutterEnabled", "testing.saveBeforeTest", @@ -9669,22 +10159,49 @@ "testing.openTesting.openOnTestFailure", "testing.openTesting.openExplorerOnTestStart", "testing.openTesting", - "testing.alwaysRevealTestOnStateChange" + "testing.alwaysRevealTestOnStateChange", + "testing.ShowCoverageInExplorer", + "testing.displayedCoveragePercent", + "testing.displayedCoveragePercent.totalCoverage", + "testing.displayedCoveragePercent.statement", + "testing.displayedCoveragePercent.minimum", + "testing.coverageBarThresholds" ], - "vs/workbench/contrib/testing/browser/testingDecorations": [ - "peekTestOutout", - "expected.title", - "actual.title", - "testing.gutterMsg.contextMenu", - "testing.gutterMsg.debug", - "testing.gutterMsg.run", + "vs/workbench/contrib/testing/browser/testingOutputPeek": [ + "testing.markdownPeekError", + "testOutputTitle", + "testingOutputExpected", + "testingOutputActual", + "caseNoOutput", + "runNoOutput", + "runNoOutputForPast", + "openTestCoverage", + "closeTestCoverage", + "testUnnamedTask", + "messageMoreLinesN", + "messageMoreLines1", + "testingPeekLabel", + "testing.showResultOutput", + "testing.showResultOutput", + "testing.reRunLastRun", + "testing.debugLastRun", + "testing.showResultOutput", + "testing.revealInExplorer", "run test", "debug test", - "testing.runUsing", - "peek failure", - "reveal test", - "run all test", - "debug all test" + "testing.goToFile", + "testing.goToError", + "close", + "testing.goToNextMessage", + "testing.goToNextMessage.description", + "testing.goToPreviousMessage", + "testing.goToPreviousMessage.description", + "testing.openMessageInEditor", + "testing.toggleTestingPeekHistory", + "testing.toggleTestingPeekHistory.description" + ], + "vs/workbench/contrib/testing/common/testingContentProvider": [ + "runNoOutout" ], "vs/workbench/contrib/testing/common/testServiceImpl": [ "testTrust", @@ -9692,35 +10209,6 @@ "testTrust", "testError" ], - "vs/workbench/contrib/testing/common/testingContentProvider": [ - "runNoOutout" - ], - "vs/workbench/contrib/testing/browser/icons": [ - "testViewIcon", - "testingResultsIcon", - "testingRunIcon", - "testingRerunIcon", - "testingRunAllIcon", - "testingDebugAllIcon", - "testingDebugIcon", - "testingCancelIcon", - "filterIcon", - "hiddenIcon", - "testingShowAsList", - "testingShowAsTree", - "testingUpdateProfiles", - "testingRefreshTests", - "testingTurnContinuousRunOn", - "testingTurnContinuousRunOff", - "testingTurnContinuousRunIsOn", - "testingCancelRefreshTests", - "testingErrorIcon", - "testingFailedIcon", - "testingPassedIcon", - "testingQueuedIcon", - "testingSkippedIcon", - "testingUnsetIcon" - ], "vs/workbench/contrib/testing/common/testingContextKeys": [ "testing.canRefresh", "testing.isRefreshing", @@ -9733,44 +10221,54 @@ "testing.supportsContinuousRun", "testing.isParentRunningContinuously", "testing.activeEditorHasTests", + "testing.isTestCoverageOpen", "testing.peekItemType", "testing.controllerId", "testing.testId", "testing.testItemHasUri", "testing.testItemIsHidden", "testing.testMessage", - "testing.testResultOutdated" + "testing.testResultOutdated", + "testing.testResultState" ], "vs/workbench/contrib/testing/browser/testingConfigurationUi": [ "testConfigurationUi.pick", "updateTestConfiguration" ], "vs/workbench/contrib/testing/browser/testExplorerActions": [ + "testing.toggleContinuousRunOff", + "configureProfile", + "testing.noProfiles", + "testing.selectContinuousProfiles", + "discoveringTests", + "noTestProvider", + "noDebugTestProvider", + "noCoverageTestProvider", + "noTestsAtCursor", + "noTests", + "noTestsInFile", + "testing.noCoverage", + "runSelectedTests", + "debugSelectedTests", + "coverageSelectedTests", "hideTest", "unhideTest", "unhideAllTests", "debug test", + "run with cover test", "testing.runUsing", "run test", "testing.selectDefaultTestProfiles", "testing.toggleContinuousRunOn", - "testing.toggleContinuousRunOff", "testing.startContinuousRunUsing", "testing.configureProfile", - "configureProfile", "testing.stopContinuous", - "testing.noProfiles", - "testing.selectContinuousProfiles", "testing.startContinuous", "getSelectedProfiles", "getExplorerSelection", - "runSelectedTests", - "debugSelectedTests", - "discoveringTests", "runAllTests", - "noTestProvider", "debugAllTests", - "noDebugTestProvider", + "runAllWithCoverage", "testing.cancelRun", "testing.viewAsList", "testing.viewAsTree", @@ -9781,24 +10279,57 @@ "testing.collapseAll", "testing.clearResults", "testing.editFocusedTest", - "noTestsAtCursor", "testing.runAtCursor", "testing.debugAtCursor", - "noTestsInFile", + "testing.coverageAtCursor", "testing.runCurrentFile", "testing.debugCurrentFile", + "testing.coverageCurrentFile", "testing.reRunFailTests", "testing.debugFailTests", "testing.reRunLastRun", "testing.debugLastRun", + "testing.coverageLastRun", "testing.searchForTestExtension", "testing.openOutputPeek", "testing.toggleInlineTestOutput", "testing.refreshTests", - "testing.cancelTestRefresh" + "testing.cancelTestRefresh", + "testing.clearCoverage", + "testing.openCoverage" + ], + "vs/workbench/contrib/files/browser/views/emptyView": [ + "noWorkspace" + ], + "vs/workbench/contrib/files/browser/views/explorerView": [ + "explorerSection", + "createNewFile", + "createNewFolder", + "refreshExplorer", + "refreshExplorerMetadata", + "collapseExplorerFolders", + "collapseExplorerFoldersMetadata" + ], + "vs/workbench/contrib/files/browser/views/openEditorsView": [ + "dirtyCounter", + "openEditors", + { + "key": "miToggleEditorLayout", + "comment": [ + "&& denotes a mnemonic" + ] + }, + { + "key": "openEditors", + "comment": [ + "Open is an adjective" + ] + }, + "flipLayout", + "miToggleEditorLayoutWithoutMnemonic", + "newUntitledFile" ], "vs/workbench/contrib/logs/common/logsActions": [ - "setLogLevel", "all", "extensionLogs", "loggers", @@ -9806,127 +10337,14 @@ "selectLogLevelFor", "selectLogLevel", "resetLogLevel", - "trace", - "debug", - "info", - "warn", - "err", - "off", "default", - "openSessionLogFile", "current", "sessions placeholder", - "log placeholder" - ], - "vs/editor/contrib/peekView/browser/peekView": [ - "inReferenceSearchEditor", - "label.close", - "peekViewTitleBackground", - "peekViewTitleForeground", - "peekViewTitleInfoForeground", - "peekViewBorder", - "peekViewResultsBackground", - "peekViewResultsMatchForeground", - "peekViewResultsFileForeground", - "peekViewResultsSelectionBackground", - "peekViewResultsSelectionForeground", - "peekViewEditorBackground", - "peekViewEditorGutterBackground", - "peekViewEditorStickScrollBackground", - "peekViewResultsMatchHighlight", - "peekViewEditorMatchHighlight", - "peekViewEditorMatchHighlightBorder" - ], - "vs/workbench/contrib/testing/browser/testingExplorerView": [ - "defaultTestProfile", - "selectDefaultConfigs", - "configureTestProfiles", - "noResults", - "testingContinuousBadge", - "testingCountBadgePassed", - "testingCountBadgeSkipped", - "testingCountBadgeFailed", - "testingNoTest", - "testingFindExtension", - { - "key": "testing.treeElementLabelDuration", - "comment": [ - "{0} is the original label in testing.treeElementLabel, {1} is a duration" - ] - }, - { - "key": "testing.treeElementLabelOutdated", - "comment": [ - "{0} is the original label in testing.treeElementLabel" - ] - }, - "testExplorer" - ], - "vs/workbench/contrib/interactive/browser/interactiveEditor": [ - "interactiveInputPlaceHolder" - ], - "vs/platform/quickinput/browser/helpQuickAccess": [ - "helpPickAriaLabel" - ], - "vs/workbench/contrib/quickaccess/browser/viewQuickAccess": [ - "noViewResults", - "views", - "panels", - "secondary side bar", - "terminalTitle", - "terminals", - "debugConsoles", - "channels", - "openView", - "quickOpenView" - ], - "vs/workbench/contrib/quickaccess/browser/commandsQuickAccess": [ - "noCommandResults", - "configure keybinding", - "askXInChat", - "commandWithCategory", - "showTriggerActions", - "clearCommandHistory", - "confirmClearMessage", - "confirmClearDetail", - { - "key": "clearButtonLabel", - "comment": [ - "&& denotes a mnemonic" - ] - } - ], - "vs/workbench/contrib/notebook/browser/notebookIcons": [ - "selectKernelIcon", - "executeIcon", - "executeAboveIcon", - "executeBelowIcon", - "stopIcon", - "deleteCellIcon", - "executeAllIcon", - "editIcon", - "stopEditIcon", - "moveUpIcon", - "moveDownIcon", - "clearIcon", - "splitCellIcon", - "successStateIcon", - "errorStateIcon", - "pendingStateIcon", - "executingStateIcon", - "collapsedIcon", - "expandedIcon", - "openAsTextIcon", - "revertIcon", - "renderOutputIcon", - "mimetypeIcon", - "copyIcon", - "previousChangeIcon", - "nextChangeIcon" + "log placeholder", + "setLogLevel", + "openSessionLogFile" ], "vs/workbench/contrib/files/browser/fileActions": [ - "newFile", - "newFolder", "rename", "delete", "copyFile", @@ -10009,26 +10427,29 @@ "confirmDeleteMessageFile", "confirmOverwrite", "replaceButtonLabel", - "globalCompareFile", "saveAllInGroup", "closeGroup", - "focusFilesExplorer", - "showInExplorer", - "openFileInNewWindow", "openFileToShowInNewWindow.unsupportedschema", "emptyFileNameError", "fileNameStartsWithSlashError", "fileNameExistsError", "invalidFileNameError", "fileNameWhitespaceWarning", - "compareNewUntitledTextFiles", - "compareWithClipboard", "clipboardComparisonLabel", "retry", "createBulkEdit", "creatingBulkEdit", "renameBulkEdit", "renamingBulkEdit", + "confirmMultiPasteNative", + "confirmPasteNative", + "doNotAskAgain", + { + "key": "pasteButtonLabel", + "comment": [ + "&& denotes a mnemonic" + ] + }, "fileIsAncestor", { "key": "movingBulkEdit", @@ -10054,6 +10475,7 @@ "Placeholder will be replaced by the name of the file moved." ] }, + "fileDeleted", { "key": "copyingBulkEdit", "comment": [ @@ -10078,13 +10500,26 @@ "Placeholder will be replaced by the name of the file copied." ] }, - "fileDeleted", + "newFile", + "newFolder", + "globalCompareFile", + "compareFileWithMeta", + "toggleAutoSave", + "toggleAutoSaveDescription", + "focusFilesExplorer", + "focusFilesExplorerMetadata", + "showInExplorer", + "showInExplorerMetadata", + "openFileInEmptyWorkspace", + "openFileInEmptyWorkspaceMetadata", + "compareNewUntitledTextFiles", + "compareNewUntitledTextFilesMeta", + "compareWithClipboard", + "compareWithClipboardMeta", "setActiveEditorReadonlyInSession", "setActiveEditorWriteableInSession", "toggleActiveEditorReadonlyInSession", - "resetActiveEditorReadonlyInSession", - "toggleAutoSave", - "toggleAutoSaveDescription" + "resetActiveEditorReadonlyInSession" ], "vs/workbench/contrib/files/browser/editors/textFileSaveErrorHandler": [ "userGuide", @@ -10127,32 +10562,6 @@ "genericRevertError", "newFileCommand.saveLabel" ], - "vs/workbench/contrib/files/browser/views/explorerView": [ - "explorerSection", - "createNewFile", - "createNewFolder", - "refreshExplorer", - "collapseExplorerFolders" - ], - "vs/workbench/contrib/files/browser/views/openEditorsView": [ - "dirtyCounter", - "openEditors", - "flipLayout", - "miToggleEditorLayoutWithoutMnemonic", - { - "key": "miToggleEditorLayout", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "newUntitledFile", - { - "key": "openEditors", - "comment": [ - "Open is an adjective" - ] - } - ], "vs/workbench/contrib/files/browser/editors/binaryFileEditor": [ "binaryFileEditor" ], @@ -10170,11 +10579,11 @@ "detectIndentation", "trimAutoWhitespace", "largeFileOptimizations", + "wordBasedSuggestions.off", + "wordBasedSuggestions.currentDocument", + "wordBasedSuggestions.matchingDocuments", + "wordBasedSuggestions.allDocuments", "wordBasedSuggestions", - "wordBasedSuggestionsMode.currentDocument", - "wordBasedSuggestionsMode.matchingDocuments", - "wordBasedSuggestionsMode.allDocuments", - "wordBasedSuggestionsMode", "semanticHighlighting.true", "semanticHighlighting.false", "semanticHighlighting.configuredByTheme", @@ -10196,6 +10605,7 @@ "renderSideBySideInlineBreakpoint", "useInlineViewWhenSpaceIsLimited", "renderMarginRevertIcon", + "renderGutterMenu", "ignoreTrimWhitespace", "renderIndicators", "codeLens", @@ -10230,15 +10640,7 @@ "cancel", "empty.msg", "conflict.1", - "conflict.N", - "edt.title.del", - "rename", - "create", - "edt.title.2", - "edt.title.1" - ], - "vs/workbench/contrib/bulkEdit/browser/preview/bulkEditPreview": [ - "default" + "conflict.N" ], "vs/editor/contrib/quickAccess/browser/gotoLineQuickAccess": [ "cannotRunGotoLine", @@ -10249,7 +10651,6 @@ ], "vs/workbench/contrib/codeEditor/browser/quickaccess/gotoSymbolQuickAccess": [ "empty", - "gotoSymbol", { "key": "miGotoSymbolInEditor", "comment": [ @@ -10258,11 +10659,13 @@ }, "gotoSymbolQuickAccessPlaceholder", "gotoSymbolQuickAccess", - "gotoSymbolByCategoryQuickAccess" + "gotoSymbolByCategoryQuickAccess", + "gotoSymbol" ], "vs/workbench/contrib/search/browser/anythingQuickAccess": [ "noAnythingResults", "recentlyOpenedSeparator", + "recentlyOpenedSeparator", "fileAndSymbolResultsSeparator", "fileResultsSeparator", "helpPickAriaLabel", @@ -10284,6 +10687,7 @@ ], "vs/workbench/contrib/search/browser/searchIcons": [ "searchDetailsIcon", + "searchSeeMoreIcon", "searchShowContextIcon", "searchHideReplaceIcon", "searchShowReplaceIcon", @@ -10299,7 +10703,14 @@ "searchStopIcon", "searchViewIcon", "searchNewEditorIcon", - "searchOpenInFile" + "searchOpenInFile", + "searchSparkleFilled", + "searchSparkleEmpty" + ], + "vs/workbench/contrib/search/browser/symbolsQuickAccess": [ + "noSymbolResults", + "openToSide", + "openToBottom" ], "vs/workbench/contrib/search/browser/searchWidget": [ "search.action.replaceAll.disabled.label", @@ -10311,15 +10722,13 @@ "label.Replace", "search.replace.placeHolder" ], - "vs/workbench/contrib/search/browser/symbolsQuickAccess": [ - "noSymbolResults", - "openToSide", - "openToBottom" - ], "vs/workbench/contrib/search/browser/quickTextSearch/textSearchQuickAccess": [ "QuickSearchSeeMoreFiles", "QuickSearchOpenInFile", - "QuickSearchMore" + "QuickSearchMore", + "showMore", + "enterSearchTerm", + "noAnythingResults" ], "vs/workbench/contrib/search/browser/searchActionsCopy": [ "copyMatchLabel", @@ -10327,10 +10736,7 @@ "copyAllLabel" ], "vs/workbench/contrib/search/browser/searchActionsFind": [ - "restrictResultsToFolder", - "excludeFolderFromSearch", - "revealInSideBar", - "findInFiles", + "search.expandRecursively", { "key": "miFindInFiles", "comment": [ @@ -10339,6 +10745,10 @@ }, "findInFiles.description", "findInFiles.args", + "restrictResultsToFolder", + "excludeFolderFromSearch", + "revealInSideBar", + "findInFiles", "findInFolder", "findInWorkspace" ], @@ -10367,6 +10777,16 @@ "file.replaceAll.label", "file.replaceAll.label" ], + "vs/workbench/contrib/search/browser/searchActionsSymbol": [ + "showTriggerActions", + { + "key": "miGotoSymbolInWorkspace", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "showTriggerActions" + ], "vs/workbench/contrib/search/browser/searchActionsTopBar": [ "clearSearchHistoryLabel", "CancelSearchAction.label", @@ -10377,22 +10797,50 @@ "ViewAsTreeAction.label", "ViewAsListAction.label" ], - "vs/workbench/contrib/search/browser/searchActionsSymbol": [ - "showTriggerActions", - "showTriggerActions", - { - "key": "miGotoSymbolInWorkspace", - "comment": [ - "&& denotes a mnemonic" - ] - } - ], "vs/workbench/contrib/search/browser/searchActionsTextQuickAccess": [ "quickTextSearch" ], + "vs/workbench/browser/parts/views/viewPane": [ + "viewPaneContainerExpandedIcon", + "viewPaneContainerCollapsedIcon", + "viewToolbarAriaLabel", + "viewAccessibilityHelp" + ], + "vs/workbench/browser/labels": [ + "notebookCellLabel", + "notebookCellLabel" + ], "vs/workbench/contrib/search/browser/searchActionsBase": [ "search" ], + "vs/workbench/contrib/search/browser/patternInputWidget": [ + "defaultLabel", + "onlySearchInOpenEditors", + "useExcludesAndIgnoreFilesDescription" + ], + "vs/workbench/contrib/search/browser/searchMessage": [ + "unable to open trust", + "unable to open" + ], + "vs/workbench/contrib/search/browser/searchResultsView": [ + "searchFolderMatch.other.label", + "searchFolderMatch.other.label", + "searchFileMatches", + "searchFileMatch", + "searchMatches", + "searchMatch", + "lineNumStr", + "numLinesStr", + "search", + "folderMatchAriaLabel", + "otherFilesAriaLabel", + "fileMatchAriaLabel", + "replacePreviewResultAria", + "searchResultAria" + ], + "vs/workbench/services/search/common/queryBuilder": [ + "search.noWorkspaceWithName" + ], "vs/workbench/contrib/searchEditor/browser/searchEditor": [ "moreSearch", "searchScope.includes", @@ -10404,10 +10852,9 @@ "searchEditor", "textInputBoxBorder" ], - "vs/workbench/contrib/searchEditor/browser/searchEditorInput": [ - "searchTitle.withQuery", - "searchTitle.withQuery", - "searchTitle" + "vs/workbench/contrib/scm/browser/activity": [ + "status.scm", + "scmPendingChangesBadge" ], "vs/workbench/contrib/scm/browser/dirtydiffDecorator": [ "changes", @@ -10439,20 +10886,54 @@ "minimapGutterDeletedBackground", "overviewRulerModifiedForeground", "overviewRulerAddedForeground", - "overviewRulerDeletedForeground" + "overviewRulerDeletedForeground", + "diffAdded", + "diffModified", + "diffDeleted" ], - "vs/workbench/contrib/scm/browser/activity": [ - "status.scm", - "scmPendingChangesBadge" + "vs/workbench/contrib/searchEditor/browser/searchEditorInput": [ + "searchEditorLabelIcon", + "searchTitle.withQuery", + "searchTitle.withQuery", + "searchTitle" ], "vs/workbench/contrib/scm/browser/scmViewPaneContainer": [ "source control" ], + "vs/workbench/contrib/scm/browser/scmRepositoriesViewPane": [ + "scm" + ], + "vs/workbench/contrib/workspace/common/workspace": [ + "workspaceTrustEnabledCtx", + "workspaceTrustedCtx" + ], "vs/workbench/contrib/scm/browser/scmViewPane": [ + "scm.historyItemAdditionsForeground", + "scm.historyItemDeletionsForeground", + "scm.historyItemStatisticsBorder", + "scm.historyItemSelectedStatisticsBorder", + "fileChanged", + "filesChanged", + "insertion", + "insertions", + "deletion", + "deletions", "scm", "input", "sortAction", + "scmChanges", "repositories", + "incomingChanges", + "incomingChanges", + "always", + "auto", + "never", + "outgoingChanges", + "outgoingChanges", + "always", + "auto", + "never", + "showChangesSummary", "setListViewMode", "setTreeViewMode", "repositorySortByDiscoveryTime", @@ -10463,96 +10944,18 @@ "sortChangesByStatus", "collapse all", "expand all", - "label.close" - ], - "vs/workbench/contrib/scm/browser/scmRepositoriesViewPane": [ - "scm" - ], - "vs/workbench/contrib/workspace/common/workspace": [ - "workspaceTrustEnabledCtx", - "workspaceTrustedCtx" - ], - "vs/workbench/contrib/scm/browser/scmSyncViewPane": [ - "scmSync", - "incoming", - "outgoing", - "refresh", - "setListViewMode", - "setTreeViewMode" - ], - "vs/workbench/browser/parts/views/viewPane": [ - "viewPaneContainerExpandedIcon", - "viewPaneContainerCollapsedIcon", - "viewToolbarAriaLabel" - ], - "vs/workbench/contrib/search/browser/patternInputWidget": [ - "defaultLabel", - "onlySearchInOpenEditors", - "useExcludesAndIgnoreFilesDescription" - ], - "vs/workbench/contrib/search/browser/searchMessage": [ - "unable to open trust", - "unable to open" - ], - "vs/workbench/contrib/search/browser/searchResultsView": [ - "searchFolderMatch.other.label", - "searchFolderMatch.other.label", - "searchFileMatches", - "searchFileMatch", - "searchMatches", - "searchMatch", - "lineNumStr", - "numLinesStr", - "search", - "folderMatchAriaLabel", - "otherFilesAriaLabel", - "fileMatchAriaLabel", - "replacePreviewResultAria", - "searchResultAria" - ], - "vs/workbench/services/search/common/queryBuilder": [ - "search.noWorkspaceWithName" - ], - "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/exceptionWidget": [ - "debugExceptionWidgetBorder", - "debugExceptionWidgetBackground", - "exceptionThrownWithId", - "exceptionThrown", - "close" - ], - "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" + "scmInputMoreActions", + "scmInputCancelAction", + "label.close", + "syncSeparatorHeader", + "syncSeparatorHeaderAriaLabel", + "syncIncomingSeparatorHeader", + "syncIncomingSeparatorHeaderAriaLabel", + "syncOutgoingSeparatorHeader", + "syncOutgoingSeparatorHeaderAriaLabel", + "incomingChangesAriaLabel", + "outgoingChangesAriaLabel", + "allChanges" ], "vs/workbench/contrib/debug/browser/breakpointsView": [ "unverifiedExceptionBreakpoint", @@ -10563,12 +10966,17 @@ "read", "write", "access", + "expressionAndHitCount", "functionBreakpointPlaceholder", "functionBreakPointInputAriaLabel", "functionBreakpointExpressionPlaceholder", "functionBreakPointExpresionAriaLabel", "functionBreakpointHitCountPlaceholder", "functionBreakPointHitCountAriaLabel", + "dataBreakpointExpressionPlaceholder", + "dataBreakPointExpresionAriaLabel", + "dataBreakpointHitCountPlaceholder", + "dataBreakPointHitCountAriaLabel", "exceptionBreakpointAriaLabel", "exceptionBreakpointPlaceholder", "breakpoints", @@ -10590,43 +10998,60 @@ "logMessage", "expression", "hitCount", + "triggeredBy", "breakpoint", - "addFunctionBreakpoint", { "key": "miFunctionBreakpoint", "comment": [ "&& denotes a mnemonic" ] }, - "activateBreakpoints", + "dataBreakpointError", + "dataBreakpointAccessType", + "dataBreakpointMemoryRangePrompt", + "dataBreakpointMemoryRangePlaceholder", + "dataBreakpointAddrFormat", + "dataBreakpointAddrStartEnd", + { + "key": "miDataBreakpoint", + "comment": [ + "&& denotes a mnemonic" + ] + }, "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" + "editHitCount", + "editMode", + "selectBreakpointMode", + "addFunctionBreakpoint", + "addDataBreakpointOnAddress", + "editDataBreakpointOnAddress", + "activateBreakpoints", + "removeAllBreakpoints", + "enableAllBreakpoints", + "disableAllBreakpoints", + "reapplyAllBreakpoints" ], "vs/workbench/contrib/debug/browser/callStackView": [ { @@ -10701,44 +11126,10 @@ "debugIcon.continueForeground", "debugIcon.stepBackForeground" ], - "vs/workbench/contrib/debug/browser/debugCommands": [ - "debug", - "restartDebug", - "stepOverDebug", - "stepIntoDebug", - "stepIntoTargetDebug", - "stepOutDebug", - "pauseDebug", - "disconnect", - "disconnectSuspend", - "stop", - "continueDebug", - "focusSession", - "selectAndStartDebugging", - "openLaunchJson", - "startDebug", - "startWithoutDebugging", - "nextDebugConsole", - "prevDebugConsole", - "openLoadedScript", - "callStackTop", - "callStackBottom", - "callStackUp", - "callStackDown", - "selectDebugConsole", - "selectDebugSession", - "chooseLocation", - "noExecutableCode", - "jumpToCursor", - "editor.debug.action.stepIntoTargets.none", - "addConfiguration", - "addInlineBreakpoint" - ], "vs/workbench/contrib/debug/browser/debugConsoleQuickAccess": [ "workbench.action.debug.startDebug" ], "vs/workbench/contrib/debug/browser/debugEditorActions": [ - "toggleBreakpointAction", { "key": "miToggleBreakpoint", "comment": [ @@ -10759,6 +11150,13 @@ "&& denotes a mnemonic" ] }, + "triggerByBreakpointEditorAction", + { + "key": "miTriggerByBreakpoint", + "comment": [ + "&& denotes a mnemonic" + ] + }, "EditBreakpointEditorAction", { "key": "miEditBreakpoint", @@ -10766,14 +11164,12 @@ "&& denotes a mnemonic" ] }, - "openDisassemblyView", { "key": "miDisassemblyView", "comment": [ "&& denotes a mnemonic" ] }, - "toggleDisassemblyViewSourceCode", { "key": "mitogglesource", "comment": [ @@ -10791,6 +11187,10 @@ "goToNextBreakpoint", "goToPreviousBreakpoint", "closeExceptionWidget", + "toggleBreakpointAction", + "openDisassemblyView", + "toggleDisassemblyViewSourceCode", + "toggleDisassemblyViewSourceCodeDescription", "runToCursor", "evaluateInDebugConsole", "addToWatch" @@ -10806,6 +11206,7 @@ "debugBreakpoint", "debugBreakpointDisabled", "debugBreakpointUnverified", + "debugBreakpointPendingOnTrigger", "debugBreakpointFunction", "debugBreakpointFunctionDisabled", "debugBreakpointFunctionUnverified", @@ -10846,6 +11247,7 @@ "watchExpressionRemove", "watchExpressionsAdd", "watchExpressionsAddFuncBreakpoint", + "watchExpressionsAddDataBreakpoint", "breakpointsRemoveAll", "breakpointsActivate", "debugConsoleEvaluationInput", @@ -10911,6 +11313,42 @@ "breakpointAdded", "breakpointRemoved" ], + "vs/workbench/contrib/debug/browser/debugCommands": [ + "openLaunchJson", + "chooseLocation", + "noExecutableCode", + "jumpToCursor", + "editor.debug.action.stepIntoTargets.none", + "addInlineBreakpoint", + "debug", + "restartDebug", + "stepOverDebug", + "stepIntoDebug", + "stepIntoTargetDebug", + "stepOutDebug", + "pauseDebug", + "disconnect", + "disconnectSuspend", + "stop", + "continueDebug", + "focusSession", + "selectAndStartDebugging", + "startDebug", + "startWithoutDebugging", + "nextDebugConsole", + "prevDebugConsole", + "openLoadedScript", + "callStackTop", + "callStackBottom", + "callStackUp", + "callStackDown", + "copyAsExpression", + "copyValue", + "addToWatchExpressions", + "selectDebugConsole", + "selectDebugSession", + "addConfiguration" + ], "vs/workbench/contrib/debug/browser/debugStatus": [ "status.debug", "debugTarget", @@ -10930,19 +11368,6 @@ "instructionBytes", "instructionText" ], - "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/debug/browser/statusbarColorProvider": [ "statusBarDebuggingBackground", "statusBarDebuggingForeground", @@ -10951,6 +11376,9 @@ ], "vs/workbench/contrib/debug/browser/variablesView": [ "variableValueAriaLabel", + "removeVisualizer", + "variableValueAriaLabel", + "useVisualizer", "variablesAriaTreeLabel", "variableScopeAriaLabel", { @@ -10960,11 +11388,50 @@ ] }, "viewMemory.prompt", - "cancel", - "install", - "viewMemory.install.progress", "collapse" ], + "vs/workbench/contrib/debug/browser/loadedScriptsView": [ + "loadedScriptsSession", + { + "comment": [ + "Debug is a noun in this context, not a verb." + ], + "key": "loadedScriptsAriaLabel" + }, + "loadedScriptsRootFolderAriaLabel", + "loadedScriptsSessionAriaLabel", + "loadedScriptsFolderAriaLabel", + "loadedScriptsSourceAriaLabel", + "collapse" + ], + "vs/workbench/contrib/debug/browser/welcomeView": [ + { + "key": "openAFileWhichCanBeDebugged", + "comment": [ + "Please do not translate the word \"command\", it is part of our internal syntax which must not change", + "{Locked=\"](command:{0})\"}" + ] + }, + "runAndDebugAction", + "detectThenRunAndDebug", + { + "key": "customizeRunAndDebug", + "comment": [ + "Please do not translate the word \"command\", it is part of our internal syntax which must not change", + "{Locked=\"](command:{0})\"}" + ] + }, + { + "key": "customizeRunAndDebugOpenFolder", + "comment": [ + "Please do not translate the word \"command\", it is part of our internal syntax which must not change", + "Please do not translate \"launch.json\", it is the specific configuration file name", + "{Locked=\"](command:{0})\"}" + ] + }, + "allDebuggersDisabled", + "run" + ], "vs/workbench/contrib/debug/browser/watchExpressionsView": [ "typeNewValue", "watchExpressionInputAriaLabel", @@ -10997,34 +11464,53 @@ } ], "vs/workbench/contrib/debug/common/disassemblyViewInput": [ + "disassemblyEditorLabelIcon", "disassemblyInputName" ], - "vs/workbench/contrib/debug/browser/welcomeView": [ + "vs/workbench/contrib/notebook/browser/contrib/notebookVariables/notebookVariableCommands": [ + "copyWorkspaceVariableValue", + "executeNotebookVariableProvider" + ], + "vs/workbench/contrib/debug/browser/debugHover": [ { - "key": "openAFileWhichCanBeDebugged", + "key": "quickTip", "comment": [ - "Please do not translate the word \"command\", it is part of our internal syntax which must not change", - "{Locked=\"](command:{0})\"}" + "\"switch to editor language hover\" means to show the programming language hover widget instead of the debug hover" ] }, - "runAndDebugAction", - "detectThenRunAndDebug", + "treeAriaLabel", { - "key": "customizeRunAndDebug", + "key": "variableAriaLabel", "comment": [ - "Please do not translate the word \"command\", it is part of our internal syntax which must not change", - "{Locked=\"](command:{0})\"}" + "Do not translate placeholders. Placeholders are name and value of a variable." + ] + } + ], + "vs/workbench/contrib/debug/browser/exceptionWidget": [ + "debugExceptionWidgetBorder", + "debugExceptionWidgetBackground", + "exceptionThrownWithId", + "exceptionThrown", + "close" + ], + "vs/workbench/contrib/debug/common/debugModel": [ + "invalidVariableAttributes", + "startDebugFirst", + "notAvailable", + { + "key": "pausedOn", + "comment": [ + "indicates reason for program being paused" ] }, + "paused", { - "key": "customizeRunAndDebugOpenFolder", + "key": "running", "comment": [ - "Please do not translate the word \"commmand\", it is part of our internal syntax which must not change", - "{Locked=\"](command:{0})\"}" + "indicates state" ] }, - "allDebuggersDisabled", - "run" + "breakpointDirtydHover" ], "vs/workbench/contrib/debug/browser/breakpointWidget": [ "breakpointWidgetLogMessagePlaceholder", @@ -11033,101 +11519,14 @@ "expression", "hitCount", "logMessage", - "breakpointType" - ], - "vs/platform/actions/browser/menuEntryActionViewItem": [ - "titleAndKb", - "titleAndKb", - "titleAndKbAndAlt" - ], - "vs/workbench/contrib/debug/browser/debugActionViewItems": [ - "debugLaunchConfigurations", - "noConfigurations", - "addConfigTo", - "addConfiguration", - "debugSession" - ], - "vs/workbench/contrib/mergeEditor/browser/commands/devCommands": [ - "mergeEditor", - "merge.dev.copyState", - "mergeEditor.name", - "mergeEditor.noActiveMergeEditor", - "mergeEditor.name", - "mergeEditor.successfullyCopiedMergeEditorContents", - "merge.dev.saveContentsToFolder", - "mergeEditor.name", - "mergeEditor.noActiveMergeEditor", - "mergeEditor.selectFolderToSaveTo", - "mergeEditor.name", - "mergeEditor.successfullySavedMergeEditorContentsToFolder", - "merge.dev.loadContentsFromFolder", - "mergeEditor.selectFolderToSaveTo" - ], - "vs/workbench/contrib/mergeEditor/browser/commands/commands": [ - "title", - "layout.mixed", - "layout.column", - "showNonConflictingChanges", - "layout.showBase", - "layout.showBaseTop", - "layout.showBaseCenter", - "mergeEditor", - "openfile", - "merge.goToNextUnhandledConflict", - "merge.goToPreviousUnhandledConflict", - "merge.toggleCurrentConflictFromLeft", - "merge.toggleCurrentConflictFromRight", - "mergeEditor.compareInput1WithBase", - "mergeEditor.compareWithBase", - "mergeEditor.compareInput2WithBase", - "mergeEditor.compareWithBase", - "merge.openBaseEditor", - "merge.acceptAllInput1", - "merge.acceptAllInput2", - "mergeEditor.resetResultToBaseAndAutoMerge", - "mergeEditor.resetResultToBaseAndAutoMerge.short", - "mergeEditor.resetChoice", - "mergeEditor.acceptMerge", - "mergeEditor.acceptMerge.unhandledConflicts.message", - "mergeEditor.acceptMerge.unhandledConflicts.detail", - { - "key": "mergeEditor.acceptMerge.unhandledConflicts.accept", - "comment": [ - "&& denotes a mnemonic" - ] - } - ], - "vs/workbench/contrib/mergeEditor/browser/mergeEditorInput": [ - "name" - ], - "vs/workbench/contrib/mergeEditor/browser/view/mergeEditor": [ - "mergeEditor" - ], - "vs/platform/history/browser/contextScopedHistoryWidget": [ - "suggestWidgetVisible" - ], - "vs/workbench/contrib/debug/browser/linkDetector": [ - "followForwardedLink", - "followLink", - "fileLinkWithPathMac", - "fileLinkWithPath", - "fileLinkMac", - "fileLink" - ], - "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/common/replModel": [ - "consoleCleared" + "triggeredBy", + "breakpointType", + "bpMode", + "noTriggerByBreakpoint", + "triggerByLoading", + "noBpSource", + "selectBreakpoint", + "ok" ], "vs/workbench/contrib/markers/browser/markersView": [ "showing filtered problems", @@ -11137,7 +11536,6 @@ ], "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", @@ -11182,24 +11580,279 @@ "problems.tree.aria.label.marker.nosource", "problems.tree.aria.label.relatedinfo.message", "errors.warnings.show.label", + "problems.view.focus.label", "markers.panel.title.problems" ], - "vs/workbench/browser/parts/views/viewFilter": [ - "more filters" - ], "vs/workbench/contrib/markers/browser/markersFileDecorations": [ "label", "tooltip.1", "tooltip.N", "markers.showOnFile" ], + "vs/workbench/browser/parts/views/viewFilter": [ + "more filters" + ], + "vs/platform/actions/browser/menuEntryActionViewItem": [ + "titleAndKb", + "titleAndKb", + "titleAndKbAndAlt" + ], + "vs/workbench/contrib/debug/browser/debugActionViewItems": [ + "debugLaunchConfigurations", + "noConfigurations", + "addConfigTo", + "addConfiguration", + "debugSession" + ], + "vs/workbench/contrib/comments/browser/commentsTreeViewer": [ + "commentsCountReplies", + "commentsCountReply", + "commentCount", + "imageWithLabel", + "image", + "outdated", + "commentLine", + "commentRange", + "lastReplyFrom", + "comments.view.title" + ], + "vs/workbench/contrib/comments/browser/commentsView": [ + "comments.filter.placeholder", + "comments.filter.ariaLabel", + "showing filtered results", + "acessibleViewHint", + "acessibleViewHintNoKbOpen", + "resourceWithCommentLabelOutdated", + "resourceWithCommentLabel", + "resourceWithCommentLabelFileOutdated", + "resourceWithCommentLabelFile", + "resourceWithRepliesLabel", + "replyCount", + "rootCommentsLabel", + "resourceWithCommentThreadsLabel" + ], + "vs/workbench/contrib/comments/browser/commentsController": [ + "commentRange", + "commentRangeStart", + "hasCommentRangesKb", + "hasCommentRangesNoKb", + "hasCommentRanges", + "pickCommentService" + ], + "vs/workbench/contrib/accessibility/browser/accessibilityConfiguration": [ + "accessibility.announcement.deprecationMessage", + "accessibilityConfigurationTitle", + "sound.enabled.auto", + "sound.enabled.on", + "sound.enabled.off", + "announcement.enabled.auto", + "announcement.enabled.off", + "verbosity.terminal.description", + "verbosity.diffEditor.description", + "verbosity.chat.description", + "verbosity.interactiveEditor.description", + "verbosity.inlineCompletions.description", + "verbosity.keybindingsEditor.description", + "verbosity.notebook", + "verbosity.hover", + "verbosity.notification", + "verbosity.emptyEditorHint", + "verbosity.comments", + "verbosity.diffEditorActive", + "announcement.save", + "announcement.save.userGesture", + "announcement.save.always", + "announcement.save.never", + "announcement.clear", + "announcement.format", + "announcement.format.userGesture", + "announcement.format.always", + "announcement.format.never", + "announcement.breakpoint", + "announcement.error", + "announcement.warning", + "announcement.foldedArea", + "announcement.terminalQuickFix", + "announcement.terminalBell", + "announcement.terminalCommandFailed", + "announcement.taskFailed", + "announcement.taskCompleted", + "announcement.chatRequestSent", + "announcement.progress", + "announcement.noInlayHints", + "announcement.lineHasBreakpoint", + "announcement.notebookCellCompleted", + "announcement.notebookCellFailed", + "announcement.onDebugBreak", + "terminal.integrated.accessibleView.closeOnKeyPress", + "accessibility.signals.sounds.volume", + "accessibility.signals.debouncePositionChanges", + "accessibility.signals.lineHasBreakpoint", + "accessibility.signals.lineHasBreakpoint.sound", + "accessibility.signals.lineHasBreakpoint.announcement", + "accessibility.signals.lineHasInlineSuggestion", + "accessibility.signals.lineHasInlineSuggestion.sound", + "accessibility.signals.lineHasError", + "accessibility.signals.lineHasError.sound", + "accessibility.signals.lineHasError.announcement", + "accessibility.signals.lineHasFoldedArea", + "accessibility.signals.lineHasFoldedArea.sound", + "accessibility.signals.lineHasFoldedArea.announcement", + "accessibility.signals.lineHasWarning", + "accessibility.signals.lineHasWarning.sound", + "accessibility.signals.lineHasWarning.announcement", + "accessibility.signals.positionHasError", + "accessibility.signals.positionHasError.sound", + "accessibility.signals.positionHasError.announcement", + "accessibility.signals.positionHasWarning", + "accessibility.signals.positionHasWarning.sound", + "accessibility.signals.positionHasWarning.announcement", + "accessibility.signals.onDebugBreak", + "accessibility.signals.onDebugBreak.sound", + "accessibility.signals.onDebugBreak.announcement", + "accessibility.signals.noInlayHints", + "accessibility.signals.noInlayHints.sound", + "accessibility.signals.noInlayHints.announcement", + "accessibility.signals.taskCompleted", + "accessibility.signals.taskCompleted.sound", + "accessibility.signals.taskCompleted.announcement", + "accessibility.signals.taskFailed", + "accessibility.signals.taskFailed.sound", + "accessibility.signals.taskFailed.announcement", + "accessibility.signals.terminalCommandFailed", + "accessibility.signals.terminalCommandFailed.sound", + "accessibility.signals.terminalCommandFailed.announcement", + "accessibility.signals.terminalQuickFix", + "accessibility.signals.terminalQuickFix.sound", + "accessibility.signals.terminalQuickFix.announcement", + "accessibility.signals.terminalBell", + "accessibility.signals.terminalBell.sound", + "accessibility.signals.terminalBell.announcement", + "accessibility.signals.diffLineInserted", + "accessibility.signals.sound", + "accessibility.signals.diffLineModified", + "accessibility.signals.diffLineModified.sound", + "accessibility.signals.diffLineDeleted", + "accessibility.signals.diffLineDeleted.sound", + "accessibility.signals.notebookCellCompleted", + "accessibility.signals.notebookCellCompleted.sound", + "accessibility.signals.notebookCellCompleted.announcement", + "accessibility.signals.notebookCellFailed", + "accessibility.signals.notebookCellFailed.sound", + "accessibility.signals.notebookCellFailed.announcement", + "accessibility.signals.chatRequestSent", + "accessibility.signals.chatRequestSent.sound", + "accessibility.signals.chatRequestSent.announcement", + "accessibility.signals.progress", + "accessibility.signals.progress.sound", + "accessibility.signals.progress.announcement", + "accessibility.signals.chatResponseReceived", + "accessibility.signals.chatResponseReceived.sound", + "accessibility.signals.voiceRecordingStarted", + "accessibility.signals.voiceRecordingStarted.sound", + "accessibility.signals.voiceRecordingStopped", + "accessibility.signals.voiceRecordingStopped.sound", + "accessibility.signals.clear", + "accessibility.signals.clear.sound", + "accessibility.signals.clear.announcement", + "accessibility.signals.save", + "accessibility.signals.save.sound", + "accessibility.signals.save.sound.userGesture", + "accessibility.signals.save.sound.always", + "accessibility.signals.save.sound.never", + "accessibility.signals.save.announcement", + "accessibility.signals.save.announcement.userGesture", + "accessibility.signals.save.announcement.always", + "accessibility.signals.save.announcement.never", + "accessibility.signals.format", + "accessibility.signals.format.sound", + "accessibility.signals.format.userGesture", + "accessibility.signals.format.always", + "accessibility.signals.format.never", + "accessibility.signals.format.announcement", + "accessibility.signals.format.announcement.userGesture", + "accessibility.signals.format.announcement.always", + "accessibility.signals.format.announcement.never", + "dimUnfocusedEnabled", + "dimUnfocusedOpacity", + "accessibility.hideAccessibleView", + "voice.speechTimeout", + "voice.speechLanguage", + "speechLanguage.auto" + ], + "vs/workbench/contrib/comments/browser/commentsEditorContribution": [ + "comments.nextCommentingRange", + "comments.previousCommentingRange", + "comments.toggleCommenting", + "comments.addCommand.error", + "comments.addCommand", + "comments.collapseAll", + "comments.expandAll", + "comments.expandUnresolved" + ], + "vs/workbench/contrib/mergeEditor/browser/commands/devCommands": [ + "mergeEditor.name", + "mergeEditor.noActiveMergeEditor", + "mergeEditor.name", + "mergeEditor.successfullyCopiedMergeEditorContents", + "mergeEditor.name", + "mergeEditor.noActiveMergeEditor", + "mergeEditor.selectFolderToSaveTo", + "mergeEditor.name", + "mergeEditor.successfullySavedMergeEditorContentsToFolder", + "mergeEditor.selectFolderToSaveTo", + "mergeEditor", + "merge.dev.copyState", + "merge.dev.saveContentsToFolder", + "merge.dev.loadContentsFromFolder" + ], + "vs/workbench/contrib/mergeEditor/browser/mergeEditorInput": [ + "name" + ], + "vs/workbench/contrib/mergeEditor/browser/commands/commands": [ + "mergeEditor.compareWithBase", + "mergeEditor.compareWithBase", + "mergeEditor.resetResultToBaseAndAutoMerge.short", + "mergeEditor.acceptMerge.unhandledConflicts.message", + "mergeEditor.acceptMerge.unhandledConflicts.detail", + { + "key": "mergeEditor.acceptMerge.unhandledConflicts.accept", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "title", + "layout.mixed", + "layout.column", + "showNonConflictingChanges", + "layout.showBase", + "layout.showBaseTop", + "layout.showBaseCenter", + "mergeEditor", + "openfile", + "merge.goToNextUnhandledConflict", + "merge.goToPreviousUnhandledConflict", + "merge.toggleCurrentConflictFromLeft", + "merge.toggleCurrentConflictFromRight", + "mergeEditor.compareInput1WithBase", + "mergeEditor.compareInput2WithBase", + "merge.openBaseEditor", + "merge.acceptAllInput1", + "merge.acceptAllInput2", + "mergeEditor.resetResultToBaseAndAutoMerge", + "mergeEditor.resetChoice", + "mergeEditor.acceptMerge" + ], + "vs/workbench/contrib/mergeEditor/browser/view/mergeEditor": [ + "mergeEditor" + ], "vs/workbench/contrib/url/browser/trustedDomains": [ - "trustedDomain.manageTrustedDomain", "trustedDomain.trustDomain", "trustedDomain.trustAllPorts", "trustedDomain.trustSubDomain", "trustedDomain.trustAllDomains", - "trustedDomain.manageTrustedDomains" + "trustedDomain.manageTrustedDomains", + "trustedDomain.manageTrustedDomain" ], "vs/workbench/contrib/url/browser/trustedDomainsValidator": [ "openExternalLinkAt", @@ -11222,27 +11875,6 @@ ] } ], - "vs/workbench/contrib/comments/common/commentContextKeys": [ - "hasCommentingRange", - "editorHasCommentingRange", - "hasCommentingProvider", - "commentThreadIsEmpty", - "commentIsEmpty", - "comment", - "commentThread", - "commentController", - "commentFocused" - ], - "vs/workbench/contrib/comments/browser/commentsEditorContribution": [ - "comments.nextCommentingRange", - "comments.previousCommentingRange", - "comments.toggleCommenting", - "comments.addCommand.error", - "comments.addCommand", - "comments.collapseAll", - "comments.expandAll", - "comments.expandUnresolved" - ], "vs/workbench/contrib/webviewPanel/browser/webviewCommands": [ "editor.action.webvieweditor.showFind", "editor.action.webvieweditor.hideFind", @@ -11256,6 +11888,11 @@ "vs/workbench/contrib/customEditor/common/customEditor": [ "context.customEditor" ], + "vs/workbench/contrib/customEditor/browser/customEditorInput": [ + "editorUnsupportedInWindow", + "reopenInOriginalWindow", + "editorCannotMove" + ], "vs/workbench/contrib/externalUriOpener/common/configuration": [ "externalUriOpeners", "externalUriOpeners.uri", @@ -11269,21 +11906,9 @@ "selectOpenerPlaceHolder" ], "vs/workbench/contrib/extensions/common/extensionsInput": [ + "extensionsEditorLabelIcon", "extensionsInputName" ], - "vs/workbench/contrib/extensions/browser/extensionsViews": [ - "extensions", - "offline error", - "error", - "no extensions found", - "suggestProxyError", - "open user settings", - "no local extensions", - "extension.arialabel.verifiedPublisher", - "extension.arialabel.publisher", - "extension.arialabel.deprecated", - "extension.arialabel.rating" - ], "vs/workbench/contrib/extensions/browser/extensionsIcons": [ "extensionsViewIcon", "manageExtensionIcon", @@ -11310,19 +11935,38 @@ "trustIcon", "activationtimeIcon" ], - "vs/platform/dnd/browser/dnd": [ - "fileTooLarge" - ], - "vs/workbench/contrib/extensions/browser/extensionsActions": [ - "VS Code for Web", - "cannot be installed", - { - "key": "more information", - "comment": [ - "&& denotes a mnemonic" - ] + "vs/workbench/contrib/extensions/browser/extensionsViews": [ + "extensions", + "offline error", + "error", + "no extensions found", + "suggestProxyError", + "open user settings", + "no local extensions", + "extension.arialabel.verifiedPublisher", + "extension.arialabel.publisher", + "extension.arialabel.deprecated", + "extension.arialabel.rating" + ], + "vs/platform/dnd/browser/dnd": [ + "fileTooLarge" + ], + "vs/platform/actions/browser/toolbar": [ + "hide", + "resetThisMenu" + ], + "vs/workbench/contrib/extensions/browser/extensionsActions": [ + "VS Code for Web", + "cannot be installed", + { + "key": "more information", + "comment": [ + "&& denotes a mnemonic" + ] }, "close", + "install prerelease", + "cancel", "signature verification failed", "install anyway", "cancel", @@ -11352,6 +11996,7 @@ "install confirmation", "installExtensionStart", "installExtensionComplete", + "install workspace version", "install pre-release", "install pre-release version", "install", @@ -11378,17 +12023,22 @@ "update", "updateExtensionStart", "updateExtensionComplete", - "ignoreUpdates", - "ignoreExtensionUpdate", + "enableAutoUpdate", + "disableAutoUpdate", + "toggleAutoUpdatesForPublisherLabel", + "ignoreExtensionUpdatePublisher", + "enableAutoUpdate", + "disableAutoUpdate", "migrateExtension", "migrate to", "migrate", "manage", "manage", - "switch to pre-release version", - "switch to pre-release version tooltip", - "switch to release version", - "switch to release version tooltip", + "togglePreRleaseLabel", + "togglePreRleaseDisableLabel", + "togglePreRleaseDisableTooltip", + "switchToPreReleaseLabel", + "switchToPreReleaseTooltip", "install another version", "no versions", "pre-release", @@ -11404,17 +12054,14 @@ "disableGloballyActionToolTip", "enableAction", "disableAction", - "reloadAction", - "reload required", + "reload window", + "restart extensions", + "restart product", + "update product", "current", - "workbench.extensions.action.setColorTheme", "select color theme", - "workbench.extensions.action.setFileIconTheme", "select file icon theme", - "workbench.extensions.action.setProductIconTheme", "select product icon theme", - "workbench.extensions.action.setDisplayLanguage", - "workbench.extensions.action.clearLanguage", "showRecommendedExtension", "installRecommendedExtension", "ignoreExtensionRecommendation", @@ -11456,6 +12103,7 @@ "learn more", "Cannot be enabled", "learn more", + "manage access", "Install language pack also in remote server", "Install language pack also locally", "enabled remotely", @@ -11491,71 +12139,16 @@ "extensionButtonSeparator", "extensionButtonProminentBackground", "extensionButtonProminentForeground", - "extensionButtonProminentHoverBackground" - ], - "vs/workbench/contrib/terminal/browser/terminal.contribution": [ - "tasksQuickAccessPlaceholder", - "tasksQuickAccessHelp", - { - "key": "miToggleIntegratedTerminal", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "terminal", - "terminal" - ], - "vs/workbench/contrib/terminal/browser/terminalView": [ - "terminal.useMonospace", - "terminal.monospaceOnly", - "terminals", - "terminalConnectingLabel" - ], - "vs/workbench/contrib/terminalContrib/accessibility/browser/terminal.accessibility.contribution": [ - "workbench.action.terminal.focusAccessibleBuffer", - "workbench.action.terminal.accessibleBufferGoToNextCommand", - "workbench.action.terminal.accessibleBufferGoToPreviousCommand" - ], - "vs/workbench/contrib/terminalContrib/developer/browser/terminal.developer.contribution": [ - "workbench.action.terminal.showTextureAtlas", - "workbench.action.terminal.writeDataToTerminal", - "workbench.action.terminal.writeDataToTerminal.prompt", - "workbench.action.terminal.restartPtyHost" - ], - "vs/workbench/contrib/terminalContrib/environmentChanges/browser/terminal.environmentChanges.contribution": [ - "workbench.action.terminal.showEnvironmentContributions", - "envChanges", - "extension", - "ScopedEnvironmentContributionInfo" - ], - "vs/workbench/contrib/terminalContrib/find/browser/terminal.find.contribution": [ - "workbench.action.terminal.focusFind", - "workbench.action.terminal.hideFind", - "workbench.action.terminal.toggleFindRegex", - "workbench.action.terminal.toggleFindWholeWord", - "workbench.action.terminal.toggleFindCaseSensitive", - "workbench.action.terminal.findNext", - "workbench.action.terminal.findPrevious", - "workbench.action.terminal.searchWorkspace" - ], - "vs/workbench/contrib/terminalContrib/links/browser/terminal.links.contribution": [ - "workbench.action.terminal.openDetectedLink", - "workbench.action.terminal.openLastUrlLink", - "workbench.action.terminal.openLastLocalFileLink" - ], - "vs/workbench/contrib/terminalContrib/quickFix/browser/terminal.quickFix.contribution": [ - "workbench.action.terminal.showQuickFixes" - ], - "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" + "extensionButtonProminentHoverBackground", + "enableAutoUpdateLabel", + "workbench.extensions.action.setColorTheme", + "workbench.extensions.action.setFileIconTheme", + "workbench.extensions.action.setProductIconTheme", + "workbench.extensions.action.setDisplayLanguage", + "workbench.extensions.action.clearLanguage" ], "vs/workbench/contrib/extensions/browser/extensionEditor": [ "extension version", - "preRelease", "name", "preview", "preview", @@ -11563,18 +12156,18 @@ "publisher", "install count", "rating", + "workspace extension", + "local extension", "details", "detailstooltip", - "contributions", - "contributionstooltip", + "features", + "featurestooltip", "changelog", "changelogtooltip", "dependencies", "dependenciestooltip", "extensionpack", "extensionpacktooltip", - "runtimeStatus", - "runtimeStatus description", "noReadme", "Readme title", "extension pack", @@ -11582,6 +12175,7 @@ "Readme title", "categories", "Marketplace", + "issues", "repository", "license", "resources", @@ -11592,86 +12186,17 @@ "id", "noChangelog", "Changelog title", - "noContributions", - "noContributions", "noDependencies", - "activation reason", - "startup", - "activation time", - "activatedBy", - "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", - "command title", - "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/extensions/common/extensionsUtils": [ - "disableOtherKeymapsConfirmation", - "yes", - "no" + "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/extensions/browser/extensionsActivationProgress": [ "activation" @@ -11683,6 +12208,11 @@ "reload", "no missing deps" ], + "vs/workbench/contrib/extensions/common/extensionsUtils": [ + "disableOtherKeymapsConfirmation", + "yes", + "no" + ], "vs/workbench/contrib/extensions/browser/extensionsQuickAccess": [ "type", "searchFor", @@ -11690,7 +12220,6 @@ "manage" ], "vs/workbench/contrib/extensions/browser/extensionRecommendationNotificationService": [ - "neverShowAgain", "ignoreExtensionRecommendations", "ignoreAll", "no", @@ -11711,40 +12240,13 @@ "Placeholder string is the name of the software that is installed." ] }, + "donotShowAgain", + "donotShowAgainExtension", + "donotShowAgainExtensionSingle", "install", "install and do no sync", "show recommendations" ], - "vs/workbench/contrib/extensions/browser/extensionsWorkbenchService": [ - "Manifest is not found", - "postUninstallTooltip", - "postUpdateTooltip", - "enable locally", - "enable remote", - "postEnableTooltip", - "postEnableTooltip", - "postDisableTooltip", - "postEnableTooltip", - "postEnableTooltip", - "malicious", - "incompatible", - "uninstallingExtension", - "not found", - "installing extension", - "installing named extension", - "disable all", - "singleDependentError", - "twoDependentsError", - "multipleDependentsError" - ], - "vs/workbench/contrib/extensions/browser/extensionsCompletionItemsProvider": [ - "exampleExtension" - ], - "vs/workbench/contrib/extensions/browser/deprecatedExtensionsChecker": [ - "deprecated extensions", - "showDeprecated", - "neverShowAgain" - ], "vs/workbench/contrib/extensions/browser/abstractRuntimeExtensionsEditor": [ { "key": "starActivation", @@ -11790,73 +12292,223 @@ "extensionActivating", "unresponsive.title", "errors", + "requests count", + "session requests count", + "requests count title", "runtimeExtensions", "copy id", "disable workspace", "disable", "showRuntimeExtensions" ], - "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", + "vs/workbench/contrib/extensions/browser/extensionEnablementWorkspaceTrustTransitionParticipant": [ + "restartExtensionHost.reason" + ], + "vs/workbench/contrib/extensions/browser/extensionsCompletionItemsProvider": [ + "exampleExtension" + ], + "vs/workbench/contrib/extensions/browser/deprecatedExtensionsChecker": [ + "deprecated extensions", + "showDeprecated", + "neverShowAgain" + ], + "vs/workbench/contrib/extensions/browser/extensionsWorkbenchService": [ + "Manifest is not found", + "restart", + "reload", + "restart extensions", + "postUninstallTooltip", + "postUpdateDownloadTooltip", + "postUpdateUpdateTooltip", + "postUpdateRestartTooltip", + "postUpdateTooltip", + "enable locally", + "enable remote", + "postEnableTooltip", + "postEnableTooltip", + "postDisableTooltip", + "postEnableTooltip", + "postEnableTooltip", + "malicious", + "not found version", + "not found", + { + "key": "installButtonLabel", + "comment": [ + "&& denotes a mnemonic" + ] + }, + { + "key": "installButtonLabelWithAction", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "open", + "installExtensionTitle", + "installExtensionMessage", + "installVSIXMessage", + "sync extension", + "unknown", + "enableExtensionTitle", + "enableExtensionMessage", + { + "key": "enableButtonLabel", + "comment": [ + "&& denotes a mnemonic" + ] + }, + { + "key": "enableButtonLabelWithAction", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "incompatible", + "uninstallingExtension", + "installing named extension", + "installing extension", + "disable all", + "singleDependentError", + "twoDependentsError", + "multipleDependentsError" + ], + "vs/workbench/contrib/terminal/browser/terminal.contribution": [ + "tasksQuickAccessPlaceholder", + "tasksQuickAccessHelp", + { + "key": "miToggleIntegratedTerminal", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "terminal", + "terminal" + ], + "vs/workbench/contrib/terminal/browser/terminalView": [ + "terminal.useMonospace", + "terminal.monospaceOnly", + "terminals", + "terminalConnectingLabel" + ], + "vs/workbench/contrib/terminalContrib/developer/browser/terminal.developer.contribution": [ + "workbench.action.terminal.writeDataToTerminal.prompt", + "terminalDevMode", + "workbench.action.terminal.showTextureAtlas", + "workbench.action.terminal.writeDataToTerminal", + "workbench.action.terminal.restartPtyHost" + ], + "vs/workbench/contrib/terminalContrib/environmentChanges/browser/terminal.environmentChanges.contribution": [ + "envChanges", + "extension", + "ScopedEnvironmentContributionInfo", + "workbench.action.terminal.showEnvironmentContributions" + ], + "vs/workbench/contrib/terminalContrib/accessibility/browser/terminal.accessibility.contribution": [ + "workbench.action.terminal.focusAccessibleBuffer", + "workbench.action.terminal.accessibleBufferGoToNextCommand", + "workbench.action.terminal.accessibleBufferGoToPreviousCommand", + "workbench.action.terminal.scrollToBottomAccessibleView", + "workbench.action.terminal.scrollToTopAccessibleView" + ], + "vs/workbench/contrib/terminalContrib/links/browser/terminal.links.contribution": [ + "workbench.action.terminal.openDetectedLink", + "workbench.action.terminal.openLastUrlLink", + "workbench.action.terminal.openLastUrlLink.description", + "workbench.action.terminal.openLastLocalFileLink" + ], + "vs/workbench/contrib/terminalContrib/quickFix/browser/terminal.quickFix.contribution": [ + "workbench.action.terminal.showQuickFixes" + ], + "vs/workbench/contrib/terminalContrib/zoom/browser/terminal.zoom.contribution": [ + "fontZoomIn", + "fontZoomOut", + "fontZoomReset" + ], + "vs/workbench/contrib/terminalContrib/find/browser/terminal.find.contribution": [ + "workbench.action.terminal.focusFind", + "workbench.action.terminal.hideFind", + "workbench.action.terminal.toggleFindRegex", + "workbench.action.terminal.toggleFindWholeWord", + "workbench.action.terminal.toggleFindCaseSensitive", + "workbench.action.terminal.findNext", + "workbench.action.terminal.findPrevious", + "workbench.action.terminal.searchWorkspace" + ], + "vs/workbench/contrib/terminalContrib/suggest/browser/terminal.suggest.contribution": [ + "workbench.action.terminal.selectPrevSuggestion", + "workbench.action.terminal.selectPrevPageSuggestion", + "workbench.action.terminal.selectNextSuggestion", + "workbench.action.terminal.selectNextPageSuggestion", + "workbench.action.terminal.acceptSelectedSuggestion", + "workbench.action.terminal.hideSuggestWidget" + ], + "vs/workbench/contrib/tasks/browser/runAutomaticTasks": [ + "workbench.action.tasks.manageAutomaticRunning", + "workbench.action.tasks.allowAutomaticTasks", + "workbench.action.tasks.disallowAutomaticTasks" + ], + "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", @@ -11866,10 +12518,15 @@ "eslint-stylish", "go" ], - "vs/workbench/contrib/tasks/browser/runAutomaticTasks": [ - "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", @@ -11955,19 +12612,6 @@ "JsonSchema.mac", "JsonSchema.linux" ], - "vs/workbench/contrib/extensions/browser/extensionEnablementWorkspaceTrustTransitionParticipant": [ - "restartExtensionHost.reason" - ], - "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/browser/tasksQuickAccess": [ "noTaskResults", "TaskService.pickRunTask" @@ -11991,7 +12635,6 @@ "pickRemoteExtension", "remotehelp", "remote.explorer", - "remote.explorer", "reconnectionWaitOne", "reconnectionWaitMany", "reconnectNow", @@ -12005,19 +12648,16 @@ "&& denotes a mnemonic" ] }, - "remote.help" + "remote.help", + "remote.explorer" ], "vs/workbench/contrib/remote/browser/remoteIndicator": [ - "remote.category", - "remote.showMenu", - "remote.close", { "key": "miCloseRemote", "comment": [ "&& denotes a mnemonic" ] }, - "remote.install", "host.open", "host.open", "host.reconnecting", @@ -12050,7 +12690,30 @@ "reloadWindow", "closeVirtualWorkspace.title", "remoteActions", - "remote.startActions.installingExtension" + "remote.startActions.installingExtension", + "remote.showExtensionRecommendations", + "remote.category", + "remote.showMenu", + "remote.close", + "remote.install" + ], + "vs/workbench/contrib/remote/browser/remoteConnectionHealth": [ + "unsupportedGlibcWarning", + { + "key": "allow", + "comment": [ + "&& denotes a mnemonic" + ] + }, + { + "key": "learnMore", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "remember", + "unsupportedGlibcBannerLearnMore", + "unsupportedGlibcWarning.banner" ], "vs/workbench/contrib/emmet/browser/actions/expandAbbreviation": [ "expandAbbreviationAction", @@ -12062,15 +12725,19 @@ } ], "vs/workbench/contrib/codeEditor/browser/accessibility/accessibility": [ - "toggleScreenReaderMode" + "toggleScreenReaderMode", + "toggleScreenReaderModeDescription" ], "vs/workbench/contrib/codeEditor/browser/diffEditorHelper": [ "hintWhitespace", "hintTimeout", "removeTimeout", + "msg3", + "switchSidesNoKb", + "msg5", "msg1", "msg2", - "msg3" + "msg4" ], "vs/workbench/contrib/codeEditor/browser/inspectKeybindings": [ "workbench.action.inspectKeyMap", @@ -12090,6 +12757,11 @@ "inspectEditorTokens", "inspectTMScopesWidget.loading" ], + "vs/workbench/contrib/codeEditor/browser/quickaccess/gotoLineQuickAccess": [ + "gotoLineQuickAccessPlaceholder", + "gotoLineQuickAccess", + "gotoLine" + ], "vs/workbench/contrib/codeEditor/browser/saveParticipants": [ { "key": "formatting2", @@ -12107,51 +12779,46 @@ "codeAction.apply" ], "vs/workbench/contrib/codeEditor/browser/toggleColumnSelection": [ - "toggleColumnSelection", { "key": "miColumnSelection", "comment": [ "&& denotes a mnemonic" ] - } + }, + "toggleColumnSelection" ], "vs/workbench/contrib/codeEditor/browser/toggleMinimap": [ - "toggleMinimap", { "key": "miMinimap", "comment": [ "&& denotes a mnemonic" ] - } - ], - "vs/workbench/contrib/codeEditor/browser/quickaccess/gotoLineQuickAccess": [ - "gotoLine", - "gotoLineQuickAccessPlaceholder", - "gotoLineQuickAccess" - ], - "vs/workbench/contrib/codeEditor/browser/toggleMultiCursorModifier": [ - "toggleLocation", - "miMultiCursorAlt", - "miMultiCursorCmd", - "miMultiCursorCtrl" + }, + "toggleMinimap" ], "vs/workbench/contrib/codeEditor/browser/toggleRenderControlCharacter": [ - "toggleRenderControlCharacters", { "key": "miToggleRenderControlCharacters", "comment": [ "&& denotes a mnemonic" ] - } + }, + "toggleRenderControlCharacters" + ], + "vs/workbench/contrib/codeEditor/browser/toggleMultiCursorModifier": [ + "miMultiCursorAlt", + "miMultiCursorCmd", + "miMultiCursorCtrl", + "toggleLocation" ], "vs/workbench/contrib/codeEditor/browser/toggleRenderWhitespace": [ - "toggleRenderWhitespace", { "key": "miToggleRenderWhitespace", "comment": [ "&& denotes a mnemonic" ] - } + }, + "toggleRenderWhitespace" ], "vs/workbench/contrib/codeEditor/browser/toggleWordWrap": [ "editorWordWrap", @@ -12184,16 +12851,50 @@ "defaultHintAriaLabel", "disableHint" ], - "vs/workbench/contrib/snippets/browser/commands/configureSnippets": [ - "global.scope", - "global.1", - "detail.label", - "name", - "bad_name1", + "vs/workbench/contrib/codeEditor/browser/dictation/editorDictation": [ + "stopDictationShort1", + "stopDictationShort2", + "voiceCategory", + "startDictation", + "stopDictation" + ], + "vs/platform/history/browser/contextScopedHistoryWidget": [ + "suggestWidgetVisible" + ], + "vs/workbench/contrib/debug/browser/linkDetector": [ + "followForwardedLink", + "followLink", + "fileLinkWithPathMac", + "fileLinkWithPath", + "fileLinkMac", + "fileLink" + ], + "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/common/replModel": [ + "consoleCleared" + ], + "vs/workbench/contrib/snippets/browser/commands/surroundWithSnippet": [ + "label" + ], + "vs/workbench/contrib/snippets/browser/commands/configureSnippets": [ + "global.scope", + "global.1", + "detail.label", + "name", + "bad_name1", "bad_name2", "bad_name3", - "openSnippet.label", - "userSnippets", { "key": "miOpenSnippets", "comment": [ @@ -12207,23 +12908,23 @@ "group.global", "new.global.sep", "new.global.sep", - "openSnippet.pickLanguage" + "openSnippet.pickLanguage", + "openSnippet.label", + "userSnippets" ], "vs/workbench/contrib/snippets/browser/commands/fileTemplateSnippets": [ - "label", - "placeholder" - ], - "vs/workbench/contrib/snippets/browser/commands/insertSnippet": [ - "snippet.suggestions.label" - ], - "vs/workbench/contrib/snippets/browser/commands/surroundWithSnippet": [ + "placeholder", "label" ], "vs/workbench/contrib/snippets/browser/snippetCodeActionProvider": [ + "more", "codeAction", "overflow.start.title", "title" ], + "vs/workbench/contrib/snippets/browser/commands/insertSnippet": [ + "snippet.suggestions.label" + ], "vs/workbench/contrib/snippets/browser/snippetsService": [ "invalid.path.0", "invalid.language.0", @@ -12249,10 +12950,11 @@ "vs/workbench/contrib/format/browser/formatActionsMultiple": [ "null", "nullFormatterDescription", - "miss", + "miss.1", + "miss.2", "config.needed", "config.bad", - "miss.1", + "miss", { "key": "do.config", "comment": [ @@ -12333,6 +13035,12 @@ ] } ], + "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedService": [ + "builtin", + "developer", + "resetWelcomePageWalkthroughProgress", + "resetGettingStartedProgressDescription" + ], "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedInput": [ "getStarted" ], @@ -12340,6 +13048,10 @@ "welcome.displayName", "startupPage.markdownPreviewError" ], + "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedIcons": [ + "gettingStartedUnchecked", + "gettingStartedChecked" + ], "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted": [ "welcomeAriaLabel", "pickWalkthroughs", @@ -12373,6 +13085,9 @@ "showAll", "close", "closeAriaLabel", + "videos", + "videos-title", + "videos-description", "gettingStarted.allStepsComplete", "gettingStarted.someStepsComplete", "gettingStarted.keyboardTip", @@ -12388,23 +13103,15 @@ ] } ], - "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedService": [ - "builtin", - "developer", - "resetWelcomePageWalkthroughProgress" - ], - "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedIcons": [ - "gettingStartedUnchecked", - "gettingStartedChecked" + "vs/workbench/contrib/welcomeWalkthrough/browser/editor/editorWalkThrough": [ + "editorWalkThrough.title", + "editorWalkThrough", + "editorWalkThroughMetadata" ], "vs/workbench/contrib/welcomeWalkthrough/browser/walkThroughPart": [ "walkThrough.unboundCommand", "walkThrough.gitNotFound" ], - "vs/workbench/contrib/welcomeWalkthrough/browser/editor/editorWalkThrough": [ - "editorWalkThrough.title", - "editorWalkThrough" - ], "vs/workbench/contrib/welcomeViews/common/viewsWelcomeContribution": [ "ViewsWelcomeExtensionPoint.proposedAPI" ], @@ -12452,14 +13159,38 @@ "sortByName", "sortByKind" ], + "vs/workbench/contrib/authentication/browser/actions/signOutOfAccountAction": [ + "signOutOfAccount", + "signOutMessage", + "signOutMessageSimple", + { + "key": "signOut", + "comment": [ + "&& denotes a mnemonic" + ] + } + ], + "vs/workbench/contrib/authentication/browser/actions/manageTrustedExtensionsForAccountAction": [ + "pickAccount", + "noTrustedExtensions", + "manageTrustedExtensions.cancel", + { + "key": "accountLastUsedDate", + "comment": [ + "The placeholder {0} is a string with time information, such as \"3 days ago\"" + ] + }, + "notUsed", + "trustedExtensionTooltip", + "trustedExtensions", + "manageTrustedExtensions", + "manageExtensions", + "manageTrustedExtensionsForAccount", + "accounts" + ], "vs/workbench/contrib/userDataSync/browser/userDataSync": [ - "stop sync", - "configure sync", - "sync now", "syncing", "synced with time", - "sync settings", - "show synced data", "conflicts detected", "replace remote", "replace local", @@ -12526,12 +13257,10 @@ "default", "insiders", "stable", - "global activity turn on sync", "turnin on sync", "cancel turning on sync", "sign in global", "sign in accounts", - "resolveConflicts_global", "sync is on", "turn off failed", "configure", @@ -12539,40 +13268,23 @@ "show sync log toolrip", "complete merges title", "download sync activity complete", - "workbench.actions.syncData.reset" - ], - "vs/workbench/contrib/userDataProfile/browser/userDataProfile": [ - "profiles", - "switchProfile", - "selectProfile", - "edit profile", - "show profile contents", - "export profile", - "export profile in share", - "import profile", - "import from url", - "import from file", - "templates", - "import profile quick pick title", - "import profile placeholder", - "profile import error", - "import profile dialog", - "import profile share", - "save profile as", - "create profile", - "delete profile", - "current", - "delete specific profile", - "pick profile to delete" + "workbench.actions.syncData.reset", + "stop sync", + "configure sync", + "sync now", + "sync settings", + "show synced data", + "global activity turn on sync", + "resolveConflicts_global" ], "vs/workbench/contrib/userDataProfile/browser/userDataProfileActions": [ - "create temporary profile", - "rename profile", "select profile to rename", "profileExists", "current", "rename specific profile", "pick profile to rename", + "create temporary profile", + "rename profile", "mange", "cleanup profile", "reset workspaces" @@ -12582,7 +13294,12 @@ "contributes.codeActions.languages", "contributes.codeActions.kind", "contributes.codeActions.title", - "contributes.codeActions.description" + "contributes.codeActions.description", + "codeActions.title", + "codeActions.kind", + "codeActions.description", + "codeActions.languages", + "codeactions" ], "vs/workbench/contrib/codeActions/common/documentationExtensionPoint": [ "contributes.documentation", @@ -12592,16 +13309,6 @@ "contributes.documentation.refactoring.when", "contributes.documentation.refactoring.command" ], - "vs/workbench/contrib/codeActions/browser/codeActionsContribution": [ - "alwaysSave", - "explicitSave", - "neverSave", - "explicitSaveBoolean", - "neverSaveBoolean", - "codeActionsOnSave.fixAll", - "editor.codeActionsOnSave", - "codeActionsOnSave.generic" - ], "vs/workbench/contrib/timeline/browser/timelinePane": [ "timeline.loadingMore", "timeline.loadMore", @@ -12618,25 +13325,52 @@ "timelineRefresh", "timelinePin", "timelineUnpin", + "timeline", "refresh", "timeline", "timeline.toggleFollowActiveEditorCommand.follow", "timeline", "timeline.toggleFollowActiveEditorCommand.unfollow", - "timeline", "timeline" ], + "vs/workbench/contrib/codeActions/browser/codeActionsContribution": [ + "alwaysSave", + "explicitSave", + "neverSave", + "explicitSaveBoolean", + "neverSaveBoolean", + "codeActionsOnSave.fixAll", + "editor.codeActionsOnSave", + "codeActionsOnSave.generic" + ], "vs/workbench/contrib/localHistory/browser/localHistoryTimeline": [ "localHistory" ], + "vs/workbench/contrib/userDataProfile/browser/userDataProfile": [ + "profiles", + "selectProfile", + "import from url", + "import from file", + "templates", + "import profile quick pick title", + "import profile placeholder", + "profile import error", + "import profile dialog", + "current", + "delete specific profile", + "pick profile to delete", + "switchProfile", + "edit profile", + "show profile contents", + "export profile", + "export profile in share", + "import profile", + "import profile share", + "save profile as", + "create profile", + "delete profile" + ], "vs/workbench/contrib/localHistory/browser/localHistoryCommands": [ - "localHistory.category", - "localHistory.compareWithFile", - "localHistory.compareWithPrevious", - "localHistory.selectForCompare", - "localHistory.compareWithSelected", - "localHistory.open", - "localHistory.restore", "localHistoryRestore.source", "confirmRestoreMessage", "confirmRestoreDetail", @@ -12647,14 +13381,10 @@ ] }, "unableToRestore", - "localHistory.restoreViaPicker", "restoreViaPicker.filePlaceholder", "restoreViaPicker.entryPlaceholder", - "localHistory.restoreViaPickerMenu", - "localHistory.rename", "renameLocalHistoryEntryTitle", "renameLocalHistoryPlaceholder", - "localHistory.delete", "confirmDeleteMessage", "confirmDeleteDetail", { @@ -12663,7 +13393,6 @@ "&& denotes a mnemonic" ] }, - "localHistory.deleteAll", "confirmDeleteAllMessage", "confirmDeleteAllDetail", { @@ -12672,21 +13401,30 @@ "&& denotes a mnemonic" ] }, - "localHistory.create", "createLocalHistoryEntryTitle", "createLocalHistoryPlaceholder", "localHistoryEditorLabel", "localHistoryCompareToFileEditorLabel", - "localHistoryCompareToPreviousEditorLabel" + "localHistoryCompareToPreviousEditorLabel", + "localHistory.category", + "localHistory.compareWithFile", + "localHistory.compareWithPrevious", + "localHistory.selectForCompare", + "localHistory.compareWithSelected", + "localHistory.open", + "localHistory.restore", + "localHistory.restoreViaPicker", + "localHistory.restoreViaPickerMenu", + "localHistory.rename", + "localHistory.delete", + "localHistory.deleteAll", + "localHistory.create" ], "vs/workbench/contrib/editSessions/common/editSessions": [ - "cloud changes", "editSessionViewIcon", + "cloud changes", "cloud changes" ], - "vs/workbench/contrib/editSessions/common/editSessionsLogService": [ - "cloudChangesLog" - ], "vs/workbench/contrib/editSessions/browser/editSessionsStorageService": [ "choose account read placeholder", "choose account placeholder", @@ -12699,6 +13437,9 @@ "sign out of cloud changes clear data prompt", "delete all cloud changes" ], + "vs/workbench/contrib/editSessions/common/editSessionsLogService": [ + "cloudChangesLog" + ], "vs/workbench/contrib/editSessions/browser/editSessionsViews": [ "noStoredChanges", "storeWorkingChangesTitle", @@ -12715,6 +13456,21 @@ "cloud changes", "open file" ], + "vs/workbench/contrib/accessibilitySignals/browser/commands": [ + "accessibility.sound.help.description", + "sounds.help.settings", + "sounds.help.placeholder", + "accessibility.announcement.help.description", + "announcement.help.settings", + "announcement.help.placeholder", + "announcement.help.placeholder.disabled", + "signals.sound.help", + "accessibility.announcement.help" + ], + "vs/workbench/services/workspaces/browser/workspaceTrustEditorInput": [ + "workspaceTrustEditorLabelIcon", + "workspaceTrustEditorInputName" + ], "vs/workbench/contrib/workspace/browser/workspaceTrustEditor": [ "shieldIcon", "checkListIcon", @@ -12819,39 +13575,6 @@ "untrustedFolderReason", "trustedForcedReason" ], - "vs/workbench/services/workspaces/browser/workspaceTrustEditorInput": [ - "workspaceTrustEditorInputName" - ], - "vs/workbench/contrib/accessibility/browser/accessibilityConfiguration": [ - "accessibilityConfigurationTitle", - "verbosity.terminal.description", - "verbosity.diffEditor.description", - "verbosity.chat.description", - "verbosity.interactiveEditor.description", - "verbosity.inlineCompletions.description", - "verbosity.keybindingsEditor.description", - "verbosity.notebook", - "verbosity.hover", - "verbosity.notification", - "verbosity.emptyEditorHint", - "verbosity.comments", - "alert.save", - "alert.save.userGesture", - "alert.save.always", - "alert.save.never", - "alert.format", - "alert.format.userGesture", - "alert.format.always", - "alert.format.never", - "dimUnfocusedEnabled", - "dimUnfocusedOpacity", - "accessibility.hideAccessibleView" - ], - "vs/workbench/contrib/accessibility/browser/accessibleNotificationService": [ - "cleared", - "saved", - "formatted" - ], "vs/workbench/contrib/accessibility/browser/accessibilityStatus": [ "screenReaderDetectedExplanation.question", "screenReaderDetectedExplanation.answerYes", @@ -12859,27 +13582,157 @@ "screenReaderDetected", "status.editor.screenReaderMode" ], - "vs/workbench/contrib/audioCues/browser/commands": [ - "audioCues.help", - "disabled", - "audioCues.help.settings", - "audioCues.help.placeholder" + "vs/workbench/contrib/comments/browser/commentsAccessibility": [ + "intro", + "introWidget", + "introWidgetNoKb", + "commentCommands", + "escape", + "next", + "nextNoKb", + "previous", + "previousNoKb", + "nextCommentThreadKb", + "nextCommentThreadNoKb", + "previousCommentThreadKb", + "previousCommentThreadNoKb", + "addComment", + "addCommentNoKb", + "submitComment", + "submitCommentNoKb" + ], + "vs/workbench/contrib/accessibilitySignals/browser/openDiffEditorAnnouncement": [ + "openDiffEditorAnnouncement" + ], + "vs/workbench/contrib/accessibility/browser/audioCueConfiguration": [ + "audioCues.enabled.auto", + "audioCues.enabled.on", + "audioCues.enabled.off", + "audioCues.enabled.deprecated", + "audioCues.debouncePositionChanges", + "audioCues.debouncePositionChangesDeprecated", + "audioCues.lineHasBreakpoint", + "audioCues.lineHasInlineSuggestion", + "audioCues.lineHasError", + "audioCues.lineHasFoldedArea", + "audioCues.lineHasWarning", + "audioCues.onDebugBreak", + "audioCues.noInlayHints", + "audioCues.taskCompleted", + "audioCues.taskFailed", + "audioCues.terminalCommandFailed", + "audioCues.terminalQuickFix", + "audioCues.terminalBell", + "audioCues.diffLineInserted", + "audioCues.diffLineDeleted", + "audioCues.diffLineModified", + "audioCues.notebookCellCompleted", + "audioCues.notebookCellFailed", + "audioCues.chatRequestSent", + "audioCues.chatResponsePending", + "audioCues.chatResponseReceived", + "audioCues.clear", + "audioCues.save", + "audioCues.save.userGesture", + "audioCues.save.always", + "audioCues.save.never", + "audioCues.format", + "audioCues.format.userGesture", + "audioCues.format.always", + "audioCues.format.never" + ], + "vs/workbench/contrib/scrollLocking/browser/scrollLocking": [ + "mouseScrolllingLocked", + "mouseLockScrollingEnabled", + { + "key": "miToggleLockedScrolling", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "synchronizeScrolling", + { + "key": "miHoldLockedScrolling", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "toggleLockedScrolling", + "holdLockedScrolling" ], "vs/workbench/contrib/share/browser/shareService": [ "shareProviderCount", "type to filter" ], + "vs/workbench/browser/window": [ + "quitMessageMac", + "quitMessage", + "closeWindowMessage", + { + "key": "quitButtonLabel", + "comment": [ + "&& denotes a mnemonic" + ] + }, + { + "key": "exitButtonLabel", + "comment": [ + "&& denotes a mnemonic" + ] + }, + { + "key": "closeWindowButtonLabel", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "doNotAskAgain", + "shutdownError", + "shutdownErrorDetail", + { + "key": "reload", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "unableToOpenExternal", + { + "key": "open", + "comment": [ + "&& denotes a mnemonic" + ] + }, + { + "key": "learnMore", + "comment": [ + "&& denotes a mnemonic" + ] + }, + { + "key": "openExternalDialogButtonRetry.v2", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "openExternalDialogDetail.v2", + { + "key": "openExternalDialogButtonInstall.v3", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "openExternalDialogDetailNoInstall", + "openExternalDialogTitle" + ], "vs/workbench/browser/parts/notifications/notificationsCenter": [ "notificationsEmpty", "notifications", "notificationsToolbar", + "turnOnNotifications", + "turnOffNotifications", + "moreSources", "notificationsCenterWidgetAriaLabel" ], - "vs/workbench/browser/parts/notifications/notificationsAlerts": [ - "alertErrorMessage", - "alertWarningMessage", - "alertInfoMessage" - ], "vs/workbench/browser/parts/notifications/notificationsStatus": [ "status.notifications", "status.notifications", @@ -12915,19 +13768,26 @@ }, "status.message" ], - "vs/workbench/browser/parts/notifications/notificationsToasts": [ - "notificationAriaLabel", - "notificationWithSourceAriaLabel" + "vs/workbench/browser/parts/notifications/notificationsAlerts": [ + "alertErrorMessage", + "alertWarningMessage", + "alertInfoMessage" ], "vs/workbench/browser/parts/notifications/notificationsCommands": [ + "selectSources", "notifications", "showNotifications", "hideNotifications", "clearAllNotifications", "acceptNotificationPrimaryAction", "toggleDoNotDisturbMode", + "toggleDoNotDisturbModeBySource", "focusNotificationToasts" ], + "vs/workbench/browser/parts/notifications/notificationsToasts": [ + "notificationAriaLabel", + "notificationWithSourceAriaLabel" + ], "vs/workbench/services/configuration/common/configurationEditing": [ "fsError", "openTasksConfiguration", @@ -12983,307 +13843,597 @@ "vs/workbench/common/editor/textEditorModel": [ "languageAutoDetected" ], - "vs/workbench/browser/parts/titlebar/titlebarPart": [ - "focusTitleBar", - "toggle.commandCenter", - "toggle.layout" - ], - "vs/workbench/services/configurationResolver/common/variableResolver": [ - "canNotResolveFile", - "canNotResolveFolderForFile", - "canNotFindFolder", - "canNotResolveWorkspaceFolderMultiRoot", - "canNotResolveWorkspaceFolder", - "missingEnvVarName", - "configNotFound", - "configNoString", - "missingConfigName", - "extensionNotInstalled", - "missingExtensionName", - "canNotResolveUserHome", - "canNotResolveLineNumber", - "canNotResolveSelectedText", - "noValueForCommand" - ], - "vs/workbench/services/workingCopy/common/workingCopyHistoryTracker": [ - "undoRedo.source" - ], - "vs/workbench/services/extensions/common/extensionHostManager": [ - "measureExtHostLatency" - ], - "vs/workbench/services/extensions/common/extensionsUtil": [ - "overwritingExtension", - "overwritingExtension", - "extensionUnderDevelopment" - ], - "vs/workbench/contrib/localization/common/localizationsActions": [ - "chooseLocale", - "installed", - "available", - "moreInfo", - "clearDisplayLanguage", - "configureLocale", - "configureLocaleDescription" - ], - "vs/workbench/contrib/extensions/common/reportExtensionIssueAction": [ - "reportExtensionIssue" - ], - "vs/workbench/contrib/extensions/electron-sandbox/extensionsSlowActions": [ - "cmd.reportOrShow", - "cmd.report", - "attach.title", - "attach.msg", - "cmd.show", - "attach.title", - "attach.msg2" - ], - "vs/workbench/contrib/terminal/electron-sandbox/terminalRemote": [ - "workbench.action.terminal.newLocal" - ], - "vs/workbench/contrib/terminal/browser/baseTerminalBackend": [ - "ptyHostStatus", - "ptyHostStatus.short", - "nonResponsivePtyHost", - "ptyHostStatus.ariaLabel" - ], - "vs/workbench/contrib/localHistory/browser/localHistory": [ - "localHistoryIcon", - "localHistoryRestore" - ], - "vs/workbench/contrib/tasks/browser/taskTerminalStatus": [ - "taskTerminalStatus.active", - "taskTerminalStatus.succeeded", - "taskTerminalStatus.succeededInactive", - "taskTerminalStatus.errors", - "taskTerminalStatus.errorsInactive", - "taskTerminalStatus.warnings", - "taskTerminalStatus.warningsInactive", - "taskTerminalStatus.infos", - "taskTerminalStatus.infosInactive", - "task.watchFirstError" + "vs/platform/theme/common/colors/chartsColors": [ + "chartsForeground", + "chartsLines", + "chartsRed", + "chartsBlue", + "chartsYellow", + "chartsOrange", + "chartsGreen", + "chartsPurple" ], - "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/platform/theme/common/colors/inputColors": [ + "inputBoxBackground", + "inputBoxForeground", + "inputBoxBorder", + "inputBoxActiveOptionBorder", + "inputOption.hoverBackground", + "inputOption.activeBackground", + "inputOption.activeForeground", + "inputPlaceholderForeground", + "inputValidationInfoBackground", + "inputValidationInfoForeground", + "inputValidationInfoBorder", + "inputValidationWarningBackground", + "inputValidationWarningForeground", + "inputValidationWarningBorder", + "inputValidationErrorBackground", + "inputValidationErrorForeground", + "inputValidationErrorBorder", + "dropdownBackground", + "dropdownListBackground", + "dropdownForeground", + "dropdownBorder", + "buttonForeground", + "buttonSeparator", + "buttonBackground", + "buttonHoverBackground", + "buttonBorder", + "buttonSecondaryForeground", + "buttonSecondaryBackground", + "buttonSecondaryHoverBackground", + "checkbox.background", + "checkbox.select.background", + "checkbox.foreground", + "checkbox.border", + "checkbox.select.border", + "keybindingLabelBackground", + "keybindingLabelForeground", + "keybindingLabelBorder", + "keybindingLabelBottomBorder" ], - "vs/workbench/contrib/tasks/common/taskTemplates": [ - "dotnetCore", - "msbuild", - "externalCommand", - "Maven" + "vs/platform/theme/common/colors/editorColors": [ + "editorBackground", + "editorForeground", + "editorStickyScrollBackground", + "editorStickyScrollHoverBackground", + "editorStickyScrollBorder", + "editorStickyScrollShadow", + "editorWidgetBackground", + "editorWidgetForeground", + "editorWidgetBorder", + "editorWidgetResizeBorder", + "editorError.background", + "editorError.foreground", + "errorBorder", + "editorWarning.background", + "editorWarning.foreground", + "warningBorder", + "editorInfo.background", + "editorInfo.foreground", + "infoBorder", + "editorHint.foreground", + "hintBorder", + "activeLinkForeground", + "editorSelectionBackground", + "editorSelectionForeground", + "editorInactiveSelection", + "editorSelectionHighlight", + "editorSelectionHighlightBorder", + "editorFindMatch", + "findMatchHighlight", + "findRangeHighlight", + "editorFindMatchBorder", + "findMatchHighlightBorder", + "findRangeHighlightBorder", + "hoverHighlight", + "hoverBackground", + "hoverForeground", + "hoverBorder", + "statusBarBackground", + "editorInlayHintForeground", + "editorInlayHintBackground", + "editorInlayHintForegroundTypes", + "editorInlayHintBackgroundTypes", + "editorInlayHintForegroundParameter", + "editorInlayHintBackgroundParameter", + "editorLightBulbForeground", + "editorLightBulbAutoFixForeground", + "editorLightBulbAiForeground", + "snippetTabstopHighlightBackground", + "snippetTabstopHighlightBorder", + "snippetFinalTabstopHighlightBackground", + "snippetFinalTabstopHighlightBorder", + "diffEditorInserted", + "diffEditorRemoved", + "diffEditorInsertedLines", + "diffEditorRemovedLines", + "diffEditorInsertedLineGutter", + "diffEditorRemovedLineGutter", + "diffEditorOverviewInserted", + "diffEditorOverviewRemoved", + "diffEditorInsertedOutline", + "diffEditorRemovedOutline", + "diffEditorBorder", + "diffDiagonalFill", + "diffEditor.unchangedRegionBackground", + "diffEditor.unchangedRegionForeground", + "diffEditor.unchangedCodeBackground", + "widgetShadow", + "widgetBorder", + "toolbarHoverBackground", + "toolbarHoverOutline", + "toolbarActiveBackground", + "breadcrumbsFocusForeground", + "breadcrumbsBackground", + "breadcrumbsFocusForeground", + "breadcrumbsSelectedForeground", + "breadcrumbsSelectedBackground", + "mergeCurrentHeaderBackground", + "mergeCurrentContentBackground", + "mergeIncomingHeaderBackground", + "mergeIncomingContentBackground", + "mergeCommonHeaderBackground", + "mergeCommonContentBackground", + "mergeBorder", + "overviewRulerCurrentContentForeground", + "overviewRulerIncomingContentForeground", + "overviewRulerCommonContentForeground", + "overviewRulerFindMatchForeground", + "overviewRulerSelectionHighlightForeground", + "problemsErrorIconForeground", + "problemsWarningIconForeground", + "problemsInfoIconForeground" ], - "vs/workbench/contrib/tasks/browser/taskQuickPick": [ - "taskQuickPick.showAll", - "configureTaskIcon", - "removeTaskIcon", - "configureTask", - "contributedTasks", - "taskType", - "removeRecent", - "recentlyUsed", - "configured", - "configured", - "TaskQuickPick.changeSettingDetails", - "TaskQuickPick.changeSettingNo", - "TaskService.pickRunTask", - "TaskQuickPick.changeSettingsOptions", - "TaskQuickPick.goBack", - "TaskQuickPick.noTasksForType", - "noProviderForTask" + "vs/platform/theme/common/colors/minimapColors": [ + "minimapFindMatchHighlight", + "minimapSelectionOccurrenceHighlight", + "minimapSelectionHighlight", + "minimapInfo", + "overviewRuleWarning", + "minimapError", + "minimapBackground", + "minimapForegroundOpacity", + "minimapSliderBackground", + "minimapSliderHoverBackground", + "minimapSliderActiveBackground" ], - "vs/workbench/contrib/debug/common/abstractDebugAdapter": [ - "timeout" + "vs/platform/theme/common/colors/listColors": [ + "listFocusBackground", + "listFocusForeground", + "listFocusOutline", + "listFocusAndSelectionOutline", + "listActiveSelectionBackground", + "listActiveSelectionForeground", + "listActiveSelectionIconForeground", + "listInactiveSelectionBackground", + "listInactiveSelectionForeground", + "listInactiveSelectionIconForeground", + "listInactiveFocusBackground", + "listInactiveFocusOutline", + "listHoverBackground", + "listHoverForeground", + "listDropBackground", + "listDropBetweenBackground", + "highlight", + "listFocusHighlightForeground", + "invalidItemForeground", + "listErrorForeground", + "listWarningForeground", + "listFilterWidgetBackground", + "listFilterWidgetOutline", + "listFilterWidgetNoMatchesOutline", + "listFilterWidgetShadow", + "listFilterMatchHighlight", + "listFilterMatchHighlightBorder", + "listDeemphasizedForeground", + "treeIndentGuidesStroke", + "treeInactiveIndentGuidesStroke", + "tableColumnsBorder", + "tableOddRowsBackgroundColor" ], - "vs/workbench/contrib/debug/node/debugAdapter": [ - "debugAdapterBinNotFound", - { - "key": "debugAdapterCannotDetermineExecutable", - "comment": [ - "Adapter executable file not found" - ] - }, - "unableToLaunchDebugAdapter", - "unableToLaunchDebugAdapterNoArgs" + "vs/platform/theme/common/colors/miscColors": [ + "sashActiveBorder", + "badgeBackground", + "badgeForeground", + "scrollbarShadow", + "scrollbarSliderBackground", + "scrollbarSliderHoverBackground", + "scrollbarSliderActiveBackground", + "progressBarBackground" ], - "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", - { - "key": "quit", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "cancel", - "quitMessage", - "mMinimize", - "mZoom", - "mBringToFront", - { - "key": "miSwitchWindow", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "mNewTab", - "mShowPreviousTab", - "mShowNextTab", - "mMoveTabToNewWindow", - "mMergeAllWindows", - "miCheckForUpdates", - "miCheckingForUpdates", - "miDownloadUpdate", - "miDownloadingUpdate", - "miInstallUpdate", - "miInstallingUpdate", - "miRestartToUpdate" + "vs/platform/theme/common/colors/menuColors": [ + "menuBorder", + "menuForeground", + "menuBackground", + "menuSelectionForeground", + "menuSelectionBackground", + "menuSelectionBorder", + "menuSeparatorBackground" ], - "vs/platform/windows/electron-main/windowImpl": [ + "vs/platform/theme/common/colors/baseColors": [ + "foreground", + "disabledForeground", + "errorForeground", + "descriptionForeground", + "iconForeground", + "focusBorder", + "contrastBorder", + "activeContrastBorder", + "selectionBackground", + "textLinkForeground", + "textLinkActiveForeground", + "textSeparatorForeground", + "textPreformatForeground", + "textPreformatBackground", + "textBlockQuoteBackground", + "textBlockQuoteBorder", + "textCodeBlockBackground" + ], + "vs/platform/theme/common/colors/quickpickColors": [ + "pickerBackground", + "pickerForeground", + "pickerTitleBackground", + "pickerGroupForeground", + "pickerGroupBorder", + "quickInput.list.focusBackground deprecation", + "quickInput.listFocusForeground", + "quickInput.listFocusIconForeground", + "quickInput.listFocusBackground" + ], + "vs/platform/theme/common/colors/searchColors": [ + "search.resultsInfoForeground", + "searchEditor.queryMatch", + "searchEditor.editorFindMatchBorder" + ], + "vs/workbench/browser/parts/titlebar/titlebarPart": [ + "ariaLabelTitleActions", + "focusTitleBar" + ], + "vs/workbench/services/configurationResolver/common/variableResolver": [ + "canNotResolveFile", + "canNotResolveFolderForFile", + "canNotFindFolder", + "canNotResolveWorkspaceFolderMultiRoot", + "canNotResolveWorkspaceFolder", + "missingEnvVarName", + "configNotFound", + "configNoString", + "missingConfigName", + "extensionNotInstalled", + "missingExtensionName", + "canNotResolveUserHome", + "canNotResolveLineNumber", + "canNotResolveSelectedText", + "noValueForCommand" + ], + "vs/workbench/services/workingCopy/common/workingCopyHistoryTracker": [ + "undoRedo.source" + ], + "vs/workbench/services/extensions/common/extensionHostManager": [ + "measureExtHostLatency" + ], + "vs/workbench/contrib/localization/common/localizationsActions": [ + "chooseLocale", + "installed", + "available", + "moreInfo", + "configureLocale", + "configureLocaleDescription", + "clearDisplayLanguage" + ], + "vs/workbench/services/extensions/common/extensionsUtil": [ + "overwritingExtension", + "overwritingExtension", + "extensionUnderDevelopment" + ], + "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/common/reportExtensionIssueAction": [ + "reportExtensionIssue" + ], + "vs/workbench/contrib/terminal/electron-sandbox/terminalRemote": [ + "workbench.action.terminal.newLocal" + ], + "vs/workbench/contrib/terminal/browser/baseTerminalBackend": [ + "ptyHostStatus", + "ptyHostStatus.short", + "nonResponsivePtyHost", + "ptyHostStatus.ariaLabel" + ], + "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/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": "reopen", + "key": "TaskParse.noOsSpecificGlobalTasks", "comment": [ - "&& denotes a mnemonic" + "\"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/taskTerminalStatus": [ + "taskTerminalStatus.active", + "taskTerminalStatus.succeeded", + "taskTerminalStatus.succeededInactive", + "taskTerminalStatus.errors", + "taskTerminalStatus.errorsInactive", + "taskTerminalStatus.warnings", + "taskTerminalStatus.warningsInactive", + "taskTerminalStatus.infos", + "taskTerminalStatus.infosInactive", + "task.watchFirstError" + ], + "vs/workbench/contrib/tasks/common/taskTemplates": [ + "dotnetCore", + "msbuild", + "externalCommand", + "Maven" + ], + "vs/workbench/contrib/tasks/browser/taskQuickPick": [ + "taskQuickPick.showAll", + "configureTaskIcon", + "removeTaskIcon", + "configureTask", + "contributedTasks", + "taskType", + "removeRecent", + "recentlyUsed", + "configured", + "configured", + "TaskQuickPick.changeSettingDetails", + "TaskQuickPick.changeSettingNo", + "TaskService.pickRunTask", + "TaskQuickPick.changeSettingsOptions", + "TaskQuickPick.goBack", + "TaskQuickPick.noTasksForType", + "noProviderForTask" + ], + "vs/workbench/contrib/localHistory/browser/localHistory": [ + "localHistoryIcon", + "localHistoryRestore" + ], + "vs/workbench/contrib/multiDiffEditor/browser/icons.contribution": [ + "multiDiffEditorLabelIcon" + ], + "vs/workbench/contrib/debug/common/abstractDebugAdapter": [ + "timeout" + ], + "vs/workbench/contrib/debug/node/debugAdapter": [ + "debugAdapterBinNotFound", { - "key": "close", + "key": "debugAdapterCannotDetermineExecutable", "comment": [ - "&& denotes a mnemonic" + "Adapter executable file not found" ] }, + "unableToLaunchDebugAdapter", + "unableToLaunchDebugAdapterNoArgs" + ], + "vs/platform/menubar/electron-main/menubar": [ { - "key": "wait", + "key": "miNewWindow", "comment": [ "&& denotes a mnemonic" ] }, - "appStalled", - "appStalledDetail", - "doNotRestoreEditors", - "appGone", - "appGoneDetails", { - "key": "reopen", + "key": "mFile", "comment": [ "&& denotes a mnemonic" ] }, { - "key": "newWindow", + "key": "mEdit", "comment": [ "&& denotes a mnemonic" ] }, { - "key": "close", + "key": "mSelection", "comment": [ "&& denotes a mnemonic" ] }, - "appGoneDetailWorkspace", - "appGoneDetailEmptyWindow", - "doNotRestoreEditors", - "hiddenMenuBar" - ], - "vs/platform/terminal/common/terminalPlatformConfiguration": [ - "terminalProfile.args", - "terminalProfile.overrideName", - "terminalProfile.icon", - "terminalProfile.color", - "terminalProfile.env", - "terminalProfile.path", - "terminalAutomationProfile.path", { - "key": "terminal.integrated.profile", + "key": "mView", "comment": [ - "{0} is the platform, {1} is a code block, {2} and {3} are a link start and end" + "&& denotes a mnemonic" ] }, - "terminalIntegratedConfigurationTitle", + { + "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", + { + "key": "quit", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "cancel", + "quitMessage", + "mMinimize", + "mZoom", + "mBringToFront", + { + "key": "miSwitchWindow", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "mNewTab", + "mShowPreviousTab", + "mShowNextTab", + "mMoveTabToNewWindow", + "mMergeAllWindows", + "miCheckForUpdates", + "miCheckingForUpdates", + "miDownloadUpdate", + "miDownloadingUpdate", + "miInstallUpdate", + "miInstallingUpdate", + "miRestartToUpdate" + ], + "vs/platform/windows/electron-main/windowImpl": [ + { + "key": "reopen", + "comment": [ + "&& denotes a mnemonic" + ] + }, + { + "key": "close", + "comment": [ + "&& denotes a mnemonic" + ] + }, + { + "key": "wait", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "appStalled", + "appStalledDetail", + "doNotRestoreEditors", + "appGone", + "appGoneDetails", + { + "key": "reopen", + "comment": [ + "&& denotes a mnemonic" + ] + }, + { + "key": "newWindow", + "comment": [ + "&& denotes a mnemonic" + ] + }, + { + "key": "close", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "appGoneDetailWorkspace", + "appGoneDetailEmptyWindow", + "doNotRestoreEditors", + "hiddenMenuBar" + ], + "vs/platform/terminal/common/terminalPlatformConfiguration": [ + "terminalProfile.args", + "terminalProfile.overrideName", + "terminalProfile.icon", + "terminalProfile.color", + "terminalProfile.env", + "terminalProfile.path", + "terminalAutomationProfile.path", + { + "key": "terminal.integrated.profile", + "comment": [ + "{0} is the platform, {1} is a code block, {2} and {3} are a link start and end" + ] + }, + "terminalIntegratedConfigurationTitle", "terminal.integrated.automationProfile.linux", "terminal.integrated.automationProfile.osx", "terminal.integrated.automationProfile.windows", @@ -13315,13 +14465,53 @@ "alertWarningMessage", "alertInfoMessage", { - "key": "history.inputbox.hint", + "key": "history.inputbox.hint.suffix.noparens", + "comment": [ + "Text is the suffix of an input field placeholder coming after the action the input field performs, this will be used when the input field ends in a closing parenthesis \")\", for example \"Filter (e.g. text, !exclude)\". The character inserted into the final string is ⇅ to represent the up and down arrow keys." + ] + }, + { + "key": "history.inputbox.hint.suffix.inparens", "comment": [ - "Text will be prefixed with ⇅ plus a single space, then used as a hint where input field keeps history" + "Text is the suffix of an input field placeholder coming after the action the input field performs, this will be used when the input field does NOT end in a closing parenthesis (eg. \"Find\"). The character inserted into the final string is ⇅ to represent the up and down arrow keys." ] }, "clearedInput" ], + "vs/editor/browser/widget/diffEditor/registrations.contribution": [ + "diffEditor.move.border", + "diffEditor.moveActive.border", + "diffEditor.unchangedRegionShadow", + "diffInsertIcon", + "diffRemoveIcon" + ], + "vs/editor/browser/widget/diffEditor/commands": [ + "toggleCollapseUnchangedRegions", + "toggleShowMovedCodeBlocks", + "toggleUseInlineViewWhenSpaceIsLimited", + "diffEditor", + "switchSide", + "exitCompareMove", + "collapseAllUnchangedRegions", + "showAllUnchangedRegions", + "revert", + "accessibleDiffViewer", + "editor.action.accessibleDiffViewer.next", + "editor.action.accessibleDiffViewer.prev" + ], + "vs/editor/contrib/dropOrPasteInto/browser/copyPasteController": [ + "pasteWidgetVisible", + "postPasteWidgetTitle", + "pasteAsError", + "pasteIntoEditorProgress", + "pasteAsPickerPlaceholder", + "pasteAsProgress" + ], + "vs/editor/contrib/codeAction/browser/codeActionController": [ + "editingNewSelection", + "hideMoreActions", + "showMoreActions" + ], "vs/editor/contrib/codeAction/browser/codeActionCommands": [ "args.schema.kind", "args.schema.apply", @@ -13352,12 +14542,8 @@ "autoFix.label", "editor.action.autoFix.noneMessage" ], - "vs/editor/contrib/codeAction/browser/codeActionController": [ - "editingNewSelection", - "hideMoreActions", - "showMoreActions" - ], "vs/editor/contrib/codeAction/browser/lightBulbWidget": [ + "codeActionAutoRun", "preferredcodeActionWithKb", "codeActionWithKb", "codeAction" @@ -13371,35 +14557,15 @@ ] } ], - "vs/editor/contrib/dropOrPasteInto/browser/copyPasteController": [ - "pasteWidgetVisible", - "postPasteWidgetTitle", - "pasteIntoEditorProgress", - "pasteAsPickerPlaceholder", - "pasteAsProgress" - ], "vs/editor/contrib/dropOrPasteInto/browser/defaultProviders": [ - "builtIn", "text.label", "defaultDropProvider.uriList.uris", "defaultDropProvider.uriList.uri", "defaultDropProvider.uriList.paths", "defaultDropProvider.uriList.path", "defaultDropProvider.uriList.relativePaths", - "defaultDropProvider.uriList.relativePath" - ], - "vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorController": [ - "dropWidgetVisible", - "postDropWidgetTitle", - "dropIntoEditorProgress" - ], - "vs/editor/contrib/folding/browser/foldingDecorations": [ - "foldBackgroundBackground", - "editorGutter.foldingControlForeground", - "foldingExpandedIcon", - "foldingCollapsedIcon", - "foldingManualCollapedIcon", - "foldingManualExpandedIcon" + "defaultDropProvider.uriList.relativePath", + "pasteHtmlLabel" ], "vs/editor/contrib/find/browser/findWidget": [ "findSelectionIcon", @@ -13430,6 +14596,21 @@ "ariaSearchNoResultWithLineNumNoCurrentMatch", "ctrlEnter.keybindingChanged" ], + "vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorController": [ + "dropWidgetVisible", + "postDropWidgetTitle", + "dropIntoEditorProgress" + ], + "vs/editor/contrib/folding/browser/foldingDecorations": [ + "foldBackgroundBackground", + "editorGutter.foldingControlForeground", + "foldingExpandedIcon", + "foldingCollapsedIcon", + "foldingManualCollapedIcon", + "foldingManualExpandedIcon", + "linesCollapsed", + "linesExpanded" + ], "vs/editor/contrib/inlineCompletions/browser/commands": [ "action.inlineSuggest.showNext", "action.inlineSuggest.showPrevious", @@ -13443,80 +14624,163 @@ "action.inlineSuggest.hide", "action.inlineSuggest.alwaysShowToolbar" ], - "vs/editor/contrib/inlineCompletions/browser/hoverParticipant": [ - "inlineSuggestionFollows" - ], "vs/editor/contrib/inlineCompletions/browser/inlineCompletionsController": [ "showAccessibleViewHint" ], - "vs/editor/contrib/gotoSymbol/browser/peek/referencesController": [ - "referenceSearchVisible", - "labelLoading", - "metaTitle.N" + "vs/editor/contrib/inlineCompletions/browser/hoverParticipant": [ + "inlineSuggestionFollows" ], - "vs/editor/contrib/gotoSymbol/browser/referencesModel": [ - "aria.oneReference", + "vs/editor/contrib/hover/browser/hoverActions": [ { - "key": "aria.oneReference.preview", + "key": "showOrFocusHover", "comment": [ - "Placeholders are: 0: filename, 1:line number, 2: column number, 3: preview snippet of source code" + "Label for action that will trigger the showing/focusing of a hover in the editor.", + "If the hover is not visible, it will show the hover.", + "This allows for users to show the hover without using the mouse." ] }, - "aria.fileReferences.1", - "aria.fileReferences.N", - "aria.result.0", - "aria.result.1", - "aria.result.n1", - "aria.result.nm" - ], - "vs/editor/contrib/gotoSymbol/browser/symbolNavigation": [ - "hasSymbols", - "location.kb", - "location" - ], - "vs/editor/contrib/message/browser/messageController": [ - "messageVisible" - ], - "vs/editor/contrib/gotoError/browser/gotoErrorWidget": [ - "Error", - "Warning", - "Info", - "Hint", - "marker aria", - "problems", - "change", - "editorMarkerNavigationError", - "editorMarkerNavigationErrorHeaderBackground", - "editorMarkerNavigationWarning", - "editorMarkerNavigationWarningBackground", - "editorMarkerNavigationInfo", - "editorMarkerNavigationInfoHeaderBackground", - "editorMarkerNavigationBackground" - ], - "vs/editor/contrib/hover/browser/markdownHoverParticipant": [ - "modesContentHover.loading", - "stopped rendering", - "too many characters" - ], - "vs/editor/contrib/hover/browser/markerHoverParticipant": [ - "view problem", - "noQuickFixes", - "checkingForQuickFixes", - "noQuickFixes", - "quick fixes" - ], - "vs/editor/contrib/inlineCompletions/browser/inlineCompletionsHintsWidget": [ - "parameterHintsNextIcon", - "parameterHintsPreviousIcon", + "showOrFocusHover.focus.noAutoFocus", + "showOrFocusHover.focus.focusIfVisible", + "showOrFocusHover.focus.autoFocusImmediately", { - "key": "content", + "key": "showDefinitionPreviewHover", "comment": [ - "A label", - "A keybinding" + "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." ] }, - "previous", - "next" + { + "key": "scrollUpHover", + "comment": [ + "Action that allows to scroll up in the hover widget with the up arrow when the hover widget is focused." + ] + }, + { + "key": "scrollDownHover", + "comment": [ + "Action that allows to scroll down in the hover widget with the up arrow when the hover widget is focused." + ] + }, + { + "key": "scrollLeftHover", + "comment": [ + "Action that allows to scroll left in the hover widget with the left arrow when the hover widget is focused." + ] + }, + { + "key": "scrollRightHover", + "comment": [ + "Action that allows to scroll right in the hover widget with the right arrow when the hover widget is focused." + ] + }, + { + "key": "pageUpHover", + "comment": [ + "Action that allows to page up in the hover widget with the page up command when the hover widget is focused." + ] + }, + { + "key": "pageDownHover", + "comment": [ + "Action that allows to page down in the hover widget with the page down command when the hover widget is focused." + ] + }, + { + "key": "goToTopHover", + "comment": [ + "Action that allows to go to the top of the hover widget with the home command when the hover widget is focused." + ] + }, + { + "key": "goToBottomHover", + "comment": [ + "Action that allows to go to the bottom in the hover widget with the end command when the hover widget is focused." + ] + }, + { + "key": "increaseHoverVerbosityLevel", + "comment": [ + "Label for action that will increase the hover verbosity level." + ] + }, + { + "key": "decreaseHoverVerbosityLevel", + "comment": [ + "Label for action that will decrease the hover verbosity level." + ] + }, + "showOrFocusHoverDescription", + "showDefinitionPreviewHoverDescription", + "scrollUpHoverDescription", + "scrollDownHoverDescription", + "scrollLeftHoverDescription", + "scrollRightHoverDescription", + "pageUpHoverDescription", + "pageDownHoverDescription", + "goToTopHoverDescription", + "goToBottomHoverDescription" + ], + "vs/editor/contrib/hover/browser/markerHoverParticipant": [ + "view problem", + "noQuickFixes", + "checkingForQuickFixes", + "noQuickFixes", + "quick fixes" + ], + "vs/editor/contrib/hover/browser/markdownHoverParticipant": [ + "increaseHoverVerbosity", + "decreaseHoverVerbosity", + "modesContentHover.loading", + "stopped rendering", + "too many characters", + "increaseVerbosityWithKb", + "increaseVerbosity", + "decreaseVerbosityWithKb", + "decreaseVerbosity" + ], + "vs/editor/contrib/gotoSymbol/browser/peek/referencesController": [ + "referenceSearchVisible", + "labelLoading", + "metaTitle.N" + ], + "vs/editor/contrib/gotoSymbol/browser/referencesModel": [ + "aria.oneReference", + { + "key": "aria.oneReference.preview", + "comment": [ + "Placeholders are: 0: filename, 1:line number, 2: column number, 3: preview snippet of source code" + ] + }, + "aria.fileReferences.1", + "aria.fileReferences.N", + "aria.result.0", + "aria.result.1", + "aria.result.n1", + "aria.result.nm" + ], + "vs/editor/contrib/gotoSymbol/browser/symbolNavigation": [ + "hasSymbols", + "location.kb", + "location" + ], + "vs/editor/contrib/message/browser/messageController": [ + "messageVisible" + ], + "vs/editor/contrib/gotoError/browser/gotoErrorWidget": [ + "Error", + "Warning", + "Info", + "Hint", + "marker aria", + "problems", + "change", + "editorMarkerNavigationError", + "editorMarkerNavigationErrorHeaderBackground", + "editorMarkerNavigationWarning", + "editorMarkerNavigationWarningBackground", + "editorMarkerNavigationInfo", + "editorMarkerNavigationInfoHeaderBackground", + "editorMarkerNavigationBackground" ], "vs/editor/contrib/inlayHints/browser/inlayHintsHover": [ "hint.dbl", @@ -13545,18 +14809,21 @@ "hint", "editorHoverWidgetHighlightForeground" ], - "vs/editor/contrib/rename/browser/renameInputField": [ + "vs/editor/contrib/rename/browser/renameWidget": [ "renameInputVisible", - "renameAriaLabel", + "renameInputFocused", { "key": "label", "comment": [ "placeholders are keybindings, e.g \"F2 to Rename, Shift+F2 to Preview\"" ] - } + }, + "renameSuggestionsReceivedAria", + "renameAriaLabel", + "generateRenameSuggestionsButton", + "cancelRenameSuggestionsButton" ], "vs/editor/contrib/stickyScroll/browser/stickyScrollActions": [ - "toggleStickyScroll", { "key": "mitoggleStickyScroll", "comment": [ @@ -13570,13 +14837,15 @@ "&& denotes a mnemonic" ] }, - "focusStickyScroll", { "key": "mifocusStickyScroll", "comment": [ "&& denotes a mnemonic" ] }, + "toggleEditorStickyScroll", + "toggleEditorStickyScroll.description", + "focusStickyScroll", "selectNextStickyScrollLine.title", "selectPreviousStickyScrollLine.title", "goToFocusedStickyScrollLine.title", @@ -13600,49 +14869,25 @@ "label.desc", "ariaCurrenttSuggestionReadDetails" ], - "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/editor/browser/widget/diffEditor/features/hideUnchangedRegionsFeature": [ + "foldUnchanged", + "diff.hiddenLines.top", + "showUnchangedRegion", + "diff.bottom", + "hiddenLines", + "diff.hiddenLines.expandAll" + ], + "vs/workbench/contrib/chat/browser/chatInputPart": [ + "actions.chat.accessibiltyHelp", + "chatInput.accessibilityHelpNoKb", + "chatInput", + "notebook.moreExecuteActionsLabel", + "use", + "chat.submitToSecondaryAgent" + ], + "vs/workbench/contrib/chat/browser/contrib/chatDynamicVariables": [ + "allFiles", + "allFilesDescription" ], "vs/workbench/api/browser/mainThreadWebviews": [ "errorMessage" @@ -13665,42 +14910,9 @@ "vetoExtHostRestart", "defaultEditLabel" ], - "vs/workbench/contrib/comments/browser/commentsView": [ - "comments.filter.placeholder", - "comments.filter.ariaLabel", - "totalUnresolvedComments", - "showing filtered results", - "rootCommentsLabel", - "resourceWithCommentThreadsLabel", - "resourceWithCommentLabel", - "resourceWithCommentLabelFile", - "collapseAll", - "expandAll" - ], - "vs/workbench/contrib/comments/browser/commentsTreeViewer": [ - "commentsCount", - "commentCount", - "imageWithLabel", - "image", - "commentLine", - "commentRange", - "lastReplyFrom", - "comments.view.title" - ], "vs/workbench/contrib/testing/common/testResult": [ "runFinished" ], - "vs/workbench/browser/parts/editor/editorDropTarget": [ - "dropIntoEditorPrompt" - ], - "vs/workbench/browser/parts/editor/editorGroupView": [ - "ariaLabelGroupActions", - "emptyEditorGroup", - "groupLabelLong", - "groupLabel", - "groupAriaLabelLong", - "groupAriaLabel" - ], "vs/base/browser/ui/tree/treeDefaults": [ "collapse all" ], @@ -13745,13 +14957,11 @@ "remote.tunnelsView.portNumberToHigh", "remote.tunnelView.inlineElevationMessage", "remote.tunnelView.alreadyForwarded", - "remote.tunnel.forward", "remote.tunnel.forwardItem", "remote.tunnel.forwardPrompt", "remote.tunnel.forwardError", "remote.tunnel.forwardErrorProvided", "remote.tunnel.closeNoPorts", - "remote.tunnel.close", "remote.tunnel.closePlaceholder", "remote.tunnel.open", "remote.tunnel.openPreview", @@ -13771,7 +14981,9 @@ "tunnelContext.privacyMenu", "tunnelContext.protocolMenu", "portWithRunningProcess.foreground", - "remote.tunnel" + "remote.tunnel", + "remote.tunnel.forward", + "remote.tunnel.close" ], "vs/workbench/contrib/remote/browser/remoteIcons": [ "getStartedIcon", @@ -13800,24 +15012,17 @@ "binaryError", "openAnyway" ], - "vs/workbench/browser/parts/paneCompositePart": [ - "pane.emptyMessage", - "moreActions", - "views" - ], "vs/workbench/browser/parts/activitybar/activitybarPart": [ "menu", "hideMenu", "activity bar position", - "positionActivityBarSide", { - "key": "miSideActivityBar", + "key": "miDefaultActivityBar", "comment": [ "&& denotes a mnemonic" ] }, - "side", - "positionActivityBarTop", + "default", { "key": "miTopActivityBar", "comment": [ @@ -13825,7 +15030,13 @@ ] }, "top", - "hideActivityBar", + { + "key": "miBottomActivityBar", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "bottom", { "key": "miHideActivityBar", "comment": [ @@ -13836,15 +15047,33 @@ "positionActivituBar", "positionActivituBar", "positionActivituBar", + "positionActivityBarDefault", + "positionActivityBarTop", + "positionActivityBarBottom", + "hideActivityBar", "previousSideBarView", "nextSideBarView", "focusActivityBar" ], + "vs/workbench/browser/parts/paneCompositePart": [ + "pane.emptyMessage", + "moreActions", + "views" + ], "vs/workbench/browser/parts/sidebar/sidebarActions": [ "focusSideBar" ], - "vs/base/browser/ui/iconLabel/iconLabelHover": [ - "iconLabel.loading" + "vs/workbench/browser/parts/editor/editorGroupView": [ + "ariaLabelGroupActions", + "emptyEditorGroup", + "groupLabelLong", + "groupLabel", + "groupAriaLabelLong", + "groupAriaLabel", + "moveErrorDetails" + ], + "vs/workbench/browser/parts/editor/editorDropTarget": [ + "dropIntoEditorPrompt" ], "vs/workbench/services/preferences/browser/keybindingsEditorModel": [ "default", @@ -13861,6 +15090,7 @@ "validations.stringIncorrectEnumOptions", "validations.stringIncorrectType", "invalidTypeError", + "regexParsingError", "validations.maxLength", "validations.minLength", "validations.regex", @@ -13896,6 +15126,21 @@ ] } ], + "vs/base/browser/ui/icons/iconSelectBox": [ + "iconSelect.placeholder", + "iconSelect.noResults" + ], + "vs/platform/quickinput/browser/quickInput": [ + "quickInput.back", + "inputModeEntry", + "quickInput.steps", + "quickInputBox.ariaLabel", + "inputModeEntryDescription" + ], + "vs/base/browser/ui/hover/hoverWidget": [ + "acessibleViewHint", + "acessibleViewHintNoKbOpen" + ], "vs/platform/quickinput/browser/quickInputController": [ "quickInput.checkAll", { @@ -13915,10 +15160,6 @@ "quickInput.backWithKeybinding", "quickInput.back" ], - "vs/base/browser/ui/hover/hoverWidget": [ - "acessibleViewHint", - "acessibleViewHintNoKbOpen" - ], "vs/workbench/services/textMate/common/TMGrammars": [ "vscode.extension.contributes.grammars", "vscode.extension.contributes.grammars.language", @@ -13930,6 +15171,9 @@ "vscode.extension.contributes.grammars.balancedBracketScopes", "vscode.extension.contributes.grammars.unbalancedBracketScopes" ], + "vs/base/browser/ui/keybindingLabel/keybindingLabel": [ + "unbound" + ], "vs/workbench/contrib/preferences/browser/preferencesWidgets": [ "userSettings", "userSettingsRemote", @@ -13942,8 +15186,26 @@ "userSettings", "workspaceSettings" ], - "vs/base/browser/ui/keybindingLabel/keybindingLabel": [ - "unbound" + "vs/workbench/contrib/preferences/browser/preferencesRenderers": [ + "editTtile", + "replaceDefaultValue", + "copyDefaultValue", + "unsupportedPolicySetting", + "unsupportLanguageOverrideSetting", + "defaultProfileSettingWhileNonDefaultActive", + "allProfileSettingWhileInNonDefaultProfileSetting", + "unsupportedRemoteMachineSetting", + "unsupportedWindowSetting", + "unsupportedApplicationSetting", + "unsupportedMachineSetting", + "untrustedSetting", + "unknown configuration setting", + "manage workspace trust", + "manage workspace trust", + "unsupportedProperty" + ], + "vs/base/browser/ui/toolbar/toolbar": [ + "moreActions" ], "vs/workbench/contrib/preferences/common/settingsEditorColorRegistry": [ "headerForeground", @@ -13968,47 +15230,6 @@ "settings.rowHoverBackground", "settings.focusedRowBorder" ], - "vs/workbench/contrib/preferences/browser/preferencesRenderers": [ - "editTtile", - "replaceDefaultValue", - "copyDefaultValue", - "unsupportedPolicySetting", - "unsupportLanguageOverrideSetting", - "defaultProfileSettingWhileNonDefaultActive", - "allProfileSettingWhileInNonDefaultProfileSetting", - "unsupportedRemoteMachineSetting", - "unsupportedWindowSetting", - "unsupportedApplicationSetting", - "unsupportedMachineSetting", - "untrustedSetting", - "unknown configuration setting", - "manage workspace trust", - "manage workspace trust", - "unsupportedProperty" - ], - "vs/base/browser/ui/toolbar/toolbar": [ - "moreActions" - ], - "vs/workbench/contrib/preferences/browser/settingsTree": [ - "extensions", - "modified", - "settingsContextMenuTitle", - "newExtensionsButtonLabel", - "editInSettingsJson", - "editLanguageSettingLabel", - "settings.Default", - "modified", - "showExtension", - "resetSettingLabel", - "validationError", - "validationError", - "settings.Modified", - "settings", - "copySettingIdLabel", - "copySettingAsJSONLabel", - "stopSyncingSetting", - "applyToAllProfiles" - ], "vs/workbench/contrib/preferences/browser/settingsLayout": [ "commonlyUsed", "textEditor", @@ -14017,6 +15238,7 @@ "font", "formatting", "diffEditor", + "multiDiffEditor", "minimap", "suggestions", "files", @@ -14030,6 +15252,7 @@ "window", "newWindow", "features", + "accessibility.signals", "accessibility", "fileExplorer", "search", @@ -14045,7 +15268,6 @@ "remote", "timeline", "notebook", - "audioCues", "mergeEditor", "chat", "application", @@ -14084,11 +15306,32 @@ "policySettingsSearch", "policySettingsSearchTooltip" ], + "vs/workbench/contrib/preferences/browser/settingsTree": [ + "extensions", + "modified", + "settingsContextMenuTitle", + "newExtensionsButtonLabel", + "editInSettingsJson", + "editLanguageSettingLabel", + "settings.Default", + "modified", + "showExtension", + "resetSettingLabel", + "validationError", + "validationError", + "settings.Modified", + "settings", + "copySettingIdLabel", + "copySettingAsJSONLabel", + "stopSyncingSetting", + "applyToAllProfiles" + ], "vs/workbench/contrib/chat/browser/actions/chatAccessibilityHelp": [ "chat.overview", "chat.requestHistory", "chat.inspectResponse", "chat.inspectResponseNoKb", + "chat.followUp", "chat.announcement", "workbench.action.chat.focus", "workbench.action.chat.focusNoKb", @@ -14110,28 +15353,38 @@ "inlineChat.diff", "inlineChat.diffNoKb", "inlineChat.toolbar", - "chat.audioCues" + "chat.signals" + ], + "vs/editor/contrib/inlineCompletions/browser/inlineCompletionContextKeys": [ + "inlineSuggestionVisible", + "inlineSuggestionHasIndentation", + "inlineSuggestionHasIndentationLessThanTabSize", + "suppressSuggestions" + ], + "vs/workbench/contrib/chat/browser/codeBlockPart": [ + "chat.codeBlockHelp", + "chat.codeBlock.toolbarVerbose", + "chat.codeBlock.toolbar", + "chat.codeBlockLabel", + "vulnerabilitiesPlural", + "vulnerabilitiesSingular", + "chat.codeBlockHelp", + "original", + "modified", + "chat.codeBlock.toolbarVerbose", + "chat.codeBlock.toolbar", + "chat.compareCodeBlockLabel", + "chat.edits.N", + "chat.edits.1", + "interactive.compare.apply.confirm", + "interactive.compare.apply.confirm.detail" ], "vs/workbench/contrib/notebook/browser/controller/cellOperations": [ "notebookActions.joinSelectedCells", "notebookActions.joinSelectedCells.label" ], - "vs/workbench/contrib/chat/browser/chatInputPart": [ - "actions.chat.accessibiltyHelp", - "chatInput.accessibilityHelpNoKb", - "chatInput" - ], - "vs/workbench/contrib/chat/browser/chatListRenderer": [ - "usedAgent", - "usingAgent", - "thinking", - "usedReferencesPlural", - "usedReferencesSingular", - "usedReferencesExpanded", - "usedReferencesCollapsed", + "vs/workbench/contrib/chat/browser/chatAccessibilityProvider": [ "chat", - "commandFollowUpInfo", - "commandFollowUpInfoMany", "singleFileTreeHint", "multiFileTreeHint", "noCodeBlocksHint", @@ -14139,22 +15392,37 @@ "singleCodeBlockHint", "singleCodeBlock", "multiCodeBlockHint", - "multiCodeBlock", - "treeAriaLabel" + "multiCodeBlock" ], - "vs/platform/actions/browser/toolbar": [ - "hide", - "resetThisMenu" + "vs/workbench/contrib/chat/browser/chatListRenderer": [ + "usedAgent", + "usingAgent", + "usedAgent", + "usingAgent", + "usedReferencesPlural", + "usedReferencesSingular", + "usedReferencesExpanded", + "usedReferencesCollapsed", + "commandButtonDisabled", + "editsSummary1", + "editsSummary", + "treeAriaLabel", + "usedReferences" ], - "vs/editor/contrib/inlineCompletions/browser/inlineCompletionContextKeys": [ - "inlineSuggestionVisible", - "inlineSuggestionHasIndentation", - "inlineSuggestionHasIndentationLessThanTabSize", - "suppressSuggestions" + "vs/workbench/contrib/inlineChat/browser/inlineChatStrategies": [ + "change.0", + "review.1", + "change.1", + "review.N", + "change.N", + "review" + ], + "vs/workbench/contrib/inlineChat/browser/inlineChatZoneWidget": [ + "inlineChatClosed" ], "vs/workbench/contrib/notebook/browser/viewParts/notebookKernelView": [ - "notebookActions.selectKernel", - "notebookActions.selectKernel.args" + "notebookActions.selectKernel.args", + "notebookActions.selectKernel" ], "vs/workbench/contrib/notebook/browser/notebookExtensionPoint": [ "contributes.notebook.provider", @@ -14183,12 +15451,31 @@ "contributes.preload.provider", "contributes.preload.provider.viewType", "contributes.preload.entrypoint", - "contributes.preload.localResourceRoots" + "contributes.preload.localResourceRoots", + "Notebook id", + "Notebook name", + "Notebook renderer name", + "Notebook mimetypes", + "notebooks", + "notebookRenderer" + ], + "vs/workbench/contrib/notebook/browser/view/renderers/backLayerWebView": [ + "notebook.emptyMarkdownPlaceholder", + { + "key": "notebook.error.rendererNotFound", + "comment": [ + "$0 is a placeholder for the mime type" + ] + }, + { + "key": "notebook.error.rendererFallbacksExhausted", + "comment": [ + "$0 is a placeholder for the mime type" + ] + }, + "webview title" ], "vs/workbench/contrib/notebook/browser/notebookEditorWidget": [ - "notebookTreeAriaLabelHelp", - "notebookTreeAriaLabelHelpNoKb", - "notebookTreeAriaLabel", "notebook.cellBorderColor", "notebook.focusedEditorBorder", "notebookStatusSuccessIcon.foreground", @@ -14214,22 +15501,6 @@ "notebook.cellEditorBackground", "notebook.editorBackground" ], - "vs/workbench/contrib/notebook/browser/view/renderers/backLayerWebView": [ - "notebook.emptyMarkdownPlaceholder", - { - "key": "notebook.error.rendererNotFound", - "comment": [ - "$0 is a placeholder for the mime type" - ] - }, - { - "key": "notebook.error.rendererFallbacksExhausted", - "comment": [ - "$0 is a placeholder for the mime type" - ] - }, - "webview title" - ], "vs/workbench/services/workingCopy/common/fileWorkingCopyManager": [ "fileWorkingCopyCreate.source", "fileWorkingCopyReplace.source", @@ -14272,34 +15543,91 @@ "kernels.detecting", "select" ], + "vs/workbench/contrib/comments/common/commentContextKeys": [ + "hasCommentingRange", + "editorHasCommentingRange", + "hasCommentingProvider", + "commentThreadIsEmpty", + "commentIsEmpty", + "comment", + "commentThread", + "commentController", + "commentFocused" + ], + "vs/workbench/contrib/notebook/browser/contrib/notebookVariables/notebookVariablesView": [ + "notebook.notebookVariables" + ], + "vs/workbench/contrib/notebook/browser/controller/chat/notebookChatContext": [ + "notebookCellChatFocused", + "notebookChatHasActiveRequest", + "notebookChatUserDidEdit", + "notebookChatOuterFocusPosition" + ], + "vs/workbench/contrib/notebook/browser/controller/chat/notebookChatController": [ + "default.placeholder", + "welcome.1", + "default.placeholder", + "welcome.1" + ], + "vs/workbench/contrib/notebook/browser/controller/notebookIndentationActions": [ + "indentUsingTabs", + "indentUsingSpaces", + "changeTabDisplaySize", + "convertIndentationToSpaces", + "convertIndentationToTabs", + { + "key": "selectTabWidth", + "comment": [ + "Tab corresponds to the tab key" + ] + }, + "convertIndentation" + ], "vs/workbench/contrib/notebook/browser/contrib/find/notebookFindWidget": [ "ariaSearchNoResultEmpty", "ariaSearchNoResult", "ariaSearchNoResultWithLineNumNoCurrentMatch" ], + "vs/workbench/contrib/notebook/browser/controller/chat/cellChatActions": [ + "arrowUp", + "arrowDown", + "focusChatWidget", + "focusNextChatWidget", + "apply2", + "apply3", + "discard", + "feedback.helpful", + "feedback.unhelpful", + "feedback.reportIssueForBug", + "notebookActions.menu.insertCodeCellWithChat", + "notebookActions.menu.insertCodeCellWithChat.tooltip", + "notebookActions.menu.insertCodeCellWithChat.tooltip", + "notebookActions.menu.insertCodeCellWithChat", + "notebookActions.menu.insertCodeCellWithChat.tooltip", + "notebookActions.menu.insertCode.ontoolbar", + "notebookActions.menu.insertCode.tooltip", + "focusNotebookChat", + "focusNextCell", + "focusPreviousCell", + "notebook.cell.chat.accept", + "notebook.cell.chat.stop", + "notebook.cell.chat.close", + "apply1", + "notebook.cell.chat.previousFromHistory", + "notebook.cell.chat.nextFromHistory", + "notebookActions.restoreCellprompt" + ], "vs/editor/contrib/codeAction/browser/codeAction": [ "applyCodeActionFailed" ], - "vs/workbench/contrib/inlineChat/browser/inlineChatStrategies": [ - "lines.0", - "lines.1", - "lines.N" - ], - "vs/workbench/contrib/inlineChat/browser/inlineChatWidget": [ - "aria-label", - "original", - "modified", - "inlineChat.accessibilityHelp", - "inlineChat.accessibilityHelpNoKb", - "slashCommandUsed", - "inlineChatClosed" - ], - "vs/workbench/contrib/terminal/browser/xterm/xtermTerminal": [ - "terminal.integrated.copySelection.noSelection", - "yes", - "no", - "dontShowAgain", - "terminal.slowRendering" + "vs/platform/quickinput/browser/commandsQuickAccess": [ + "recentlyUsed", + "suggested", + "commonlyUsed", + "morecCommands", + "suggested", + "commandPickAriaLabelWithKeybinding", + "canNotRun" ], "vs/workbench/contrib/testing/browser/theme": [ "testing.iconFailed", @@ -14310,34 +15638,28 @@ "testing.iconUnset", "testing.iconSkipped", "testing.peekBorder", + "testing.messagePeekBorder", "testing.peekBorder", + "testing.messagePeekHeaderBackground", + "testing.coveredBackground", + "testing.coveredBorder", + "testing.coveredGutterBackground", + "testing.uncoveredBranchBackground", + "testing.uncoveredBackground", + "testing.uncoveredBorder", + "testing.uncoveredGutterBackground", + "testing.coverCountBadgeBackground", + "testing.coverCountBadgeForeground", "testing.message.error.decorationForeground", "testing.message.error.marginBackground", "testing.message.info.decorationForeground", - "testing.message.info.marginBackground" - ], - "vs/workbench/contrib/terminal/common/terminalColorRegistry": [ - "terminal.background", - "terminal.foreground", - "terminalCursor.foreground", - "terminalCursor.background", - "terminal.selectionBackground", - "terminal.inactiveSelectionBackground", - "terminal.selectionForeground", - "terminalCommandDecoration.defaultBackground", - "terminalCommandDecoration.successBackground", - "terminalCommandDecoration.errorBackground", - "terminalOverviewRuler.cursorForeground", - "terminal.border", - "terminal.findMatchBackground", - "terminal.findMatchHighlightBorder", - "terminal.findMatchBorder", - "terminal.findMatchHighlightBackground", - "terminal.findMatchHighlightBorder", - "terminalOverviewRuler.findMatchHighlightForeground", - "terminal.dragAndDropBackground", - "terminal.tab.activeBorder", - "terminal.ansiColor" + "testing.message.info.marginBackground", + "testing.iconErrored.retired", + "testing.iconFailed.retired", + "testing.iconPassed.retired", + "testing.iconQueued.retired", + "testing.iconUnset.retired", + "testing.iconSkipped.retired" ], "vs/workbench/contrib/testing/common/constants": [ "testState.errored", @@ -14369,14 +15691,58 @@ "testing.filters.showExcludedTests", "testing.filters.removeTestExclusions" ], - "vs/platform/quickinput/browser/commandsQuickAccess": [ - "recentlyUsed", - "suggested", - "commonlyUsed", - "morecCommands", - "suggested", - "commandPickAriaLabelWithKeybinding", - "canNotRun" + "vs/workbench/contrib/terminal/browser/xterm/xtermTerminal": [ + "terminal.integrated.copySelection.noSelection" + ], + "vs/workbench/contrib/terminal/common/terminalColorRegistry": [ + "terminal.background", + "terminal.foreground", + "terminalCursor.foreground", + "terminalCursor.background", + "terminal.selectionBackground", + "terminal.inactiveSelectionBackground", + "terminal.selectionForeground", + "terminalCommandDecoration.defaultBackground", + "terminalCommandDecoration.successBackground", + "terminalCommandDecoration.errorBackground", + "terminalOverviewRuler.cursorForeground", + "terminal.border", + "terminal.findMatchBackground", + "terminal.findMatchHighlightBorder", + "terminal.findMatchBorder", + "terminal.findMatchHighlightBackground", + "terminal.findMatchHighlightBorder", + "terminalOverviewRuler.findMatchHighlightForeground", + "terminal.dragAndDropBackground", + "terminal.tab.activeBorder", + "terminal.ansiColor" + ], + "vs/workbench/contrib/files/browser/views/explorerDecorationsProvider": [ + "canNotResolve", + "symbolicLlink", + "unknown", + "label" + ], + "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/contrib/files/browser/fileImportExport": [ "uploadingFiles", @@ -14443,33 +15809,6 @@ ] } ], - "vs/workbench/contrib/files/browser/views/explorerDecorationsProvider": [ - "canNotResolve", - "symbolicLlink", - "unknown", - "label" - ], - "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/contrib/bulkEdit/browser/preview/bulkEditTree": [ "bulkEdit", "aria.renameAndEdit", @@ -14488,6 +15827,13 @@ "detail.del", "title" ], + "vs/workbench/contrib/bulkEdit/browser/preview/bulkEditPreview": [ + "default" + ], + "vs/workbench/contrib/search/browser/replaceService": [ + "searchReplace.source", + "fileReplaceChanges" + ], "vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess": [ "cannotRunGotoSymbolWithoutEditor", "cannotRunGotoSymbolWithoutSymbolProvider", @@ -14523,11 +15869,8 @@ "field", "constant" ], - "vs/workbench/contrib/search/browser/replaceService": [ - "searchReplace.source", - "fileReplaceChanges" - ], "vs/workbench/contrib/search/browser/searchFindInput": [ + "aiDescription", "searchFindInputNotebookFilter.label" ], "vs/workbench/contrib/searchEditor/browser/searchEditorSerialization": [ @@ -14549,16 +15892,12 @@ "vs/workbench/contrib/debug/browser/baseDebugView": [ "debug.lazyButton.tooltip" ], - "vs/workbench/contrib/debug/common/debugSource": [ - "unknownSource" - ], - "vs/workbench/contrib/debug/browser/debugSessionPicker": [ - "moveFocusedView.selectView", - "workbench.action.debug.startDebug", - "workbench.action.debug.spawnFrom" - ], - "vs/workbench/contrib/debug/common/loadedScriptsPicker": [ - "moveFocusedView.selectView" + "vs/workbench/contrib/debug/browser/debugConfigurationManager": [ + "editLaunchConfig", + "selectConfiguration", + "DebugConfig.failed", + "workspace", + "user settings" ], "vs/workbench/contrib/debug/browser/debugAdapterManager": [ "debugNoType", @@ -14579,19 +15918,13 @@ "installExt", "selectDebug" ], - "vs/workbench/contrib/debug/browser/debugConfigurationManager": [ - "editLaunchConfig", - "selectConfiguration", - "DebugConfig.failed", - "workspace", - "user settings" - ], "vs/workbench/contrib/debug/browser/debugSession": [ "noDebugAdapter", "noDebugAdapter", "noDebugAdapter", "noDebugAdapter", "noDebugAdapter", + "sessionDoesNotSupporBytesBreakpoints", "noDebugAdapter", "sessionNotReadyForBreakpoints", "noDebugAdapter", @@ -14660,9 +15993,76 @@ "taskNotTrackedWithTaskId", "taskNotTracked" ], + "vs/workbench/contrib/debug/common/debugSource": [ + "unknownSource" + ], + "vs/workbench/contrib/debug/common/loadedScriptsPicker": [ + "moveFocusedView.selectView" + ], + "vs/workbench/contrib/debug/browser/debugSessionPicker": [ + "moveFocusedView.selectView", + "workbench.action.debug.startDebug", + "workbench.action.debug.spawnFrom" + ], + "vs/editor/contrib/inlineCompletions/browser/inlineCompletionsHintsWidget": [ + "parameterHintsNextIcon", + "parameterHintsPreviousIcon", + { + "key": "content", + "comment": [ + "A label", + "A keybinding" + ] + }, + "previous", + "next" + ], + "vs/workbench/contrib/markers/browser/markersTreeViewer": [ + "problemsView", + "expandedIcon", + "collapsedIcon", + "single line", + "multi line" + ], + "vs/workbench/contrib/markers/browser/markersTable": [ + "codeColumnLabel", + "messageColumnLabel", + "fileColumnLabel", + "sourceColumnLabel" + ], "vs/base/browser/ui/dropdown/dropdownActionViewItem": [ "moreActions" ], + "vs/workbench/contrib/comments/browser/commentsModel": [ + "noComments" + ], + "vs/workbench/contrib/comments/browser/commentColors": [ + "resolvedCommentIcon", + "unresolvedCommentIcon", + "commentReplyInputBackground", + "resolvedCommentBorder", + "unresolvedCommentBorder", + "commentThreadRangeBackground", + "commentThreadActiveRangeBackground" + ], + "vs/workbench/contrib/comments/browser/commentsViewActions": [ + "focusCommentsList", + "commentsClearFilterText", + "focusCommentsFilter", + "toggle unresolved", + "comments", + "unresolved", + "toggle resolved", + "comments", + "resolved" + ], + "vs/workbench/contrib/comments/browser/commentGlyphWidget": [ + "editorGutterCommentRangeForeground", + "editorOverviewRuler.commentForeground", + "editorOverviewRuler.commentUnresolvedForeground", + "editorGutterCommentGlyphForeground", + "editorGutterCommentUnresolvedGlyphForeground" + ], "vs/workbench/contrib/mergeEditor/common/mergeEditor": [ "is", "isr", @@ -14749,16 +16149,14 @@ }, "noMoreWarn" ], + "vs/workbench/contrib/mergeEditor/browser/view/editors/baseCodeEditorView": [ + "base", + "compareWith", + "compareWithTooltip" + ], "vs/workbench/contrib/mergeEditor/browser/view/viewModel": [ "noConflictMessage" ], - "vs/workbench/contrib/mergeEditor/browser/view/editors/resultCodeEditorView": [ - "result", - "mergeEditor.remainingConflicts", - "mergeEditor.remainingConflict", - "goToNextConflict", - "allConflictHandled" - ], "vs/workbench/contrib/mergeEditor/browser/view/editors/inputCodeEditorView": [ "input1", "input2", @@ -14772,6 +16170,13 @@ "accept.first", "accept.second" ], + "vs/workbench/contrib/mergeEditor/browser/view/editors/resultCodeEditorView": [ + "result", + "mergeEditor.remainingConflicts", + "mergeEditor.remainingConflict", + "goToNextConflict", + "allConflictHandled" + ], "vs/workbench/contrib/mergeEditor/browser/view/colors": [ "mergeEditor.change.background", "mergeEditor.change.word.background", @@ -14787,36 +16192,6 @@ "mergeEditor.conflict.input1.background", "mergeEditor.conflict.input2.background" ], - "vs/base/browser/ui/findinput/replaceInput": [ - "defaultLabel", - "label.preserveCaseToggle" - ], - "vs/workbench/contrib/markers/browser/markersTreeViewer": [ - "problemsView", - "expandedIcon", - "collapsedIcon", - "single line", - "multi line" - ], - "vs/workbench/contrib/markers/browser/markersTable": [ - "codeColumnLabel", - "messageColumnLabel", - "fileColumnLabel", - "sourceColumnLabel" - ], - "vs/workbench/contrib/comments/browser/commentsController": [ - "commentRange", - "commentRangeStart", - "hasCommentRangesKb", - "hasCommentRangesNoKb", - "hasCommentRanges", - "pickCommentService" - ], - "vs/workbench/contrib/mergeEditor/browser/view/editors/baseCodeEditorView": [ - "base", - "compareWith", - "compareWithTooltip" - ], "vs/workbench/contrib/customEditor/common/contributedCustomEditors": [ "builtinProviderDisplayName" ], @@ -14824,29 +16199,141 @@ "fileSystemRenameError", "fileSystemNotAllowedError" ], - "vs/workbench/contrib/terminal/browser/terminalActions": [ - "showTerminalTabs", - "workbench.action.terminal.newWorkspacePlaceholder", - "terminalLaunchHelp", - "workbench.action.terminal.newInActiveWorkspace", - "workbench.action.terminal.createTerminalEditor", - "workbench.action.terminal.createTerminalEditor", - "workbench.action.terminal.createTerminalEditorSide", - "workbench.action.terminal.focusPreviousPane", - "workbench.action.terminal.focusNextPane", - "workbench.action.terminal.runRecentCommand", - "workbench.action.terminal.copyLastCommand", - "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", + "vs/workbench/contrib/extensions/browser/extensionsViewer": [ + "error", + "Unknown Extension", + "extensions" + ], + "vs/workbench/contrib/extensions/browser/extensionFeaturesTab": [ + "activation", + "uncaught errors", + "messaages", + "last request", + "requests count session", + "requests count total", + "runtime", + "noFeatures", + "extension features list", + "revoked", + "accessExtensionFeature", + "disableAccessExtensionFeatureMessage", + "enableAccessExtensionFeatureMessage", + "revoke", + "grant", + "cancel", + "revoke", + "enable" + ], + "vs/workbench/contrib/extensions/browser/extensionsWidgets": [ + "ratedLabel", + "sponsor", + "remote extension title", + "syncingore.label", + "activation", + "startup", + "sponsor", + "workspace extension", + "local extension", + "publisher verified tooltip", + "updateRequired", + "activation", + "startup", + "uncaught error", + "uncaught errors", + "message", + "messages", + "dependencies", + "Show prerelease version", + "has prerelease", + "recommendationHasBeenIgnored", + "extensionIconStarForeground", + "extensionIconVerifiedForeground", + "extensionPreReleaseForeground", + "extensionIcon.sponsorForeground" + ], + "vs/workbench/contrib/extensions/browser/exeBasedRecommendations": [ + "exeBasedRecommendation" + ], + "vs/workbench/contrib/extensions/browser/workspaceRecommendations": [ + "workspaceRecommendation", + "workspaceRecommendation" + ], + "vs/workbench/contrib/extensions/browser/fileBasedRecommendations": [ + "fileBasedRecommendation", + "languageName" + ], + "vs/workbench/contrib/extensions/browser/configBasedRecommendations": [ + "exeBasedRecommendation" + ], + "vs/workbench/contrib/extensions/browser/webRecommendations": [ + "reason" + ], + "vs/platform/terminal/common/terminalLogService": [ + "terminalLoggerName" + ], + "vs/workbench/contrib/terminal/browser/terminalIcons": [ + "terminalViewIcon", + "renameTerminalIcon", + "killTerminalIcon", + "newTerminalIcon", + "configureTerminalProfileIcon", + "terminalDecorationMark", + "terminalDecorationIncomplete", + "terminalDecorationError", + "terminalDecorationSuccess", + "terminalCommandHistoryRemove", + "terminalCommandHistoryOutput", + "terminalCommandHistoryFuzzySearch" + ], + "vs/workbench/contrib/terminal/browser/terminalActions": [ + "showTerminalTabs", + "workbench.action.terminal.newWorkspacePlaceholder", + "terminalLaunchHelp", + "workbench.action.terminal.runActiveFile.noFile", + "noUnattachedTerminals", + "sendSequence", + "workbench.action.terminal.newWithCwd.cwd", + "workbench.action.terminal.renameWithArg.name", + "workbench.action.terminal.renameWithArg.noName", + "workbench.action.terminal.join.insufficientTerminals", + "workbench.action.terminal.join.onlySplits", + "stickyScroll", + { + "key": "miStickyScroll", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "emptyTerminalNameInfo", + "workbench.action.terminal.newWithProfile.profileName", + "newWithProfile.location", + "newWithProfile.location.view", + "newWithProfile.location.editor", + "workbench.action.terminal.newWorkspacePlaceholder", + "workbench.action.terminal.overriddenCwdDescription", + "workbench.action.terminal.newWorkspacePlaceholder", + "workbench.action.terminal.rename.prompt", + "workbench.action.terminal.newInActiveWorkspace", + "workbench.action.terminal.createTerminalEditor", + "workbench.action.terminal.createTerminalEditor", + "workbench.action.terminal.createTerminalEditorSide", + "workbench.action.terminal.focusPreviousPane", + "workbench.action.terminal.focusNextPane", + "workbench.action.terminal.runRecentCommand", + "workbench.action.terminal.copyLastCommand", + "workbench.action.terminal.copyLastCommandOutput", + "workbench.action.terminal.copyLastCommandAndOutput", + "workbench.action.terminal.goToRecentDirectory", + "goToRecentDirectory.metadata", + "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", @@ -14856,23 +16343,14 @@ "workbench.action.terminal.clearSelection", "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", - "sendSequence", - "workbench.action.terminal.newWithCwd.cwd", - "workbench.action.terminal.renameWithArg.name", - "workbench.action.terminal.renameWithArg.noName", "workbench.action.terminal.relaunch", "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", @@ -14883,27 +16361,73 @@ "workbench.action.terminal.selectDefaultShell", "workbench.action.terminal.openSettings", "workbench.action.terminal.setFixedDimensions", - "workbench.action.terminal.sizeToContentWidth", "workbench.action.terminal.clearPreviousSessionHistory", - "workbench.action.terminal.selectPrevSuggestion", - "workbench.action.terminal.selectPrevPageSuggestion", - "workbench.action.terminal.selectNextSuggestion", - "workbench.action.terminal.selectNextPageSuggestion", - "workbench.action.terminal.acceptSelectedSuggestion", - "workbench.action.terminal.hideSuggestWidget", + "workbench.action.terminal.toggleStickyScroll", "workbench.action.terminal.copySelection", "workbench.action.terminal.copyAndClearSelection", "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", - "workbench.action.terminal.overriddenCwdDescription", - "workbench.action.terminal.newWorkspacePlaceholder", - "workbench.action.terminal.rename.prompt" + "workbench.action.terminal.newWithProfile" + ], + "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.copySelection.short", + "workbench.action.terminal.copySelectionAsHtml", + "workbench.action.terminal.paste.short", + "workbench.action.terminal.clear", + "workbench.action.terminal.selectAll", + "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.openSettings", + "workbench.action.tasks.runTask", + "workbench.action.tasks.configureTaskRunner", + "workbench.action.terminal.clearLong", + "workbench.action.terminal.runActiveFile", + "workbench.action.terminal.runSelectedText", + "workbench.action.terminal.renameInstance", + "workbench.action.terminal.changeIcon", + "workbench.action.terminal.changeColor", + "workbench.action.terminal.joinInstance", + "defaultTerminalProfile", + "defaultTerminalProfile", + "defaultTerminalProfile", + "splitTerminal", + "launchProfile", + "workbench.action.terminal.selectDefaultProfile", + "workbench.action.terminal.switchTerminal" + ], + "vs/workbench/contrib/terminal/browser/terminalWslRecommendationContribution": [ + "useWslExtension.title", + "install" ], "vs/workbench/contrib/terminal/browser/terminalQuickAccess": [ "workbench.action.terminal.newplus", @@ -14922,6 +16446,37 @@ "localTerminalVirtualWorkspace", "localTerminalRemote" ], + "vs/workbench/contrib/terminal/common/terminalStrings": [ + "terminal", + "terminal.new", + "doNotShowAgain", + "currentSessionCategory", + "previousSessionCategory", + "task", + "local", + "killTerminal.short", + "splitTerminal.short", + "terminalCategory", + "workbench.action.terminal.focus", + "workbench.action.terminal.focusAndHideAccessibleBuffer", + "killTerminal", + "moveToEditor", + "moveIntoNewWindow", + "workbench.action.terminal.moveToTerminalPanel", + "workbench.action.terminal.changeIcon", + "workbench.action.terminal.changeColor", + "splitTerminal", + "unsplitTerminal", + "workbench.action.terminal.rename", + "workbench.action.terminal.sizeToContentWidthInstance", + "workbench.action.terminal.focusHover", + "workbench.action.terminal.sendSequence", + "workbench.action.terminal.newWithCwd", + "workbench.action.terminal.renameWithArg", + "stickyScroll", + "workbench.action.terminal.scrollToPreviousCommand", + "workbench.action.terminal.scrollToNextCommand" + ], "vs/workbench/contrib/terminal/common/terminalConfiguration": [ "cwd", "cwdFolder", @@ -14967,6 +16522,9 @@ "terminal.integrated.altClickMovesCursor", "terminal.integrated.copyOnSelection", "terminal.integrated.enableMultiLinePasteWarning", + "terminal.integrated.enableMultiLinePasteWarning.auto", + "terminal.integrated.enableMultiLinePasteWarning.always", + "terminal.integrated.enableMultiLinePasteWarning.never", "terminal.integrated.drawBoldTextInBrightColors", "terminal.integrated.fontFamily", "terminal.integrated.fontSize", @@ -15002,6 +16560,9 @@ "terminal.integrated.rightClickBehavior.selectWord", "terminal.integrated.rightClickBehavior.nothing", "terminal.integrated.rightClickBehavior", + "terminal.integrated.middleClickBehavior.default", + "terminal.integrated.middleClickBehavior.paste", + "terminal.integrated.middleClickBehavior", "terminal.integrated.cwd", "terminal.integrated.confirmOnExit", "terminal.integrated.confirmOnExit.never", @@ -15013,6 +16574,7 @@ "terminal.integrated.confirmOnKill.panel", "terminal.integrated.confirmOnKill.always", "terminal.integrated.enableBell", + "terminal.integrated.enableVisualBell", "terminal.integrated.commandsToSkipShell", "openDefaultSettingsJson", "openDefaultSettingsJson.capitalized", @@ -15037,6 +16599,7 @@ "enableFileLinks.off", "enableFileLinks.on", "enableFileLinks.notRemote", + "terminal.integrated.allowedLinkSchemes", "terminal.integrated.unicodeVersion.six", "terminal.integrated.unicodeVersion.eleven", "terminal.integrated.unicodeVersion", @@ -15057,6 +16620,7 @@ "hideOnStartup.whenEmpty", "hideOnStartup.always", "terminal.integrated.customGlyphs", + "terminal.integrated.rescaleOverlappingGlyphs", "terminal.integrated.autoReplies", "terminal.integrated.autoReplies.reply", "terminal.integrated.shellIntegration.enabled", @@ -15067,6 +16631,7 @@ "terminal.integrated.shellIntegration.decorationsEnabled.never", "terminal.integrated.shellIntegration.history", "terminal.integrated.shellIntegration.suggestEnabled", + "suggestEnabled.deprecated", "terminal.integrated.smoothScrolling", "terminal.integrated.ignoreBracketedPasteMode", "terminal.integrated.enableImages", @@ -15074,127 +16639,35 @@ "terminal.integrated.focusAfterRun.terminal", "terminal.integrated.focusAfterRun.accessible-buffer", "terminal.integrated.focusAfterRun.none", - "terminal.integrated.accessibleViewPreserveCursorPosition" + "terminal.integrated.accessibleViewPreserveCursorPosition", + "terminal.integrated.accessibleViewFocusOnCommandExecution", + "terminal.integrated.stickyScroll.enabled", + "terminal.integrated.stickyScroll.maxLineCount", + "terminal.integrated.mouseWheelZoom.mac", + "terminal.integrated.mouseWheelZoom" ], - "vs/workbench/contrib/terminal/browser/terminalMenus": [ - { - "key": "miNewTerminal", - "comment": [ - "&& denotes a mnemonic" - ] - }, - { - "key": "miSplitTerminal", - "comment": [ - "&& denotes a mnemonic" - ] - }, - { - "key": "miRunActiveFile", - "comment": [ - "&& denotes a mnemonic" - ] - }, + "vs/workbench/contrib/terminal/browser/terminalTabbedView": [ + "moveTabsRight", + "moveTabsLeft", + "hideTabs" + ], + "vs/workbench/contrib/terminal/browser/terminalTooltip": [ + "shellIntegration.enabled", + "launchFailed.exitCodeOnlyShellIntegration", + "shellIntegration.activationFailed", { - "key": "miRunSelectedText", + "key": "shellProcessTooltip.processId", "comment": [ - "&& denotes a mnemonic" - ] - }, - "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.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.selectDefaultProfile", - "workbench.action.terminal.openSettings", - "workbench.action.tasks.runTask", - "workbench.action.tasks.configureTaskRunner", - "workbench.action.terminal.switchTerminal", - "workbench.action.terminal.clearLong", - "workbench.action.terminal.runActiveFile", - "workbench.action.terminal.runSelectedText", - "workbench.action.terminal.renameInstance", - "workbench.action.terminal.changeIcon", - "workbench.action.terminal.changeColor", - "workbench.action.terminal.sizeToContentWidthInstance", - "workbench.action.terminal.joinInstance", - "defaultTerminalProfile", - "defaultTerminalProfile", - "defaultTerminalProfile", - "splitTerminal" - ], - "vs/workbench/contrib/terminal/browser/terminalIcons": [ - "terminalViewIcon", - "renameTerminalIcon", - "killTerminalIcon", - "newTerminalIcon", - "configureTerminalProfileIcon", - "terminalDecorationMark", - "terminalDecorationIncomplete", - "terminalDecorationError", - "terminalDecorationSuccess", - "terminalCommandHistoryRemove", - "terminalCommandHistoryOutput", - "terminalCommandHistoryFuzzySearch" - ], - "vs/workbench/contrib/terminal/common/terminalStrings": [ - "terminal", - "terminal.new", - "doNotShowAgain", - "currentSessionCategory", - "previousSessionCategory", - "task", - "local", - "terminalCategory", - "workbench.action.terminal.focus", - "workbench.action.terminal.focusAndHideAccessibleBuffer", - "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", - "workbench.action.terminal.focusHover", - "workbench.action.terminal.sendSequence", - "workbench.action.terminal.newWithCwd", - "workbench.action.terminal.renameWithArg" - ], - "vs/platform/terminal/common/terminalLogService": [ - "terminalLoggerName" - ], - "vs/workbench/contrib/terminal/browser/terminalTabbedView": [ - "moveTabsRight", - "moveTabsLeft", - "hideTabs" - ], - "vs/workbench/contrib/terminal/browser/terminalTooltip": [ - "shellIntegration.enabled", - "launchFailed.exitCodeOnlyShellIntegration", - "shellIntegration.activationFailed", - { - "key": "shellProcessTooltip.processId", - "comment": [ - "The first arg is \"PID\" which shouldn't be translated" + "The first arg is \"PID\" which shouldn't be translated" ] }, "shellProcessTooltip.commandLine" ], "vs/workbench/contrib/terminalContrib/accessibility/browser/terminalAccessibilityHelp": [ - "focusAccessibleBuffer", - "focusAccessibleBufferNoKb", + "focusAccessibleTerminalView", + "focusAccessibleTerminalViewNoKb", "preserveCursor", + "focusViewOnExecution", "commandPromptMigration", "shellIntegration", "goToNextCommand", @@ -15216,6 +16689,8 @@ "focusAfterRun" ], "vs/workbench/contrib/terminalContrib/links/browser/terminalLinkManager": [ + "scheme", + "allow", "terminalLinkHandler.followLinkAlt.mac", "terminalLinkHandler.followLinkAlt", "terminalLinkHandler.followLinkCmd", @@ -15235,10 +16710,23 @@ "terminal.integrated.localFolderLinks", "terminal.integrated.searchLinks" ], - "vs/workbench/contrib/terminalContrib/quickFix/browser/quickFixAddon": [ - "quickFix.command", - "quickFix.opener", - "codeAction.widget.id.quickfix" + "vs/workbench/contrib/terminalContrib/chat/browser/terminalChatAccessibilityHelp": [ + "inlineChat.overview", + "inlineChat.access", + "inlineChat.input", + "inlineChat.inputNoKb", + "inlineChat.inspectResponseMessage", + "inlineChat.inspectResponseNoKb", + "inlineChat.focusResponse", + "inlineChat.focusResponseNoKb", + "inlineChat.focusInput", + "inlineChat.focusInputNoKb", + "inlineChat.runCommand", + "inlineChat.runCommandNoKb", + "inlineChat.insertCommand", + "inlineChat.insertCommandNoKb", + "inlineChat.toolbar", + "chat.signals" ], "vs/workbench/contrib/terminalContrib/quickFix/browser/terminalQuickFixBuiltinActions": [ "terminal.freePort", @@ -15252,52 +16740,34 @@ "vscode.extension.contributes.terminalQuickFixes.commandExitResult", "vscode.extension.contributes.terminalQuickFixes.kind" ], - "vs/workbench/contrib/extensions/browser/extensionsWidgets": [ - "ratedLabel", - "sponsor", - "remote extension title", - "syncingore.label", - "activation", - "startup", - "pre-release-label", - "sponsor", - "publisher verified tooltip", - "updateRequired", - "activation", - "startup", - "uncaught error", - "uncaught errors", - "message", - "messages", - "dependencies", - "Show prerelease version", - "has prerelease", - "recommendationHasBeenIgnored", - "extensionIconStarForeground", - "extensionIconVerifiedForeground", - "extensionPreReleaseForeground", - "extensionIcon.sponsorForeground" - ], - "vs/workbench/contrib/extensions/browser/extensionsViewer": [ - "error", - "Unknown Extension", - "extensions" - ], - "vs/workbench/contrib/extensions/browser/exeBasedRecommendations": [ - "exeBasedRecommendation" - ], - "vs/workbench/contrib/extensions/browser/workspaceRecommendations": [ - "workspaceRecommendation" - ], - "vs/workbench/contrib/extensions/browser/fileBasedRecommendations": [ - "fileBasedRecommendation", - "languageName" + "vs/workbench/contrib/terminalContrib/chat/browser/terminalChatActions": [ + "startChat", + "closeChat", + "focusTerminalResponse", + "focusTerminalInput", + "discard", + "discardDescription", + "runCommand", + "run", + "runFirstCommand", + "runFirst", + "insertCommand", + "insert", + "insertFirstCommand", + "insertFirst", + "viewInChat", + "makeChatRequest", + "cancelChat", + "reportIssue" ], - "vs/workbench/contrib/extensions/browser/configBasedRecommendations": [ - "exeBasedRecommendation" + "vs/workbench/contrib/terminalContrib/quickFix/browser/quickFixAddon": [ + "quickFix.command", + "quickFix.opener", + "codeAction.widget.id.quickfix" ], - "vs/workbench/contrib/extensions/browser/webRecommendations": [ - "reason" + "vs/workbench/contrib/terminalContrib/stickyScroll/browser/terminalStickyScrollColorRegistry": [ + "terminalStickyScroll.background", + "terminalStickyScrollHover.background" ], "vs/workbench/contrib/tasks/common/jsonSchemaCommon": [ "JsonSchema.options", @@ -15366,6 +16836,10 @@ "vs/workbench/contrib/remote/browser/explorerViewItems": [ "switchRemote.label" ], + "vs/base/browser/ui/findinput/replaceInput": [ + "defaultLabel", + "label.preserveCaseToggle" + ], "vs/workbench/contrib/snippets/browser/commands/abstractSnippetsActions": [ "snippets" ], @@ -15396,7 +16870,6 @@ "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", @@ -15419,21 +16892,24 @@ "gettingStarted.topLevelOpenTunnel.description", "gettingStarted.setup.title", "gettingStarted.setup.description", - "gettingStarted.settingsSync.title", - "gettingStarted.settingsSync.description.interpolated", - "enableSync", "gettingStarted.pickColor.title", "gettingStarted.pickColor.description.interpolated", "titleID", - "gettingStarted.commandPalette.title", - "gettingStarted.commandPalette.description.interpolated", - "commandPalette", "gettingStarted.extensions.title", "gettingStarted.extensionsWeb.description.interpolated", - "browsePopular", + "browsePopularWeb", "gettingStarted.findLanguageExts.title", "gettingStarted.findLanguageExts.description.interpolated", "browseLangExts", + "gettingStarted.settings.title", + "gettingStarted.settings.description.interpolated", + "tweakSettings", + "gettingStarted.settingsSync.title", + "gettingStarted.settingsSync.description.interpolated", + "enableSync", + "gettingStarted.commandPalette.title", + "gettingStarted.commandPalette.description.interpolated", + "commandPalette", "gettingStarted.setup.OpenFolder.title", "gettingStarted.setup.OpenFolder.description.interpolated", "pickFolder", @@ -15443,26 +16919,29 @@ "gettingStarted.quickOpen.title", "gettingStarted.quickOpen.description.interpolated", "quickOpen", + "gettingStarted.videoTutorial.title", + "gettingStarted.videoTutorial.description.interpolated", + "watch", "gettingStarted.setupWeb.title", "gettingStarted.setupWeb.description", - "gettingStarted.settingsSync.title", - "gettingStarted.settingsSync.description.interpolated", - "enableSync", "gettingStarted.pickColor.title", "gettingStarted.pickColor.description.interpolated", "titleID", - "gettingStarted.commandPalette.title", - "gettingStarted.commandPalette.description.interpolated", - "commandPalette", "gettingStarted.menuBar.title", "gettingStarted.menuBar.description.interpolated", "toggleMenuBar", "gettingStarted.extensions.title", "gettingStarted.extensionsWeb.description.interpolated", - "browsePopular", + "browsePopularWeb", "gettingStarted.findLanguageExts.title", "gettingStarted.findLanguageExts.description.interpolated", "browseLangExts", + "gettingStarted.settingsSync.title", + "gettingStarted.settingsSync.description.interpolated", + "enableSync", + "gettingStarted.commandPalette.title", + "gettingStarted.commandPalette.description.interpolated", + "commandPalette", "gettingStarted.setup.OpenFolder.title", "gettingStarted.setup.OpenFolderWeb.description.interpolated", "openFolder", @@ -15472,33 +16951,12 @@ "quickOpen", "gettingStarted.beginner.title", "gettingStarted.beginner.description", - "gettingStarted.playground.title", - "gettingStarted.playground.description.interpolated", - "openEditorPlayground", + "gettingStarted.extensions.title", + "gettingStarted.extensions.description.interpolated", + "browsePopular", "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.profiles.title", - "gettingStarted.profiles.description.interpolated", - "tryProfiles", - "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", @@ -15525,22 +16983,14 @@ "gettingStarted.shortcuts.title", "gettingStarted.shortcuts.description.interpolated", "keyboardShortcuts", + "gettingStarted.workspaceTrust.title", + "gettingStarted.workspaceTrust.description.interpolated", + "workspaceTrust", + "enableTrust", "gettingStarted.notebook.title", "gettingStarted.notebookProfile.title", "gettingStarted.notebookProfile.description" ], - "vs/workbench/contrib/welcomeGettingStarted/browser/featuredExtensionService": [ - "gettingStarted.featuredTitle" - ], - "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedColors": [ - "welcomePage.background", - "welcomePage.tileBackground", - "welcomePage.tileHoverBackground", - "welcomePage.tileBorder", - "welcomePage.progress.background", - "welcomePage.progress.foreground", - "walkthrough.stepTitle.foreground" - ], "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedExtensionPoint": [ "title", "walkthroughs", @@ -15580,6 +17030,15 @@ "walkthroughs.steps.oneOn.command", "walkthroughs.steps.when" ], + "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedColors": [ + "welcomePage.background", + "welcomePage.tileBackground", + "welcomePage.tileHoverBackground", + "welcomePage.tileBorder", + "welcomePage.progress.background", + "welcomePage.progress.foreground", + "walkthrough.stepTitle.foreground" + ], "vs/workbench/contrib/welcomeWalkthrough/common/walkThroughUtils": [ "walkThrough.embeddedEditorBackground" ], @@ -15703,15 +17162,6 @@ "downloaded sync activity title", "troubleshoot" ], - "vs/workbench/browser/parts/notifications/notificationsList": [ - "notificationAccessibleViewHint", - "notificationAccessibleViewHintNoKb", - "notificationAriaLabelHint", - "notificationAriaLabel", - "notificationWithSourceAriaLabelHint", - "notificationWithSourceAriaLabel", - "notificationsList" - ], "vs/workbench/browser/parts/notifications/notificationsActions": [ "clearIcon", "clearAllIcon", @@ -15723,12 +17173,23 @@ "clearNotification", "clearNotifications", "toggleDoNotDisturbMode", + "toggleDoNotDisturbModeBySource", + "configureDoNotDisturbMode", "hideNotificationsCenter", "expandNotification", "collapseNotification", "configureNotification", "copyNotification" ], + "vs/workbench/browser/parts/notifications/notificationsList": [ + "notificationAccessibleViewHint", + "notificationAccessibleViewHintNoKb", + "notificationAriaLabelHint", + "notificationAriaLabel", + "notificationWithSourceAriaLabelHint", + "notificationWithSourceAriaLabel", + "notificationsList" + ], "vs/workbench/services/textfile/common/textFileSaveParticipant": [ "saveParticipants" ], @@ -15783,7 +17244,6 @@ }, "menubar.customTitlebarAccessibilityNotification", "goToSetting", - "focusMenu", { "key": "checkForUpdates", "comment": [ @@ -15810,7 +17270,8 @@ "comment": [ "&& denotes a mnemonic" ] - } + }, + "focusMenu" ], "vs/workbench/browser/parts/titlebar/commandCenterControl": [ "label.dfl", @@ -15820,6 +17281,10 @@ "title2", "title3" ], + "vs/workbench/browser/parts/editor/editorTabsControl": [ + "ariaLabelEditorActions", + "draggedEditorGroup" + ], "vs/workbench/browser/parts/globalCompositeBar": [ "accountsViewBarIcon", "hideAccounts", @@ -15832,7 +17297,27 @@ "signOut", "noAccounts", "manage", - "manage profile" + "manage profile", + "hideAccounts", + "accounts", + "manage" + ], + "vs/workbench/browser/parts/titlebar/titlebarActions": [ + "toggle.commandCenter", + "toggle.commandCenterDescription", + "toggle.layout", + "toggle.layoutDescription", + "toggle.hideCustomTitleBar", + "toggle.hideCustomTitleBarInFullScreen", + "toggle.customTitleBar", + "toggle.editorActions", + "accounts", + "accounts", + "manage", + "manage", + "showCustomTitleBar", + "hideCustomTitleBar", + "hideCustomTitleBarInFullScreen" ], "vs/workbench/services/workingCopy/common/storedFileWorkingCopy": [ "staleSaveError", @@ -15861,14 +17346,30 @@ "vs/platform/terminal/common/terminalProfiles": [ "terminalAutomaticProfile" ], - "vs/workbench/contrib/webview/browser/webviewElement": [ - "fatalErrorMessage" - ], "vs/platform/quickinput/browser/quickPickPin": [ "terminal.commands.pinned", "pinCommand", "pinnedCommand" ], + "vs/workbench/contrib/webview/browser/webviewElement": [ + "fatalErrorMessage" + ], + "vs/editor/browser/widget/multiDiffEditor/colors": [ + "multiDiffEditor.headerBackground", + "multiDiffEditor.background", + "multiDiffEditor.border" + ], + "vs/workbench/contrib/terminalContrib/chat/browser/terminalChat": [ + "chatFocusedContextKey", + "chatVisibleContextKey", + "chatRequestActiveContextKey", + "chatInputHasTextContextKey", + "chatAgentRegisteredContextKey", + "chatResponseContainsCodeBlockContextKey", + "chatResponseContainsMultipleCodeBlocksContextKey", + "chatResponseSupportsIssueReportingContextKey", + "interactiveSessionResponseVote" + ], "vs/workbench/api/common/extHostDiagnostics": [ { "key": "limitHit", @@ -15877,13 +17378,14 @@ ] } ], + "vs/workbench/api/common/extHostNotebook": [ + "err.readonly", + "fileModifiedError" + ], "vs/workbench/api/common/extHostLanguageFeatures": [ "defaultPasteLabel", "defaultDropLabel" ], - "vs/workbench/api/common/extHostProgress": [ - "extensionSource" - ], "vs/workbench/api/common/extHostStatusBar": [ "extensionLabel", "status.extensionMessage" @@ -15891,74 +17393,11 @@ "vs/workbench/api/common/extHostTreeViews": [ "treeView.duplicateElement" ], - "vs/workbench/api/common/extHostNotebook": [ - "err.readonly", - "fileModifiedError" - ], - "vs/workbench/api/common/extHostChat": [ - "emptyResponse", - "errorResponse" - ], - "vs/workbench/api/common/extHostChatAgents2": [ - "errorResponse" - ], "vs/base/browser/ui/findinput/findInputToggles": [ "caseDescription", "wordsDescription", "regexDescription" ], - "vs/editor/browser/widget/diffEditor/accessibleDiffViewer": [ - "accessibleDiffViewerInsertIcon", - "accessibleDiffViewerRemoveIcon", - "accessibleDiffViewerCloseIcon", - "label.close", - "ariaLabel", - "no_lines_changed", - "one_line_changed", - "more_lines_changed", - { - "key": "header", - "comment": [ - "This is the ARIA label for a git diff header.", - "A git diff header looks like this: @@ -154,12 +159,39 @@.", - "That encodes that at original line 154 (which is now line 159), 12 lines were removed/changed with 39 lines.", - "Variables 0 and 1 refer to the diff index out of total number of diffs.", - "Variables 2 and 4 will be numbers (a line number).", - "Variables 3 and 5 will be \"no lines changed\", \"1 line changed\" or \"X lines changed\", localized separately." - ] - }, - "blankLine", - { - "key": "unchangedLine", - "comment": [ - "The placeholders are contents of the line and should not be translated." - ] - }, - "equalLine", - "insertLine", - "deleteLine" - ], - "vs/editor/browser/widget/diffEditor/hideUnchangedRegionsFeature": [ - "foldUnchanged", - "diff.hiddenLines.top", - "showAll", - "diff.bottom", - "hiddenLines", - "diff.hiddenLines.expandAll" - ], - "vs/editor/browser/widget/diffEditor/movedBlocksLines": [ - "codeMovedToWithChanges", - "codeMovedFromWithChanges", - "codeMovedTo", - "codeMovedFrom" - ], - "vs/editor/browser/widget/diffEditor/diffEditorEditors": [ - "diff-aria-navigation-tip" - ], - "vs/editor/browser/widget/diffEditor/colors": [ - "diffEditor.move.border", - "diffEditor.moveActive.border" - ], "vs/editor/browser/controller/textAreaHandler": [ "editor", "accessibilityModeOff", @@ -16054,31 +17493,74 @@ "suggestMoreInfoIcon", "readMore" ], - "vs/workbench/contrib/comments/common/commentModel": [ - "noComments" + "vs/workbench/contrib/chat/browser/chatFollowups": [ + "followUpAriaLabel" ], - "vs/workbench/contrib/comments/browser/commentsViewActions": [ - "focusCommentsList", - "commentsClearFilterText", - "focusCommentsFilter", - "toggle unresolved", - "comments", - "unresolved", - "toggle resolved", - "comments", - "resolved" + "vs/editor/browser/widget/diffEditor/components/accessibleDiffViewer": [ + "accessibleDiffViewerInsertIcon", + "accessibleDiffViewerRemoveIcon", + "accessibleDiffViewerCloseIcon", + "label.close", + "ariaLabel", + "no_lines_changed", + "one_line_changed", + "more_lines_changed", + { + "key": "header", + "comment": [ + "This is the ARIA label for a git diff header.", + "A git diff header looks like this: @@ -154,12 +159,39 @@.", + "That encodes that at original line 154 (which is now line 159), 12 lines were removed/changed with 39 lines.", + "Variables 0 and 1 refer to the diff index out of total number of diffs.", + "Variables 2 and 4 will be numbers (a line number).", + "Variables 3 and 5 will be \"no lines changed\", \"1 line changed\" or \"X lines changed\", localized separately." + ] + }, + "blankLine", + { + "key": "unchangedLine", + "comment": [ + "The placeholders are contents of the line and should not be translated." + ] + }, + "equalLine", + "insertLine", + "deleteLine" ], - "vs/workbench/contrib/comments/browser/commentColors": [ - "resolvedCommentIcon", - "unresolvedCommentIcon", - "resolvedCommentBorder", - "unresolvedCommentBorder", - "commentThreadRangeBackground", - "commentThreadActiveRangeBackground" + "vs/editor/browser/widget/diffEditor/features/revertButtonsFeature": [ + "revertSelectedChanges", + "revertChange" + ], + "vs/editor/browser/widget/diffEditor/features/movedBlocksLinesFeature": [ + "codeMovedToWithChanges", + "codeMovedFromWithChanges", + "codeMovedTo", + "codeMovedFrom" + ], + "vs/editor/browser/widget/diffEditor/components/diffEditorEditors": [ + "diff-aria-navigation-tip" + ], + "vs/workbench/browser/parts/editor/editorPlaceholder": [ + "trustRequiredEditor", + "requiresFolderTrustText", + "requiresWorkspaceTrustText", + "manageTrust", + "errorEditor", + "unavailableResourceErrorEditorText", + "unknownErrorEditorTextWithError", + "unknownErrorEditorTextWithoutError", + "retry" + ], + "vs/workbench/browser/parts/paneCompositeBar": [ + "resetLocation", + "resetLocation" + ], + "vs/workbench/browser/parts/compositePart": [ + "ariaCompositeToolbarLabel", + "viewsAndMoreActions", + "titleTooltip" ], "vs/workbench/browser/parts/editor/editorPanes": [ - "editorUnsupportedInAuxWindow", - "openFolder", "editorOpenErrorDialog", { "key": "ok", @@ -16088,6 +17570,7 @@ } ], "vs/workbench/browser/parts/editor/editorGroupWatermark": [ + "editorLineHighlight", "watermark.showCommands", "watermark.quickAccess", "watermark.openFile", @@ -16111,34 +17594,10 @@ }, "watermark.showSettings" ], - "vs/workbench/browser/parts/editor/editorPlaceholder": [ - "trustRequiredEditor", - "requiresFolderTrustText", - "requiresWorkspaceTrustText", - "manageTrust", - "errorEditor", - "unavailableResourceErrorEditorText", - "unknownErrorEditorTextWithError", - "unknownErrorEditorTextWithoutError", - "retry" - ], - "vs/workbench/browser/parts/compositePart": [ - "ariaCompositeToolbarLabel", - "viewsAndMoreActions", - "titleTooltip" - ], - "vs/workbench/browser/parts/paneCompositeBar": [ - "resetLocation", - "resetLocation" - ], - "vs/platform/quickinput/browser/quickInput": [ - "quickInput.back", - "inputModeEntry", - "quickInput.steps", - "quickInputBox.ariaLabel", - "inputModeEntryDescription" + "vs/platform/quickinput/browser/quickInputUtils": [ + "executeCommand" ], - "vs/platform/quickinput/browser/quickInputList": [ + "vs/platform/quickinput/browser/quickInputTree": [ "quickInput" ], "vs/workbench/contrib/preferences/browser/settingsEditorSettingIndicators": [ @@ -16224,34 +17683,37 @@ "objectKeyHeader", "objectValueHeader" ], - "vs/workbench/contrib/chat/browser/codeBlockPart": [ - "chat.codeBlockHelp", - "chat.codeBlock.toolbarVerbose", - "chat.codeBlock.toolbar", - "chat.codeBlockLabel" + "vs/workbench/contrib/chat/browser/chatAgentHover": [ + "marketplaceLabel" + ], + "vs/workbench/contrib/inlineChat/browser/inlineChatWidget": [ + "inlineChat.accessibilityHelp", + "inlineChat.accessibilityHelpNoKb", + "aria-label", + "original", + "modified" ], "vs/workbench/contrib/notebook/browser/view/renderers/cellRenderer": [ "cellExecutionOrderCountLabel" ], - "vs/workbench/contrib/notebook/browser/viewParts/notebookEditorStickyScroll": [ - "toggleStickyScroll", - { - "key": "mitoggleStickyScroll", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "notebookStickyScroll", - { - "key": "miNotebookStickyScroll", - "comment": [ - "&& denotes a mnemonic" - ] - } + "vs/workbench/contrib/notebook/browser/notebookAccessibilityProvider": [ + "notebookTreeAriaLabelHelp", + "notebookTreeAriaLabelHelpNoKb", + "notebookTreeAriaLabel" ], "vs/workbench/services/workingCopy/common/storedFileWorkingCopyManager": [ "join.fileWorkingCopyManager" ], + "vs/workbench/contrib/notebook/browser/viewModel/notebookOutlineEntryFactory": [ + "empty" + ], + "vs/workbench/contrib/notebook/browser/contrib/notebookVariables/notebookVariablesDataSource": [ + "notebook.indexedChildrenLimitReached" + ], + "vs/workbench/contrib/notebook/browser/contrib/notebookVariables/notebookVariablesTree": [ + "debugConsole", + "notebookVariableAriaLabel" + ], "vs/workbench/contrib/notebook/browser/contrib/find/notebookFindReplaceWidget": [ "label.find", "placeholder.find", @@ -16270,29 +17732,8 @@ "notebook.find.filter.findInCodeInput", "notebook.find.filter.findInCodeOutput" ], - "vs/workbench/contrib/notebook/browser/viewModel/notebookOutlineEntryFactory": [ - "empty" - ], - "vs/workbench/contrib/chat/browser/chatSlashCommandContentWidget": [ - "exited slash command mode" - ], - "vs/platform/actions/browser/buttonbar": [ - "labelWithKeybinding" - ], - "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/terminal/browser/xterm/decorationAddon": [ + "workbench.action.terminal.toggleVisibility", "terminal.rerunCommand", "rerun", "yes", @@ -16303,10 +17744,8 @@ "terminal.copyOutputAsHtml", "workbench.action.terminal.runRecentCommand", "workbench.action.terminal.goToRecentDirectory", - "terminal.configureCommandDecorations", "terminal.learnShellIntegration", "toggleVisibility", - "toggleVisibility", "gutter", "overviewRuler" ], @@ -16351,7 +17790,23 @@ "app.launch.json.compound.folder", "app.launch.json.compounds.configurations", "app.launch.json.compound.stopAll", - "compoundPrelaunchTask" + "compoundPrelaunchTask", + "debugger name", + "debugger type", + "debuggers" + ], + "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/debug/browser/rawDebugSession": [ "noDebugAdapterStart", @@ -16365,14 +17820,19 @@ "noDebugAdapter", "moreInfo" ], - "vs/workbench/contrib/mergeEditor/browser/model/mergeEditorModel": [ - "setInputHandled", - "undoMarkAsHandled" + "vs/workbench/contrib/comments/browser/commentThreadWidget": [ + "commentLabel", + "commentLabelWithKeybinding", + "commentLabelWithKeybindingNoKeybinding" ], "vs/workbench/contrib/mergeEditor/browser/mergeMarkers/mergeMarkersController": [ "conflictingLine", "conflictingLines" ], + "vs/workbench/contrib/mergeEditor/browser/model/mergeEditorModel": [ + "setInputHandled", + "undoMarkAsHandled" + ], "vs/workbench/contrib/mergeEditor/browser/view/conflictActions": [ "accept", "acceptTooltip", @@ -16396,40 +17856,6 @@ "resetToBase", "resetToBaseTooltip" ], - "vs/workbench/contrib/comments/browser/commentGlyphWidget": [ - "editorGutterCommentRangeForeground", - "editorOverviewRuler.commentForeground", - "editorOverviewRuler.commentUnresolvedForeground", - "editorGutterCommentGlyphForeground", - "editorGutterCommentUnresolvedGlyphForeground" - ], - "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/terminalConfigHelper": [ - "useWslExtension.title", - "install" - ], - "vs/workbench/contrib/terminal/browser/terminalProfileQuickpick": [ - "terminal.integrated.selectProfileToCreate", - "terminal.integrated.chooseDefaultProfile", - "enterTerminalProfileName", - "terminalProfileAlreadyExists", - "terminalProfiles", - "ICreateContributedTerminalProfileOptions", - "terminalProfiles.detected", - "unsafePathWarning", - "yes", - "cancel", - "createQuickLaunchProfile" - ], "vs/workbench/contrib/terminal/browser/terminalInstance": [ "terminal.integrated.a11yPromptLabel", "terminal.integrated.useAccessibleBuffer", @@ -16437,15 +17863,6 @@ "bellStatus", "keybindingHandling", "configureTerminalSettings", - "preview", - "confirmMoveTrashMessageFilesAndDirectories", - { - "key": "multiLinePasteButton", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "doNotAskAgain", "disconnectStatus", "workspaceNotTrustedCreateTerminal", "workspaceNotTrustedCreateTerminalCwd", @@ -16460,7 +17877,6 @@ "setTerminalDimensionsColumn", "setTerminalDimensionsRow", "terminalStaleTextBoxAriaLabel", - "changeIcon", "changeColor", "launchFailed.exitCodeAndCommandLine", "launchFailed.exitCodeOnly", @@ -16468,6 +17884,33 @@ "terminated.exitCodeOnly", "launchFailed.errorMessage" ], + "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", + "customEditors view type", + "customEditors priority", + "customEditors filenamePattern", + "customEditors" + ], + "vs/workbench/contrib/terminal/browser/terminalProfileQuickpick": [ + "terminal.integrated.selectProfileToCreate", + "terminal.integrated.chooseDefaultProfile", + "enterTerminalProfileName", + "terminalProfileAlreadyExists", + "terminalProfiles", + "ICreateContributedTerminalProfileOptions", + "terminalProfiles.detected", + "unsafePathWarning", + "yes", + "cancel", + "createQuickLaunchProfile" + ], "vs/workbench/contrib/terminal/browser/terminalTabsList": [ "terminalInputAriaLabel", "terminal.tabs", @@ -16489,6 +17932,31 @@ }, "label" ], + "vs/workbench/contrib/terminalContrib/links/browser/terminalLinkDetectorAdapter": [ + "searchWorkspace", + "openFile", + "focusFolder", + "openFolder", + "followLink" + ], + "vs/workbench/contrib/terminalContrib/chat/browser/terminalChatWidget": [ + "default.placeholder", + "welcome.1" + ], + "vs/workbench/contrib/terminal/browser/xterm/decorationStyles": [ + "terminalPromptContextMenu", + "terminalPromptCommandFailed.duration", + "terminalPromptCommandFailedWithExitCode.duration", + "terminalPromptCommandSuccess.duration", + "terminalPromptCommandFailed", + "terminalPromptCommandFailedWithExitCode", + "terminalPromptCommandSuccess" + ], + "vs/workbench/contrib/terminalContrib/stickyScroll/browser/terminalStickyScrollOverlay": [ + "stickyScrollHoverTitle", + "labelWithKeybinding", + "labelWithKeybinding" + ], "vs/workbench/contrib/codeEditor/browser/find/simpleFindWidget": [ "label.find", "placeholder.find", @@ -16501,25 +17969,32 @@ "ariaSearchNoResultWithLineNumNoCurrentMatch", "simpleFindWidget.sashBorder" ], - "vs/workbench/contrib/terminalContrib/links/browser/terminalLinkDetectorAdapter": [ - "searchWorkspace", - "openFile", - "focusFolder", - "openFolder", - "followLink" + "vs/workbench/contrib/terminalContrib/find/browser/textInputContextMenu": [ + "undo", + "redo", + "cut", + "copy", + "paste", + "selectAll" ], - "vs/workbench/contrib/terminal/browser/xterm/decorationStyles": [ - "terminalPromptContextMenu", - "terminalPromptCommandFailed", - "terminalPromptCommandFailedWithExitCode", - "terminalPromptCommandSuccess" + "vs/workbench/services/suggest/browser/simpleSuggestWidget": [ + "suggest", + "label.full", + "label.detail", + "label.desc", + "ariaCurrenttSuggestionReadDetails" ], - "vs/workbench/contrib/welcomeGettingStarted/common/media/theme_picker": [ - "dark", - "light", - "HighContrast", - "HighContrastLight", - "seeMore" + "vs/workbench/contrib/markdown/browser/markdownSettingRenderer": [ + "viewInSettings", + "viewInSettingsDetailed", + "restorePreviousValue", + "trueMessage", + "falseMessage", + "stringValue", + "numberValue", + "changeSettingTitle", + "copySettingId", + "copySettingId" ], "vs/workbench/contrib/welcomeGettingStarted/common/media/notebookProfile": [ "default", @@ -16546,15 +18021,24 @@ "Theirs", "Yours" ], + "vs/platform/languagePacks/common/localizedStrings": [ + "open", + "close", + "find" + ], "vs/workbench/browser/parts/notifications/notificationsViewer": [ "executeCommand", "notificationActions", + "turnOnNotifications", + "turnOffNotifications", "notificationSource" ], - "vs/platform/languagePacks/common/localizedStrings": [ - "open", - "close", - "find" + "vs/workbench/contrib/welcomeGettingStarted/common/media/theme_picker": [ + "dark", + "light", + "HighContrast", + "HighContrastLight", + "seeMore" ], "vs/base/browser/ui/menu/menubar": [ "mAppMenu", @@ -16573,35 +18057,21 @@ "toggle", "toggleBadge" ], - "vs/editor/browser/widget/diffEditor/decorations": [ - "diffInsertIcon", - "diffRemoveIcon", - "revertChangeHoverMessage" - ], "vs/editor/common/viewLayout/viewLineRenderer": [ "showMore", "overflow.chars" ], - "vs/editor/browser/widget/diffEditor/inlineDiffDeletedCodeMargin": [ - "diff.clipboard.copyDeletedLinesContent.label", - "diff.clipboard.copyDeletedLinesContent.single.label", - "diff.clipboard.copyChangedLinesContent.label", - "diff.clipboard.copyChangedLinesContent.single.label", - "diff.clipboard.copyDeletedLineContent.label", - "diff.clipboard.copyChangedLineContent.label", - "diff.inline.revertChange.label" - ], "vs/platform/actionWidget/browser/actionList": [ { "key": "label-preview", "comment": [ - "placeholders are keybindings, e.g \"F2 to apply, Shift+F2 to preview\"" + "placeholders are keybindings, e.g \"F2 to Apply, Shift+F2 to Preview\"" ] }, { "key": "label", "comment": [ - "placeholder is a keybinding, e.g \"F2 to apply\"" + "placeholder is a keybinding, e.g \"F2 to Apply\"" ] }, { @@ -16622,8 +18092,17 @@ "referenceCount", "treeAriaLabel" ], - "vs/workbench/browser/parts/editor/multiEditorTabsControl": [ - "ariaLabelTabActions" + "vs/workbench/browser/parts/compositeBar": [ + "activityBarAriaLabel" + ], + "vs/editor/browser/widget/diffEditor/components/diffEditorViewZones/inlineDiffDeletedCodeMargin": [ + "diff.clipboard.copyDeletedLinesContent.label", + "diff.clipboard.copyDeletedLinesContent.single.label", + "diff.clipboard.copyChangedLinesContent.label", + "diff.clipboard.copyChangedLinesContent.single.label", + "diff.clipboard.copyDeletedLineContent.label", + "diff.clipboard.copyChangedLineContent.label", + "diff.inline.revertChange.label" ], "vs/workbench/browser/parts/editor/breadcrumbsControl": [ "separatorIcon", @@ -16631,7 +18110,6 @@ "breadcrumbsVisible", "breadcrumbsActive", "empty", - "cmd.toggle", { "key": "miBreadcrumbs", "comment": [ @@ -16645,14 +18123,15 @@ "&& denotes a mnemonic" ] }, + "cmd.toggle", "cmd.focusAndSelect", "cmd.focus" ], - "vs/workbench/browser/parts/compositeBar": [ - "activityBarAriaLabel" + "vs/workbench/browser/parts/editor/multiEditorTabsControl": [ + "ariaLabelTabActions" ], - "vs/platform/quickinput/browser/quickInputUtils": [ - "executeCommand" + "vs/platform/actions/browser/buttonbar": [ + "labelWithKeybinding" ], "vs/workbench/contrib/notebook/browser/diff/diffElementOutputs": [ "mimeTypePicker", @@ -16665,9 +18144,9 @@ ], "vs/workbench/contrib/notebook/browser/view/cellParts/cellEditorOptions": [ "notebook.lineNumbers", - "notebook.toggleLineNumbers", "notebook.showLineNumbers", - "notebook.cell.toggleLineNumbers.title" + "notebook.cell.toggleLineNumbers.title", + "notebook.toggleLineNumbers" ], "vs/workbench/contrib/notebook/browser/view/cellParts/codeCell": [ "cellExpandInputButtonLabelWithDoubleClick", @@ -16676,30 +18155,28 @@ "vs/workbench/contrib/notebook/browser/view/cellParts/codeCellRunToolbar": [ "notebook.moreRunActionsLabel" ], + "vs/workbench/contrib/notebook/browser/view/cellParts/foldedCellHint": [ + "hiddenCellsLabel", + "hiddenCellsLabelPlural" + ], "vs/workbench/contrib/notebook/browser/view/cellParts/collapsedCellOutput": [ "cellOutputsCollapsedMsg", "cellExpandOutputButtonLabelWithDoubleClick", "cellExpandOutputButtonLabel" ], - "vs/workbench/contrib/notebook/browser/view/cellParts/foldedCellHint": [ - "hiddenCellsLabel", - "hiddenCellsLabelPlural" - ], "vs/workbench/contrib/notebook/browser/view/cellParts/markupCell": [ "cellExpandInputButtonLabelWithDoubleClick", "cellExpandInputButtonLabel" ], - "vs/workbench/services/suggest/browser/simpleSuggestWidget": [ - "suggest", - "label.full", - "label.detail", - "label.desc", - "ariaCurrenttSuggestionReadDetails" + "vs/workbench/contrib/comments/browser/commentThreadHeader": [ + "collapseIcon", + "label.collapse", + "startThread" ], - "vs/workbench/contrib/comments/browser/commentThreadWidget": [ - "commentLabel", - "commentLabelWithKeybinding", - "commentLabelWithKeybindingNoKeybinding" + "vs/workbench/contrib/comments/browser/commentThreadBody": [ + "commentThreadAria.withRange", + "commentThreadAria.document", + "commentThreadAria" ], "vs/workbench/contrib/terminal/browser/terminalProcessManager": [ "killportfailure", @@ -16714,9 +18191,22 @@ "selectRecentDirectoryMac", "selectRecentDirectory" ], - "vs/workbench/browser/parts/editor/editorTabsControl": [ - "ariaLabelEditorActions", - "draggedEditorGroup" + "vs/workbench/contrib/terminal/common/terminalClipboard": [ + "preview", + "confirmMoveTrashMessageFilesAndDirectories", + { + "key": "multiLinePasteButton", + "comment": [ + "&& denotes a mnemonic" + ] + }, + { + "key": "multiLinePasteButton.oneLine", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "doNotAskAgain" ], "vs/workbench/browser/parts/editor/breadcrumbs": [ "title", @@ -16774,22 +18264,21 @@ "promptChooseMimeType.placeHolder", "unavailableRenderInfo" ], + "vs/workbench/contrib/comments/browser/commentNode": [ + "commentToggleReaction", + "commentToggleReactionError", + "commentToggleReactionDefaultError", + "commentDeleteReactionError", + "commentDeleteReactionDefaultError", + "commentAddReactionError", + "commentAddReactionDefaultError" + ], "vs/workbench/contrib/notebook/browser/view/cellParts/codeCellExecutionIcon": [ "notebook.cell.status.success", - "notebook.cell.status.failed", + "notebook.cell.status.failure", "notebook.cell.status.pending", "notebook.cell.status.executing" ], - "vs/workbench/contrib/comments/browser/commentThreadBody": [ - "commentThreadAria.withRange", - "commentThreadAria.document", - "commentThreadAria" - ], - "vs/workbench/contrib/comments/browser/commentThreadHeader": [ - "collapseIcon", - "label.collapse", - "startThread" - ], "vs/workbench/contrib/terminal/browser/environmentVariableInfo": [ "extensionEnvironmentContributionInfoStale", "relaunchTerminalLabel", @@ -16797,15 +18286,6 @@ "showEnvironmentContributions", "ScopedEnvironmentContributionInfo" ], - "vs/workbench/contrib/comments/browser/commentNode": [ - "commentToggleReaction", - "commentToggleReactionError", - "commentToggleReactionDefaultError", - "commentDeleteReactionError", - "commentDeleteReactionDefaultError", - "commentAddReactionError", - "commentAddReactionDefaultError" - ], "vs/workbench/contrib/comments/browser/reactionsAction": [ "pickReactions", "comment.toggleableReaction", @@ -16831,6 +18311,22 @@ "The emoji is also a button so that the current user can also toggle their own emoji reaction.", "The first arg is localized message \"Toggle reaction\" or empty if the user doesn't have permission to toggle the reaction, the second is number of users who have reacted with that reaction, and the third is the name of the reaction." ] + }, + { + "key": "comment.reactionLessThanTen", + "comment": [ + "This is a tooltip for an emoji that is a \"reaction\" to a comment where the count of the reactions is less than or equal to 10.", + "The emoji is also a button so that the current user can also toggle their own emoji reaction.", + "The first arg is localized message \"Toggle reaction\" or empty if the user doesn't have permission to toggle the reaction, the second iis a list of the reactors, and the third is the name of the reaction." + ] + }, + { + "key": "comment.reactionMoreThanTen", + "comment": [ + "This is a tooltip for an emoji that is a \"reaction\" to a comment where the count of the reactions is less than or equal to 10.", + "The emoji is also a button so that the current user can also toggle their own emoji reaction.", + "The first arg is localized message \"Toggle reaction\" or empty if the user doesn't have permission to toggle the reaction, the second iis a list of the reactors, and the third is the name of the reaction." + ] } ] }, @@ -16838,9 +18334,6 @@ "vs/platform/terminal/node/ptyHostMain": [ "Pty Host" ], - "vs/code/node/cliProcessMain": [ - "CLI" - ], "vs/code/electron-main/main": [ "Main", "Another instance of {0} is already running as administrator.", @@ -16852,8 +18345,8 @@ "{0}\n\nPlease make sure the following directories are writeable:\n\n{1}", "&&Close" ], - "vs/code/node/sharedProcess/sharedProcessMain": [ - "Shared" + "vs/code/node/cliProcessMain": [ + "CLI" ], "vs/code/electron-sandbox/processExplorer/processExplorerMain": [ "Process Name", @@ -16866,19 +18359,14 @@ "Copy All", "Debug" ], - "vs/workbench/electron-sandbox/desktop.main": [ - "Saving UI state" + "vs/code/node/sharedProcess/sharedProcessMain": [ + "Shared" ], "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", "Controls the timeout in seconds before giving up resolving the shell environment when the application is not already launched from a terminal. See our [documentation](https://go.microsoft.com/fwlink/?linkid=2149667) for more information.", "Window", + "Controls whether a confirmation dialog shows asking to save or discard an opened untitled workspace in the window when switching to another workspace. Disabling the confirmation dialog will always discard the untitled workspace.", "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).", @@ -16889,7 +18377,8 @@ "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.", + "Adjust the default zoom level for all windows. Each increment above `0` (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. See {0} for configuring if the 'Zoom In' and 'Zoom Out' commands apply the zoom level to all windows or only the active window.", + "Controls if the 'Zoom In' and 'Zoom Out' commands apply the zoom level to all windows or only the active window. See {0} for configuring a default zoom level for all windows.", "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.", @@ -16899,6 +18388,10 @@ "Controls whether closing the last editor should also close the window. This setting only applies for windows that do not show folders.", "If enabled, this setting will close the window when the application icon in the title bar is double-clicked. The window will not be able to be dragged by the icon. This setting is effective only if `#window.titleBarStyle#` is set to `custom`.", "Adjust the appearance of the window title bar to be native by the OS or custom. On Linux and Windows, this setting also affects the application and context menu appearances. Changes require a full restart to apply.", + "Automatically changes custom title bar visibility.", + "Hide custom titlebar in full screen. When not in full screen, automatically change custom title bar visibility.", + "Hide custom titlebar when `#window.titleBarStyle#` is set to `native`.", + "Adjust when the custom title bar should be shown. The custom title bar can be hidden when in full screen mode with `windowed`. The custom title bar can only be hidden in none full screen mode with `never` when `#window.titleBarStyle#` is set to `native`.", "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.", @@ -16921,7 +18414,16 @@ "Disables the Chromium sandbox. This is useful when running VS Code as elevated on Linux and running under Applocker on Windows.", "Ensures that an in-memory store will be used for secret storage instead of using the OS's credential store. This is often used when running VS Code extension tests or when you're experiencing difficulties with the credential store.", "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.", - "Configures the backend used to store secrets on Linux. This argument is ignored on Windows & macOS." + "Configures the backend used to store secrets on Linux. This argument is ignored on Windows & macOS.", + "New Window Tab", + "Show Previous Window Tab", + "Show Next Window Tab", + "Move Window Tab to New Window", + "Merge All Windows", + "Toggle Window Tabs Bar" + ], + "vs/workbench/electron-sandbox/desktop.main": [ + "Saving UI state" ], "vs/workbench/services/textfile/electron-sandbox/nativeTextFileService": [ "Saving text files" @@ -16931,6 +18433,7 @@ "Save your workspace if you plan to open it again.", "&&Save", "Do&&n't Save", + "Always discard untitled workspaces without asking", "Unable to save workspace '{0}'", "The workspace is already opened in another window. Please close that window first and then try again.", "Opening a multi-root workspace." @@ -16955,14 +18458,14 @@ "Local", "Remote" ], + "vs/workbench/services/workingCopy/electron-sandbox/workingCopyBackupService": [ + "Backup working copies" + ], "vs/workbench/services/integrity/electron-sandbox/integrityService": [ "Your {0} installation appears to be corrupt. Please reinstall.", "More Information", "Don't Show Again" ], - "vs/workbench/services/workingCopy/electron-sandbox/workingCopyBackupService": [ - "Backup working copies" - ], "vs/workbench/services/extensions/electron-sandbox/nativeExtensionService": [ "Extension host cannot start: version mismatch.", "Relaunch VS Code", @@ -16978,39 +18481,51 @@ "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", - "Restarting extension host on explicit request." + "Restarting extension host on explicit request.", + "Restart Extension Host" ], - "vs/workbench/contrib/files/electron-sandbox/fileActions.contribution": [ - "Reveal in File Explorer", - "Reveal in Finder", - "Open Containing Folder", - "Share", - "File" + "vs/workbench/services/auxiliaryWindow/electron-sandbox/auxiliaryWindowService": [ + "Try saving or reverting the editors with unsaved changes first and then try again." ], "vs/workbench/contrib/localization/electron-sandbox/localization.contribution": [ "Would you like to change {0}'s display language to {1} and restart?", "Change Language and Restart", "Don't Show Again" ], - "vs/workbench/contrib/issue/electron-sandbox/issue.contribution": [ - "Report Performance Issue...", - "Open Process Explorer", - "Open &&Process Explorer", - "Stop Tracing", - "Tracing requires to launch with a '--trace' argument", - "&&Relaunch and Enable Tracing", - "Creating trace file...", - "This can take up to one minute to complete." + "vs/workbench/contrib/files/electron-sandbox/fileActions.contribution": [ + "Share", + "Reveal in File Explorer", + "Reveal in Finder", + "Open Containing Folder", + "File" ], "vs/workbench/contrib/extensions/electron-sandbox/extensions.contribution": [ "Running Extensions" ], + "vs/workbench/contrib/issue/electron-sandbox/issue.contribution": [ + "Type the name of an extension to report on.", + "Open Issue Reporter", + "Open &&Process Explorer", + "Tracing requires to launch with a '--trace' argument", + "&&Relaunch and Enable Tracing", + "Creating trace file...", + "This can take up to one minute to complete.", + "Report Performance Issue...", + "Open Process Explorer", + "Stop Tracing" + ], "vs/workbench/contrib/remote/electron-sandbox/remote.contribution": [ "Whether the platform has the WSL feature installed", "Remote", "When enabled extensions are downloaded locally and installed on remote." ], + "vs/workbench/services/themes/electron-sandbox/themes.contribution": [ + "Native widget colors match the system colors.", + "Use light native widget colors for light color themes and dark for dark color themes.", + "Use light native widget colors.", + "Use dark native widget colors.", + "Set the color mode for native UI elements such as native dialogs, menus and title bar. Even if your OS is configured in light color mode, you can select a dark system color theme for the window. You can also configure to automatically adjust based on the {0} setting.\n\nNote: This setting is ignored when {1} is enabled." + ], "vs/workbench/contrib/userDataSync/electron-sandbox/userDataSync.contribution": [ "Local backups folder does not exist", "Successfully downloaded Settings Sync activity.", @@ -17020,14 +18535,7 @@ "vs/workbench/contrib/performance/electron-sandbox/performance.contribution": [ "When enabled slow renderers are automatically profiled" ], - "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.", @@ -17039,10 +18547,19 @@ "When opening a repository from the Source Control Repositories view 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." + "Customizes which terminal to run on Linux.", + "Open New External Terminal" + ], + "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/multiDiffEditor/browser/multiDiffEditor.contribution": [ + "Multi Diff Editor" ], "vs/workbench/contrib/remoteTunnel/electron-sandbox/remoteTunnel.contribution": [ - "Remote Tunnels", "Turn on Remote Tunnel Access...", "Turn off Remote Tunnel Access...", "Show Remote Tunnel Service Log", @@ -17082,7 +18599,8 @@ "Change Tunnel Name", "The name under which the remote tunnel access is registered. If not set, the host name is used.", "The name must only consist of letters, numbers, underscore and dash. It must not start with a dash.", - "Prevent the computer from sleeping when remote tunnel access is turned on." + "Prevent this computer from sleeping when remote tunnel access is turned on.", + "Remote Tunnels" ], "vs/base/common/platform": [ "_" @@ -17111,6 +18629,7 @@ "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.", + "Update the installed extensions.", "Enables proposed API features for extensions. Can receive one or more extension IDs to enable individually.", "Print version.", "Print verbose output (implies --wait).", @@ -17135,6 +18654,14 @@ "Unknown version", "Unknown commit" ], + "vs/platform/log/common/log": [ + "Trace", + "Debug", + "Info", + "Warning", + "Error", + "Off" + ], "vs/platform/terminal/node/ptyService": [ "History restored" ], @@ -17189,6 +18716,9 @@ "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. Note that when in accessibility mode, advanced will be used for the best experience.", + "Disable the code action menu.", + "Show the code action menu when the cursor is on lines with code.", + "Show the code action menu when the cursor is on lines with code or on empty lines.", "Enables the Code Action lightbulb in the editor.", "Shows the nested current scopes during the scroll at the top of the editor.", "Defines the maximum number of sticky lines to show.", @@ -17214,6 +18744,9 @@ "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 whether named regions are shown as section headers in the minimap.", + "Controls whether MARK: comments are shown as section headers in the minimap.", + "Controls the font size of section headers in the minimap.", "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.", @@ -17255,8 +18788,17 @@ "Controls whether to automatically show inline suggestions in the editor.", "Show the inline suggestion toolbar whenever an inline suggestion is shown.", "Show the inline suggestion toolbar when hovering over an inline suggestion.", + "Never show the inline suggestion toolbar.", "Controls when to show the inline suggestion toolbar.", "Controls how inline suggestions interact with the suggest widget. If enabled, the suggest widget is not shown automatically when inline suggestions are available.", + "Controls the font family of the inline suggestions.", + "Controls whether to show inline edits in the editor.", + "Show the inline edit toolbar whenever an inline suggestion is shown.", + "Show the inline edit toolbar when hovering over an inline suggestion.", + "Never show the inline edit toolbar.", + "Controls when to show the inline edit toolbar.", + "Controls the font family of the inline edit.", + "Controls whether to color the background of inline edits.", "Controls whether bracket pair colorization is enabled or not. Use {0} to override the bracket highlight colors.", "Controls whether each bracket type has its own independent color pool.", "Enables bracket pair guides.", @@ -17323,12 +18865,14 @@ "When enabled IntelliSense shows `issues`-suggestions.", "Whether leading and trailing whitespace should always be selected.", "Whether subwords (like 'foo' in 'fooBar' or 'foo_bar') should be selected.", + "Locales to be used for word segmentation when doing word related navigations or operations. Specify the BCP 47 language tag of the word you wish to recognize (e.g., ja, zh-CN, zh-Hant-TW, etc.).", + "Locales to be used for word segmentation when doing word related navigations or operations. Specify the BCP 47 language tag of the word you wish to recognize (e.g., ja, zh-CN, zh-Hant-TW, etc.).", "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.", - "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 whether you can drag and drop a file into a text editor by holding down the `Shift` key (instead of opening the file in an editor).", "Controls if a widget is shown when dropping files into the editor. This widget lets you control how the file is dropped.", "Show the drop selector widget after a file is dropped into the editor.", "Never show the drop selector widget. Instead the default drop provider is always used.", @@ -17386,7 +18930,7 @@ "Controls the minimal number of visible leading lines (minimum 0) and trailing lines (minimum 1) 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 when `#editor.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.", "Use a new rendering method with svgs.", @@ -17412,6 +18956,7 @@ "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 `Cmd`.", "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.", @@ -17421,8 +18966,10 @@ "Each cursor pastes the full text.", "Controls pasting when the line count of the pasted text matches the cursor count.", "Controls the max number of cursors that can be in an active editor at once.", - "Controls whether the editor should highlight semantic symbol occurrences.", - "Experimental: Controls whether the editor should highlight word occurrences accross multiple open editors.", + "Does not highlight occurrences.", + "Highlights occurrences only in the current file.", + "Experimental: Highlights occurrences across all valid open files.", + "Controls whether occurrences should be highlighted across open files.", "Controls whether a border should be drawn around the overview ruler.", "Focus the tree when opening peek", "Focus the editor when opening peek", @@ -17474,7 +19021,7 @@ "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.", + "Spaces and tabs are inserted and deleted in alignment with tab stops.", "Use the default line break rule.", "Word breaks should not be used for Chinese/Japanese/Korean (CJK) text. Non-CJK text behavior is the same as for normal.", "Controls the word break rules used for Chinese/Japanese/Korean (CJK) text.", @@ -17496,47 +19043,23 @@ "{0} ({1} errors in total)", "An unknown error occurred. Please consult the log for more details." ], - "vs/platform/extensionManagement/common/extensionManagement": [ - "Extensions", - "Preferences" - ], - "vs/platform/extensionManagement/common/extensionManagementCLI": [ - "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.", - "Error while installing extensions: {0}", - "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/code/electron-main/app": [ + "An external application wants to open '{0}' in {1}. Do you want to open this workspace file?", + "An external application wants to open '{0}' in {1}. Do you want to open this folder?", + "An external application wants to open '{0}' in {1}. Do you want to open this file or folder?", + "&&Yes", + "&&No", + "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'", + "Allow opening local paths without asking", + "Allow opening remote paths without asking" ], - "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." + "vs/platform/environment/node/argvHelper": [ + "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}", + "Warning: '{0}' is not in the list of known options for subcommand '{1}'", + "Warning: '{0}' is not in the list of known options, but still passed to Electron/Chromium.", + "Arguments in `--goto` mode should be in the format of `FILE(:LINE(:CHARACTER))`." ], "vs/platform/files/common/files": [ "Unknown Error", @@ -17546,17 +19069,6 @@ "{0}GB", "{0}TB" ], - "vs/platform/extensionManagement/node/extensionManagementService": [ - "Unable to install extension '{0}' as it is not compatible with VS Code '{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 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}", - "Please restart VS Code before reinstalling {0}.", - "Please restart VS Code before reinstalling {0}." - ], "vs/platform/files/common/fileService": [ "Unable to resolve filesystem provider with relative file path '{0}'", "ENOPRO: No file system provider found for resource '{0}'", @@ -17595,9 +19107,6 @@ "File to move/copy does not exist", "File at target already exists and thus will not be moved/copied to unless overwrite is specified" ], - "vs/platform/languagePacks/common/languagePacks": [ - " (Current)" - ], "vs/platform/request/common/request": [ "Network Requests", "HTTP", @@ -17613,6 +19122,91 @@ "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.)", "Controls whether experimental loading of CA certificates from the OS should be enabled. This uses a more general approach than the default implemenation." ], + "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/dialogs/common/dialogs": [ + "&&Yes", + "Cancel", + "Cancel", + "Cancel", + "&&OK", + "&&OK", + "Cancel", + "...1 additional file not shown", + "...{0} additional files not shown" + ], + "vs/platform/extensionManagement/common/extensionManagement": [ + "Extensions", + "Preferences" + ], + "vs/platform/extensionManagement/common/extensionManagementCLI": [ + "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...", + "Error while installing extensions: {0}", + "Failed Installing Extensions: {0}", + "Fetching latest versions for {0} extensions", + "No extension to update", + "Updating extensions: {0}", + "Error while updating extension {0}: {1}", + "Extension '{0}' v{1} was successfully updated.", + "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.", + "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}'...", + "Error while installing extension {0}: {1}", + "Extension '{0}' v{1} was successfully installed.", + "Extension '{0}' 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/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." + ], + "vs/platform/extensionManagement/node/extensionManagementService": [ + "Unable to install extension '{0}' as it is not compatible with VS Code '{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 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}", + "Please restart VS Code before reinstalling {0}.", + "Please restart VS Code before reinstalling {0}." + ], + "vs/platform/languagePacks/common/languagePacks": [ + " (Current)" + ], "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}).", @@ -17633,49 +19227,6 @@ "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/platform/userDataProfile/common/userDataProfile": [ - "Default" - ], - "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'", - "Allow opening local paths without asking", - "Allow opening remote paths without asking" - ], - "vs/platform/environment/node/argvHelper": [ - "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}", - "Warning: '{0}' is not in the list of known options for subcommand '{1}'", - "Warning: '{0}' is not in the list of known options, but still passed to Electron/Chromium.", - "Arguments in `--goto` mode should be in the format of `FILE(:LINE(:CHARACTER))`." - ], - "vs/platform/dialogs/common/dialogs": [ - "&&Yes", - "Cancel", - "Cancel", - "Cancel", - "&&OK", - "&&OK", - "Cancel", - "...1 additional file not shown", - "...{0} additional files not shown" - ], - "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/code/electron-sandbox/issue/issueReporterPage": [ "Include my system information", "Include my currently running processes", @@ -17699,6 +19250,7 @@ "The title is too long.", "Please enter details.", "A description is required.", + "Please provide a longer description.", "show", "Extension does not have additional data to include.", "show", @@ -17707,6 +19259,9 @@ "show", "show" ], + "vs/platform/userDataProfile/common/userDataProfile": [ + "Default" + ], "vs/code/electron-sandbox/issue/issueReporterService": [ "hide", "show", @@ -17796,8 +19351,18 @@ "Use contiguous matching when searching.", "Controls the type of matching used when searching lists and trees in the workbench.", "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.", + "Controls whether sticky scrolling is enabled in trees.", + "Controls the number of sticky elements displayed in the tree when `#workbench.tree.enableStickyScroll#` is enabled.", "Controls how type navigation works in lists and trees in the workbench. When set to `trigger`, type navigation begins once the `list.triggerTypeNavigation` command is run." ], + "vs/platform/markers/common/markers": [ + "Error", + "Warning", + "Info" + ], + "vs/platform/contextkey/browser/contextKeyService": [ + "A command that returns information about context keys" + ], "vs/platform/contextkey/common/contextkey": [ "Empty context key expression", "Did you forget to write an expression? You can also put 'false' or 'true' to always evaluate to false or true, respectively.", @@ -17811,22 +19376,6 @@ "Unexpected token. Hint: {0}", "Unexpected token." ], - "vs/platform/contextkey/browser/contextKeyService": [ - "A command that returns information about context keys" - ], - "vs/platform/markers/common/markers": [ - "Error", - "Warning", - "Info" - ], - "vs/workbench/browser/actions/textInputActions": [ - "Undo", - "Redo", - "Cut", - "Copy", - "Paste", - "Select All" - ], "vs/workbench/browser/workbench.contribution": [ "The default size.", "Increases the size, so it can be grabbed more easily with the mouse.", @@ -17835,11 +19384,23 @@ "The active editor is displayed as a single large tab in the editor title area.", "The editor title area is not displayed.", "Controls whether opened editors should show as individual tabs, one single large tab or if the title area should not be shown.", - "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 not set to `multiple`.", - "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 not set to `multiple`.", - "Controls whether a top border is drawn on tabs for editors that have unsaved changes. This value is ignored when `#workbench.editor.showTabs#` is not set to `multiple`.", + "Show editor actions in the window title bar when {0} is set to {1}. Otherwise, editor actions are shown in the editor tab bar.", + "Show editor actions in the window title bar. If {0} is set to {1}, editor actions are hidden.", + "Editor actions are not shown.", + "Controls where the editor actions are shown.", + "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 {0} is not set to '{1}'.", + "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 {0} is not set to {1}.", + "Controls whether a top border is drawn on tabs for editors that have unsaved changes. This value is ignored when {0} is not set to {1}.", "Controls whether editor file decorations should use badges.", "Controls whether editor file decorations should use colors.", + "Controls whether the custom workbench editor labels should be applied.", + "Controls the rendering of the editor label. Each __Item__ is a pattern that matches a file path. Both relative and absolute file paths are supported. In case multiple patterns match, the longest matching path will be picked. Each __Value__ is the template for the rendered editor when the __Item__ matches. Variables are substituted based on the context:", + "`${dirname}`: name of the folder in which the file is located (e.g. `root/folder/file.txt -> folder`).", + "`${dirname(N)}`: name of the nth parent folder in which the file is located (e.g. `N=1: root/folder/file.txt -> root`). Folders can be picked from the start of the path by using negative numbers (e.g. `N=-1: root/folder/file.txt -> root`). If the __Item__ is an absolute pattern path, the first folder (`N=-1`) refers to the first folder in the absoulte path, otherwise it corresponds to the workspace folder.", + "`${filename}`: name of the file without the file extension (e.g. `root/folder/file.txt -> file`).", + "`${extname}`: the file extension (e.g. `root/folder/file.txt -> txt`).", + "Example: `\"**/static/**/*.html\": \"${filename} - ${dirname} (${extname})\"` will render a file `root/static/folder/file.html` as `file - folder (html)`.", + "The template which should be rendered when the pattern mtches. May include the variables ${dirname}, ${filename} and ${extname}.", "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.", @@ -17855,19 +19416,21 @@ "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 not set to `multiple`.", + "Controls the position of the editor's tabs action buttons (close, unpin). This value is ignored when {0} is not set to {1}.", + "Controls the visibility of the tab close action button.", + "Controls the visibility of the tab unpin action button.", "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.", "Make all tabs the same size, while allowing them to get smaller when the available space is not enough to show all tabs at once.", - "Controls the size of editor tabs. This value is ignored when `#workbench.editor.showTabs#` is not set to `multiple`.", - "Controls the minimum width of tabs when `#workbench.editor.tabSizing#` size is set to `fixed`.", - "Controls the maximum width of tabs when `#workbench.editor.tabSizing#` size is set to `fixed`.", - "Controls the height of editor tabs. Also applies to the title control bar when `#workbench.editor.showTabs#` is not set to `multiple`.", + "Controls the size of editor tabs. This value is ignored when {0} is not set to {1}.", + "Controls the minimum width of tabs when {0} size is set to {1}.", + "Controls the maximum width of tabs when {0} size is set to {1}.", + "Controls the height of editor tabs. Also applies to the title control bar when {0} is not set to {1}.", "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 size 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 not set to `multiple`.", - "When enabled, displays pinned tabs in a separate row above all other tabs. This value is ignored when `#workbench.editor.showTabs#` is not set to `multiple`.", + "Controls the size 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 {0} is not set to {1}.", + "When enabled, displays pinned tabs in a separate row above all other tabs. This value is ignored when {0} is not set to {1}.", "Always prevent closing the pinned editor when using mouse middle click or keyboard.", "Prevent closing the pinned editor when using the keyboard.", "Prevent closing the pinned editor when using mouse middle click.", @@ -17878,13 +19441,14 @@ "Splits the active editor group to equal parts.", "Controls the size 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 if editors can be dragged out of the window to open them in a new window. Press and hold the `Alt` key while dragging to toggle this dynamically.", "Controls whether editors 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 (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 (via double-click or editing). When enabled, hold Ctrl before selection to open an editor as a non-preview. 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 (via double-click or editing). This value is ignored when `#workbench.editor.enablePreview#` is disabled.", + "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 (via double-click or editing). When enabled, hold Ctrl before selection to open an editor as a non-preview. This value is ignored when {0} is not set to {1}.", + "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 (via double-click or editing). This value is ignored when {0} is not set to {1}.", "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 where editors open. Select {0} or {1} to open editors to the left or right of the currently active one. Select {2} or {3} 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, such as when forcing an editor to open in a specific group or to the side of the currently active group.", @@ -17900,7 +19464,7 @@ "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 whether the centered layout tries to maintain constant width when the window is resized.", - "Controls how the editor group is resized when double clicking on a tab. This value is ignored when `#workbench.editor.showTabs#` is not set to `multiple`.", + "Controls how the editor group is resized when double clicking on a tab. This value is ignored when {0} is not set to {1}.", "All other editor groups are hidden and the current editor group is maximized to take up the entire editor area.", "The editor group takes as much space as possible by making all other editor groups as small as possible.", "No editor group is resized when double clicking on a tab.", @@ -17932,13 +19496,14 @@ "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 location of the activity bar. It can either show to the `side` or `top` (requires {0} set to {1}) of the primary side bar or `hidden`.", - "Show the activity bar to the side of the primary side bar.", - "Show the activity bar on top of the primary side bar.", - "Hide the activity bar.", - "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 location of the Activity Bar relative to the Primary and Secondary Side Bars.", + "Show the Activity Bar on the side of the Primary Side Bar and on top of the Secondary Side Bar.", + "Show the Activity Bar on top of the Primary and Secondary Side Bars.", + "Show the Activity Bar at the bottom of the Primary and Secondary Side Bars.", + "Hide the Activity Bar in the Primary and Secondary Side Bars.", + "Controls the behavior of clicking an Activity Bar icon in the workbench. This value is ignored when {0} is not set to {1}.", + "Hide the Primary Side Bar if the clicked item is already visible.", + "Focus the Primary 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.", @@ -17954,7 +19519,7 @@ "Do not render with reduced motion", "Render with reduced motion based on OS configuration.", "Controls whether the layout control in the title bar is shown.", - "Controls whether the layout control is shown in the custom title bar. This setting only has an effect when {0} is set to {1}.", + "Controls whether the layout control is shown in the custom title bar. This setting only has an effect when {0} is not set to {1}.", "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.", @@ -17977,11 +19542,13 @@ "`${remoteName}`: e.g. SSH", "`${dirty}`: an indicator for when the active editor has unsaved changes.", "`${focusedView}`: the name of the view that is currently focused.", + "`${activeRepositoryName}`: the name of the active repository (e.g. vscode).", + "`${activeRepositoryBranchName}`: the name of the active branch in the active repository (e.g. main).", "`${separator}`: a conditional separator (\" - \") that only shows when surrounded by variables with values or static text.", "Window", "Separator used by {0}.", "Show command launcher together with the window title.", - "Show command launcher together with the window title. This setting only has an effect when {0} is set to {1}.", + "Show command launcher together with the window title. This setting only has an effect when {0} is not set to {1}.", "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.", @@ -18010,11 +19577,12 @@ "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.", + "Controls whether to show a confirmation dialog before closing a window or quitting the application.", + "Controls whether the problems are visible throughout the editor and workbench.", "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 should show multiple editor tabs, a single editor tab or hide the editor title area completely.", + "Controls whether turning on Zen Mode should show multiple editor tabs, a single editor tab, or hide the editor title area completely.", "Each editor is displayed as a tab in the editor title area.", "The active editor is displayed as a single large tab in the editor title area.", "The editor title area is not displayed.", @@ -18024,33 +19592,17 @@ "Controls whether a window should restore to Zen Mode if it was exited in Zen Mode.", "Controls whether notifications do not disturb mode should be enabled while in Zen Mode. If true, only error notifications will pop out." ], - "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 YouTube", - "&&Join Us on YouTube", - "Search Feature Requests", - "&&Search Feature Requests", - "View License", - "View &&License", - "Privacy Statement", - "Privac&&y Statement" + "vs/workbench/browser/actions/textInputActions": [ + "Undo", + "Redo", + "Cut", + "Copy", + "Paste", + "Select All" ], "vs/workbench/browser/actions/developerActions": [ - "Inspect Context Keys", - "Toggle Screencast Mode", - "Log Storage Database Contents", "The storage database contents have been logged to the developer tools.", "Open developer tools from the menu and select the Console tab.", - "Log Working Copies", - "Remove Large Storage Database Entries...", "Scope: {0}, Target: {1}", "Global", "Profile", @@ -18063,9 +19615,6 @@ "Do you want to remove the selected storage entries from the database?", "{0}\n\nThis action is irreversible and may result in data loss!", "&&Remove", - "Start Tracking Disposables", - "Snapshot Tracked Disposables", - "Stop Tracking Disposables", "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.", @@ -18077,7 +19626,34 @@ "Show single editor cursor move commands.", "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." + "Controls the size (in pixels) of the mouse indicator in screencast mode.", + "Inspect Context Keys", + "Toggle Screencast Mode", + "Log Storage Database Contents", + "Log Working Copies", + "Remove Large Storage Database Entries...", + "Start Tracking Disposables", + "Snapshot Tracked Disposables", + "Stop Tracking Disposables" + ], + "vs/workbench/browser/actions/helpActions": [ + "&&Keyboard Shortcuts Reference", + "&&Video Tutorials", + "Tips and Tri&&cks", + "&&Documentation", + "&&Join Us on YouTube", + "&&Search Feature Requests", + "View &&License", + "Privac&&y Statement", + "Keyboard Shortcuts Reference", + "Video Tutorials", + "Tips and Tricks", + "Documentation", + "Signup for the VS Code Newsletter", + "Join Us on YouTube", + "Search Feature Requests", + "View License", + "Privacy Statement" ], "vs/workbench/browser/actions/layoutActions": [ "Represents the menu bar", @@ -18096,16 +19672,10 @@ "Represents full screen", "Represents centered layout mode", "Represents zen mode", - "Close Primary Side Bar", - "Toggle Activity Bar Visibility", - "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", @@ -18116,35 +19686,25 @@ "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", "Primary Side Bar", "&&Primary Side Bar", "Hide Primary Side Bar", "Hide Primary Side Bar", "Toggle Primary Side Bar", "Toggle Primary Side Bar", - "Toggle Status Bar Visibility", "S&&tatus Bar", - "Hide Editor Tabs", - "Show Multiple Editor Tabs", - "Show Single Editor Tab", "Tab Bar", - "Separate Pinned Editor Tabs", - "Toggle Zen Mode", + "Tab Bar", + "Editor Actions Position", "Zen Mode", - "Toggle Menu Bar", "Menu &&Bar", "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", @@ -18155,14 +19715,7 @@ "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", "Select to Hide", "Select to Show", "Active", @@ -18181,14 +19734,56 @@ "Full Screen", "Zen Mode", "Centered Layout", - "Customize Layout...", "Visibility", "Primary Side Bar Position", "Panel Alignment", "Modes", "Customize Layout", "Close", - "Restore Defaults" + "Restore Defaults", + "Close Primary Side Bar", + "Toggle Centered Layout", + "Move Primary Side Bar Right", + "Move Primary Side Bar Left", + "Toggle Primary Side Bar Position", + "Toggle Editor Area Visibility", + "Toggle Primary Side Bar Visibility", + "Toggle Status Bar Visibility", + "Hide Editor Tabs", + "Hide Tab Bar", + "Hide Editor Tabs in Zen Mode", + "Hide Tab Bar in Zen Mode", + "Show Multiple Editor Tabs", + "Show Tab Bar with multiple tabs", + "Show Multiple Editor Tabs in Zen Mode", + "Show Tab Bar in Zen Mode", + "Show Single Editor Tab", + "Show Tab Bar with one Tab", + "Show Single Editor Tab in Zen Mode", + "Show Tab Bar in Zen Mode with one Tab", + "Move Editor Actions to Title Bar", + "Move Editor Actions from the tab bar to the title bar", + "Move Editor Actions to Tab Bar", + "Move Editor Actions from the title bar to the tab bar", + "Hide Editor Actions", + "Hide Editor Actions in the tab and title bar", + "Show Editor Actions", + "Make Editor Actions visible.", + "Separate Pinned Editor Tabs", + "Toggle whether pinned editor tabs are shown on a separate row above unpinned tabs.", + "Toggle Zen Mode", + "Toggle Menu Bar", + "Reset View Locations", + "Move View", + "Move Focused View", + "Reset Focused View Location", + "Increase Current View Size", + "Increase Editor Width", + "Increase Editor Height", + "Decrease Current View Size", + "Decrease Editor Width", + "Decrease Editor Height", + "Customize Layout..." ], "vs/workbench/browser/actions/navigationActions": [ "Navigate to the View on the Left", @@ -18198,6 +19793,11 @@ "Focus Next Part", "Focus Previous Part" ], + "vs/workbench/browser/actions/listCommands": [ + "&&Toggle Tree Sticky Scroll", + "Toggles Sticky Scroll widget at the top of tree structures such as the File Explorer and Debug variables View.", + "Toggle Tree Sticky Scroll" + ], "vs/workbench/browser/actions/windowActions": [ "Remove from Recently Opened", "Folder With Unsaved Files", @@ -18215,21 +19815,37 @@ "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...", + "&&Full Screen", + "&&About", + "New &&Window", + "Confirm Before Close", + "Open &&Recent", + "Open Recent...", "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" + "Remove keyboard focus from focused element" + ], + "vs/workbench/browser/actions/workspaceCommands": [ + "&&Add", + "Add Folder to Workspace", + "Select workspace folder", + "Add Folder to Workspace..." ], "vs/workbench/browser/actions/workspaceActions": [ + "&&Open File...", + "Open &&Folder...", + "Open &&Folder...", + "&&Open...", + "Open Wor&&kspace from File...", + "A&&dd Folder to Workspace...", + "Save Workspace As...", + "Duplicate Workspace", + "Close &&Folder", + "Close &&Workspace", "Workspaces", "Open File...", "Open Folder...", @@ -18240,27 +19856,11 @@ "Open Workspace Configuration File", "Remove Folder from Workspace...", "Save Workspace As...", - "Duplicate As Workspace in New Window", - "&&Open File...", - "Open &&Folder...", - "Open &&Folder...", - "&&Open...", - "Open Wor&&kspace from File...", - "A&&dd Folder to Workspace...", - "Save Workspace As...", - "Duplicate Workspace", - "Close &&Folder", - "Close &&Workspace" - ], - "vs/workbench/browser/actions/workspaceCommands": [ - "Add Folder to Workspace...", - "&&Add", - "Add Folder to Workspace", - "Select workspace folder" + "Duplicate As Workspace in New Window" ], "vs/workbench/browser/actions/quickAccessActions": [ - "Go to File...", "Quick Open", + "Go to File...", "Navigate Next in Quick Open", "Navigate Previous in Quick Open", "Select Next in Quick Open", @@ -18281,14 +19881,25 @@ "The debug callstack view context menu", "The debug variables view context menu", "The debug toolbar menu", + "The notebook variables view context 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 title 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 Source Control input box menu", + "The Source Control incoming changes menu", + "The Source Control incoming changes context menu", + "The Source Control outgoing changes menu", + "The Source Control outgoing changes context menu", + "The Source Control all incoming changes context menu", + "The Source Control incoming changes history item context menu", + "The Source Control all outgoing changes context menu", + "The Source Control outgoing changes history item context menu", "The remote indicator menu in the status bar", "The terminal context menu", "The terminal tabs context menu", @@ -18302,14 +19913,17 @@ "The contributed comment title menu", "The contributed comment context menu, rendered as buttons below the comment editor", "The contributed comment context menu, rendered as a right click menu on the an individual comment in the comment thread's peek view.", + "The contributed comment thread context menu in the comments view", "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 interactive toolbar menu", "The contributed interactive cell title menu", + "The contributed issue reporter menu", "The contributed test item menu", "The menu for a gutter decoration for a test item", + "The menu for an item in the Test Results view or peek.", "A prominent button overlaying editor content where the message is displayed", "Context menu for the message in the results tree", "The extension context menu", @@ -18322,9 +19936,13 @@ "The webview context menu", "Share submenu shown in the top level File menu.", "The actions shown when hovering on an inline completion", + "The actions shown when hovering on an inline edit", "The prominent button in an editor, overlays its content", "The contributed editor line number context menu", "The result toolbar of the merge editor", + "The resource toolbar in the multi diff editor", + "The gutter toolbar in the diff editor", + "The gutter toolbar in the diff 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`", @@ -18378,7 +19996,12 @@ "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." + "The `{0}` submenu was already contributed to the `{1}` menu.", + "ID", + "Title", + "Keyboard Shortcuts", + "Menu Contexts", + "Commands" ], "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.", @@ -18422,10 +20045,11 @@ "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/browser/parts/editor/editorParts": [ - "Window {0}" + "Unknown workspace configuration property", + "ID", + "Description", + "Default", + "Settings" ], "vs/workbench/api/browser/viewsExtensionPoint": [ "Unique id used to identify the container in which views can be contributed using 'views' contribution point", @@ -18447,6 +20071,7 @@ "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.", "The initial size of the view. The size will behave like the css 'flex' property, and will set the initial size when the view is first shown. In the side bar, this is the height of the view. This value is only respected when the same extension owns both the view and the view container.", + "When the accessibility help dialog is invoked in this view, this content will be presented to the user as a markdown string. Keybindings will be resolved when provided in the format of . If there is no keybinding, that will be indicated with a link to configure one.", "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", @@ -18476,7 +20101,15 @@ "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}" + "property `{0}` can be omitted or must be one of {1}", + "ID", + "Title", + "Where", + "ID", + "Name", + "Where", + "View Containers", + "Views" ], "vs/workbench/browser/parts/editor/editor.contribution": [ "Text Editor", @@ -18489,22 +20122,34 @@ "Show All Opened Editors By Appearance", "Type the name of an editor to open it.", "Show All Opened Editors By Most Recently Used", + "Lock Group", "Unlock Group", "Close Group", "Split Up", "Split Down", "Split Left", "Split Right", + "New Window", "Lock Group", "Close", "Split Up", "Split Down", "Split Left", "Split Right", + "Move into New Window", + "Copy into New Window", "Tab Bar", "Multiple Tabs", "Single Tab", - "Hide", + "Hidden", + "Tab Bar", + "Multiple Tabs", + "Single Tab", + "Hidden", + "Editor Actions Position", + "Tab Bar", + "Title Bar", + "Hidden", "Close", "Close Others", "Close to the Right", @@ -18520,6 +20165,8 @@ "Split Right", "Split in Group", "Join in Group", + "Move into New Window", + "Copy into New Window", "Inline View", "Show Opened Editors", "Close All", @@ -18541,55 +20188,34 @@ "Close", "Unpin", "Close", + "Lock Group", "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", + "Icon for the next change action in the diff editor.", "Next Change", + "Swap Left and Right Side", + "Icon for the toggle whitespace action in the diff editor.", "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", + "&&Clear Recently Opened...", "Share", "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", + "&&Move Editor into New Window", + "&&Copy Editor into New Window", "&&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", "&&Last Edit Location", "&&First Side in Editor", @@ -18614,23 +20240,44 @@ "Group &&Right", "Group &&Above", "Group &&Below", - "Switch &&Group" + "Switch &&Group", + "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...", + "Split Up", + "Split Down", + "Split Left", + "Split Right", + "Split in Group", + "Join in Group", + "Move Editor into New Window", + "Copy Editor into New Window", + "Single", + "Two Columns", + "Three Columns", + "Two Rows", + "Three Rows", + "Grid (2x2)", + "Two Rows Right", + "Two Columns Bottom" ], "vs/workbench/browser/parts/banner/bannerPart": [ "Focus Banner" ], + "vs/workbench/browser/parts/editor/editorParts": [ + "Window {0}" + ], "vs/workbench/browser/parts/statusbar/statusbarPart": [ "Hide Status Bar" ], - "vs/workbench/browser/parts/views/viewsService": [ - "Text Editor", - "Show {0}", - "Toggle {0}", - "Show {0}", - "Toggle {0}", - "Focus on {0} View", - "Reset Location" - ], "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}.", @@ -18655,19 +20302,15 @@ ], "vs/workbench/services/extensions/browser/extensionUrlHandler": [ "Allow '{0}' extension to open this URI?", - "Don't ask again for this extension.", + "Do not ask me again for this extension", "&&Open", - "Would you like to install '{0}' extension from '{1}' to open this URI?", - "'{0}' extension wants to open a URI:", - "&&Install and Open", - "Installing Extension '{0}'...", - "Extension '{0}' is disabled. Would you like to enable the extension and open the URL?", - "&&Enable and Open", + "This extension wants to open a URI:", + "Open URI", "Extension '{0}' is not loaded. Would you like to reload the window to load the extension and open the URL?", "&&Reload Window and Open", + "There are currently no authorized extension URIs.", "Manage Authorized Extension URIs...", - "Extensions", - "There are currently no authorized extension URIs." + "Extensions" ], "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.", @@ -18759,6 +20402,12 @@ "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", + "ID", + "Name", + "File Extensions", + "Grammar", + "Snippets", + "Programming Languages", "Invalid `contributes.{0}`. Expected an array.", "Empty value for `contributes.{0}`", "property `{0}` is mandatory and must be of type `string`", @@ -18809,20 +20458,16 @@ "Workspace Folder", "Workspace" ], + "vs/workbench/services/extensionManagement/common/extensionFeaturesManagemetService": [ + "Access '{0}' Feature", + "'{0}' extension would like to access the '{1}' feature.", + "Allow", + "Don't Allow" + ], "vs/workbench/services/notification/common/notificationService": [ "Don't Show Again", "Don't Show Again" ], - "vs/workbench/services/userDataProfile/browser/userDataProfileManagement": [ - "The current profile has been updated. Please reload to switch back to the updated profile", - "The current profile has been removed. Please reload to switch back to default profile", - "The current profile has been removed. Please reload to switch back to default profile", - "Cannot rename the default profile", - "Cannot delete the default profile", - "Switching to a profile.", - "Switching a profile requires reloading VS Code.", - "&&Reload" - ], "vs/workbench/services/userDataProfile/browser/userDataProfileImportExportService": [ "Error while importing profile: {0}", "{0}: Resolving profile content...", @@ -18904,12 +20549,22 @@ "Export Profile", "Profile name must be provided." ], - "vs/workbench/services/remote/common/remoteExplorerService": [ - "The ID of a Get Started walkthrough to open.", - "Contributes help information for Remote", - "The url, or a command that returns the url, to your project's Getting Started page, or a walkthrough ID contributed by your project's extension", - "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", + "vs/workbench/services/userDataProfile/browser/userDataProfileManagement": [ + "The current profile has been updated. Please reload to switch back to the updated profile", + "The current profile has been removed. Please reload to switch back to default profile", + "The current profile has been removed. Please reload to switch back to default profile", + "Cannot rename the default profile", + "Cannot delete the default profile", + "Switching to a profile.", + "Switching a profile requires reloading VS Code.", + "&&Reload" + ], + "vs/workbench/services/remote/common/remoteExplorerService": [ + "The ID of a Get Started walkthrough to open.", + "Contributes help information for Remote", + "The url, or a command that returns the url, to your project's Getting Started page, or a walkthrough ID contributed by your project's extension", + "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", "Use {0} instead", "The url, or a command that returns the url, to your project's issue reporter", "The url, or a command that returns the url, to your project's issues list" @@ -18925,6 +20580,15 @@ "Hide '{0}'", "Reset Location" ], + "vs/workbench/services/views/browser/viewsService": [ + "Text Editor", + "Show {0}", + "Toggle {0}", + "Show {0}", + "Toggle {0}", + "Focus on {0} View", + "Reset Location" + ], "vs/workbench/services/userDataSync/browser/userDataSyncWorkbenchService": [ "Settings sync cannot be turned on because there are no authentication providers available.", "No account available", @@ -18953,14 +20617,11 @@ "Sign in with {0}" ], "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...", + "This authentication id '{0}' has already been registered" + ], + "vs/workbench/services/authentication/browser/authenticationExtensionsService": [ "Sign in requested", "The extension '{0}' wants to access the {1} account '{2}'.", "&&Allow", @@ -19004,22 +20665,29 @@ "**{0}** for your current keyboard layout (**{1}** for US standard).", "**{0}** for your current keyboard layout." ], - "vs/workbench/contrib/performance/browser/performance.contribution": [ - "Startup Performance", - "Print Service Cycles", - "Print Service Traces", - "Print Emitter Profiles" - ], "vs/workbench/contrib/preferences/browser/preferences.contribution": [ "Settings Editor 2", "Keybindings Editor", + "&&Settings", + "Open Folder Settings", + "&&Online Services Settings", + "&&Telemetry Settings", + "Focus settings file", + "Focus settings file", + "Focus settings list", + "Focus Setting Control", + "Keyboard Shortcuts", + "Keyboard Shortcuts", + "Clear Search Results", + "Clear Keyboard Shortcuts Search History", + "&&Preferences", "Open Settings (UI)", "Open User Settings (JSON)", "Open Application Settings (JSON)", "Preferences", "Settings", - "&&Settings", "Open Settings (UI)", + "Opens the JSON file containing the current user profile settings", "Open User Settings", "Open Default Settings (JSON)", "Open Workspace Settings", @@ -19027,35 +20695,29 @@ "Open Workspace Settings (JSON)", "Open Folder Settings", "Open Folder Settings (JSON)", - "Open Folder Settings", - "&&Online Services Settings", "Show untrusted workspace settings", - "&&Telemetry 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 System Keybindings", "Show Extension Keybindings", "Show User Keybindings", - "Clear Search Results", - "Clear Keyboard Shortcuts Search History", "Define Keybinding", - "Open Settings (JSON)", - "&&Preferences" + "Open Settings (JSON)" + ], + "vs/workbench/contrib/performance/browser/performance.contribution": [ + "Startup Performance", + "Print Service Cycles", + "Print Service Traces", + "Print Emitter Profiles" ], "vs/workbench/contrib/chat/browser/chat.contribution": [ "Chat", @@ -19064,9 +20726,11 @@ "Controls the font weight in chat codeblocks.", "Controls whether lines should wrap in chat codeblocks.", "Controls the line height in pixels in chat codeblocks. Use 0 to compute the line height from the font size.", + "Controls whether a checkbox is shown to allow the user to determine which implicit context is included with a chat participant's prompt.", "Chat", "Chat", - "Clear the session" + "Start a new chat", + "Choose a file in the workspace" ], "vs/workbench/contrib/notebook/browser/notebook.contribution": [ "Settings for code editors used in notebooks. This can be used to customize most editor.* settings.", @@ -19091,6 +20755,9 @@ "The insert actions don't appear anywhere.", "Control whether to render a global toolbar inside the notebook editor.", "Experimental. Control whether to render notebook Sticky Scroll headers in the notebook editor.", + "Control whether nested sticky lines appear to stack flat or indented.", + "Nested sticky lines appear flat.", + "Nested sticky lines appear indented.", "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.", @@ -19100,6 +20767,8 @@ "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.", "Controls how many lines of text are displayed in a text output. If {0} is enabled, this setting is used to determine the scroll height of the output.", + "Control whether to disable filepath links in the output of notebook cells.", + "Control whether to render error output in a minimal style.", "Controls the font size in pixels of rendered markup in notebooks. When set to {0}, 120% of {1} is used.", "Controls whether code cells in the interactive window are collapsed by default.", "Line height of the output text within notebook cells.\n - When set to 0, editor line height is used.\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.", @@ -19108,6 +20777,7 @@ "Initially render notebook outputs in a scrollable region when longer than the limit.", "Controls whether the lines in output should wrap.", "Format a notebook on save. A formatter must be available, the file must not be saved after delay, and the editor must not be shutting down.", + "When enabled, insert a final new line into the end of code cells when saving a notebook.", "Run a series of Code Actions for a notebook on save. Code Actions must be specified, the file must not be saved after delay, and the editor must not be shutting down. Example: `\"notebook.source.organizeImports\": \"explicit\"`", "Triggers Code Actions only when explicitly saved.", "Never triggers Code Actions on save.", @@ -19121,40 +20791,28 @@ "Scroll to fully reveal the next cell.", "Scroll to reveal the first line of the next cell.", "Do not scroll.", - "Experimental. Keep the focused cell steady while surrounding cells change size.", - "Anchor the viewport to the focused cell depending on context unless {0} is set to {1}.", - "Always anchor the viewport to the focused cell.", - "The focused cell may shift around as cells resize." - ], - "vs/workbench/contrib/testing/browser/testing.contribution": [ - "Testing", - "T&&esting", - "No tests have been found in this workspace yet.", - "Install Additional Test Extensions...", - "Test Results", - "Test Results", - "Test Explorer" - ], - "vs/workbench/contrib/logs/common/logs.contribution": [ - "Set Default Log Level", - "{0} (Remote)", - "Show Window Log" + "Enable experimental floating chat widget in notebooks.", + "Enable experimental generate action to create code cell with inline chat enabled.", + "Enable the experimental notebook variables view within the debug panel.", + "Show available diagnostics for cell failures.", + "The limit of notebook output size in kilobytes (KB) where notebook files will no longer be backed up for hot reload. Use 0 for unlimited." ], "vs/workbench/contrib/interactive/browser/interactive.contribution": [ - "Interactive Window", "Open Interactive Window", + "Scroll to Top", + "Scroll to Bottom", + "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.", + "Prompt to save the interactive window when it is closed. Only new interactive windows will be affected by this setting change.", + "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", - "Focus History", - "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." + "Focus History" ], "vs/workbench/contrib/quickaccess/browser/quickAccess.contribution": [ "Type '{0}' to get help on the actions you can take from here.", @@ -19171,18 +20829,43 @@ "Command Palette...", "Command Palette..." ], + "vs/workbench/contrib/testing/browser/testing.contribution": [ + "T&&esting", + "No tests have been found in this workspace yet.", + "Install Additional Test Extensions...", + "Testing", + "Test Results", + "Test Results", + "Test Explorer", + "Test Coverage" + ], + "vs/workbench/contrib/files/browser/explorerViewlet": [ + "View icon of the explorer view.", + "View icon of the open editors view.", + "&&Explorer", + "Open Folder", + "add a folder", + "Open Recent", + "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}", + "Folders", + "Explorer", + "Explorer" + ], + "vs/workbench/contrib/logs/common/logs.contribution": [ + "{0} (Remote)", + "Set Default Log Level", + "Show Window Log" + ], "vs/workbench/contrib/files/browser/fileActions.contribution": [ "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", "Reopen Editor With...", "Revert File", @@ -19209,23 +20892,34 @@ "Re&&vert File", "&&Close Editor", "Go to &&File...", + "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", + "Opens a new diff editor to compare the active file with the version on disk.", "Create a new folder or directory" ], - "vs/workbench/contrib/files/browser/explorerViewlet": [ - "View icon of the explorer view.", - "View icon of the open editors view.", - "&&Explorer", - "Open Folder", - "add a folder", - "Open Recent", - "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}", - "Folders", - "Explorer", - "Explorer" + "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", + "Are you sure you want to close the window?", + "&&Close Window", + "Are you sure you want to change the workspace?", + "Change &&Workspace", + "Are you sure you want to reload the window?", + "&&Reload Window", + "Are you sure you want to quit?", + "&&Quit", + "'{0}' is in progress.", + "File operation", + "Controls if files that were part of a refactoring are saved automatically" ], "vs/workbench/contrib/files/browser/files.contribution": [ "Text File Editor", @@ -19252,6 +20946,7 @@ "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, trailing whitespace will be removed from multiline strings and regexes will be removed on save or when executing 'editor.action.trimTrailingWhitespace'. This can cause whitespace to not be trimmed from lines when there isn't up-to-date token information.", "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.", @@ -19260,6 +20955,8 @@ "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}`.", + "When enabled, will limit [auto save](https://code.visualstudio.com/docs/editor/codebasics#_save-auto-save) of editors to files that are inside the opened workspace. Only applies when `#files.autoSave#` is enabled.", + "When enabled, will limit [auto save](https://code.visualstudio.com/docs/editor/codebasics#_save-auto-save) of editors to files that have no errors reported in them at the time the auto save is triggered. Only applies when `#files.autoSave#` is enabled.", "Configure paths or [glob patterns](https://aka.ms/vscode-glob-patterns) to exclude from file watching. Paths can either be relative to the watched folder or absolute. Glob patterns are matched relative from the watched folder. 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.", @@ -19295,6 +20992,7 @@ "Additional check on the siblings of a matching file. Use $(basename) as variable for the matching file name.", "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 pasting native files and folders.", "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.", @@ -19331,26 +21029,6 @@ "Controls nesting of files in the Explorer. {0} must be set for this to take effect. 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/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", - "Are you sure you want to close the window?", - "&&Close Window", - "Are you sure you want to change the workspace?", - "Change &&Workspace", - "Are you sure you want to reload the window?", - "&&Reload Window", - "Are you sure you want to quit?", - "&&Quit", - "'{0}' is in progress.", - "File operation", - "Controls if files that were part of a refactoring are saved automatically" - ], "vs/workbench/contrib/bulkEdit/browser/preview/bulkEdit.contribution": [ "Another refactoring is being previewed.", "Press 'Continue' to discard the previous refactoring and continue with the current refactoring.", @@ -19377,10 +21055,10 @@ "Go to File", "Type the name of a symbol to open.", "Go to Symbol in Workspace", - "Search for text in your workspace files (experimental).", - "Search for Text (Experimental)", + "Search for text in your workspace files.", + "Search for Text", "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.", + "Configure [glob patterns](https://code.visualstudio.com/docs/editor/codebasics#_advanced-search-options) for excluding files and folders in fulltext searches and file search in quick open. To exclude files from the recently opened list in quick open, patterns must be absolute (for example `**/node_modules/**`). 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.", @@ -19422,6 +21100,9 @@ "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.", + "Single-clicking does nothing.", + "Single-clicking opens a Peek Definition window.", + "Configure effect of single-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.", @@ -19436,14 +21117,72 @@ "Shows search results as a tree.", "Shows search results as a list.", "Controls the default search result view mode.", - "Show notebook editor rich content results for closed notebooks. Please refresh your search results after changing this setting.", "Controls whether the last typed input to Quick Search should be restored when opening it the next time.", + "Show notebook editor rich content results for closed notebooks. Please refresh your search results after changing this setting.", "Search", "Search" ], + "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", + "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/searchEditor/browser/searchEditor.contribution": [ "Search Editor", "Search Editor", + "Open New Search Editor", "Search Editor", "Delete File Results", "New Search Editor", @@ -19460,8 +21199,7 @@ "Toggle Context Lines", "Increase Context Lines", "Decrease Context Lines", - "Select All Matches", - "Open New Search Editor" + "Select All Matches" ], "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.", @@ -19469,7 +21207,6 @@ ], "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", @@ -19503,7 +21240,7 @@ "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 appear in the \"Source Control\", and \"Source Control Sync\" views when there is more than one provider or when the {0} setting is enabled, as well as in the \"Source Control Repositories\" view.", + "Controls the count badges on Source Control Provider headers. These headers appear in the Source Control view when there is more than one provider or when the {0} setting is enabled, and in the Source Control Repositories view.", "Show the repository changes as a tree.", "Show the repository changes as a list.", "Controls the default Source Control repository view mode.", @@ -19514,6 +21251,8 @@ "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 the maximum number of lines that the input will auto-grow to.", + "Controls the minimum number of lines that the input will auto-grow from.", "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.", @@ -19521,76 +21260,28 @@ "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.", - "Controls whether the Source Control Sync view is shown.", + "Controls whether an action button can be shown in the Source Control input.", + "Always show incoming changes in the Source Control view.", + "Never show incoming changes in the Source Control view.", + "Only show incoming changes in the Source Control view when any exist.", + "Controls whether incoming changes are shown in the Source Control view.", + "Always show outgoing changes in the Source Control view.", + "Never show outgoing changes in the Source Control view.", + "Only show outgoing changes in the Source Control view when any exist.", + "Controls whether outgoing changes are shown in the Source Control view.", + "Controls whether the All Changes entry is shown for incoming/outgoing changes in the Source Control view.", + "Controls whether to store editor working sets when switching between source control history item groups.", + "Use an empty working set when switching to a source control history item group that does not have a working set.", + "Use the current working set when switching to a source control history item group that does not have a working set.", + "Controls the default working set to use when switching to a source control history item group that does not have a working set.", "Source Control: Accept Input", "Source Control: View Next Commit", "Source Control: View Previous Commit", "Open in External Terminal", "Open in Integrated Terminal", "Source Control", - "Source Control Repositories", - "Source Control Sync" - ], - "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", - "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/debug/browser/debugEditorContribution": [ - "Color for the debug inline value text.", - "Color for the debug inline value background." + "Source Control", + "Source Control Repositories" ], "vs/workbench/contrib/debug/browser/debug.contribution": [ "Debug", @@ -19603,9 +21294,10 @@ "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", + "View Binary Data", "Break on Value Read", "Break on Value Change", "Break on Value Access", @@ -19632,7 +21324,13 @@ "Disassembly", "Debug", "Allow setting breakpoints in any file.", + "Controls the action to perform when clicking the editor gutter with the middle mouse button.", + "Add Logpoint.", + "Add Conditional Breakpoint.", + "Add Triggered Breakpoint.", + "Don't perform any action.", "Automatically open the explorer view at the end of a debug session.", + "At the end of a debug session, all the read-only tabs associated with that session will be closed", "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.", @@ -19684,6 +21382,7 @@ "Set Next Statement", "Inline Breakpoint", "Run or Debug...", + "Run", "Debug Console", "Debug Console", "Run and Debug", @@ -19697,7 +21396,12 @@ "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/debug/browser/debugEditorContribution": [ + "Color for the debug inline value text.", + "Color for the debug inline value background." + ], "vs/workbench/contrib/debug/browser/breakpointEditorContribution": [ + "Click to add a breakpoint", "Logpoint", "Breakpoint", "This {0} has a {1} that will get lost on remove. Consider enabling the {0} instead.", @@ -19730,6 +21434,7 @@ "Add Breakpoint", "Add Conditional Breakpoint...", "Add Logpoint...", + "Add Triggered Breakpoint...", "Run to Line", "Icon color for breakpoints.", "Icon color for disabled breakpoints.", @@ -19737,85 +21442,54 @@ "Icon color for the current breakpoint stack frame.", "Icon color for all breakpoint stack frames." ], - "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/contrib/mergeEditor/browser/mergeEditor.contribution": [ - "Merge Editor", - "Uses the legacy diffing algorithm.", - "Uses the advanced diffing algorithm." - ], - "vs/workbench/contrib/debug/browser/repl": [ - "Filter (e.g. text, !exclude)", - "Showing {0} of {1}", - "Debug Console", - "Please start a debug session to evaluate expressions", - "REPL Accept Input", - "REPL Focus Content to Filter", - "Debug: Console Copy All", - "Select Debug Console", - "Clear Console", - "Collapse All", - "Paste", - "Copy All", - "Copy" - ], "vs/workbench/contrib/markers/browser/markers.contribution": [ "View icon of the markers view.", "&&Problems", "View as Tree", "View as Table", - "Toggle Errors", - "Problems", "Show Errors", - "Toggle Warnings", "Problems", "Show Warnings", - "Toggle Infos", "Problems", "Show Infos", - "Toggle Active File", "Problems", "Show Active File Only", - "Toggle Excluded Files", "Problems", - "Hide Excluded Files", - "Copy", - "Copy Message", - "Copy Message", + "Show Excluded Files", + "Problems", "Focus problems view", "Focus problems filter", - "Show message in multiple lines", "Problems", - "Show message in single line", "Problems", "Clear filters text", "Problems", "Collapse All", "Problems", + "Problems are turned off. Click to open settings.", + "Problems Visibility", "Errors: {0}", "Warnings: {0}", "Infos: {0}", "No Problems", "10K+", - "Total {0} Problems" - ], - "vs/workbench/contrib/commands/common/commands.contribution": [ - "Run Commands", - "Run several commands", - "Commands to run", - "'runCommands' has received an argument with incorrect type. Please, review the argument passed to the command.", - "'runCommands' has not received commands to run. Did you forget to pass commands in the 'runCommands' argument?" + "Total {0} Problems", + "Copy", + "Copy Message", + "Copy Message", + "Show message in multiple lines", + "Show message in single line" ], - "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/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", + "Opens the file used to configure how your program is debugged" ], "vs/workbench/contrib/comments/browser/comments.contribution": [ + "Collapse All", + "Expand All", + "Reply", "Comments", "Controls when the comments panel should open.", "This setting is deprecated in favor of `comments.openView`.", @@ -19828,37 +21502,35 @@ "Controls the visibility of the comments bar and comment threads in editors that have commenting ranges and comments. Comments are still accessible via the Comments view and will cause commenting to be toggled on in the same way running the command \"Comments: Toggle Editor Commenting\" toggles comments.", "Controls whether the comments widget scrolls or expands.", "Controls whether the comment thread should collapse when the thread is resolved.", - "The editor contains commentable range(s). Some useful commands include:", - "This widget contains a text area, for composition of new comments, and actions, that can be tabbed to once tab moves focus mode has been enabled ({0}).", - "This widget contains a text area, for composition of new comments, and actions, that can be tabbed to once tab moves focus mode has been enabled with the command Toggle Tab Key Moves Focus, which is currently not triggerable via keybinding.", - "Some useful comment commands include:", - "- Dismiss Comment (Escape)", - "- Go to Next Commenting Range ({0})", - "- Go to Next Commenting Range, which is currently not triggerable via keybinding.", - "- Go to Previous Commenting Range ({0})", - "- Go to Previous Commenting Range, which is currently not triggerable via keybinding.", - "- Go to Next Comment Thread ({0})", - "- Go to Next Comment Thread, which is currently not triggerable via keybinding.", - "- Go to Previous Comment Thread ({0})", - "- Go to Previous Comment Thread, which is currently not triggerable via keybinding.", - "- Add Comment ({0})", - "- Add Comment on Current Selection, which is currently not triggerable via keybinding.", - "- Submit Comment ({0})", - "- Submit Comment, accessible via tabbing, as it's currently not triggerable with a keybinding." + "{0} Unresolved Comments" ], - "vs/workbench/contrib/webviewPanel/browser/webviewPanel.contribution": [ - "webview editor" + "vs/workbench/contrib/commands/common/commands.contribution": [ + "Run several commands", + "Commands to run", + "'runCommands' has received an argument with incorrect type. Please, review the argument passed to the command.", + "'runCommands' has not received commands to run. Did you forget to pass commands in the 'runCommands' argument?", + "Run Commands" + ], + "vs/workbench/contrib/mergeEditor/browser/mergeEditor.contribution": [ + "Merge Editor", + "Uses the legacy diffing algorithm.", + "Uses the advanced diffing algorithm." + ], + "vs/workbench/contrib/url/browser/url.contribution": [ + "URL to open", + "When enabled, trusted domain prompts will appear when opening links in trusted workspaces.", + "Open URL" ], "vs/workbench/contrib/webview/browser/webview.contribution": [ "Cut", "Copy", "Paste" ], + "vs/workbench/contrib/webviewPanel/browser/webviewPanel.contribution": [ + "webview editor" + ], "vs/workbench/contrib/extensions/browser/extensionsViewlet": [ - "Remote", "Installed", - "Install Local Extensions in '{0}'...", - "Install Remote Extensions Locally...", "Search Extensions in Marketplace", "1 extension found in the {0} section.", "1 extension found.", @@ -19868,10 +21540,13 @@ "Open User Settings", "{0} requires update", "{0} require update", - "{0} requires reload", - "{0} require reload", + "{0} requires restart", + "{0} require restart", "We have uninstalled '{0}' which was reported to be problematic.", "Reload Now", + "Remote", + "Install Local Extensions in '{0}'...", + "Install Remote Extensions Locally...", "Popular", "Recommended", "Enabled", @@ -19909,6 +21584,8 @@ "Select Output Channel", "Turn Auto Scrolling Off", "Turn Auto Scrolling On", + "Set Log Level...", + "Set As Default", "Extension Logs", "Select Log", "The id of the log file to open, for example `\"window\"`. Currently the best way to get this is to get the ID by checking the `workbench.action.output.show.` commands", @@ -19921,36 +21598,23 @@ "Output", "Clear Output", "Toggle Auto Scrolling", - "Open Log Output File", + "Open Output in Editor", + "Open Output in New Window", "Show Logs...", "Open Log File..." ], - "vs/workbench/contrib/externalTerminal/browser/externalTerminal.contribution": [ - "Open in Integrated Terminal", - "Open in External Terminal", - "Open in Windows Terminal" - ], - "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", - "Restarting extension host due to a workspace folder change." - ], "vs/workbench/contrib/extensions/browser/extensions.contribution": [ "Press Enter to manage extensions.", "Manage Extensions", "Extension", - "Extensions", "E&&xtensions", - "Extensions", "All Extensions", "Only Enabled Extensions", + "Only Selected Extensions", "None", "Download and install updates automatically for all extensions except for those updates are ignored.", "Download and install updates automatically only for enabled extensions except for those updates are ignored. Disabled extensions are not updated automatically.", + "Download and install updates automatically only for selected extensions.", "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.", @@ -19971,12 +21635,15 @@ "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.", "When enabled, extensions which declare the `onStartupFinished` activation event will be activated after a timeout.", + "When enabled, extensions can be searched for via Quick Access and report issues from there.", "Extension '{0}' not found.", "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.", + "Justification for installing the extension. This is a string or an object that can be used to pass any information to the installation handlers. i.e. `{reason: 'This extension wants to open a URI', action: 'Open URI'}` will show a message box with the reason and action upon install.", + "When enabled, the extension will be enabled if it is installed but disabled. If the extension is already enabled, this has no effect.", "Context for the installation. This is a JSON object that can be used to pass any information to the installation handlers. i.e. `{skipWalkthrough: true}` will skip opening the walkthrough upon install.", "Extension '{0}' not found.", "Uninstall the given extension", @@ -19990,55 +21657,33 @@ "Install or Search Extensions", "&&Extensions", "Extensions", - "Focus on Extensions View", - "Install Extensions", - "Keymaps", "Migrate Keyboard Shortcuts from...", - "Language Extensions", - "Check for Extension Updates", "All extensions are up to date.", "Auto Update Extensions", "All Extensions", - "Only Enabled Extensions", + "Enabled Extensions", + "Selected 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 Extension from Location...", "Install Extension from Location", "Install", "Location of the web extension", "Install Extension from Location", "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 Extension Updates", "Updates", - "Show Extensions Unsupported By Workspace", "Workspace Unsupported", - "Show Enabled Extensions", "Enabled", - "Show Disabled Extensions", "Disabled", "Sort By", "Install Count", @@ -20046,18 +21691,49 @@ "Name", "Published Date", "Updated Date", - "Clear Extensions Search Results", - "Refresh", "Install Workspace Recommended Extensions", - "Show Pre-Release Version", - "Show Release Version", - "Copy", + "Switch to Pre-Release Version", + "Switch to Release Version", "Name: {0}", "Id: {0}", "Description: {0}", "Version: {0}", "Publisher: {0}", "VS Marketplace Link: {0}", + "Extensions", + "Extensions", + "Extensions", + "Extensions", + "Extensions", + "Extensions", + "Focus on Extensions View", + "Install Extensions", + "Keymaps", + "Language Extensions", + "Check for Extension Updates", + "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 Extension from Location...", + "Show Featured Extensions", + "Show Popular Extensions", + "Show Recommended Extensions", + "Show Recently Published Extensions", + "Show Built-in Extensions", + "Show Extension Updates", + "Show Extensions Unsupported By Workspace", + "Show Enabled Extensions", + "Show Disabled Extensions", + "Clear Extensions Search Results", + "Refresh", + "Show Pre-Release Version", + "Show Release Version", + "Copy", "Copy Extension ID", "Extension Settings", "Extension Keyboard Shortcuts", @@ -20068,14 +21744,23 @@ "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" + "Add Extension to Workspace Folder Ignored Recommendations" + ], + "vs/workbench/contrib/externalTerminal/browser/externalTerminal.contribution": [ + "Open in Integrated Terminal", + "Open in External Terminal", + "Open in Windows Terminal" + ], + "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", + "Restarting extension host due to a workspace folder change." ], "vs/workbench/contrib/tasks/browser/task.contribution": [ "Building...", @@ -20089,18 +21774,6 @@ "&&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", "User Tasks", "Type the name of a task to run.", "Run Task", @@ -20123,24 +21796,36 @@ "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." + "Prompts whether to save editors before running.", + "Enable verbose logging for tasks.", + "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" ], "vs/workbench/contrib/remote/common/remote.contribution": [ "Workspace does not exist", "Please select another workspace to open.", "&&Open Workspace...", - "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.", "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 {0} is true. On Windows and Mac remotes, the `process` and `hybrid` options have no effect and `output` will be used. Requires a reload to take effect.", + "Sets the source from which ports are automatically forwarded when {0} is true. On Windows and macOS remotes, the `process` and `hybrid` options have no effect and `output` will be used.", "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.", "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 will be \"un-forwarded\" by watching for processes that listen on that port to be terminated.", + "The number of auto forwarded ports that will trigger the switch from `process` to `hybrid` when automatically forwarding ports and `remote.autoForwardPortsSource` is set to `process` by default. Set to `0` to disable the fallback. When `remote.autoForwardPortsFallback` hasn't been configured, but `remote.autoForwardPortsSource` has, `remote.autoForwardPortsFallback` will be treated as though it's set to `0`.", "Controls whether local URLs with a port will be forwarded when opened from the terminal and the debug console.", "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.", @@ -20170,7 +21855,28 @@ "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 {0}. For example:\n\n```\n{\n \"onAutoForward\": \"ignore\"\n}\n```", - "Specifies the local host name that will be used for port forwarding." + "Specifies the local host name that will be used for port forwarding.", + "Connection: Trigger Reconnect", + "Connection: Pause socket writing" + ], + "vs/workbench/contrib/debug/browser/repl": [ + "Filter (e.g. text, !exclude, \\escape)", + "Showing {0} of {1}", + "Debug Console", + "Please start a debug session to evaluate expressions", + "REPL Accept Input", + "REPL Focus Content to Filter", + "Debug: Console Copy All", + "Select Debug Console", + "Collapse All", + "Paste", + "Copy All", + "Copy", + "Clear Console", + "Clears all program output from your debug REPL" + ], + "vs/workbench/contrib/keybindings/browser/keybindings.contribution": [ + "Toggle Keyboard Shortcuts Troubleshooting" ], "vs/workbench/contrib/snippets/browser/snippets.contribution": [ "Controls if surround-with-snippets or file template snippets show as Code Actions.", @@ -20184,9 +21890,6 @@ "User snippet configuration", "A list of language names to which this snippet applies, e.g. 'typescript,javascript'." ], - "vs/workbench/contrib/keybindings/browser/keybindings.contribution": [ - "Toggle Keyboard Shortcuts Troubleshooting" - ], "vs/workbench/contrib/folding/browser/folding.contribution": [ "All", "All active folding range providers", @@ -20208,30 +21911,6 @@ "Read Line With Inline Hints", "Stop Inlay Hints Reading" ], - "vs/workbench/contrib/update/browser/update.contribution": [ - "Show Release Notes", - "Show &&Release Notes", - "This version of {0} does not have release notes online", - "Check for Updates...", - "Download Update", - "Install Update", - "Restart to Update", - "Download {0}", - "Apply Update...", - "Apply Update", - "&&Update" - ], - "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/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/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", @@ -20239,29 +21918,31 @@ "This will install extension '{0}' published by '{1}'. Do you want to continue?", "OK", "Installing Extension {0}...", - "Color Theme", + "Select Color Theme for System Dark Mode", + "Select Color Theme for System Light Mode", + "Select Color Theme for High Contrast Dark Mode", + "Select Color Theme for High Contrast Light Mode", + "Select Color Theme (detect system color mode disabled)", + "Detect system color mode enabled. Click to configure.", + "Detect system color mode disabled. Click to configure.", "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", - "Toggle between Light/Dark Themes", - "Browse Color Themes in Marketplace", + "Cannot toggle between light and dark themes when `{0}` is enabled in settings.", + "Open Settings", "Themes", "&&Theme", "Color Theme", @@ -20273,7 +21954,41 @@ "Visual Studio Code now ships with a new default theme '{0}'. If you prefer, you can switch back to the old theme or try one of the many other color themes available.", "Try New Theme", "Cancel", - "Visual Studio Code now ships with a new default theme '{0}'. Do you want to give it a try?" + "Visual Studio Code now ships with a new default theme '{0}'. Do you want to give it a try?", + "Color Theme", + "File Icon Theme", + "Product Icon Theme", + "Generate Color Theme From Current Settings", + "Toggle between Light/Dark Themes", + "Browse Color Themes in Marketplace" + ], + "vs/workbench/contrib/update/browser/update.contribution": [ + "Show &&Release Notes", + "This version of {0} does not have release notes online", + "Show &&Release Notes", + "Cannot open the current file as Release Notes", + "Apply Update", + "&&Update", + "Show Release Notes", + "Open Current File as Release Notes", + "Developer", + "Check for Updates...", + "Download Update", + "Install Update", + "Restart to Update", + "Download {0}", + "Apply Update..." + ], + "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/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/surveys/browser/languageSurveys.contribution": [ "Help us improve our support for {0}", @@ -20283,12 +21998,8 @@ ], "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.contribution": [ "Welcome", - "Welcome", - "Welcome", - "Go Back", "Mark Step Complete", "Mark Step Incomplete", - "Open Walkthrough...", "Select a walkthrough to open", "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.", @@ -20297,9 +22008,15 @@ "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 text file (only applies when opening an empty window).", "Open the Welcome page when opening an empty workbench.", + "Open a new terminal in the editor area.", "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." + "When enabled, reduce motion in welcome page.", + "Welcome", + "Opens a Walkthrough to help you get started in VS Code.", + "Welcome", + "Go Back", + "Open Walkthrough..." ], "vs/workbench/contrib/welcomeWalkthrough/browser/walkThrough.contribution": [ "Playground", @@ -20307,15 +22024,15 @@ ], "vs/workbench/contrib/welcomeViews/common/newFile.contribution": [ "Built-In", - "Create", - "New File...", "New File...", "Select File Type or Enter File Name...", "File", "Notebook", "Configure Keybinding", "Create New File ({0})", - "Text File" + "Text File", + "Create", + "New File..." ], "vs/workbench/contrib/callHierarchy/browser/callHierarchy.contribution": [ "Whether a call hierarchy provider is available", @@ -20323,13 +22040,13 @@ "Whether call hierarchy shows incoming or outgoing calls", "No results", "Failed to show call hierarchy", + "Icon for incoming calls in the call hierarchy view.", + "Icon for outgoing calls in the call hierarchy view.", + "Close", "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" + "Refocus Call Hierarchy" ], "vs/workbench/contrib/typeHierarchy/browser/typeHierarchy.contribution": [ "Whether a type hierarchy provider is available", @@ -20337,11 +22054,11 @@ "whether type hierarchy shows super types or subtypes", "No results", "Failed to show type hierarchy", + "Close", "Peek Type Hierarchy", "Show Supertypes", "Show Subtypes", - "Refocus Type Hierarchy", - "Close" + "Refocus Type Hierarchy" ], "vs/workbench/contrib/codeEditor/browser/outline/documentSymbolsOutline": [ "Document Symbols" @@ -20353,9 +22070,9 @@ "Controls whether Outline items are collapsed or expanded.", "Collapse all items.", "Expand all items.", - "Show errors and warnings on Outline elements.", - "Use colors for errors and warnings on Outline elements.", - "Use badges for errors and warnings on Outline elements.", + "Show errors and warnings on Outline elements. Overwritten by `#problems.visibility#` when it is off.", + "Use colors for errors and warnings on Outline elements. Overwritten by `#problems.visibility#` when it is off.", + "Use badges for errors and warnings on Outline elements. Overwritten by `#problems.visibility#` when it is off.", "When enabled, Outline shows `file`-symbols.", "When enabled, Outline shows `module`-symbols.", "When enabled, Outline shows `namespace`-symbols.", @@ -20388,8 +22105,8 @@ "Accept Detected Language: {0}", "Language Detection", "Change to Detected Language: {0}", - "Detect Language from Content", - "Unable to detect editor language" + "Unable to detect editor language", + "Detect Language from Content" ], "vs/workbench/contrib/languageStatus/browser/languageStatus.contribution": [ "Editor Language Status", @@ -20401,6 +22118,19 @@ "{0} (Language Status)", "Reset Language Status Interaction Counter" ], + "vs/workbench/contrib/authentication/browser/authentication.contribution": [ + "The id of the authentication provider.", + "The human readable name of the authentication provider.", + "Contributes authentication", + "Label", + "ID", + "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..." + ], "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.", @@ -20423,19 +22153,12 @@ "Filter Timeline" ], "vs/workbench/contrib/editSessions/browser/editSessions.contribution": [ - "Continue Working On...", - "Open In Local Folder", - "Show Log", "Install additional development environment options", "Resuming working changes...", "Storing current working changes...", "Check for pending cloud changes", "Storing working changes...", - "Show Cloud Changes", "Storing your working changes...", - "Resume Latest Changes from Cloud", - "Resume Changes from Serialized Data", - "Store Working Changes in Cloud", "Storing working changes...", "Checking for pending cloud changes...", "There are no changes to resume from the cloud.", @@ -20475,7 +22198,14 @@ "Prompt the user to sign in to store working changes in the cloud with Continue Working On.", "Do not store working changes in the cloud with Continue Working On unless the user has already turned on Cloud Changes.", "Controls whether to prompt the user to store working changes in the cloud when using Continue Working On.", - "Controls whether to surface cloud changes which partially match the current session." + "Controls whether to surface cloud changes which partially match the current session.", + "Continue Working On...", + "Open In Local Folder", + "Show Log", + "Show Cloud Changes", + "Resume Latest Changes from Cloud", + "Resume Changes from Serialized Data", + "Store Working Changes in Cloud" ], "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.", @@ -20483,8 +22213,8 @@ "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", - "Open Workspace", - "This workspace is already open." + "This workspace is already open.", + "Open Workspace" ], "vs/workbench/contrib/workspace/browser/workspace.contribution": [ "You are trying to open untrusted files in a workspace which is trusted.", @@ -20526,20 +22256,15 @@ "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", + "Restricted Mode", "Workspace Trust Editor", - "Workspaces", - "Configure Workspace Trust Settings", - "Manage Workspace Trust", "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.", @@ -20553,168 +22278,66 @@ "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." + "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.", + "Workspaces", + "Configure Workspace Trust Settings", + "Manage Workspace Trust" + ], + "vs/workbench/contrib/deprecatedExtensionMigrator/browser/deprecatedExtensionMigrator.contribution": [ + "The extension 'Bracket pair Colorizer' got disabled because it was deprecated.", + "Uninstall Extension", + "Enable Native Bracket Pair Colorization", + "More Info" ], "vs/workbench/contrib/share/browser/share.contribution": [ - "Share...", "Generating link...", "Copied text to clipboard!", "Copied link to clipboard!", "Close", "Open Link", - "Controls whether to render the Share action next to the command center when {0} is {1}." - ], - "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).", - "Whether or not position changes should be debounced", - "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.", - "Plays a sound when a task is completed.", - "Plays a sound when a task fails (non-zero exit code).", - "Plays a sound when a terminal command fails (non-zero exit code).", - "Plays a sound when terminal Quick Fixes are available.", - "Plays a sound when the focus moves to an inserted line in Accessible Diff Viewer mode or to the next/previous change.", - "Plays a sound when the focus moves to a deleted line in Accessible Diff Viewer mode or to the next/previous change.", - "Plays a sound when the focus moves to a modified line in Accessible Diff Viewer mode or to the next/previous change.", - "Plays a sound when a notebook cell execution is successfully completed.", - "Plays a sound when a notebook cell execution fails.", - "Plays a sound when a chat request is made.", - "Plays a sound on loop while the response is pending.", - "Plays a sound on loop while the response has been received.", - "Plays a sound when a feature is cleared (for example, the terminal, debug console, or output channel). When this is disabled, an aria alert will announce 'Cleared'.", - "Plays a sound when a file is saved. Also see {0}", - "Plays the audio cue when a user explicitly saves a file.", - "Plays the audio cue whenever a file is saved, including auto save.", - "Never plays the audio cue.", - "Plays a sound when a file or notebook is formatted. Also see {0}", - "Plays the audio cue when a user explicitly formats a file.", - "Plays the audio cue whenever a file is formatted, including if it is set to format on save, type, or, paste, or run of a cell.", - "Never plays the audio cue." + "Controls whether to render the Share action next to the command center when {0} is {1}.", + "Share..." ], "vs/workbench/contrib/accountEntitlements/browser/accountsEntitlements.contribution": [ - "When enabled, available entitlements for the account will be show in the accounts menu." - ], - "vs/workbench/browser/workbench": [ - "Failed to load a required file. Please restart the application to try again. Details: {0}" - ], - "vs/workbench/contrib/deprecatedExtensionMigrator/browser/deprecatedExtensionMigrator.contribution": [ - "The extension 'Bracket pair Colorizer' got disabled because it was deprecated.", - "Uninstall Extension", - "Enable Native Bracket Pair Colorization", - "More Info" + "When enabled, available entitlements for the account will be show in the accounts menu.", + "When enabled, the chat panel welcome view will be shown." ], - "vs/workbench/electron-sandbox/window": [ - "Restart", - "Configure", - "Learn More", - "Writing login information to the keychain failed with error '{0}'.", - "Troubleshooting Guide", - "You are running an emulated version of {0}. For better performance download the native arm64 version of {0} build for your machine.", - "Download", - "Proxy Authentication Required", - "&&Log In", - "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", - "There is a dependency cycle in the AMD modules that needs to be resolved!", - "It is not recommended to run {0} as root user.", - "Files you store within the installation folder ('{0}') may be OVERWRITTEN or DELETED IRREVERSIBLY without warning at update time.", - "{0} on {1} will soon stop receiving updates. Consider upgrading your macOS version.", - "Learn More", - "Resolving shell environment...", - "Learn More" + "vs/workbench/electron-sandbox/actions/developerActions": [ + "Toggle Developer Tools", + "Configure Runtime Arguments", + "Reload With Extensions Disabled", + "Open User Data Folder" ], - "vs/platform/workspace/common/workspace": [ - "Code Workspace" - ], - "vs/workbench/services/configuration/browser/configurationService": [ - "Contribute defaults for configurations", - "Experiments", - "Configure settings to be applied for all profiles." - ], - "vs/workbench/services/log/electron-sandbox/logService": [ - "Window" - ], - "vs/platform/workspace/common/workspaceTrust": [ - "Trusted", - "Restricted Mode" - ], - "vs/workbench/services/userDataProfile/common/userDataProfile": [ - "Icon for Default Profile.", - "Profiles", - "Profile" - ], - "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/workbench/electron-sandbox/actions/developerActions": [ - "Toggle Developer Tools", - "Configure Runtime Arguments", - "Reload With Extensions Disabled", - "Open User Data Folder" - ], - "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/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/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", + "window group", "{0}, window with unsaved changes", "Current Window", + "Current Window", + "Select a window to switch to", + "Close Window", + "Zoom In", + "Zoom Out", + "Reset Zoom", "Switch Window...", - "Quick Switch Window...", - "Split Window (Experimental)", - "&&Split Window (Experimental)" + "Quick Switch Window..." ], "vs/platform/contextkey/common/contextkeys": [ "Whether the operating system is macOS", @@ -20728,11 +22351,11 @@ "Whether keyboard focus is inside an input box" ], "vs/workbench/electron-sandbox/actions/installActions": [ + "Shell command '{0}' successfully installed in PATH.", + "Shell command '{0}' successfully uninstalled from PATH.", "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." + "Uninstall '{0}' command from PATH" ], "vs/workbench/common/contextkeys": [ "The kind of workspace opened in the window, either 'empty' (no workspace), 'folder' (single folder) or 'workspace' (multi-root workspace)", @@ -20741,7 +22364,8 @@ "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 is from a virtual file system or an empty string.", "The scheme of the current workspace is from a temporary file system.", - "Whether the window is in fullscreen mode", + "Whether the main window is in fullscreen mode", + "Whether an auxiliary window is focused", "The identifier of the embedder according to the product service, if one is defined", "Whether the active editor has unsaved changes", "Whether the active editor is not in preview mode", @@ -20749,6 +22373,7 @@ "Whether the active editor is the last one in its group", "Whether the active editor is pinned", "Whether the active editor is read-only", + "Whether the active compare editor can swap sides", "Whether the active editor can toggle between being read-only or writeable", "Whether the active editor can revert", "The identifier of the active editor", @@ -20762,13 +22387,15 @@ "Whether the active editor group is the last group", "Whether the active editor group is locked", "Whether there are multiple editor groups opened", + "Whether there are multiple editor groups opened in an editor part", + "Editor Part has a maximized group", + "Editor Part is in an auxiliary window", "Whether an editor is open", "Whether Zen mode is enabled", - "Whether centered layout is enabled", + "Whether centered layout is enabled for the main editor", "Whether editors split vertically", - "Whether the editor area is visible", + "Whether the editor area in the main window is visible", "Whether editor tabs are visible", - "Editor group is maximized", "Whether the sidebar is visible", "Whether the sidebar has keyboard focus", "The identifier of the active viewlet", @@ -20803,10 +22430,81 @@ "Application", "Workbench", "Security", + "Problems", "UNC host names must not contain backslashes.", "A set of UNC host names (without leading or trailing backslash, for example `192.168.0.1` or `my-server`) to allow without user confirmation. If a UNC host is being accessed that is not allowed via this setting or has not been acknowledged via user confirmation, an error will occur and the operation stopped. A restart is required when changing this setting. Find out more about this setting at https://aka.ms/vscode-windows-unc.", "If enabled, only allows access to UNC host names that are allowed by the `#security.allowedUNCHosts#` setting or after user confirmation. Find out more about this setting at https://aka.ms/vscode-windows-unc." ], + "vs/workbench/electron-sandbox/window": [ + "Restart", + "Configure", + "Learn More", + "Writing login information to the keychain failed with error '{0}'.", + "Troubleshooting Guide", + "You are running an emulated version of {0}. For better performance download the native arm64 version of {0} build for your machine.", + "Download", + "Proxy Authentication Required", + "&&Log In", + "Username", + "Password", + "The proxy {0} requires a username and password.", + "Remember my credentials", + "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", + "There is a dependency cycle in the AMD modules that needs to be resolved!", + "It is not recommended to run {0} as root user.", + "Files you store within the installation folder ('{0}') may be OVERWRITTEN or DELETED IRREVERSIBLY without warning at update time.", + "{0} on {1} will soon stop receiving updates. Consider upgrading your macOS version.", + "Learn More", + "Resolving shell environment...", + "Learn More", + "Zoom Out", + "Zoom In", + "Reset", + "{0} ({1})", + "Settings", + "Window Zoom", + "Zoom Level: {0} ({1}%)" + ], + "vs/workbench/browser/workbench": [ + "Failed to load a required file. Please restart the application to try again. Details: {0}" + ], + "vs/workbench/services/configuration/browser/configurationService": [ + "Contribute defaults for configurations", + "Experiments", + "Configure settings to be applied for all profiles." + ], + "vs/platform/workspace/common/workspace": [ + "Code Workspace" + ], + "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/workbench/services/log/electron-sandbox/logService": [ + "Window" + ], + "vs/workbench/services/files/electron-sandbox/diskFileSystemProvider": [ + "File Watcher" + ], + "vs/workbench/services/userDataProfile/common/userDataProfile": [ + "Icon for Default Profile.", + "Profile", + "Profiles" + ], "vs/workbench/browser/parts/dialogs/dialogHandler": [ "Version: {0}\nCommit: {1}\nDate: {2}\nBrowser: {3}", "&&Copy", @@ -20817,6 +22515,21 @@ "&&Copy", "OK" ], + "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", + "'{0}' is marked as read-only. Do you want to save anyway?", + "Paths can be configured as read-only via settings.", + "&&Save Anyway" + ], "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}?", @@ -20834,20 +22547,8 @@ "All Files", "No Extension" ], - "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", - "'{0}' is marked as read-only. Do you want to save anyway?", - "Paths can be configured as read-only via settings.", - "&&Save Anyway" + "vs/workbench/services/extensionManagement/common/extensionManagement": [ + "Extensions" ], "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.", @@ -20870,6 +22571,7 @@ "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 between tabs to indicate that a tab can be inserted between two 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 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.", @@ -20900,314 +22602,108 @@ "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.", + "Background color of sticky scroll in the panel.", + "Border color of sticky scroll in the panel.", + "Shadow color of sticky scroll in the panel.", + "Output view background color.", + "Output view sticky scroll background color.", "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 foreground 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. 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. The status bar is shown in the bottom of the window.", - "Status bar prominent items foreground color when hovering. Prominent items stand out from other status bar entries to indicate importance. 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. 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 error items foreground color when hovering. 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 background color when hovering. 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.", - "Status bar warning items foreground color when hovering. 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 background color when hovering. 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.", - "Profile badge background color. The profile badge shows on top of the settings gear icon in the activity bar.", - "Profile badge foreground color. The profile badge shows on top of the settings gear icon in the activity bar.", - "Background color for the remote indicator on the status bar.", - "Foreground color for the remote indicator on the status bar.", - "Foreground color for the remote indicator on the status bar when hovering.", - "Background color for the remote indicator on the status bar when hovering.", - "Status bar item background color when the workbench is offline.", - "Status bar item foreground color when the workbench is offline.", - "Status bar item foreground hover color when the workbench is offline.", - "Status bar item background hover color when the workbench is offline.", - "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.", - "Foreground color of the command center", - "Active foreground color of the command center", - "Foreground color of the command center when the window is inactive", - "Background color of the command center", - "Active background color of the command center", - "Border color of the command center", - "Active border color of the command center", - "Border color of the command center when the window is inactive", - "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 macOS and Linux 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 macOS and Linux desktop client when using the custom title bar." - ], - "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 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.", - "Border 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.", - "Button foreground color.", - "Button separator 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.", - "If set, color of double underlines for errors 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.", - "If set, color of double underlines for warnings 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.", - "If set, color of double underlines for infos in the editor.", - "Foreground color of hint squigglies in the editor.", - "If set, color of double underlines for hints in the editor.", - "Border color of active sashes.", - "Editor background color.", - "Editor default foreground color.", - "Sticky scroll background color for the editor", - "Sticky scroll on hover background color for the editor", - "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.", - "Color of the text in the search viewlet's completion message.", - "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.", - "The background color of unchanged blocks in the diff editor.", - "The foreground color of unchanged blocks in the diff editor.", - "The background color of unchanged code in the diff editor.", - "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 outline color for the focused item when the list/tree is active and selected. 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.", - "Shadow color of the type filter widget in lists and trees.", - "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 that are not active.", - "Table border color between columns.", - "Background color for odd table rows.", - "List/Tree foreground color for items that are deemphasized. ", - "Background color of checkbox widget.", - "Background color of checkbox widget when the element it's in is selected.", - "Foreground color of checkbox widget.", - "Border color of checkbox widget.", - "Border color of checkbox widget when the element it's in is selected.", - "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 infos.", - "Minimap marker color for warnings.", - "Minimap marker color for errors.", - "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." + "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 foreground 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. 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. The status bar is shown in the bottom of the window.", + "Status bar prominent items foreground color when hovering. Prominent items stand out from other status bar entries to indicate importance. 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. 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 error items foreground color when hovering. 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 background color when hovering. 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.", + "Status bar warning items foreground color when hovering. 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 background color when hovering. 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.", + "Active foreground color of the item in the Activity bar when it is on top / bottom. The activity allows to switch between views of the side bar.", + "Focus border color for the active item in the Activity bar when it is on top / bottom. The activity allows to switch between views of the side bar.", + "Background color for the active item in the Activity bar when it is on top / bottom. The activity allows to switch between views of the side bar.", + "Inactive foreground color of the item in the Activity bar when it is on top / bottom. The activity allows to switch between views of the side bar.", + "Drag and drop feedback color for the items in the Activity bar when it is on top / bottom. The activity allows to switch between views of the side bar.", + "Background color of the activity bar when set to top / bottom.", + "Profile badge background color. The profile badge shows on top of the settings gear icon in the activity bar.", + "Profile badge foreground color. The profile badge shows on top of the settings gear icon in the activity bar.", + "Background color for the remote indicator on the status bar.", + "Foreground color for the remote indicator on the status bar.", + "Foreground color for the remote indicator on the status bar when hovering.", + "Background color for the remote indicator on the status bar when hovering.", + "Status bar item background color when the workbench is offline.", + "Status bar item foreground color when the workbench is offline.", + "Status bar item foreground hover color when the workbench is offline.", + "Status bar item background hover color when the workbench is offline.", + "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 background color. 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.", + "Border color between the activity bar at the top/bottom and the views.", + "Background color of sticky scroll in the side bar.", + "Border color of sticky scroll in the side bar.", + "Shadow color of sticky scroll in 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.", + "Foreground color of the command center", + "Active foreground color of the command center", + "Foreground color of the command center when the window is inactive", + "Background color of the command center", + "Active background color of the command center", + "Border color of the command center", + "Active border color of the command center", + "Border color of the command center when the window is inactive", + "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 macOS and Linux 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 macOS and Linux desktop client when using the custom title bar." ], "vs/base/common/actions": [ "(empty)" @@ -21244,25 +22740,30 @@ "Would you like to install and synchronize extensions across your devices?", "&&Install", "Install (Do &¬ sync)", - "Enabling this extension requires a trusted workspace.", "Trust Workspace & Install", "Install", "Learn More", + "Enabling this extension requires a trusted workspace.", "{0} for the Web", "'{0}' has limited functionality in {1}.", "&&Install Anyway", "&&Show Extensions", "Contains extensions which are not supported.", - "'{0}' contains extensions which are not supported in {1}." + "'{0}' contains extensions which are not supported in {1}.", + "Cannot activate, becase {0} not found" ], "vs/workbench/services/extensionManagement/electron-sandbox/remoteExtensionManagementService": [ "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/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 to the backup 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.", + "&&OK", + "Close Anyway", + "Quit Anyway", + "Reload Anyway", "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...", @@ -21293,21 +22794,45 @@ "The reasons for blocking the operation:\n- {0}", "The remote extension host terminated unexpectedly. Restarting...", "Remote Extension host terminated unexpectedly 3 times within the last 5 minutes.", - "Restart Remote Extension Host" + "Restart Remote Extension Host", + "Activation Events" ], "vs/workbench/services/extensions/electron-sandbox/cachedExtensionScanner": [ "Extensions have been modified on disk. Please reload the window.", "Reload Window" ], + "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", + "Terminating extension debug session" + ], + "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/services/auxiliaryWindow/browser/auxiliaryWindowService": [ + "Changes that you made may not be saved. Please check press 'Cancel' and try again.", "Unable to open a new window.", "The browser interrupted the opening of a new window. Press 'Retry' to try again.", "To avoid this problem in the future, please ensure to allow popups for this website.", "&&Retry" ], - "vs/workbench/contrib/logs/electron-sandbox/logsActions": [ - "Open Logs Folder", - "Open Extension Logs Folder" + "vs/workbench/contrib/localization/common/localization.contribution": [ + "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.", + "Language ID", + "Language Name", + "Language Name (Localized)", + "Langauage Packs" ], "vs/editor/common/editorContextKeys": [ "Whether the editor text has focus (cursor is blinking)", @@ -21316,9 +22841,17 @@ "Whether the editor is read-only", "Whether the context is a diff editor", "Whether the context is an embedded diff editor", + "Whether the context is a multi diff editor", + "Whether all files in multi diff editor are collapsed", + "Whether the diff editor has changes", "Whether a moved code block is selected for comparison", "Whether the accessible diff viewer is visible", "Whether the diff editor render side by side inline breakpoint is reached", + "Whether inline mode is active", + "Whether modified is writable in the diff editor", + "Whether modified is writable in the diff editor", + "The uri of the original document", + "The uri of the modified document", "Whether `editor.columnSelection` is enabled", "Whether the editor has text selected", "Whether the editor has multiple selections", @@ -21350,54 +22883,31 @@ "Whether the editor has multiple document formatting providers", "Whether the editor has multiple document selection formatting providers" ], - "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", - "Terminating extension debug session" - ], "vs/workbench/common/editor": [ "Text Editor", "Built-in", "Open Anyway", "Configure Limit" ], - "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/localization/common/localization.contribution": [ - "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/codeEditor/electron-sandbox/selectionClipboard": [ "Paste Selection Clipboard" ], "vs/workbench/contrib/codeEditor/electron-sandbox/startDebugTextMate": [ - "Start Text Mate Syntax Grammar Logging" + "Start TextMate Syntax Grammar Logging" ], - "vs/workbench/contrib/issue/common/issue.contribution": [ - "Report Issue...", - "Report &&Issue" + "vs/workbench/contrib/logs/electron-sandbox/logsActions": [ + "Open Logs Folder", + "Open Extension Logs Folder" + ], + "vs/workbench/browser/editor": [ + "{0}, preview", + "{0}, pinned" ], "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/workbench/browser/editor": [ - "{0}, preview", - "{0}, pinned" + "Save Extension Host Profile" ], "vs/workbench/contrib/extensions/electron-sandbox/debugExtensionHostAction": [ "Start Debugging Extension Host", @@ -21411,6 +22921,7 @@ "Cleanup Extensions Folder" ], "vs/workbench/contrib/extensions/common/runtimeExtensionsInput": [ + "Icon of the runtime extensions editor label.", "Running Extensions" ], "vs/workbench/contrib/extensions/electron-sandbox/extensionProfileService": [ @@ -21427,6 +22938,10 @@ "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/issue/common/issue.contribution": [ + "Report &&Issue", + "Report Issue..." + ], "vs/workbench/contrib/terminal/common/terminal": [ "Contributes terminal functionality.", "Defines additional terminal profiles that the user can create.", @@ -21436,6 +22951,11 @@ "Icon path when a light theme is used", "Icon path when a dark theme is used" ], + "vs/workbench/contrib/issue/browser/issueQuickAccess": [ + "Extension Marketplace", + "Extensions", + "Open Extension Page" + ], "vs/workbench/services/dialogs/browser/simpleFileDialog": [ "Open Local File...", "Save Local File...", @@ -21486,6 +23006,44 @@ "variable", "{0} ({1})" ], + "vs/workbench/services/themes/common/themeConfiguration": [ + "Specifies the color theme used in the workbench when {0} is not enabled.", + "Theme is unknown or not installed.", + "Specifies the color theme when system color mode is dark and {0} is enabled.", + "Theme is unknown or not installed.", + "Specifies the color theme when system color mode is light and {0} is enabled.", + "Theme is unknown or not installed.", + "Specifies the color theme when in high contrast dark mode and {0} is enabled.", + "Theme is unknown or not installed.", + "Specifies the color theme when in high contrast light mode and {0} is enabled.", + "Theme is unknown or not installed.", + "If enabled, will automatically select a color theme based on the system color mode. If the system color mode is dark, {0} is used, else {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", + "No file icons", + "File icon theme is unknown or not installed.", + "Specifies the product icon theme used.", + "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. 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.", + "Sets the colors and styles for number literals.", + "Sets the colors and styles for type declarations and references.", + "Sets the colors and styles for functions declarations and references.", + "Sets the colors and styles for variables declarations and references.", + "Sets colors and styles using textmate theming rules (advanced).", + "Whether semantic highlighting should be enabled for this theme.", + "Use `enabled` in `editor.semanticTokenColorCustomizations` setting instead.", + "Use `enabled` in {0} setting instead.", + "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." + ], "vs/workbench/services/userDataSync/common/userDataSync": [ "Settings", "Keyboard Shortcuts", @@ -21496,20 +23054,8 @@ "Profiles", "Workspace State", "View icon of the Settings Sync view.", - "Download Settings Sync Activity", - "Settings Sync" - ], - "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/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 the task commands have been registered yet", - "Whether ProcessExecution tasks are supported. Consider using in the when clause of a 'taskDefinition' contribution.", - "True when in the web with no remote authority." + "Settings Sync", + "Download Settings Sync Activity" ], "vs/workbench/contrib/performance/electron-sandbox/startupProfiler": [ "Successfully created profiles.", @@ -21520,12 +23066,6 @@ "A final restart is required to continue to use '{0}'. Again, thank you for your contribution.", "&&Restart" ], - "vs/workbench/common/views": [ - "Views", - "Default view icon.", - "A view with id '{0}' is already registered", - "No tree view with id '{0}' registered." - ], "vs/workbench/contrib/terminal/common/terminalContextKey": [ "Whether the terminal is focused.", "Whether any terminal is focused, including detached terminals used in other UI.", @@ -21544,45 +23084,18 @@ "Whether the terminal run command picker is currently open.", "Whether shell integration is enabled in the active terminal" ], - "vs/platform/audioCues/browser/audioCueService": [ - "Error on Line", - "Warning on Line", - "Folded Area on Line", - "Breakpoint on Line", - "Inline Suggestion on Line", - "Terminal Quick Fix", - "Debugger Stopped on Breakpoint", - "No Inlay Hints on Line", - "Task Completed", - "Task Failed", - "Terminal Command Failed", - "Terminal Bell", - "Notebook Cell Completed", - "Notebook Cell Failed", - "Diff Line Inserted", - "Diff Line Deleted", - "Diff Line Modified", - "Chat Request Sent", - "Chat Response Received", - "Chat Response Pending", - "Clear", - "Save", - "Format" - ], - "vs/workbench/contrib/webview/electron-sandbox/webviewCommands": [ - "Open Webview Developer Tools", - "Using standard dev tools to debug iframe based webview" - ], - "vs/workbench/contrib/localHistory/electron-sandbox/localHistoryCommands": [ - "Reveal in File Explorer", - "Reveal in Finder", - "Open Containing Folder" + "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 the task commands have been registered yet", + "Whether ProcessExecution tasks are supported. Consider using in the when clause of a 'taskDefinition' contribution.", + "True when in the web with no remote authority." ], - "vs/workbench/contrib/mergeEditor/electron-sandbox/devCommands": [ - "Merge Editor (Dev)", - "Open Merge Editor State from JSON", - "Enter JSON", - "Open Selection In Temporary Merge Editor" + "vs/workbench/common/views": [ + "Views", + "Default view icon.", + "A view with id '{0}' is already registered", + "No tree view with id '{0}' registered." ], "vs/workbench/contrib/tasks/browser/terminalTaskSystem": [ "A unknown error has occurred while executing a task. See task output log for details.", @@ -21601,9 +23114,15 @@ "Terminal will be reused by tasks, press any key to close it." ], "vs/workbench/contrib/tasks/browser/abstractTaskService": [ - "Configure Task", "Tasks", "Select the build task (there is no default build task defined)", + "Task Event kind: {0}", + "Startup kind not window reload, setting connected and removing persistent tasks", + "Setting tasks connected configured value {0}, tasks were already reconnected {1}", + "Reconnecting to running tasks...", + "Reconnected to running tasks.", + "No persistent tasks to reconnect.", + "Reconnecting to {0} tasks...", "Filters the tasks shown in the quickpick", "The task's label or a term to filter by", "The contributed task type", @@ -21611,7 +23130,16 @@ "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", + "Warning: {0} tasks are unavailable in the current environment.", + "Returning cached tasks {0}", + "Fetching tasks from task storage.", + "Reading tasks from task storage, {0}, {1}, {2}", + "Fetching a task from task storage failed: {0}.", + "Resolved task {0}", + "Unable to resolve task {0} ", + "Removing persistent task {0}", + "Setting persistent task {0}", + "Saving persistent tasks: {0}", "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.", "No build task defined. Mark a task with 'isBuildCommand' in the tasks.json file.", @@ -21625,29 +23153,28 @@ "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", + "There are many build tasks defined in the tasks.json. Executing the first one.", "Save all editors?", "Do you want to save all editors before running the task?", "&&Save", - "Don't save", + "Do&&n't Save", "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", + "Warning: {0} tasks are unavailable in the current environment.", + "Error: The {0} task detection didn't contribute a task for the following configuration:\n{1}\nThe task will be ignored.", "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", + "Error: The content of the tasks json in {0} has syntax errors. Please correct them before executing a task.", "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.", - "Workspace folder was undefined", "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", + "Ignoring task configurations for workspace folder {0}. Multi folder workspace task support requires that all folders use task version 2.0.0", + "Error: The content of the tasks.json file has syntax errors. Please correct them before executing a task.", "Terminate Task", "An error has occurred while running a task. See task log for details.", "Configure Task", @@ -21688,24 +23215,119 @@ "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" + "Open diffs", + "Configure Task" + ], + "vs/platform/accessibilitySignal/browser/accessibilitySignalService": [ + "Error at Position", + "Error", + "Warning at Position", + "Warning", + "Error on Line", + "Error on Line", + "Warning on Line", + "Warning on Line", + "Folded Area on Line", + "Folded", + "Breakpoint on Line", + "Breakpoint", + "Inline Suggestion on Line", + "Terminal Quick Fix", + "Quick Fix", + "Debugger Stopped on Breakpoint", + "Breakpoint", + "No Inlay Hints on Line", + "No Inlay Hints", + "Task Completed", + "Task Completed", + "Task Failed", + "Task Failed", + "Terminal Command Failed", + "Command Failed", + "Terminal Bell", + "Terminal Bell", + "Notebook Cell Completed", + "Notebook Cell Completed", + "Notebook Cell Failed", + "Notebook Cell Failed", + "Diff Line Inserted", + "Diff Line Deleted", + "Diff Line Modified", + "Chat Request Sent", + "Chat Request Sent", + "Chat Response Received", + "Progress", + "Progress", + "Clear", + "Clear", + "Save", + "Save", + "Format", + "Format", + "Voice Recording Started", + "Voice Recording Stopped" + ], + "vs/workbench/contrib/tasks/common/tasks": [ + "Whether a task is currently running.", + "Error: the task identifier '{0}' is missing the required property '{1}'. The task identifier will be ignored.", + "Tasks" + ], + "vs/workbench/contrib/webview/electron-sandbox/webviewCommands": [ + "Opens Developer Tools for active webviews", + "Using standard dev tools to debug iframe based webview", + "Open Webview Developer Tools" + ], + "vs/workbench/contrib/mergeEditor/electron-sandbox/devCommands": [ + "Enter JSON", + "Merge Editor (Dev)", + "Open Merge Editor State from JSON", + "Open Selection In Temporary Merge Editor" + ], + "vs/workbench/contrib/localHistory/electron-sandbox/localHistoryCommands": [ + "Reveal in File Explorer", + "Reveal in Finder", + "Open Containing Folder" + ], + "vs/workbench/contrib/multiDiffEditor/browser/actions": [ + "Open File", + "Collapse All Diffs", + "Expand All Diffs" + ], + "vs/workbench/contrib/multiDiffEditor/browser/scmMultiDiffSourceResolver": [ + "View Changes" + ], + "vs/workbench/contrib/inlineChat/electron-sandbox/inlineChatActions": [ + "Hold for Speech" + ], + "vs/workbench/contrib/multiDiffEditor/browser/multiDiffEditorInput": [ + "Multi Diff Editor", + " ({0} files)" ], "vs/workbench/contrib/chat/electron-sandbox/actions/voiceChatActions": [ "True when getting ready for receiving voice input from the microphone for voice chat.", "True when voice recording from microphone is in progress for voice chat.", "True when voice recording from microphone is in progress for quick chat.", "True when voice recording from microphone is in progress for inline chat.", + "True when voice recording from microphone is in progress for terminal chat.", "True when voice recording from microphone is in progress in the chat view.", "True when voice recording from microphone is in progress in the chat editor.", "I'm listening", - "Voice Chat in Chat View", + "Microphone support requires this extension.", + "Keyword activation is disabled.", + "Keyword activation is enabled and listening for 'Hey Code' to start a voice chat session in the chat view.", + "Keyword activation is enabled and listening for 'Hey Code' to start a voice chat session in the quick chat.", + "Keyword activation is enabled and listening for 'Hey Code' to start a voice chat session in the active editor if possible.", + "Keyword activation is enabled and listening for 'Hey Code' to start a voice chat session in the active editor or view depending on keyboard focus.", + "Controls whether the keyword phrase 'Hey Code' is recognized to start a voice chat session. Enabling this will start recording from the microphone but the audio is processed locally and never sent to a server.", + "Voice Keyword Activation", + "Listening to 'Hey Code'...", + "Waiting for voice chat to end...", + "Voice Chat in View", + "Hold to Voice Chat in View", "Inline Voice Chat", "Quick Voice Chat", - "Use Microphone", - "Stop Listening", - "Stop Listening", - "Stop Listening", - "Stop Listening", + "Start Voice Chat", + "Start Voice Chat", "Stop Listening", "Stop Listening and Submit" ], @@ -21731,6 +23353,10 @@ "Extension Host (Worker)", "Extension Host" ], + "vs/workbench/api/common/extHostLanguageModels": [ + "To allow access to the language models provided by {0}. Justification:\n\n{1}", + "To allow access to the language models provided by {0}" + ], "vs/platform/terminal/node/terminalProcess": [ "Starting directory (cwd) \"{0}\" is not a directory", "Starting directory (cwd) \"{0}\" does not exist", @@ -21740,70 +23366,6 @@ "vs/workbench/api/node/extHostDebugService": [ "Debug Process" ], - "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[]`", - "property `{0}` should be omitted if the extension doesn't have a `{1}` or `{2}` property.", - "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.", - "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.", - "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/platform/extensionManagement/common/extensionNls": [ - "Couldn't find message for key {0}." - ], - "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/base/node/zip": [ - "Error extracting {0}. Invalid file.", - "Incomplete. Found {0} of {1} entries", - "{0} not found inside zip." - ], - "vs/platform/extensionManagement/common/abstractExtensionManagementService": [ - "Marketplace is not enabled", - "Can't install '{0}' extension since it was reported to be problematic.", - "Can't install '{0}' extension since it was deprecated and the replacement extension '{1}' can't be found.", - "The '{0}' extension is not available in {1} for {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/platform/extensionManagement/node/extensionManagementUtil": [ - "VSIX invalid: package.json is not a JSON file." - ], - "vs/platform/files/common/io": [ - "File is too large to open" - ], - "vs/platform/shell/node/shellEnv": [ - "Unable to resolve your shell environment in a reasonable time. Please review your shell configuration and restart.", - "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", @@ -21811,9 +23373,10 @@ "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/shell/node/shellEnv": [ + "Unable to resolve your shell environment in a reasonable time. Please review your shell configuration and restart.", + "Unable to resolve your shell environment: {0}", + "Unexpected exit code from spawned shell (code {0}, signal {1})" ], "vs/platform/externalTerminal/node/externalTerminalService": [ "VS Code Console", @@ -21823,6 +23386,10 @@ "'{0}' failed with exit code {1}", "can't find terminal application '{0}'" ], + "vs/platform/files/electron-main/diskFileSystemProviderServer": [ + "Failed to move '{0}' to the recycle bin ({1})", + "Failed to move '{0}' to the trash ({1})" + ], "vs/platform/issue/electron-main/issueMainService": [ "Local", "Issue Reporter", @@ -21849,6 +23416,10 @@ "Unable to find shell script in '{0}'" ], "vs/platform/workspaces/electron-main/workspacesHistoryMainService": [ + "&&Clear", + "&&Cancel", + "Do you want to clear all recently opened files and workspaces?", + "This action is irreversible!", "New Window", "Opens a new window", "Recent Folders & Workspaces", @@ -21874,9 +23445,84 @@ "The path '{0}' uses a host that is not allowed. Unless you trust the host, you should press 'Cancel'", "Permanently allow host '{0}'" ], + "vs/platform/files/common/io": [ + "File is too large to open" + ], + "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[]`", + "property `{0}` should be omitted if the extension doesn't have a `{1}` or `{2}` property.", + "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.", + "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.", + "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/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/platform/extensionManagement/common/extensionNls": [ + "Couldn't find message for key {0}." + ], + "vs/base/node/zip": [ + "Error extracting {0}. Invalid file.", + "Incomplete. Found {0} of {1} entries", + "{0} not found inside zip." + ], + "vs/platform/extensionManagement/common/abstractExtensionManagementService": [ + "Marketplace is not enabled", + "Can't install '{0}' extension since it was reported to be problematic.", + "Can't install '{0}' extension since it was deprecated and the replacement extension '{1}' can't be found.", + "The '{0}' extension is not available in {1} for {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/platform/extensionManagement/node/extensionManagementUtil": [ + "VSIX invalid: package.json is not a JSON file." + ], "vs/base/browser/ui/button/button": [ "More Actions..." ], + "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/base/browser/ui/tree/abstractTree": [ + "Filter", + "Fuzzy Match", + "Type to filter", + "Type to search", + "Type to search", + "Close", + "No elements found." + ], "vs/base/common/date": [ "in {0}", "now", @@ -21931,7 +23577,16 @@ "{0} year", "{0} yr", "{0} years", - "{0} yrs" + "{0} yrs", + "{0} milliseconds", + "{0}ms", + "{0} seconds", + "{0}s", + "{0} minutes", + "{0} mins", + "{0} hours", + "{0} hrs", + "{0} days" ], "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.", @@ -21953,22 +23608,6 @@ "Cannot sync because current session is expired", "Cannot sync because syncing is turned off on this machine from another machine." ], - "vs/base/browser/ui/tree/abstractTree": [ - "Filter", - "Fuzzy Match", - "Type to filter", - "Type to search", - "Type to search", - "Close", - "No elements found." - ], - "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/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.", @@ -21978,6 +23617,10 @@ "Background color of the border around highlighted symbols.", "Color of the editor cursor.", "The background color of the editor cursor. Allows customizing the color of a character overlapped by a block cursor.", + "Color of the primary editor cursor when multiple cursors are present.", + "The background color of the primary editor cursor when multiple cursors are present. Allows customizing the color of a character overlapped by a block cursor.", + "Color of secondary editor cursors when multiple cursors are present.", + "The background color of secondary editor cursors when multiple cursors are present. Allows customizing the color of a character overlapped by a block cursor.", "Color of whitespace characters in the editor.", "Color of editor line numbers.", "Color of the editor indentation guides.", @@ -22035,33 +23678,8 @@ "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" - ], - "vs/editor/browser/widget/diffEditor/diffEditor.contribution": [ - "Toggle Collapse Unchanged Regions", - "Toggle Show Moved Code Blocks", - "Toggle Use Inline View When Space Is Limited", - "Use Inline View When Space Is Limited", - "Show Moved Code Blocks", - "Diff Editor", - "Switch Side", - "Exit Compare Move", - "Collapse All Unchanged Regions", - "Show All Unchanged Regions", - "Accessible Diff Viewer", - "Go to Next Difference", - "Open Accessible Diff Viewer", - "Go to Previous Difference" - ], - "vs/editor/browser/widget/codeEditorWidget": [ - "The number of cursors has been limited to {0}. Consider using [find and replace](https://code.visualstudio.com/docs/editor/codebasics#_find-and-replace) for larger changes or increase the editor multi cursor limit setting.", - "Increase Multi Cursor Limit" + "Border color used to highlight unicode characters.", + "Background color used to highlight unicode characters." ], "vs/platform/contextkey/common/scanner": [ "Did you mean {0}?", @@ -22070,6 +23688,18 @@ "Did you forget to open or close the quote?", "Did you forget to escape the '/' (slash) character? Put two backslashes before it to escape, e.g., '\\\\/'." ], + "vs/editor/browser/widget/diffEditor/diffEditor.contribution": [ + "Use Inline View When Space Is Limited", + "Show Moved Code Blocks", + "Revert Block", + "Revert Selection", + "Open Accessible Diff Viewer" + ], + "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" + ], "vs/editor/contrib/anchorSelect/browser/anchorSelect": [ "Selection Anchor", "Anchor set at {0}:{1}", @@ -22083,7 +23713,8 @@ "Go to Bracket", "Select to Bracket", "Remove Brackets", - "Go to &&Bracket" + "Go to &&Bracket", + "Select the text inside and including the brackets or curly braces" ], "vs/editor/contrib/caretOperations/browser/caretOperations": [ "Move Selected Text Left", @@ -22101,16 +23732,20 @@ "Copy", "Copy", "Copy", - "Copy As", - "Copy As", - "Share", - "Share", - "Share", "&&Paste", "Paste", "Paste", "Paste", - "Copy With Syntax Highlighting" + "Copy With Syntax Highlighting", + "Copy As", + "Copy As", + "Share", + "Share", + "Share" + ], + "vs/editor/browser/widget/codeEditor/codeEditorWidget": [ + "The number of cursors has been limited to {0}. Consider using [find and replace](https://code.visualstudio.com/docs/editor/codebasics#_find-and-replace) for larger changes or increase the editor multi cursor limit setting.", + "Increase Multi Cursor Limit" ], "vs/editor/contrib/codeAction/browser/codeActionContributions": [ "Enable/disable showing group headers in the Code Action menu.", @@ -22120,12 +23755,6 @@ "Show CodeLens Commands For Current Line", "Select a command" ], - "vs/editor/contrib/colorPicker/browser/standaloneColorPickerActions": [ - "Show or Focus Standalone Color Picker", - "&&Show or Focus Standalone Color Picker", - "Hide the Color Picker", - "Insert Color with Standalone Color Picker" - ], "vs/editor/contrib/comment/browser/comment": [ "Toggle Line Comment", "&&Toggle Line Comment", @@ -22134,6 +23763,19 @@ "Toggle Block Comment", "Toggle &&Block Comment" ], + "vs/editor/contrib/colorPicker/browser/standaloneColorPickerActions": [ + "&&Show or Focus Standalone Color Picker", + "Hide the Color Picker", + "Insert Color with Standalone Color Picker", + "Show or Focus Standalone Color Picker", + "Show or focus a standalone color picker which uses the default color provider. It displays hex/rgb/hsl colors.", + "Hide the standalone color picker.", + "Insert hex/rgb/hsl colors with the focused standalone color picker." + ], + "vs/editor/contrib/cursorUndo/browser/cursorUndo": [ + "Cursor Undo", + "Cursor Redo" + ], "vs/editor/contrib/contextmenu/browser/contextmenu": [ "Minimap", "Render Characters", @@ -22146,17 +23788,37 @@ "Always", "Show Editor Context Menu" ], - "vs/editor/contrib/cursorUndo/browser/cursorUndo": [ - "Cursor Undo", - "Cursor Redo" - ], "vs/editor/contrib/dropOrPasteInto/browser/copyPasteContribution": [ + "The kind of the paste edit to try applying. If not provided or there are multiple edits for this kind, the editor will show a picker.", "Paste As...", - "The id of the paste edit to try applying. If not provided, the editor will show a picker." + "Paste as Text" + ], + "vs/editor/contrib/find/browser/findController": [ + "The file is too large to perform a replace all operation.", + "Find", + "&&Find", + "Find With Arguments", + "Find With Selection", + "Find Next", + "Find Previous", + "Go to Match...", + "No matches. Try searching for something else.", + "Type a number to go to a specific match (between 1 and {0})", + "Please type a number between 1 and {0}", + "Please type a number between 1 and {0}", + "Find Next Selection", + "Find Previous Selection", + "Replace", + "&&Replace" ], "vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorContribution": [ "Configures the default drop provider to use for content of a given mime type." ], + "vs/editor/contrib/fontZoom/browser/fontZoom": [ + "Increase Editor Font Size", + "Decrease Editor Font Size", + "Reset Editor Font Size" + ], "vs/editor/contrib/folding/browser/folding": [ "Unfold", "Unfold Recursively", @@ -22177,80 +23839,53 @@ "Remove Manual Folding Ranges", "Fold Level {0}" ], - "vs/editor/contrib/find/browser/findController": [ - "The file is too large to perform a replace all operation.", - "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 Previous", - "Go to Match...", - "No matches. Try searching for something else.", - "Type a number to go to a specific match (between 1 and {0})", - "Please type a number between 1 and {0}", - "Please type a number between 1 and {0}", - "Find Next Selection", - "Find Previous Selection", - "Replace", - "&&Replace" - ], - "vs/editor/contrib/fontZoom/browser/fontZoom": [ - "Editor Font Zoom In", - "Editor Font Zoom Out", - "Editor Font Zoom Reset" - ], "vs/editor/contrib/format/browser/formatActions": [ "Format Document", "Format Selection" ], + "vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [ + "Click to show {0} definitions." + ], "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", "Type Definitions", "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", "Locations", "No results for '{0}'", - "References" - ], - "vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [ - "Click to show {0} definitions." + "References", + "Go to Definition", + "Open Definition to the Side", + "Peek Definition", + "Go to Declaration", + "Peek Declaration", + "Go to Type Definition", + "Peek Type Definition", + "Go to Implementations", + "Peek Implementations", + "Go to References", + "Peek References", + "Go to Any Symbol" ], "vs/editor/contrib/gotoError/browser/gotoError": [ "Go to Next Problem (Error, Warning, Info)", @@ -22262,18 +23897,6 @@ "Go to Previous Problem in Files (Error, Warning, Info)", "Previous &&Problem" ], - "vs/editor/contrib/hover/browser/hover": [ - "Show or Focus Hover", - "Show Definition Preview Hover", - "Scroll Up Hover", - "Scroll Down Hover", - "Scroll Left Hover", - "Scroll Right Hover", - "Page Up Hover", - "Page Down Hover", - "Go To Top Hover", - "Go To Bottom Hover" - ], "vs/editor/contrib/indentation/browser/indentation": [ "Convert Indentation to Spaces", "Convert Indentation to Tabs", @@ -22286,7 +23909,15 @@ "Change Tab Display Size", "Detect Indentation from Content", "Reindent Lines", - "Reindent Selected Lines" + "Reindent Selected Lines", + "Convert the tab indentation to spaces.", + "Convert the spaces indentation to tabs.", + "Use indentation with tabs.", + "Use indentation with spaces.", + "Change the space size equivalent of the tab.", + "Detect the indentation from content.", + "Reindent the lines of the editor.", + "Reindent the selected lines of the editor." ], "vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace": [ "Replace with Previous Value", @@ -22324,6 +23955,7 @@ "Transform to Title Case", "Transform to Snake Case", "Transform to Camel Case", + "Transform to Pascal Case", "Transform to Kebab Case" ], "vs/editor/contrib/linkedEditing/browser/linkedEditing": [ @@ -22379,7 +24011,9 @@ "Rename failed to apply edits", "Rename failed to compute edits", "Rename Symbol", - "Enable/disable the ability to preview changes before renaming" + "Enable/disable the ability to preview changes before renaming", + "Focus Next Rename Suggestion", + "Focus Previous Rename Suggestion" ], "vs/editor/contrib/smartSelect/browser/smartSelect": [ "Expand Selection", @@ -22393,9 +24027,6 @@ "Whether there is a previous tab stop when in snippet mode", "Go to next placeholder..." ], - "vs/editor/contrib/tokenization/browser/tokenization": [ - "Developer: Force Retokenize" - ], "vs/editor/contrib/suggest/browser/suggestController": [ "Accepting '{0}' made {1} additional edits", "Trigger Suggest", @@ -22408,16 +24039,21 @@ "show more", "Reset Suggest Widget Size" ], + "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" + "Pressing Tab will now insert the tab character", + "Toggle Tab Key Moves Focus", + "Determines whether the tab key moves focus around the workbench or inserts the tab character in the current editor. This is also called tab trapping, tab navigation, or tab focus mode." ], "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", + "Configure Unicode Highlight Options", "The character {0} could be confused with the ASCII character {1}, which is more common in source code.", "The character {0} could be confused with the character {1}, which is more common in source code.", "The character {0} is invisible.", @@ -22436,8 +24072,7 @@ "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" + "Allow unicode characters that are more common in the language \"{0}\"." ], "vs/editor/contrib/unusualLineTerminators/browser/unusualLineTerminators": [ "Unusual Line Terminators", @@ -22446,14 +24081,14 @@ "&&Remove Unusual Line Terminators", "Ignore" ], + "vs/editor/contrib/wordOperations/browser/wordOperations": [ + "Delete Word" + ], "vs/editor/contrib/wordHighlighter/browser/wordHighlighter": [ "Go to Next Symbol Highlight", "Go to Previous Symbol Highlight", "Trigger Symbol Highlight" ], - "vs/editor/contrib/wordOperations/browser/wordOperations": [ - "Delete Word" - ], "vs/editor/contrib/readOnlyMessage/browser/contribution": [ "Cannot edit in read-only input", "Cannot edit in read-only editor" @@ -22478,12 +24113,12 @@ "Pressing Tab in the current editor will insert the tab character. Toggle this behavior {0}.", "Pressing Tab in the current editor will insert the tab character. The command {0} is currently not triggerable by a keybinding.", "Show Accessibility Help", - "`audioCues.save` is disabled, so an alert will occur when a file is saved.", - "`audioCues.save` is enabled, so will play whenever a file is saved.", - "`audioCues.save` is enabled, so will play when a file is saved via user gesture.", - "`audioCues.format` is disabled, so an alert will occur when a file is formatted.", - "`audioCues.format` is enabled, so will play whenever a file is formatted.", - "`audioCues.format` is enabled, so will play when a file is formatted via user gesture.", + "Run the command: List Signal Sounds for an overview of all sounds and their current status.", + "Run the command: List Signal Announcements for an overview of announcements and their current status.", + "Toggle quick chat ({0}) to open or close a chat session.", + "Toggle quick chat is not currently triggerable by a keybinding.", + "Start inline chat ({0}) to create an in editor chat session.", + "The command: Start inline chat is not currentlyt riggerable by a keybinding.", "Developer: Inspect Tokens", "Go to Line/Column...", "Show all Quick Access Providers", @@ -22496,64 +24131,6 @@ "Toggle High Contrast Theme", "Made {0} edits in {1} files" ], - "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", - "Secondary Side Bar", - "Secondary Si&&de Bar", - "Focus into Secondary Side Bar", - "Toggle Secondary Side Bar", - "Toggle Secondary Side Bar", - "Hide Secondary Side Bar" - ], - "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", - "Panel", - "&&Panel", - "Focus into Panel", - "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", - "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/quickaccess": [ - "Whether keyboard focus is inside the quick open control" - ], "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 '!'", @@ -22563,22 +24140,10 @@ "'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/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`." + "'configuration.jsonValidation.url' must be an absolute URL or start with './' to reference schemas located in the extension.", + "File Match", + "Schema", + "JSON Validation" ], "vs/workbench/services/themes/common/colorExtensionPoint": [ "Contributes extension defined themable colors", @@ -22596,7 +24161,28 @@ "'configuration.colors.description' must be defined and can not be empty", "'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." + "If defined, 'configuration.colors.defaults.highContrastLight' must be a string.", + "ID", + "Description", + "Dark Default", + "Light Default", + "High Contrast Default", + "Colors" + ], + "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/tokenClassificationExtensionPoint": [ "Contributes semantic token types.", @@ -22624,7 +24210,7 @@ "'configuration.semanticTokenScopes.scopes' values must be an array of strings", "configuration.semanticTokenScopes.scopes': Problems parsing selector {0}." ], - "vs/workbench/contrib/codeEditor/browser/languageConfigurationExtensionPoint": [ + "vs/workbench/contrib/codeEditor/common/languageConfigurationExtensionPoint": [ "Errors parsing {0}: {1}", "{0}: Invalid format, JSON object expected.", "The opening bracket character or string sequence.", @@ -22703,6 +24289,9 @@ "Contributes items to the status bar.", "Invalid status bar item contribution." ], + "vs/workbench/api/browser/mainThreadLanguageModels": [ + "Language Models" + ], "vs/workbench/api/browser/mainThreadCLICommands": [ "Cannot install the '{0}' extension because it is declared to not run in this setup." ], @@ -22733,7 +24322,7 @@ "&&OK", "Show &&Preview", "Skip Changes", - "Don't ask again", + "Do not ask me again", "Running 'File Create' participants...", "Running 'File Rename' participants...", "Running 'File Copy' participants...", @@ -22742,7 +24331,6 @@ "Reset choice for 'File operation needs preview'" ], "vs/workbench/api/browser/mainThreadMessageService": [ - "{0} (Extension)", "Extension", "Manage Extension", "Cancel", @@ -22777,24 +24365,79 @@ "vs/workbench/api/browser/mainThreadTask": [ "{0}: {1}" ], - "vs/workbench/api/browser/mainThreadTunnelService": [ - "The extension {0} has forwarded port {1}. You'll need to run as superuser to use port {2} locally.", - "Use Port {0} as Sudo..." + "vs/workbench/api/browser/mainThreadTunnelService": [ + "The extension {0} has forwarded port {1}. You'll need to run as superuser to use port {2} locally.", + "Use Port {0} as Sudo..." + ], + "vs/workbench/api/browser/mainThreadAuthentication": [ + "Successfully signed out.", + "The extension '{0}' wants you to sign in again using {1}.", + "The extension '{0}' wants to sign in using {1}.", + "&&Allow", + "Learn more" + ], + "vs/workbench/browser/parts/titlebar/windowTitle": [ + "[Administrator]", + "[Superuser]", + "[Extension Development Host]" + ], + "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.", + "Secondary Side Bar", + "Secondary Si&&de Bar", + "Toggle Secondary Side Bar", + "Toggle Secondary Side Bar", + "Toggle Secondary Side Bar Visibility", + "Focus into Secondary Side Bar", + "Hide Secondary Side Bar" + ], + "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.", + "Panel", + "&&Panel", + "Focus into Panel", + "Left", + "Right", + "Bottom", + "Left", + "Right", + "Center", + "Justify", + "Panel Position", + "Align Panel", + "Maximize Panel Size", + "Restore Panel Size", + "Maximizing the panel is only supported when it is center aligned.", + "Toggle Panel", + "Toggle Panel Visibility", + "Focus into Panel", + "Move Panel Left", + "Move Panel Right", + "Move Panel To Bottom", + "Set Panel Alignment to Left", + "Set Panel Alignment to Right", + "Set Panel Alignment to Center", + "Set Panel Alignment to Justify", + "Previous Panel View", + "Next Panel View", + "Toggle Maximized Panel", + "Hide Panel", + "Hide Secondary Side Bar", + "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/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", - "Successfully signed out.", - "The extension '{0}' wants you to sign in again using {1}.", - "The extension '{0}' wants to sign in using {1}.", - "&&Allow" + "vs/workbench/browser/quickaccess": [ + "Whether keyboard focus is inside the quick open control" ], "vs/workbench/services/extensions/common/extensionsRegistry": [ "UI extension kind. In a remote window, such extensions are enabled only when available on the local machine.", @@ -22839,6 +24482,7 @@ "An activation event emitted when a specific terminal profile is launched.", "An activation event emitted when a command matches the selector associated with this ID", "An activation event emitted when a specified walkthrough is opened.", + "An activation event emitted when the issue reporter 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.", @@ -22877,11 +24521,6 @@ "The pricing information for the extension. Can be Free (default) or Trial. For more details visit: https://code.visualstudio.com/api/working-with-extensions/publishing-extension#extension-pricing-label", "API proposals that the respective extensions can freely use." ], - "vs/workbench/browser/parts/titlebar/windowTitle": [ - "[Administrator]", - "[Superuser]", - "[Extension Development Host]" - ], "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.", @@ -22891,6 +24530,14 @@ "Whether collapse all is toggled for the tree view with id {0}.", "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/debug/common/debug": [ "Debug type of the active debug session. For example 'python'.", "Debug type of the selected launch configuration. For example 'python'.", @@ -22914,10 +24561,13 @@ "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'", + "Whether the breakpoint item is a data breakpoint on a byte range.", + "Whether the breakpoint has multiple modes it can switch to.", "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 is run without debugging.", "True when the focused session supports 'stepBack' requests.", "True when the focused session supports 'restartFrame' requests.", "True when the focused stack frame suppots 'restartFrame'.", @@ -22928,6 +24578,7 @@ "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 'getBreakpointInfo' request on an address.", "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.", @@ -22936,6 +24587,12 @@ "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 read-only.", + "Value of the variable, present for debug visualization clauses.", + "Type of the variable, present for debug visualization clauses.", + "Any interfaces or contracts that the variable satisfies, present for debug visualization clauses.", + "Name of the variable, present for debug visualization clauses.", + "Language of the variable source, present for debug visualization clauses.", + "Extension ID of the variable source, present for debug visualization clauses.", "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.", @@ -22946,14 +24603,6 @@ "Configured debug type '{0}' is installed but not supported in this environment.", "Controls when the internal Debug Console should open." ], - "vs/workbench/browser/parts/views/viewPaneContainer": [ - "Views", - "Move View Up", - "Move View Left", - "Move View Down", - "Move View Right", - "Move Views" - ], "vs/workbench/contrib/files/common/files": [ "True when the EXPLORER viewlet is visible.", "True when the FOLDERS view (the file tree within the explorer view container) is visible.", @@ -22973,27 +24622,30 @@ "vs/workbench/contrib/remote/browser/remoteExplorer": [ "No forwarded ports. Forward a port to access your running services locally.\n[Forward a Port]({0})", "No forwarded ports. Forward a port to access your locally running services over the internet.\n[Forward a Port]({0})", - "Ports", "1 forwarded port", "{0} forwarded ports", "No Ports Forwarded", "Forwarded Ports: {0}", "Forwarded Ports", - "Your application running on port {0} is available. ", + "Over 20 ports have been automatically forwarded. The `process` based automatic port forwarding has been switched to `hybrid` in settings. Some ports may no longer be detected.", + "Undo", + "Show Setting", + "Your application{0} running on port {1} is available. ", "[See all forwarded ports]({0})", "You'll need to run as superuser to use port {0} locally. ", "Make Public", - "Use Port {0} as Sudo..." + "Use Port {0} as Sudo...", + "Ports" ], "vs/workbench/common/editor/sideBySideEditorInput": [ "{0} - {1}" ], - "vs/workbench/browser/parts/editor/sideBySideEditor": [ - "Side by Side Editor" - ], "vs/workbench/common/editor/diffEditorInput": [ "{0} ↔ {1}" ], + "vs/workbench/browser/parts/editor/sideBySideEditor": [ + "Side by Side Editor" + ], "vs/workbench/browser/parts/editor/textDiffEditor": [ "Text Diff Editor", "At least one file is not displayed in the text compare editor because it is very large ({0}).", @@ -23038,7 +24690,6 @@ "Current Problem", "Current Problem", "Search Marketplace Extensions for '{0}'...", - "Change Language Mode", "No text editor active at this time", "({0}) - Configured Language", "({0})", @@ -23049,11 +24700,9 @@ "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", @@ -23062,7 +24711,18 @@ "Select Action", "Guessed from content", "Select File Encoding to Reopen File", - "Select File Encoding to Save with" + "Select File Encoding to Save with", + "Change Language Mode", + "Change End of Line Sequence", + "Change File Encoding" + ], + "vs/workbench/browser/parts/editor/diffEditorCommands": [ + "Compare", + "Compare", + "Go to Next Change", + "Go to Previous Change", + "Toggle Inline View", + "Swap Left and Right Editor Side" ], "vs/workbench/browser/parts/editor/editorCommands": [ "Move the active editor by tabs or groups", @@ -23071,10 +24731,6 @@ "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.", - "Go to Next Change", - "Go to Previous Change", - "Toggle Inline View", - "Compare", "Split Editor in Group", "Join Editor in Group", "Toggle Split Editor in Group", @@ -23086,14 +24742,42 @@ "Lock Editor Group", "Unlock Editor Group" ], + "vs/editor/browser/editorExtensions": [ + "&&Undo", + "Undo", + "&&Redo", + "Redo", + "&&Select All", + "Select All" + ], "vs/workbench/browser/parts/editor/editorActions": [ + "Split Editor Up", + "Split Editor Down", + "Close Editor", + "Unpin Editor", + "Close", + "Go Forward", + "&&Forward", + "Go Back", + "&&Back", + "Do you want to clear all recently opened files and workspaces?", + "This action is irreversible!", + "&&Clear", + "Do you want to clear the history of recently opened editors?", + "This action is irreversible!", + "&&Clear", + "Split Editor into Left Group", + "&&Move Editor into New Window", + "&&Copy Editor into New Window", + "&&Move Editor Group into New Window", + "&&Copy Editor Group into New Window", + "&&Restore Editors into Main Window", + "&&New Empty Editor Window", "Split Editor", "Split Editor Orthogonal", "Split Editor Left", "Split Editor Right", "Split Editor Up", - "Split Editor Up", - "Split Editor Down", "Split Editor Down", "Join Editor Group with Next Group", "Join All Editor Groups", @@ -23107,9 +24791,6 @@ "Focus Right Editor Group", "Focus Editor Group Above", "Focus Editor Group Below", - "Close Editor", - "Unpin Editor", - "Close", "Revert and Close Editor", "Close Editors to the Left in Group", "Close All Editors", @@ -23125,6 +24806,7 @@ "Duplicate Editor Group Up", "Duplicate Editor Group Down", "Expand Editor Group", + "Expand Editor Group and Hide Side Bars", "Reset Editor Group Sizes", "Toggle Editor Group Sizes", "Maximize Editor Group and Hide Side Bars", @@ -23136,11 +24818,7 @@ "Open First Editor in Group", "Open Last Editor in Group", "Go Forward", - "Go Forward", - "&&Forward", - "Go Back", "Go Back", - "&&Back", "Go Previous", "Go Forward in Edit Locations", "Go Back in Edit Locations", @@ -23151,10 +24829,7 @@ "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", + "Clear Recently Opened...", "Show Editors in Active Group By Most Recently Used", "Show All Editors By Appearance", "Show All Editors By Most Recently Used", @@ -23168,9 +24843,6 @@ "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", @@ -23186,7 +24858,6 @@ "Split Editor into Group Above", "Split Editor into Group Below", "Split Editor into Left Group", - "Split Editor into Left Group", "Split Editor into Right Group", "Split Editor into First Group", "Split Editor into Last Group", @@ -23204,16 +24875,22 @@ "New Editor Group Below", "Toggle Editor Type", "Reopen Editor With Text Editor", - "Move Active Editor into a New Window (Experimental)", - "&&Move Active Editor into a New Window (Experimental)" + "Move Editor into New Window", + "Copy Editor into New Window", + "Move Editor Group into New Window", + "Copy Editor Group into New Window", + "Restore Editors into Main Window", + "New Empty Editor Window" ], - "vs/editor/browser/editorExtensions": [ - "&&Undo", - "Undo", - "&&Redo", - "Redo", - "&&Select All", - "Select All" + "vs/workbench/browser/parts/editor/editorConfiguration": [ + "Interactive Window", + "Markdown Preview", + "Simple Browser", + "Live 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 a user gesture (for example 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](https://aka.ms/vscode-glob-patterns) to editors (for example `\"*.hex\": \"hexEditor.hexedit\"`). These have precedence over the default behavior.", + "Controls the minimum size of a file in MB before asking for confirmation when opening in the editor. Note that this setting may not apply to all editor types and environments." ], "vs/workbench/browser/parts/editor/editorQuickAccess": [ "No matching editors", @@ -23222,13 +24899,11 @@ "{0}, unsaved changes", "Close Editor" ], - "vs/workbench/browser/parts/editor/editorConfiguration": [ - "Interactive Window", - "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 a user gesture (for example 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](https://aka.ms/vscode-glob-patterns) to editors (for example `\"*.hex\": \"hexEditor.hexedit\"`). These have precedence over the default behavior.", - "Controls the minimum size of a file in MB before asking for confirmation when opening in the editor. Note that this setting may not apply to all editor types and environments." + "vs/workbench/browser/parts/auxiliarybar/auxiliaryBarPart": [ + "Activity Bar Position", + "Move Secondary Side Bar Left", + "Move Secondary Side Bar Right", + "Hide Secondary Side Bar" ], "vs/workbench/browser/parts/panel/panelPart": [ "Panel Position", @@ -23236,27 +24911,18 @@ "Hide Panel" ], "vs/workbench/browser/parts/sidebar/sidebarPart": [ - "Manage", - "Accounts" - ], - "vs/workbench/browser/parts/auxiliarybar/auxiliaryBarPart": [ - "Move Secondary Side Bar Left", - "Move Secondary Side Bar Right", - "Hide Secondary Side Bar" - ], - "vs/workbench/browser/parts/statusbar/statusbarActions": [ - "Hide '{0}'", - "Focus Status Bar" + "Toggle Activity Bar Visibility" ], "vs/platform/actions/common/menuResetAction": [ "Reset All Menus" ], "vs/platform/actions/common/menuService": [ - "Hide '{0}'" + "Hide '{0}'", + "Configure Keybinding" ], - "vs/base/browser/ui/icons/iconSelectBox": [ - "Search icons", - "No results" + "vs/workbench/browser/parts/statusbar/statusbarActions": [ + "Hide '{0}'", + "Focus Status Bar" ], "vs/base/browser/ui/dialog/dialog": [ "OK", @@ -23266,12 +24932,14 @@ "In Progress", "Close Dialog" ], - "vs/workbench/services/preferences/common/preferencesEditorInput": [ - "Settings" - ], "vs/workbench/services/preferences/browser/keybindingsEditorInput": [ + "Icon of the keybindings editor label.", "Keyboard Shortcuts" ], + "vs/workbench/services/preferences/common/preferencesEditorInput": [ + "Icon of the settings editor label.", + "Settings" + ], "vs/workbench/services/preferences/common/preferencesModels": [ "Commonly Used", "Override key bindings by placing them into your key bindings file." @@ -23279,6 +24947,9 @@ "vs/workbench/services/textfile/common/textFileEditorModel": [ "File Encoding Changed" ], + "vs/workbench/services/editor/common/editorResolverService": [ + "Configure [glob patterns](https://aka.ms/vscode-glob-patterns) to editors (for example `\"*.hex\": \"hexEditor.hexedit\"`). These have precedence over the default behavior." + ], "vs/base/common/keybindingLabels": [ "Ctrl", "Shift", @@ -23307,9 +24978,6 @@ "The key combination ({0}, {1}) is not a command.", "The key combination ({0}, {1}) is not a command." ], - "vs/workbench/services/editor/common/editorResolverService": [ - "Configure [glob patterns](https://aka.ms/vscode-glob-patterns) to editors (for example `\"*.hex\": \"hexEditor.hexedit\"`). These have precedence over the default behavior." - ], "vs/workbench/services/themes/common/colorThemeData": [ "Problems parsing JSON theme file: {0}", "Invalid format for JSON theme file: Object expected.", @@ -23380,25 +25048,6 @@ "Whether semantic highlighting should be enabled for this theme.", "Colors for semantic tokens" ], - "vs/workbench/services/themes/common/themeExtensionPoints": [ - "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, '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.", - "Label of the file icon theme as shown in the UI.", - "Path of the file icon theme definition file. The path is relative to the extension folder and is typically './fileicons/awesome-icon-theme.json'.", - "Contributes product icon themes.", - "Id of the product icon theme as used in the user settings.", - "Label of the product icon theme as shown in the UI.", - "Path of the product icon theme definition file. The path is relative to the extension folder and is typically './producticons/awesome-product-icon-theme.json'.", - "Extension point `{0}` must be an array.", - "Expected string in `contributes.{0}.path`. Provided value: {1}", - "Expected string in `contributes.{0}.id`. Provided value: {1}", - "Expected `contributes.{0}.path` ({1}) to be included inside extension's folder ({2}). This might make the extension non-portable." - ], "vs/workbench/services/themes/browser/productIconThemeData": [ "Problems processing product icons definitions in {0}:\n{1}", "Default", @@ -23413,44 +25062,6 @@ "Skipping icon definition '{0}'. Unknown font.", "Skipping icon definition '{0}'. Unknown fontCharacter." ], - "vs/workbench/services/themes/common/themeConfiguration": [ - "Specifies the color theme used in the workbench.", - "Theme is unknown or not installed.", - "Specifies the preferred color theme for dark OS appearance when {0} is enabled.", - "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 dark mode when {0} is enabled.", - "Theme is unknown or not installed.", - "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", - "No file icons", - "File icon theme is unknown or not installed.", - "Specifies the product icon theme used.", - "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. 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.", - "Sets the colors and styles for number literals.", - "Sets the colors and styles for type declarations and references.", - "Sets the colors and styles for functions declarations and references.", - "Sets the colors and styles for variables declarations and references.", - "Sets colors and styles using textmate theming rules (advanced).", - "Whether semantic highlighting should be enabled for this theme.", - "Use `enabled` in `editor.semanticTokenColorCustomizations` setting instead.", - "Use `enabled` in {0} setting instead.", - "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." - ], "vs/workbench/services/themes/common/productIconThemeSchema": [ "The ID of the font.", "The ID must only contain letters, numbers, underscore and minus.", @@ -23461,16 +25072,37 @@ "The style of the font. See https://developer.mozilla.org/en-US/docs/Web/CSS/font-style for valid values.", "Association of icon name to a font character." ], + "vs/workbench/services/themes/common/themeExtensionPoints": [ + "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, '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.", + "Label of the file icon theme as shown in the UI.", + "Path of the file icon theme definition file. The path is relative to the extension folder and is typically './fileicons/awesome-icon-theme.json'.", + "Contributes product icon themes.", + "Id of the product icon theme as used in the user settings.", + "Label of the product icon theme as shown in the UI.", + "Path of the product icon theme definition file. The path is relative to the extension folder and is typically './producticons/awesome-product-icon-theme.json'.", + "Color Themes", + "File Icon Themes", + "Product Icon Themes", + "Themes", + "Extension point `{0}` must be an array.", + "Expected string in `contributes.{0}.path`. Provided value: {1}", + "Expected string in `contributes.{0}.id`. Provided value: {1}", + "Expected `contributes.{0}.path` ({1}) to be included inside extension's folder ({2}). This might make the extension non-portable." + ], "vs/workbench/services/extensionManagement/browser/extensionBisect": [ "I can't reproduce", "I can reproduce", "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", "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", - "Continue Extension Bisect", "Extension Bisect", "Extension Bisect is done but no extension has been identified. This might be a problem with {0}.", "Extension Bisect", @@ -23484,6 +25116,8 @@ "I can &&reproduce", "&&Stop Bisect", "&&Cancel Bisect", + "Start Extension Bisect", + "Continue Extension Bisect", "Stop Extension Bisect" ], "vs/workbench/services/userDataProfile/browser/settingsResource": [ @@ -23511,9 +25145,6 @@ "vs/workbench/services/userDataProfile/common/userDataProfileIcons": [ "Settings icon in the view bar." ], - "vs/workbench/services/workingCopy/common/storedFileWorkingCopySaveParticipant": [ - "Saving '{0}'" - ], "vs/workbench/services/remote/common/tunnelModel": [ "Whether the Ports view is enabled.", "User Forwarded", @@ -23521,9 +25152,18 @@ "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/services/hover/browser/hoverWidget": [ + "vs/workbench/services/workingCopy/common/storedFileWorkingCopySaveParticipant": [ + "Saving '{0}'" + ], + "vs/workbench/services/views/common/viewContainerModel": [ + "Show Views Log" + ], + "vs/editor/browser/services/hoverService/hoverWidget": [ "Hold {0} key to mouse over" ], + "vs/editor/browser/services/hoverService/updatableHoverWidget": [ + "Loading..." + ], "vs/workbench/services/textMate/browser/textMateTokenizationFeatureImpl": [ "Already Logging.", "Stop", @@ -23543,12 +25183,6 @@ "{0} existing commands have this keybinding", "chord to" ], - "vs/workbench/contrib/performance/browser/perfviewEditor": [ - "Startup Performance" - ], - "vs/workbench/contrib/speech/common/speechService": [ - "A speech provider is registered to the speech service." - ], "vs/editor/contrib/suggest/browser/suggest": [ "Whether any suggestion is focused", "Whether suggestion details are visible", @@ -23559,6 +25193,11 @@ "Whether the default behaviour is to insert or replace", "Whether the current suggestion supports to resolve further details" ], + "vs/workbench/contrib/preferences/browser/preferencesActions": [ + "({0})", + "Select Language", + "Configure Language Specific Settings..." + ], "vs/workbench/contrib/preferences/browser/keybindingsEditor": [ "Record Keys", "Sort by Precedence (Highest first)", @@ -23608,16 +25247,11 @@ "Icon for the button that suggests filters for the Settings UI.", "Icon for open settings commands." ], - "vs/workbench/contrib/preferences/browser/preferencesActions": [ - "Configure Language Specific Settings...", - "({0})", - "Select Language" - ], "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. The search results will not be grouped by category, and instead will be sorted by similarity to the query, with exact keyword matches coming first.", - "Filter the Table of Contents to just categories that have matching settings. Clicking a category will filter the results to that category. The search results will be grouped by category.", + "Hide the Table of Contents while searching.", + "Filter the Table of Contents to just categories that have matching settings. Clicking on a category will filter the results to that category.", "Controls the behavior of the Settings editor Table of Contents while searching. If this setting is being changed in the Settings editor, the setting will take effect after the search query is modified." ], "vs/workbench/contrib/preferences/browser/settingsEditor2": [ @@ -23634,79 +25268,43 @@ "Backup and Sync Settings", "Last synced: {0}" ], - "vs/workbench/contrib/chat/browser/actions/chatActions": [ - "Chat", - "Quick Chat", - "Accept Chat Input", - "Submit to Secondary Agent", - "Clear Input History", - "Focus Chat List", - "Focus Chat Input", - "Open Editor ({0})", - "Show History", - "Delete", - "Select a chat session to restore" - ], - "vs/workbench/contrib/chat/browser/actions/chatCodeblockActions": [ - "Copy", - "Insert at Cursor", - "Insert Into New File", - "Run in Terminal", - "Next Code Block", - "Previous Code Block" - ], - "vs/workbench/contrib/chat/browser/actions/chatCopyActions": [ - "Copy All", - "Copy" - ], - "vs/workbench/contrib/chat/browser/actions/chatExecuteActions": [ - "Submit", - "Cancel" - ], - "vs/workbench/contrib/chat/browser/actions/chatQuickInputActions": [ - "Open in Chat View", - "Close Quick Chat", - "Quick Chat", - "Toggle the quick chat", - "The query to open the quick chat with", - "Whether the query is partial; it will wait for more user input", - "The query to open the quick chat with", - "Open Quick Chat ({0})" - ], - "vs/workbench/contrib/chat/browser/actions/chatTitleActions": [ - "Helpful", - "Unhelpful", - "Insert into Notebook", - "Remove Request and Response" - ], - "vs/workbench/contrib/chat/browser/chatContributionServiceImpl": [ - "Contributes an Interactive Session provider", - "Unique identifier for this Interactive Session provider.", - "Display name for this Interactive Session provider.", - "An icon for this Interactive Session provider.", - "A condition which must be true to enable this Interactive Session provider.", - "Chat" - ], - "vs/workbench/contrib/chat/browser/actions/chatImportExport": [ - "Chat Session", - "Export Session", - "Import Session" - ], - "vs/workbench/contrib/chat/browser/chatEditorInput": [ - "Chat" - ], - "vs/workbench/contrib/chat/common/chatServiceImpl": [ - "Provider returned null response" - ], - "vs/workbench/contrib/chat/browser/actions/chatMoveActions": [ - "Open Session In Editor", - "Open Session In Editor", - "Open Session In Sidebar" + "vs/workbench/contrib/performance/browser/perfviewEditor": [ + "Startup Performance" ], - "vs/workbench/contrib/chat/browser/actions/chatClearActions": [ - "Clear", - "Clear", - "Clear" + "vs/workbench/contrib/speech/common/speechService": [ + "A speech provider is registered to the speech service.", + "A speech-to-text session is in progress.", + "Danish (Denmark)", + "German (Germany)", + "English (Australia)", + "English (Canada)", + "English (United Kingdom)", + "English (Ireland)", + "English (India)", + "English (New Zealand)", + "English (United States)", + "Spanish (Spain)", + "Spanish (Mexico)", + "French (Canada)", + "French (France)", + "Hindi (India)", + "Italian (Italy)", + "Japanese (Japan)", + "Korean (South Korea)", + "Dutch (Netherlands)", + "Portuguese (Portugal)", + "Portuguese (Brazil)", + "Russian (Russia)", + "Swedish (Sweden)", + "Turkish (Türkiye)", + "Chinese (Simplified, China)", + "Chinese (Traditional, Hong Kong)", + "Chinese (Traditional, Taiwan)" + ], + "vs/workbench/contrib/speech/browser/speechService": [ + "Contributes a Speech Provider", + "Unique name for this Speech Provider.", + "A description of this Speech Provider, shown in the UI." ], "vs/workbench/contrib/accessibility/browser/accessibleView": [ "({0}) {1}", @@ -23722,20 +25320,26 @@ "Accessibility Help, {0}", "Accessibility Help", "Accessible View", - "Navigate to the toolbar (Shift+Tab)).", + "Navigate to the toolbar (Shift+Tab).", "In the accessible view, you can:\n", + " - Insert the code block at the cursor ({0}).\n", + " - Insert the code block at the cursor by configuring a keybinding for the Chat: Insert Code Block command.\n", + " - Insert the code block into a new file ({0}).\n", + " - Insert the code block into a new file by configuring a keybinding for the Chat: Insert into New File command.\n", + " - Run the code block in the terminal ({0}).\n", + " - Run the coe block in the terminal by configuring a keybinding for the Chat: Insert into Terminal command.\n", "Show the next ({0}) or previous ({1}) item.", "Show the next or previous item by configuring keybindings for the Show Next & Previous in Accessible View commands.", "\n\nDisable accessibility verbosity for this feature ({0}).", "\n\nAdd a keybinding for the command Disable Accessible View Hint, which disables accessibility verbosity for this feature.s", - "Go to a symbol ({0})", + "Go to a symbol ({0}).", "To go to a symbol, configure a keybinding for the command Go To Symbol in Accessible View", "Inspect this in the accessible view with {0}", "Inspect this in the accessible view via the command Open Accessible View which is currently not triggerable via keybinding.", "Type to search symbols", "Go to Symbol Accessible View" ], - "vs/workbench/contrib/accessibility/browser/accessibilityContributions": [ + "vs/workbench/contrib/accessibility/browser/accessibleViewContributions": [ "{0} Source: {1}", "{0}", "Clear Notification", @@ -23743,6 +25347,8 @@ ], "vs/workbench/contrib/accessibility/browser/accessibleViewActions": [ "Show Next in Accessible View", + "Accessible View: Next Code Block", + "Accessible View: Previous Code Block", "Show Previous in Accessible View", "Go To Symbol in Accessible View", "Open Accessibility Help", @@ -23750,34 +25356,218 @@ "Disable Accessible View Hint", "Accept Inline Completion" ], + "vs/workbench/contrib/chat/browser/actions/chatClearActions": [ + "New Chat", + "New Chat" + ], + "vs/workbench/contrib/chat/browser/actions/chatActions": [ + "Delete", + "Switch to chat", + "Chat", + "Open Chat", + "Show Chats...", + "Open Editor", + "Clear Input History", + "Clear All Workspace Chats", + "Focus Chat List", + "Focus Chat Input" + ], + "vs/workbench/contrib/chat/browser/actions/chatCodeblockActions": [ + "Copy", + "Insert at Cursor", + "Insert into New File", + "Insert into Terminal", + "Next Code Block", + "Previous Code Block", + "Apply Edits" + ], + "vs/workbench/contrib/chat/browser/actions/chatCopyActions": [ + "Copy All", + "Copy" + ], + "vs/workbench/contrib/chat/browser/actions/chatExecuteActions": [ + "Send", + "Submit to Secondary Agent", + "Send to New Chat", + "Cancel" + ], "vs/workbench/contrib/chat/browser/actions/chatFileTreeActions": [ "Next File Tree", "Previous File Tree" ], + "vs/workbench/contrib/chat/browser/actions/chatImportExport": [ + "Chat Session", + "Export Chat...", + "Import Chat..." + ], + "vs/workbench/contrib/chat/browser/actions/chatMoveActions": [ + "Open Chat in Editor", + "Open Chat in New Window", + "Open Chat in Side Bar" + ], + "vs/workbench/contrib/chat/browser/actions/chatQuickInputActions": [ + "Toggle the quick chat", + "The query to open the quick chat with", + "Whether the query is partial; it will wait for more user input", + "The query to open the quick chat with", + "Open in Chat View", + "Close Quick Chat", + "Launch Inline Chat", + "Quick Chat", + "Open Quick Chat" + ], + "vs/workbench/contrib/chat/browser/actions/chatTitleActions": [ + "Rerun...", + "Helpful", + "Unhelpful", + "Report Issue", + "Insert into Notebook", + "Remove Request and Response", + "Rerun Request", + "Rerun without Command Detection" + ], + "vs/workbench/contrib/chat/browser/chat": [ + "Generating" + ], + "vs/workbench/contrib/chat/browser/chatEditorInput": [ + "Icon of the chat editor label.", + "Chat" + ], "vs/workbench/contrib/chat/common/chatContextKeys": [ - "True when the provider has assigned an id to this response.", "When the response has been voted up, is set to 'up'. When voted down, is set to 'down'. Otherwise an empty string.", + "When the agent or command was automatically detected", + "True when the current chat response supports issue reporting.", "True when the chat response was filtered out by the server.", "True when the current request is still in progress.", "The chat item is a response.", "The chat item is a request", + "True when the chat text edits have been applied.", "True when the chat input has text.", + "True when the chat input has focus.", "True when focus is in the chat input, false otherwise.", "True when focus is in the chat widget, false otherwise.", - "True when some chat provider has been registered." + "True when chat is enabled because a default chat participant is registered." ], - "vs/workbench/contrib/chat/browser/contrib/chatInputEditorContrib": [ - "Pick a file" + "vs/workbench/contrib/chat/common/chatServiceImpl": [ + "Chat failed to load. Please ensure that the GitHub Copilot Chat extension is up to date.", + "Show Extension", + "Provider returned null response" + ], + "vs/workbench/contrib/chat/common/languageModelStats": [ + "Language Models", + "Language models usage statistics of this extension." + ], + "vs/workbench/contrib/chat/browser/chatParticipantContributions": [ + "Contributes a chat participant", + "A unique id for this chat participant.", + "User-facing display name for this chat participant. The user will use '@' with this name to invoke the participant.", + "A description of this chat participant, shown in the UI.", + "**Only** allowed for extensions that have the `defaultChatParticipant` proposal.", + "Whether invoking the command puts the chat into a persistent mode, where the command is automatically added to the chat input for the next message.", + "Commands available for this chat participant, which the user can invoke with a `/`.", + "A short name by which this command is referred to in the UI, e.g. `fix` or * `explain` for commands that fix an issue or explain code. The name should be unique among the commands provided by this participant.", + "A description of this command.", + "A condition which must be true to enable this command.", + "When the user clicks this command in `/help`, this text will be submitted to this participant.", + "Whether invoking the command puts the chat into a persistent mode, where the command is automatically added to the chat input for the next message.", + "**Only** allowed for extensions that have the `chatParticipantAdditions` proposal. The names of the variables that are invoked by default", + "Locations in which this chat participant is available.", + "Chat" ], "vs/workbench/contrib/chat/common/chatColors": [ "The border color of a chat request.", + "The background color of a chat request.", "The background color of a chat slash command.", "The foreground color of a chat slash command.", "The background color of a chat avatar.", "The foreground color of a chat avatar." ], - "vs/workbench/contrib/notebook/common/notebookEditorInput": [ - "Notebook '{0}' could not be saved." + "vs/workbench/contrib/chat/browser/contrib/chatInputEditorContrib": [ + "Pick a file" + ], + "vs/workbench/contrib/inlineChat/browser/inlineChatController": [ + "Failed to start editor chat", + "Getting ready...", + "AI-generated code may be incorrect", + "No results, please refine your input and try again", + "Failed to apply changes.", + "Failed to discard changes.", + "Accept or discard changes to continue saving" + ], + "vs/workbench/contrib/inlineChat/browser/inlineChatActions": [ + "Icon which spawns the inline chat from the editor toolbar.", + "Cursor Up", + "Cursor Down", + "Discard", + "Discard...", + "Discard", + "Discard to Clipboard", + "Discard to New File", + "Accept", + "Cancel", + "Close", + "Configure ", + "'{0}' and {1} follow ups ({2})", + "View in Chat", + "Start in Editor", + "Resume Last Dismissed Inline Chat", + "Inline Chat", + "Focus Input", + "Toggle Changes", + "Accept Changes", + "Move to Next Change", + "Move to Previous Change", + "(Developer) Write Exchange to Clipboard" + ], + "vs/workbench/contrib/inlineChat/common/inlineChat": [ + "Whether a provider for interactive editors exists", + "Whether the interactive editor input is visible", + "Whether the interactive editor input is focused", + "Whether the interactive widget's response is focused", + "Whether the interactive editor input is empty", + "Whether the cursor of the iteractive editor input is on the first line", + "Whether the cursor of the iteractive editor input is on the last line", + "Whether the cursor of the iteractive editor input is on the start of the input", + "Whether the cursor of the iteractive editor input is on the end of the input", + "Whether the cursor of the outer editor is above or below the interactive editor input", + "Whether interactive editor has an active request", + "Whether interactive editor has kept a session for quick restore", + "What type was the last response of the current interactive editor session", + "What type was the responses have been receieved", + "Whether interactive editor did change any code", + "Whether the user did changes ontop of the inline chat", + "The last kind of feedback that was provided", + "Whether the interactive editor supports issue reporting", + "Whether the document has changed concurrently", + "Whether the current change supports showing a diff", + "Whether the current change showing a diff", + "Background color of the interactive editor widget", + "Border color of the interactive editor widget", + "Shadow color of the interactive editor widget", + "Background highlighting of the current interactive region. Must be transparent.", + "Border color of the interactive editor input", + "Border color of the interactive editor input when focused", + "Foreground color of the interactive editor input placeholder", + "Background color of the interactive editor input", + "Background color of inserted text in the interactive editor input", + "Overview ruler marker color for inline chat inserted content.", + "Overview ruler marker color for inline chat inserted content.", + "Background color of removed text in the interactive editor input", + "Overview ruler marker color for inline chat removed content.", + "Configure if changes crafted with inline chat are applied directly to the document or are previewed first.", + "Changes are applied directly to the document, can be highlighted via inline diffs, and accepted/discarded by hunks. Ending a session will keep the changes.", + "Changes are previewed only and need to be accepted via the apply button. Ending a session will discard the changes.", + "Whether to finish an inline chat session when typing outside of changed regions.", + "Whether pending inline chat sessions prevent saving.", + "Whether holding the inline chat keybinding will automatically enable speech recognition.", + "Whether the inline chat also renders an accessible diff viewer for its changes.", + "The accessible diff viewer is based screen reader mode being enabled.", + "The accessible diff viewer is always enabled.", + "The accessible diff viewer is never enabled." + ], + "vs/workbench/contrib/inlineChat/browser/inlineChatSavingServiceImpl": [ + "Waiting for Inline Chat changes to be Accepted or Discarded...", + "Waiting for Inline Chat changes in {0} editors to be Accepted or Discarded..." ], "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.", @@ -23785,8 +25575,13 @@ "Enable extension for '{0}'", "Install extension for '{0}'", "Open As Text", + "The notebook is not displayed in the notebook editor because it is very large ({0}).", + "The notebook is not displayed in the notebook editor because it is very large.", "Open in Text Editor" ], + "vs/workbench/contrib/notebook/common/notebookEditorInput": [ + "Notebook '{0}' could not be saved." + ], "vs/workbench/contrib/notebook/browser/services/notebookServiceImpl": [ "Install extension for '{0}'" ], @@ -23796,13 +25591,16 @@ "vs/workbench/contrib/notebook/browser/services/notebookExecutionServiceImpl": [ "Executing a notebook cell will run code from this workspace." ], + "vs/editor/common/languages/modesRegistry": [ + "Plain Text" + ], "vs/workbench/contrib/notebook/browser/services/notebookKeymapServiceImpl": [ "Disable other keymaps ({0}) to avoid conflicts between keybindings?", "Yes", "No" ], - "vs/editor/common/languages/modesRegistry": [ - "Plain Text" + "vs/workbench/contrib/notebook/browser/services/notebookKernelHistoryServiceImpl": [ + "Clear Notebook Kernels MRU Cache" ], "vs/workbench/contrib/comments/browser/commentReply": [ "Reply...", @@ -23810,9 +25608,6 @@ "Reply...", "Reply..." ], - "vs/workbench/contrib/notebook/browser/services/notebookKernelHistoryServiceImpl": [ - "Clear Notebook Kernels MRU Cache" - ], "vs/workbench/contrib/notebook/browser/services/notebookLoggingServiceImpl": [ "Notebook rendering" ], @@ -23834,34 +25629,14 @@ "The Insert Cell Above/Below commands will create new empty code cells", "The Change Cell to Code/Markdown commands are used to switch between cell types." ], + "vs/workbench/contrib/notebook/browser/contrib/notebookVariables/notebookVariables": [ + "Notebook Variables" + ], "vs/workbench/contrib/notebook/browser/controller/coreActions": [ - "Notebook", "Insert Cell", "Notebook Cell", - "Share" - ], - "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", - "Interrupt", - "Go to Running Cell", - "Go to Running Cell", - "Go To", - "Go to Most Recently Failed Cell", - "Go to Most Recently Failed Cell", - "Go To" + "Share", + "Notebook" ], "vs/workbench/contrib/notebook/browser/controller/insertCellActions": [ "Insert Code Cell Above", @@ -23889,20 +25664,62 @@ "Markdown", "Add Markdown Cell" ], + "vs/workbench/contrib/notebook/browser/controller/sectionActions": [ + "&&Run Cell", + "Run Cell", + "&&Run Cells In Section", + "Run Cells In Section", + "&&Fold Section", + "Fold Section", + "&&Expand Section", + "Expand Section", + "Run Cell", + "Run Cells In Section", + "Fold Section", + "Expand Section" + ], + "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", + "Go To", + "Go to Running Cell", + "Go to Running Cell", + "Go to Running Cell", + "Go to Most Recently Failed Cell", + "Go to Most Recently Failed Cell", + "Go to Most Recently Failed Cell", + "Stop Execution", + "Interrupt" + ], "vs/workbench/contrib/notebook/browser/controller/layoutActions": [ + "Notebook Line Numbers", + "Settings file to save in", + "User Settings", + "Workspace Settings", + "&&Toggle Notebook Sticky Scroll", + "Toggle Notebook Sticky Scroll", + "&&Toggle Notebook Sticky Scroll", "Select between Notebook Layouts", "Customize Notebook Layout", "Customize Notebook Layout", "Customize Notebook...", "Toggle Notebook Line Numbers", - "Notebook Line Numbers", "Toggle Cell Toolbar Position", "Toggle Breadcrumbs", "Save Mimetype Display Order", - "Settings file to save in", - "User Settings", - "Workspace Settings", - "Reset Notebook Webview" + "Reset Notebook Webview", + "Toggle Notebook Sticky Scroll" ], "vs/workbench/contrib/notebook/browser/controller/editActions": [ "Edit Cell", @@ -23920,33 +25737,40 @@ "Auto Detect", "languages (identifier)", "Select Language Mode", + "Unable to detect cell language", + "No notebook editor active at this time", + "The active notebook editor is read-only.", + "convert file", + "change view", + "Select Action", "Accept Detected Language for Cell", - "Unable to detect cell language" + "Select Indentation" ], "vs/workbench/contrib/notebook/browser/controller/cellOutputActions": [ - "Copy Output" + "Copy Cell Output" ], "vs/workbench/contrib/notebook/browser/controller/foldingController": [ "Fold Cell", "Unfold Cell", "Fold Cell" ], + "vs/workbench/contrib/notebook/browser/contrib/find/notebookFind": [ + "Hide Find in Notebook", + "Find in Notebook" + ], "vs/workbench/contrib/notebook/browser/contrib/clipboard/notebookClipboard": [ "Copy Cell", "Cut Cell", "Paste Cell", "Paste Cell Above", + "Select All", "Toggle Notebook Clipboard Troubleshooting" ], - "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", - "Format Cells" + "Format Cells", + "Format Notebook" ], "vs/workbench/contrib/notebook/browser/contrib/saveParticipants/saveParticipants": [ "Formatting", @@ -23965,7 +25789,19 @@ "vs/workbench/contrib/notebook/browser/contrib/layout/layoutActions": [ "Toggle Cell Toolbar Position" ], + "vs/workbench/contrib/notebook/browser/contrib/outline/notebookOutline": [ + "When enabled, notebook outline will show only markdown cells containing a header.", + "When enabled, notebook outline shows code cells.", + "When enabled, notebook outline shows code cell symbols. Relies on `notebook.outline.showCodeCells` being enabled.", + "When enabled, notebook breadcrumbs contain code cells.", + "When enabled, the Go to Symbol Quick Pick will display full code symbols from the notebook, as well as Markdown headers.", + "Filter Entries", + "Markdown Headers Only", + "Code Cells", + "Code Cell Symbols" + ], "vs/workbench/contrib/notebook/browser/contrib/navigation/arrow": [ + "Keypresses that should be handled by the focused element in the cell output.", "Focus Next Cell Editor", "Focus Previous Cell Editor", "Focus First Cell", @@ -23979,11 +25815,6 @@ "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/notebook/browser/contrib/outline/notebookOutline": [ - "When enabled notebook outline shows code cells.", - "When enabled notebook breadcrumbs contain code cells.", - "When enabled the Go to Symbol Quick Pick will display full code symbols from the notebook, as well as Markdown headers." - ], "vs/workbench/contrib/notebook/browser/contrib/profile/notebookProfile": [ "Set Profile" ], @@ -23998,7 +25829,8 @@ "Pending", "Executing", "Use the links above to file an issue using the issue reporter.", - "**Last Execution** {0}\n\n**Execution Time** {1}\n\n**Overhead Time** {2}\n\n**Render Times**\n\n{3}" + "**Last Execution** {0}\n\n**Execution Time** {1}\n\n**Overhead Time** {2}\n\n**Render Times**\n\n{3}", + "Quick Actions {0}" ], "vs/workbench/contrib/notebook/browser/contrib/editorStatusBar/editorStatusBar": [ "Notebook Kernel Info", @@ -24008,9 +25840,18 @@ "Select Kernel", "Notebook Editor Selections", "Cell {0} ({1} selected)", - "Cell {0} of {1}" + "Cell {0} of {1}", + "Notebook Indentation", + "Select Indentation" + ], + "vs/workbench/contrib/notebook/browser/contrib/troubleshoot/layout": [ + "Toggle Layout Troubleshoot", + "Inspect Notebook Layout", + "Clear Notebook Editor Type Cache" ], "vs/workbench/contrib/notebook/browser/contrib/cellCommands/cellCommands": [ + "Toggle Outputs", + "No code actions available", "Move Cell Up", "Move Cell Down", "Copy Cell Up", @@ -24026,160 +25867,213 @@ "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", - "Toggle Scroll Cell Output" + "Toggle Scroll Cell Output", + "Show Cell Failure Actions" ], "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", "Show Previous Change", "Show Next Change", "Hide Metadata Differences", - "Hide Outputs Differences" + "Hide Outputs Differences", + "Open Text Diff Editor", + "Show Outputs Differences", + "Show Metadata Differences" ], - "vs/workbench/contrib/notebook/browser/contrib/troubleshoot/layout": [ - "Toggle Layout Troubleshoot", - "Inspect Notebook Layout", - "Clear Notebook Editor Type Cache" + "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.", + "Background color of sticky scroll 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/inlineChat/browser/inlineChatController": [ - "AI-generated code may be incorrect", - "Getting ready...", - "Failed to start editor chat", - "Please consult the error log and try again later.", - "AI-generated code may be incorrect", - "Ask a question", - "{0} ({1}, {2} for history)", - "Thinking…", - "Review proposed changes in the diff editor.", - "No results, please refine your input and try again", - "No results, please refine your input and try again", - "Failed to apply changes.", - "Failed to discard changes." + "vs/workbench/contrib/interactive/browser/interactiveEditor": [ + "Type '{0}' code here and press {1} to run" ], - "vs/workbench/contrib/inlineChat/common/inlineChat": [ - "Whether a provider for interactive editors exists", - "Whether the interactive editor input is visible", - "Whether the interactive editor input is focused", - "Whether the interactive widget's response is focused", - "Whether the interactive editor input is empty", - "Whether the cursor of the iteractive editor input is on the first line", - "Whether the cursor of the iteractive editor input is on the last line", - "Whether the cursor of the iteractive editor input is on the start of the input", - "Whether the cursor of the iteractive editor input is on the end of the input", - "Whether the interactive editor message is cropped, not cropped or expanded", - "Whether the cursor of the outer editor is above or below the interactive editor input", - "Whether interactive editor has an active request", - "Whether interactive editor has kept a session for quick restore", - "What type was the last response of the current interactive editor session", - "What type was the responses have been receieved", - "Whether interactive editor did change any code", - "Whether the user did changes ontop of the inline chat", - "The last kind of feedback that was provided", - "Whether the document has changed concurrently", - "Background color of the interactive editor widget", - "Border color of the interactive editor widget", - "Shadow color of the interactive editor widget", - "Background highlighting of the current interactive region. Must be transparent.", - "Border color of the interactive editor input", - "Border color of the interactive editor input when focused", - "Foreground color of the interactive editor input placeholder", - "Background color of the interactive editor input", - "Background color of inserted text in the interactive editor input", - "Background color of removed text in the interactive editor input", - "Configure if changes crafted in the interactive editor are applied directly to the document or are previewed first.", - "Changes are applied directly to the document and are highlighted visually via inline or side-by-side diffs. Ending a session will keep the changes.", - "Changes are previewed only and need to be accepted via the apply button. Ending a session will discard the changes.", - "Changes are applied directly to the document but can be highlighted via inline diffs. Ending a session will keep the changes.", - "Enable/disable showing the diff when edits are generated. Works only with inlineChat.mode equal to live or livePreview.", - "Show/hide a gutter icon for spawning inline chat on empty lines." + "vs/workbench/contrib/notebook/browser/notebookIcons": [ + "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 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.", + "Icon to copy content to clipboard", + "Icon for the previous change action in the diff editor.", + "Icon for the next change action in the diff editor.", + "View icon of the variables view." ], - "vs/workbench/contrib/inlineChat/browser/inlineChatActions": [ - "Start Inline Chat", - "Resume Last Dismissed Inline Chat", - "Inline Chat", - "Make Request", - "Regenerate Response", - "Regenerate", - "Stop Request", - "Cursor Up", - "Cursor Down", - "Focus Input", - "Previous From History", - "Next From History", - "Discard...", - "Discard", - "Discard to Clipboard", - "Discard to New File", - "Helpful", - "Unhelpful", - "Show Diff", - "&&Show Diff", - "Show Diff", - "&&Show Diff", - "Accept Changes", - "Accept", - "Cancel", - "(Developer) Write Exchange to Clipboard", - "'{0}' and {1} follow ups ({2})", - "View in Chat", - "Show More", - "Show Less" + "vs/platform/quickinput/browser/helpQuickAccess": [ + "{0}, {1}" ], - "vs/workbench/contrib/inlineChat/browser/inlineChatDecorations": [ - "Icon which spawns the inline chat from the gutter", - "Toggle Inline Chat Icon" + "vs/workbench/contrib/quickaccess/browser/viewQuickAccess": [ + "No matching views", + "Side Bar", + "Panel", + "Secondary Side Bar", + "{0}: {1}", + "Terminal", + "Debug Console", + "Output", + "Open View", + "Quick Open View" ], "vs/workbench/contrib/files/browser/fileConstants": [ + "Remove Folder from Workspace", "Save As...", "Save", "Save without Formatting", "Save All", - "Remove Folder from Workspace", "New Untitled Text File" ], - "vs/workbench/contrib/testing/browser/testingProgressUiService": [ - "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/quickaccess/browser/commandsQuickAccess": [ + "No matching commands", + "Configure Keybinding", + "Ask {0}: {1}", + "{0}: {1}", + "Do you want to clear the history of recently used commands?", + "This action is irreversible!", + "&&Clear", + "Show All Commands", + "Clear Command History" + ], + "vs/workbench/contrib/testing/browser/codeCoverageDecorations": [ + "Toggle Inline Coverage", + "{0} of {1} of branches in {2} were covered.", + "Branch {0} in {1} was not covered.", + "Branch {0} in {1} was executed.", + "Branch {0} in {1} was executed {2} time(s).", + "`{0}` was not executed.", + "`{0}` was executed {1} time(s).", + "`{0}` was executed.", + "Toggle Inline Coverage" + ], + "vs/workbench/contrib/testing/browser/testCoverageBars": [ + "{0}/{1} statements covered ({2})", + "{0}/{1} functions covered ({2})", + "{0}/{1} branches covered ({2})" ], - "vs/workbench/contrib/testing/browser/testingOutputPeek": [ - "Could not open markdown preview: {0}.\n\nPlease make sure the markdown extension is enabled.", - "Test Output", - "Expected result", - "Actual result", - "Test output is only available for new test runs.", - "The test run did not record any output.", - "Close", - "Unnamed Task", - "+ {0} more lines", - "+ 1 more line", - "Test Result Messages", - "Show Result Output", - "Show Result Output", - "Rerun Test Run", - "Debug Test Run", - "Show Result Output", - "Reveal in Test Explorer", + "vs/workbench/contrib/testing/browser/icons": [ + "View icon of the test view.", + "Icons for test results.", + "Icon of the \"run test\" action.", + "Icon of the \"rerun tests\" action.", + "Icon of the \"run all tests\" action.", + "Icon of the \"debug all tests\" action.", + "Icon of the \"debug test\" action.", + "Icon of the \"run test with coverage\" action.", + "Icon of the \"run all tests with coverage\" action.", + "Icon to cancel ongoing test runs.", + "Icon for the 'Filter' action 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 to turn continuous test runs on.", + "Icon to turn continuous test runs off.", + "Icon when continuous run is on for a test ite,.", + "Icon on the button to cancel refreshing tests.", + "Icon representing test coverage", + "Icon representing that an element was covered", + "Icon representing a uncovered block without a range", + "Icon shown for tests that have an error.", + "Icon shown for tests that failed.", + "Icon shown for tests that passed.", + "Icon shown for tests that are queued.", + "Icon shown for tests that are skipped.", + "Icon shown for tests that are in an unset state." + ], + "vs/workbench/contrib/testing/browser/testCoverageView": [ + "{0} declarations without coverage...", + "Loading Coverage Details...", + "{0} coverage: {0}%", + "Test Coverage Explorer", + "Sort by Location", + "Files are sorted alphabetically, declarations are sorted by position", + "Sort by Coverage", + "Files and declarations are sorted by total coverage", + "Sort by Name", + "Files and declarations are sorted alphabetically", + "Sort the Test Coverage view...", + "Change Sort Order" + ], + "vs/workbench/contrib/testing/browser/testingDecorations": [ + "Peek Test Output", + "Expected", + "Actual", + "Click for test options", + "Click to debug tests, right click for more options", + "Click to run tests with coverage, right click for more options", + "Click to run tests, right click for more options", "Run Test", "Debug Test", - "Go to Source", - "Go to Source", - "Go to Next Test Failure", - "Go to Previous Test Failure", - "Open in Editor", - "Toggle Test History in Peek" + "Run with Coverage", + "Execute Using Profile...", + "Peek Error", + "Reveal in Test Explorer", + "Run All Tests", + "Run All Tests with Coverage", + "Debug All Tests", + "{0} more tests...", + "Select a test to run" + ], + "vs/workbench/contrib/testing/browser/testingProgressUiService": [ + "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/testingExplorerView": [ + "{0} (Default)", + "Select Default Profile", + "Configure Test Profiles", + "No test results yet.", + "Tests are being watched for changes", + "{0} passed tests", + "{0} skipped tests", + "{0} failed tests", + "No tests were found in this file.", + "Show Workspace Tests", + "{0}, in {1}", + "{0}, outdated result", + "Test Explorer" ], "vs/workbench/contrib/testing/browser/testingViewPaneContainer": [ "Testing" @@ -24202,6 +26096,7 @@ "Controls the action to take when left-clicking on a test decoration in the gutter.", "Run the test.", "Debug the test.", + "Run the test with coverage.", "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.", @@ -24210,22 +26105,49 @@ "Open the test result view on any test failure", "Open the test explorer when tests start", "Controls when the testing view should open.", - "Always reveal the executed test when `#testing.followRunningTest#` is on. If this setting is turned off, only failed tests will be revealed." + "Always reveal the executed test when `#testing.followRunningTest#` is on. If this setting is turned off, only failed tests will be revealed.", + "Whether test coverage should be down in the File Explorer view.", + "Configures what percentage is displayed by default for test coverage.", + "A calculation of the combined statement, function, and branch coverage.", + "The statement coverage.", + "The minimum of statement, function, and branch coverage.", + "Configures the colors used for percentages in test coverage bars." ], - "vs/workbench/contrib/testing/browser/testingDecorations": [ - "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", + "vs/workbench/contrib/testing/browser/testingOutputPeek": [ + "Could not open markdown preview: {0}.\n\nPlease make sure the markdown extension is enabled.", + "Test Output", + "Expected result", + "Actual result", + "The test case did not report any output.", + "The test run did not record any output.", + "Test output is only available for new test runs.", + "View Test Coverage", + "Close Test Coverage", + "Unnamed Task", + "+ {0} more lines", + "+ 1 more line", + "Test Result Messages", + "Show Result Output", + "Show Result Output", + "Rerun Test Run", + "Debug Test Run", + "Show Result Output", + "Reveal in Test Explorer", "Run Test", "Debug Test", - "Execute Using Profile...", - "Peek Error", - "Reveal in Test Explorer", - "Run All Tests", - "Debug All Tests" + "Go to Source", + "Go to Source", + "Close", + "Go to Next Test Failure", + "Shows the next failure message in your file", + "Go to Previous Test Failure", + "Shows the previous failure message in your file", + "Open in Editor", + "Toggle Test History in Peek", + "Shows or hides the history of test runs in the peek view" + ], + "vs/workbench/contrib/testing/common/testingContentProvider": [ + "The test run did not record any output." ], "vs/workbench/contrib/testing/common/testServiceImpl": [ "Running tests may execute code in your workspace.", @@ -24233,35 +26155,6 @@ "Running tests may execute code in your workspace.", "An error occurred attempting to run tests: {0}" ], - "vs/workbench/contrib/testing/common/testingContentProvider": [ - "The test run did not record any output." - ], - "vs/workbench/contrib/testing/browser/icons": [ - "View icon of the test view.", - "Icons for test results.", - "Icon of the \"run test\" action.", - "Icon of the \"rerun tests\" 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 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 to turn continuous test runs on.", - "Icon to turn continuous test runs off.", - "Icon when continuous run is on for a test ite,.", - "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.", - "Icon shown for tests that are queued.", - "Icon shown for tests that are skipped.", - "Icon shown for tests that are in an unset state." - ], "vs/workbench/contrib/testing/common/testingContextKeys": [ "Indicates whether any test controller has an attached refresh handler.", "Indicates whether any test controller is currently refreshing tests.", @@ -24274,44 +26167,54 @@ "Indicates whether continous test running is supported", "Indicates whether the parent of a test is continuously running, set in the menu context of test items", "Indicates whether any tests are present in the current editor", + "Indicates whether a test coverage report is open", "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", "Value set in `testMessage.contextValue`, available in editor/content and testing/message/context", - "Value available in editor/content and testing/message/context when the result is outdated" + "Value available in editor/content and testing/message/context when the result is outdated", + "Value available testing/item/result indicating the state of the item." ], "vs/workbench/contrib/testing/browser/testingConfigurationUi": [ "Pick a test profile to use", "Update Test Configuration" ], "vs/workbench/contrib/testing/browser/testExplorerActions": [ + "Turn off Continuous Run", + "Select a profile to update", + "No test continuous run-enabled profiles were found", + "Select profiles to run when files change:", + "Discovering Tests", + "No tests found in this workspace. You may need to install a test provider extension", + "No debuggable tests found in this workspace. You may need to install a test provider extension", + "No tests with coverage runners found in this workspace. You may need to install a test provider extension", + "No tests found here", + "No tests found in the selected file or folder", + "No tests found in this file", + "No coverage information available on the last test run.", + "Run Tests", + "Debug Tests", + "Run Tests with Coverage", "Hide Test", "Unhide Test", "Unhide All Tests", "Debug Test", + "Run Test with Coverage", "Execute Using Profile...", "Run Test", "Select Default Profile", "Turn on Continuous Run", - "Turn off Continuous Run", "Start Continous Run Using...", "Configure Test Profiles", - "Select a profile to update", "Stop Continuous Run", - "No test continuous run-enabled profiles were found", - "Select profiles to run when files change:", "Start Continuous Run", "Get Selected Profiles", "Get Explorer Selection", - "Run Tests", - "Debug Tests", - "Discovering Tests", "Run All Tests", - "No tests found in this workspace. You may need to install a test provider extension", "Debug All Tests", - "No debuggable tests found in this workspace. You may need to install a test provider extension", + "Run All Tests with Coverage", "Cancel Test Run", "View as List", "View as Tree", @@ -24322,24 +26225,47 @@ "Collapse All Tests", "Clear All Results", "Go to Test", - "No tests found here", "Run Test at Cursor", "Debug Test at Cursor", - "No tests found in this file", + "Run Test at Cursor with Coverage", "Run Tests in Current File", "Debug Tests in Current File", + "Run Tests with Coverage in Current File", "Rerun Failed Tests", "Debug Failed Tests", "Rerun Last Run", "Debug Last Run", + "Rerun Last Run with Coverage", "Search for Test Extension", "Peek Output", "Toggle Inline Test Output", "Refresh Tests", - "Cancel Test Refresh" + "Cancel Test Refresh", + "Clear Coverage", + "Open Coverage" + ], + "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", + "Forces a refresh of the Explorer.", + "Collapse Folders in Explorer", + "Folds all folders in the Explorer." + ], + "vs/workbench/contrib/files/browser/views/openEditorsView": [ + "{0} unsaved", + "Open Editors", + "Flip &&Layout", + "Open Editors", + "Toggle Vertical/Horizontal Editor Layout", + "Flip Layout", + "New Untitled Text File" ], "vs/workbench/contrib/logs/common/logsActions": [ - "Set Log Level...", "All", "Extension Logs", "Logs", @@ -24347,112 +26273,14 @@ " {0}: Select log level", "Select log level", "Set as Default Log Level", - "Trace", - "Debug", - "Info", - "Warning", - "Error", - "Off", "Default", - "Open Window Log File (Session)...", "Current", "Select Session", - "Select Log file" - ], - "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.", - "Background color of sticky scroll 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/testing/browser/testingExplorerView": [ - "{0} (Default)", - "Select Default Profile", - "Configure Test Profiles", - "No test results yet.", - "Tests are being watched for changes", - "{0} passed tests", - "{0} skipped tests", - "{0} failed tests", - "No tests were found in this file.", - "Show Workspace Tests", - "{0}, in {1}", - "{0}, outdated result", - "Test Explorer" - ], - "vs/workbench/contrib/interactive/browser/interactiveEditor": [ - "Type '{0}' code here and press {1} to run" - ], - "vs/platform/quickinput/browser/helpQuickAccess": [ - "{0}, {1}" - ], - "vs/workbench/contrib/quickaccess/browser/viewQuickAccess": [ - "No matching views", - "Side Bar", - "Panel", - "Secondary Side Bar", - "{0}: {1}", - "Terminal", - "Debug Console", - "Output", - "Open View", - "Quick Open View" - ], - "vs/workbench/contrib/quickaccess/browser/commandsQuickAccess": [ - "No matching commands", - "Configure Keybinding", - "Ask {0}: {1}", - "{0}: {1}", - "Show All Commands", - "Clear Command History", - "Do you want to clear the history of recently used commands?", - "This action is irreversible!", - "&&Clear" - ], - "vs/workbench/contrib/notebook/browser/notebookIcons": [ - "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 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.", - "Icon to copy content to clipboard", - "Icon for the previous change action in the diff editor.", - "Icon for the next change action in the diff editor." + "Select Log file", + "Set Log Level...", + "Open Window Log File (Session)..." ], "vs/workbench/contrib/files/browser/fileActions": [ - "New File...", - "New Folder...", "Rename...", "Delete", "Copy", @@ -24468,8 +26296,8 @@ "You are deleting {0} with unsaved changes. Do you want to continue?", "Your changes will be lost if you don't save them.", "This action is irreversible!", - "You can restore these files using the Undo command", - "You can restore this file using the Undo command", + "You can restore these files using the Undo command.", + "You can restore this file using the Undo command.", "You can restore these files from the Recycle Bin.", "You can restore this file from the Recycle Bin.", "You can restore these files from the Trash.", @@ -24495,42 +26323,54 @@ "Are you sure you want to permanently delete '{0}'?", "A file or folder with the name '{0}' already exists in the destination folder. Do you want to replace it?", "&&Replace", - "Compare Active File With...", "Save All in Group", "Close Group", - "Focus on Files Explorer", - "Reveal Active File in Explorer View", - "Open Active File in New Window", "The active editor must contain an openable resource.", "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.", "The name **{0}** is not valid as a file or folder name. Please choose a different name.", "Leading or trailing whitespace detected in file or folder name.", - "Compare New Untitled Text Files", - "Compare Active File with Clipboard", "Clipboard ↔ {0}", "Retry", "Create {0}", "Creating {0}", "Rename {0} to {1}", "Renaming {0} to {1}", + "Are you sure you want to paste the following {0} items?", + "Are you sure you want to paste '{0}'?", + "Do not ask me again", + "&&Paste", "File to paste is an ancestor of the destination folder", "Moving {0} files", "Moving {0}", "Move {0} files", "Move {0}", + "The file(s) to paste have been deleted or moved since you copied them. {0}", "Copying {0} files", "Copying {0}", "Paste {0} files", "Paste {0}", - "The file(s) to paste have been deleted or moved since you copied them. {0}", + "New File...", + "New Folder...", + "Compare Active File With...", + "Opens a picker to select a file to diff with the active editor.", + "Toggle Auto Save", + "Toggle the ability to save files automatically after typing", + "Focus on Files Explorer", + "Moves focus to the file explorer view container.", + "Reveal Active File in Explorer View", + "Reveals and selects the active file within the explorer view.", + "Open Active File in New Empty Workspace", + "Opens the active file in a new window with no folders open.", + "Compare New Untitled Text Files", + "Opens a new diff editor with two untitled files.", + "Compare Active File with Clipboard", + "Opens a new diff editor to compare the active file with the contents of the clipboard.", "Set Active Editor Read-only in Session", "Set Active Editor Writeable in Session", "Toggle Active Editor Read-only in Session", - "Reset Active Editor Read-only in Session", - "Toggle Auto Save", - "Toggle the ability to save files automatically after typing" + "Reset Active Editor Read-only in Session" ], "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.", @@ -24560,30 +26400,14 @@ "Failed to save '{0}': {1}", "Retry", "Discard", - "Failed to revert '{0}': {1}", - "Create File" - ], - "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/views/openEditorsView": [ - "{0} unsaved", - "Open Editors", - "Toggle Vertical/Horizontal Editor Layout", - "Flip Layout", - "Flip &&Layout", - "New Untitled Text File", - "Open Editors" + "Failed to revert '{0}': {1}", + "Create File" ], "vs/workbench/contrib/files/browser/editors/binaryFileEditor": [ "Binary File Viewer" ], "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.", + "Unable to watch for file changes. 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" @@ -24596,11 +26420,11 @@ "Controls whether {0} and {1} will be automatically detected when a file is opened based on the file contents.", "Remove trailing auto inserted whitespace.", "Special handling for large files to disable certain memory intensive features.", - "Controls whether completions should be computed based on words in the document.", + "Turn off Word Based Suggestions.", "Only suggest words from the active document.", "Suggest words from all open documents of the same language.", "Suggest words from all open documents.", - "Controls from which documents word based completions are computed.", + "Controls whether completions should be computed based on words in the document and from which documents they are computed.", "Semantic highlighting enabled for all color themes.", "Semantic highlighting disabled for all color themes.", "Semantic highlighting is configured by the current color theme's `semanticHighlighting` setting.", @@ -24622,6 +26446,7 @@ "If the diff editor width is smaller than this value, the inline view is used.", "If enabled and the editor width is too small, the inline view is used.", "When enabled, the diff editor shows arrows in its glyph margin to revert changes.", + "When enabled, the diff editor shows a special gutter for revert and stage actions.", "When enabled, the diff editor ignores changes in leading or trailing whitespace.", "Controls whether the diff editor shows +/- indicators for added/removed changes.", "Controls whether the editor shows CodeLens.", @@ -24656,15 +26481,7 @@ "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/workbench/contrib/bulkEdit/browser/preview/bulkEditPreview": [ - "Other" + "Cannot apply refactoring because {0} other files have changed in the meantime." ], "vs/editor/contrib/quickAccess/browser/gotoLineQuickAccess": [ "Open a text editor first to go to a line.", @@ -24675,15 +26492,16 @@ ], "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" + "Go to Symbol in Editor by Category", + "Go to Symbol in Editor..." ], "vs/workbench/contrib/search/browser/anythingQuickAccess": [ "No matching results", "recently opened", + "recently opened", "file and symbol results", "file results", "{0}, {1}", @@ -24695,6 +26513,7 @@ ], "vs/workbench/contrib/search/browser/searchIcons": [ "Icon to make search details visible.", + "Icon to view more context in the search view.", "Icon for toggle the context in the search editor.", "Icon to collapse the replace section in the search view.", "Icon to expand the replace section in the search view.", @@ -24710,7 +26529,14 @@ "Icon for stop in the search view.", "View icon of the search view.", "Icon for the action to open a new search editor.", - "Icon for the action to go to the file of the current search result." + "Icon for the action to go to the file of the current search result.", + "Icon to show AI results in search.", + "Icon to hide AI results in search." + ], + "vs/workbench/contrib/search/browser/symbolsQuickAccess": [ + "No matching workspace symbols", + "Open to the Side", + "Open to the Bottom" ], "vs/workbench/contrib/search/browser/searchWidget": [ "Replace All (Submit Search to Enable)", @@ -24722,15 +26548,13 @@ "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/search/browser/quickTextSearch/textSearchQuickAccess": [ "See More Files", "Open File", - "More" + "More", + "See in Search Panel", + "Enter a term to search for across your files.", + "No matching results" ], "vs/workbench/contrib/search/browser/searchActionsCopy": [ "Copy", @@ -24738,13 +26562,14 @@ "Copy All" ], "vs/workbench/contrib/search/browser/searchActionsFind": [ + "Expand Recursively", + "Find &&in Files", + "Open a workspace search", + "A set of options for the search", "Restrict Search to Folder", "Exclude Folder from Search", "Reveal in Explorer View", "Find in Files", - "Find &&in Files", - "Open a workspace search", - "A set of options for the search", "Find in Folder...", "Find in Workspace..." ], @@ -24773,6 +26598,11 @@ "Replace All", "Replace All" ], + "vs/workbench/contrib/search/browser/searchActionsSymbol": [ + "Go to Symbol in Workspace...", + "Go to Symbol in &&Workspace...", + "Go to Symbol in Workspace..." + ], "vs/workbench/contrib/search/browser/searchActionsTopBar": [ "Clear Search History", "Cancel Search", @@ -24783,17 +26613,50 @@ "View as Tree", "View as List" ], - "vs/workbench/contrib/search/browser/searchActionsSymbol": [ - "Go to Symbol in Workspace...", - "Go to Symbol in Workspace...", - "Go to Symbol in &&Workspace..." - ], "vs/workbench/contrib/search/browser/searchActionsTextQuickAccess": [ - "Quick Text Search (Experimental)" + "Quick Search" + ], + "vs/workbench/browser/parts/views/viewPane": [ + "Icon for an expanded view pane container.", + "Icon for a collapsed view pane container.", + "{0} actions", + "Use Alt+F1 for accessibility help {0}" + ], + "vs/workbench/browser/labels": [ + "{0} • Cell {1}", + "{0} • Cell {1}" ], "vs/workbench/contrib/search/browser/searchActionsBase": [ "Search" ], + "vs/workbench/contrib/search/browser/patternInputWidget": [ + "input", + "Search only in Open Editors", + "Use Exclude Settings and Ignore Files" + ], + "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/searchResultsView": [ + "Other files", + "Other files", + "{0} files found", + "{0} file found", + "{0} matches found", + "{0} match found", + "From line {0}", + "{0} more lines", + "Search", + "{0} matches in folder root {1}, Search result", + "{0} matches outside of the workspace, Search result", + "{0} matches in file {1} of folder {2}, Search result", + "'{0}' at column {1} replace {2} with {3}", + "'{0}' at column {1} found {2}" + ], + "vs/workbench/services/search/common/queryBuilder": [ + "Workspace folder does not exist: {0}" + ], "vs/workbench/contrib/searchEditor/browser/searchEditor": [ "Toggle Search Details", "files to include", @@ -24805,10 +26668,9 @@ "Search", "Search editor text input box border." ], - "vs/workbench/contrib/searchEditor/browser/searchEditorInput": [ - "Search: {0}", - "Search: {0}", - "Search" + "vs/workbench/contrib/scm/browser/activity": [ + "Source Control", + "{0} pending changes" ], "vs/workbench/contrib/scm/browser/dirtydiffDecorator": [ "{0} - {1} of {2} changes", @@ -24830,20 +26692,54 @@ "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." + "Overview ruler marker color for deleted content.", + "Added lines", + "Changed lines", + "Removed lines" ], - "vs/workbench/contrib/scm/browser/activity": [ - "Source Control", - "{0} pending changes" + "vs/workbench/contrib/searchEditor/browser/searchEditorInput": [ + "Icon of the search editor label.", + "Search: {0}", + "Search: {0}", + "Search" ], "vs/workbench/contrib/scm/browser/scmViewPaneContainer": [ "Source Control" ], + "vs/workbench/contrib/scm/browser/scmRepositoriesViewPane": [ + "Source Control Repositories" + ], + "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": [ + "History item additions foreground color.", + "History item deletions foreground color.", + "History item statistics border color.", + "History item selected statistics border color.", + "{0} file changed", + "{0} files changed", + "{0} insertion{1}", + "{0} insertions{1}", + "{0} deletion{1}", + "{0} deletions{1}", "Source Control Management", "Source Control Input", "View & Sort", + "Incoming & Outgoing", "Repositories", + "Show Incoming Changes", + "Show Incoming Changes", + "Always", + "Auto", + "Never", + "Show Outgoing Changes", + "Show Outgoing Changes", + "Always", + "Auto", + "Never", + "Show Changes Summary", "View as List", "View as Tree", "Sort by Discovery Time", @@ -24854,92 +26750,39 @@ "Sort Changes by Status", "Collapse All Repositories", "Expand All Repositories", - "Close" - ], - "vs/workbench/contrib/scm/browser/scmRepositoriesViewPane": [ - "Source Control Repositories" - ], - "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/scmSyncViewPane": [ - "Source Control Sync", - "Incoming Changes", - "Outgoing Changes", - "Refresh", - "View as List", - "View as Tree" - ], - "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/patternInputWidget": [ - "input", - "Search only in Open Editors", - "Use Exclude Settings and Ignore Files" - ], - "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/searchResultsView": [ - "Other files", - "Other files", - "{0} files found", - "{0} file found", - "{0} matches found", - "{0} match found", - "From line {0}", - "{0} more lines", - "Search", - "{0} matches in folder root {1}, Search result", - "{0} matches outside of the workspace, Search result", - "{0} matches in file {1} of folder {2}, Search result", - "'{0}' at column {1} replace {2} with {3}", - "'{0}' at column {1} found {2}" - ], - "vs/workbench/services/search/common/queryBuilder": [ - "Workspace folder does not exist: {0}" - ], - "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/exceptionWidget": [ - "Exception widget border color.", - "Exception widget background color.", - "Exception has occurred: {0}", - "Exception has occurred.", - "Close" - ], - "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." + "More Actions...", + "Cancel", + "Close", + "Incoming/Outgoing", + "Incoming and outgoing changes", + "Incoming", + "Incoming changes", + "Outgoing", + "Outgoing changes", + "Incoming changes from {0}", + "Outgoing changes to {0}", + "All Changes" ], "vs/workbench/contrib/debug/browser/breakpointsView": [ "Unverified Exception Breakpoint", "Expression condition: {0}", - "Expression: {0} | Hit Count: {1}", + "Condition: {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", + "Condition: {0} | Hit Count: {1}", "Function to break on", "Type function breakpoint.", "Break when expression evaluates to true", "Type expression. Function breakpoint will break when expression evaluates to true", "Break when hit count is met", "Type hit count. Function breakpoint will break when hit count is met.", + "Break when expression evaluates to true", + "Type expression. Data breakpoint will break when expression evaluates to true", + "Break when hit count is met", + "Type hit count. Data breakpoint will break when hit count is met.", "Type exception breakpoint condition", "Break when expression evaluates to true", "Breakpoints", @@ -24951,7 +26794,7 @@ "Data Breakpoint", "Function breakpoints not supported by this debug type", "Function Breakpoint", - "Expression condition: {0}", + "Condition: {0}", "Hit Count: {0}", "Instruction breakpoints not supported by this debug type", "Instruction breakpoint at address {0}", @@ -24959,25 +26802,37 @@ "Hit Count: {0}", "Breakpoints of this type are not supported by the debugger", "Log Message: {0}", - "Expression condition: {0}", + "Condition: {0}", "Hit Count: {0}", + "Hit after breakpoint: {0}", "Breakpoint", - "Add Function Breakpoint", "&&Function Breakpoint...", - "Toggle Activate Breakpoints", + "Failed to set data breakpoint at {0}: {1}", + "Select the access type to monitor", + "Enter a memory range in which to break", + "Absolute range (0x1234 - 0x1300) or range of bytes after an address (0x1234 + 0xff)", + "Address should be a range of numbers the form \"[Start] - [End]\" or \"[Start] + [Bytes]\"", + "Number must be a decimal integer or hex value starting with \"0x\", got {0}", + "&&Data Breakpoint...", "Remove Breakpoint", - "Remove All Breakpoints", "Remove &&All Breakpoints", - "Enable All Breakpoints", "&&Enable All Breakpoints", - "Disable All Breakpoints", "Disable A&&ll Breakpoints", - "Reapply All Breakpoints", "Edit Condition...", "Edit Condition...", "Edit Hit Count...", - "Edit Function Breakpoint...", - "Edit Hit Count..." + "Edit Function Condition...", + "Edit Hit Count...", + "Edit Mode...", + "Select Breakpoint Mode", + "Add Function Breakpoint", + "Add Data Breakpoint at Address", + "Edit Address...", + "Toggle Activate Breakpoints", + "Remove All Breakpoints", + "Enable All Breakpoints", + "Disable All Breakpoints", + "Reapply All Breakpoints" ], "vs/workbench/contrib/debug/browser/callStackView": [ "Running", @@ -25012,54 +26867,20 @@ "Debug toolbar icon for continue.", "Debug toolbar icon for step back." ], - "vs/workbench/contrib/debug/browser/debugCommands": [ - "Debug", - "Restart", - "Step Over", - "Step Into", - "Step Into Target", - "Step Out", - "Pause", - "Disconnect", - "Disconnect and Suspend", - "Stop", - "Continue", - "Focus Session", - "Select and Start Debugging", - "Open '{0}'", - "Start Debugging", - "Start Without Debugging", - "Focus Next Debug Console", - "Focus Previous Debug Console", - "Open Loaded Script...", - "Navigate to Top of Call Stack", - "Navigate to Bottom of Call Stack", - "Navigate Up Call Stack", - "Navigate Down Call Stack", - "Select Debug Console", - "Select Debug Session", - "Choose the specific location", - "No executable code is associated at the current cursor position.", - "Jump to Cursor", - "No step targets available", - "Add Configuration...", - "Add Inline Breakpoint" - ], "vs/workbench/contrib/debug/browser/debugConsoleQuickAccess": [ "Start a New Debug Session" ], "vs/workbench/contrib/debug/browser/debugEditorActions": [ - "Debug: Toggle Breakpoint", "Toggle &&Breakpoint", "Debug: Add Conditional Breakpoint...", "&&Conditional Breakpoint...", "Debug: Add Logpoint...", "&&Logpoint...", + "Debug: Add Triggered Breakpoint...", + "&&Triggered Breakpoint...", "Debug: Edit Breakpoint", "&&Edit Breakpoint", - "Open Disassembly View", "&&DisassemblyView", - "Toggle Source Code in Disassembly View", "&&ToggleSource", "Debug: Show Hover", "Step targets are not available here", @@ -25067,6 +26888,10 @@ "Debug: Go to Next Breakpoint", "Debug: Go to Previous Breakpoint", "Close Exception Widget", + "Debug: Toggle Breakpoint", + "Open Disassembly View", + "Toggle Source Code in Disassembly View", + "Shows or hides source code in disassembly", "Run to Cursor", "Evaluate in Debug Console", "Add to Watch" @@ -25082,6 +26907,7 @@ "Icon for breakpoints.", "Icon for disabled breakpoints.", "Icon for unverified breakpoints.", + "Icon for breakpoints waiting on another breakpoint.", "Icon for function breakpoints.", "Icon for disabled function breakpoints.", "Icon for unverified function breakpoints.", @@ -25122,6 +26948,7 @@ "Icon for the Remove 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 add data breakpoint action in the breakpoints 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.", @@ -25161,6 +26988,42 @@ "Added breakpoint, line {0}, file {1}", "Removed breakpoint, line {0}, file {1}" ], + "vs/workbench/contrib/debug/browser/debugCommands": [ + "Open '{0}'", + "Choose the specific location", + "No executable code is associated at the current cursor position.", + "Jump to Cursor", + "No step targets available", + "Add Inline Breakpoint", + "Debug", + "Restart", + "Step Over", + "Step Into", + "Step Into Target", + "Step Out", + "Pause", + "Disconnect", + "Disconnect and Suspend", + "Stop", + "Continue", + "Focus Session", + "Select and Start Debugging", + "Start Debugging", + "Start Without Debugging", + "Focus Next Debug Console", + "Focus Previous Debug Console", + "Open Loaded Script...", + "Navigate to Top of Call Stack", + "Navigate to Bottom of Call Stack", + "Navigate Up Call Stack", + "Navigate Down Call Stack", + "Copy as Expression", + "Copy Value", + "Add to Watch", + "Select Debug Console", + "Select Debug Session", + "Add Configuration..." + ], "vs/workbench/contrib/debug/browser/debugStatus": [ "Debug", "Debug: {0}", @@ -25177,16 +27040,8 @@ "from disassembly", "Disassembly View", "Address", - "Bytes", - "Instruction" - ], - "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" + "Bytes", + "Instruction" ], "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", @@ -25196,15 +27051,33 @@ ], "vs/workbench/contrib/debug/browser/variablesView": [ "Type new variable value", + "Remove Visualizer", + "Type new variable value", + "Visualize Variable...", "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...", + "Inspecting binary data requires this extension.", + "Collapse All" + ], + "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", "Collapse All" ], + "vs/workbench/contrib/debug/browser/welcomeView": [ + "[Open a file](command:{0}) which can be debugged or run.", + "Run and Debug", + "Show 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.", + "All debug extensions are disabled. Enable a debug extension or install a new one from the Marketplace.", + "Run" + ], "vs/workbench/contrib/debug/browser/watchExpressionsView": [ "Type new value", "Type watch expression", @@ -25227,16 +27100,33 @@ "&&Stop Debugging" ], "vs/workbench/contrib/debug/common/disassemblyViewInput": [ + "Icon of the disassembly editor label.", "Disassembly" ], - "vs/workbench/contrib/debug/browser/welcomeView": [ - "[Open a file](command:{0}) which can be debugged or run.", - "Run and Debug", - "Show 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.", - "All debug extensions are disabled. Enable a debug extension or install a new one from the Marketplace.", - "Run" + "vs/workbench/contrib/notebook/browser/contrib/notebookVariables/notebookVariableCommands": [ + "Copy Value", + "Execute Notebook Variable Provider" + ], + "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/exceptionWidget": [ + "Exception widget border color.", + "Exception widget background color.", + "Exception has occurred: {0}", + "Exception has occurred.", + "Close" + ], + "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/breakpointWidget": [ "Message to log when breakpoint is hit. Expressions within {} are interpolated. '{0}' to accept, '{1}' to cancel.", @@ -25245,7 +27135,78 @@ "Expression", "Hit Count", "Log Message", - "Breakpoint Type" + "Wait for Breakpoint", + "Breakpoint Type", + "Mode", + "None", + "Loading...", + "Could not load source.", + "Select breakpoint", + "Ok" + ], + "vs/workbench/contrib/markers/browser/markersView": [ + "Showing {0} of {1}", + "Showing {0} problems", + "Showing {0} of {1} problems", + "Clear Filters" + ], + "vs/workbench/contrib/markers/browser/messages": [ + "Toggle 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", + "No problems have been detected in the workspace.", + "No problems have been detected in the current file.", + "No results found with provided filter criteria.", + "More Filters...", + "Show Errors", + "Show Warnings", + "Show Infos", + "Hide Excluded Files", + "Show Active File Only", + "Filter Problems", + "Show fixes", + "Filter Problems", + "Filter (e.g. text, **/*.ts, !**/node_modules/**)", + "errors", + "warnings", + "infos", + "1 Error", + "{0} Errors", + "1 Warning", + "{0} Warnings", + "1 Info", + "{0} Infos", + "1 Unknown", + "{0} Unknowns", + "[Ln {0}, Col {1}]", + "{0} problems in file {1} of folder {2}", + " This problem has references to {0} locations.", + "Error: {0} at line {1} and character {2}.{3} generated by {4}", + "Error: {0} at line {1} and character {2}.{3}", + "Warning: {0} at line {1} and character {2}.{3} generated by {4}", + "Warning: {0} at line {1} and character {2}.{3}", + "Info: {0} at line {1} and character {2}.{3} generated by {4}", + "Info: {0} at line {1} and character {2}.{3}", + "Problem: {0} at line {1} and character {2}.{3} generated by {4}", + "Problem: {0} at line {1} and character {2}.{3}", + "{0} at line {1} and character {2} in {3}", + "Show Errors and Warnings", + "Focus Problems (Errors, Warnings, Infos)", + "Problems" + ], + "vs/workbench/contrib/markers/browser/markersFileDecorations": [ + "Problems", + "1 problem in this file", + "{0} problems in this file", + "Show Errors & Warnings on files and folder. Overwritten by `#problems.visibility#` when it is off." + ], + "vs/workbench/browser/parts/views/viewFilter": [ + "More Filters..." ], "vs/platform/actions/browser/menuEntryActionViewItem": [ "{0} ({1})", @@ -25259,148 +27220,249 @@ "Add Configuration...", "Debug Session" ], + "vs/workbench/contrib/comments/browser/commentsTreeViewer": [ + "{0} replies", + "1 reply", + "1 comment", + "Image: {0}", + "Image", + "Outdated", + "[Ln {0}]", + "[Ln {0}-{1}]", + "Last reply from {0}", + "Comments" + ], + "vs/workbench/contrib/comments/browser/commentsView": [ + "Filter (e.g. text, author)", + "Filter comments", + "Showing {0} of {1}", + "Inspect this in the accessible view ({0}).\n", + "Inspect this in the accessible view via the command Open Accessible View which is currently not triggerable via keybinding.\n", + "Outdated from {0} at line {1} column {2} in {3},{4} comment: {5}", + "{0} at line {1} column {2} in {3},{4} comment: {5}", + "Outdated from {0} in {1},{2} comment: {3}", + "{0} in {1},{2} comment: {3}", + "{0} {1}", + " {0} replies,", + "Comments for current workspace", + "Comments in {0}, full path {1}" + ], + "vs/workbench/contrib/comments/browser/commentsController": [ + "Line {0}", + "Lines {0} to {1}", + "Editor has commenting ranges, run the command Open Accessibility Help ({0}), for more information.", + "Editor has commenting ranges, run the command Open Accessibility Help, which is currently not triggerable via keybinding, for more information.", + "Editor has commenting ranges.", + "Select Comment Provider" + ], + "vs/workbench/contrib/accessibility/browser/accessibilityConfiguration": [ + "This setting is deprecated. Use the `signals` settings instead.", + "Accessibility", + "Enable sound when a screen reader is attached.", + "Enable sound.", + "Disable sound.", + "Enable announcement, will only play when in screen reader optimized mode.", + "Disable announcement.", + "Provide information about how to access the terminal accessibility help menu when the terminal is focused.", + "Provide information about how to navigate changes in the diff editor when it is focused.", + "Provide information about how to access the chat help menu when the chat input is focused.", + "Provide information about how to access the inline editor chat accessibility help menu and alert with hints that describe how to use the feature when the input is focused.", + "Provide information about how to access the inline completions hover and Accessible View.", + "Provide information about how to change a keybinding in the keybindings editor when a row is focused.", + "Provide information about how to focus the cell container or inner editor when a notebook cell is focused.", + "Provide information about how to open the hover in an Accessible View.", + "Provide information about how to open the notification in an Accessible View.", + "Provide information about relevant actions in an empty text editor.", + "Provide information about actions that can be taken in the comment widget or in a file which contains comments.", + "Indicate when a diff editor becomes the active editor.", + "Indicates when a file is saved. Also see {0}.", + "Indicates when a file is saved via user gesture.", + "Indicates whenever is a file is saved, including auto save.", + "Never alerts.", + "Indicates when a feature is cleared (for example, the terminal, Debug Console, or Output channel). Also see {0}.", + "Indicates when a file or notebook cell is formatted. Also see {0}.", + "Indicates when a file is formatted via user gesture.", + "Indicates whenever is a file is formatted, including auto save, on cell execution, and more.", + "Never alerts.", + "Indicates when the debugger breaks. Also see {0}.", + "Indicates when the active line has an error. Also see {0}.", + "Indicates when the active line has a warning. Also see {0}.", + "Indicates when the active line has a folded area that can be unfolded. Also see {0}.", + "Indicates when there is an available terminal quick fix. Also see {0}.", + "Indicates when the terminal bell is activated.", + "Indicates when a terminal command fails (non-zero exit code). Also see {0}.", + "Indicates when a task fails (non-zero exit code). Also see {0}.", + "Indicates when a task completes successfully (zero exit code). Also see {0}.", + "Indicates when a chat request is sent. Also see {0}.", + "Indicates when a chat response is pending. Also see {0}.", + "Indicates when there are no inlay hints. Also see {0}.", + "Indicates when on a line with a breakpoint. Also see {0}.", + "Indicates when a notebook cell completes successfully. Also see {0}.", + "Indicates when a notebook cell fails. Also see {0}.", + "Indicates when the debugger breaks. Also see {0}.", + "On keypress, close the Accessible View and focus the element from which it was invoked.", + "The volume of the sounds in percent (0-100).", + "Whether or not position changes should be debounced", + "Plays a signal when the active line has a breakpoint.", + "Plays a sound when the active line has a breakpoint.", + "Indicates when the active line has a breakpoint.", + "Indicates when the active line has an inline suggestion.", + "Plays a sound when the active line has an inline suggestion.", + "Indicates when the active line has an error.", + "Plays a sound when the active line has an error.", + "Indicates when the active line has an error.", + "Indicates when the active line has a folded area that can be unfolded.", + "Plays a sound when the active line has a folded area that can be unfolded.", + "Indicates when the active line has a folded area that can be unfolded.", + "Plays a signal when the active line has a warning.", + "Plays a sound when the active line has a warning.", + "Indicates when the active line has a warning.", + "Plays a signal when the active line has a warning.", + "Plays a sound when the active line has a warning.", + "Indicates when the active line has a warning.", + "Plays a signal when the active line has a warning.", + "Plays a sound when the active line has a warning.", + "Indicates when the active line has a warning.", + "Plays a signal when the debugger stopped on a breakpoint.", + "Plays a sound when the debugger stopped on a breakpoint.", + "Indicates when the debugger stopped on a breakpoint.", + "Plays a signal when trying to read a line with inlay hints that has no inlay hints.", + "Plays a sound when trying to read a line with inlay hints that has no inlay hints.", + "Indicates when trying to read a line with inlay hints that has no inlay hints.", + "Plays a signal when a task is completed.", + "Plays a sound when a task is completed.", + "Indicates when a task is completed.", + "Plays a signal when a task fails (non-zero exit code).", + "Plays a sound when a task fails (non-zero exit code).", + "Indicates when a task fails (non-zero exit code).", + "Plays a signal when a terminal command fails (non-zero exit code) or when a command with such an exit code is navigated to in the accessible view.", + "Plays a sound when a terminal command fails (non-zero exit code) or when a command with such an exit code is navigated to in the accessible view.", + "Indicates when a terminal command fails (non-zero exit code) or when a command with such an exit code is navigated to in the accessible view.", + "Plays a signal when terminal Quick Fixes are available.", + "Plays a sound when terminal Quick Fixes are available.", + "Indicates when terminal Quick Fixes are available.", + "Plays a signal when the terminal bell is ringing.", + "Plays a sound when the terminal bell is ringing.", + "Indicates when the terminal bell is ringing.", + "Indicates when the focus moves to an inserted line in Accessible Diff Viewer mode or to the next/previous change.", + "Plays a sound when the focus moves to an inserted line in Accessible Diff Viewer mode or to the next/previous change.", + "Indicates when the focus moves to an modified line in Accessible Diff Viewer mode or to the next/previous change.", + "Plays a sound when the focus moves to a modified line in Accessible Diff Viewer mode or to the next/previous change.", + "Indicates when the focus moves to an deleted line in Accessible Diff Viewer mode or to the next/previous change.", + "Plays a sound when the focus moves to an deleted line in Accessible Diff Viewer mode or to the next/previous change.", + "Plays a signal when a notebook cell execution is successfully completed.", + "Plays a sound when a notebook cell execution is successfully completed.", + "Indicates when a notebook cell execution is successfully completed.", + "Plays a signal when a notebook cell execution fails.", + "Plays a sound when a notebook cell execution fails.", + "Indicates when a notebook cell execution fails.", + "Plays a signal when a chat request is made.", + "Plays a sound when a chat request is made.", + "Indicates when a chat request is made.", + "Plays a signal on loop while progress is occurring.", + "Plays a sound on loop while progress is occurring.", + "Alerts on loop while progress is occurring.", + "Indicates when the response has been received.", + "Plays a sound on loop while the response has been received.", + "Indicates when the voice recording has started.", + "Plays a sound when the voice recording has started.", + "Indicates when the voice recording has stopped.", + "Plays a sound when the voice recording has stopped.", + "Plays a signal when a feature is cleared (for example, the terminal, Debug Console, or Output channel).", + "Plays a sound when a feature is cleared.", + "Indicates when a feature is cleared.", + "Plays a signal when a file is saved.", + "Plays a sound when a file is saved.", + "Plays the audio cue when a user explicitly saves a file.", + "Plays the audio cue whenever a file is saved, including auto save.", + "Never plays the audio cue.", + "Indicates when a file is saved.", + "Announces when a user explicitly saves a file.", + "Announces whenever a file is saved, including auto save.", + "Never plays the audio cue.", + "Plays a signal when a file or notebook is formatted.", + "Plays a sound when a file or notebook is formatted.", + "Plays the audio cue when a user explicitly formats a file.", + "Plays the audio cue whenever a file is formatted, including if it is set to format on save, type, or, paste, or run of a cell.", + "Never plays the audio cue.", + "Indicates when a file or notebook is formatted.", + "Announceswhen a user explicitly formats a file.", + "Announces whenever a file is formatted, including if it is set to format on save, type, or, paste, or run of a cell.", + "Never announces.", + "Whether to dim unfocused editors and terminals, which makes it more clear where typed input will go to. This works with the majority of editors with the notable exceptions of those that utilize iframes like notebooks and extension webview editors.", + "The opacity fraction (0.2 to 1.0) to use for unfocused editors and terminals. This will only take effect when {0} is enabled.", + "Controls whether the Accessible View is hidden.", + "The duration in milliseconds that voice speech recognition remains active after you stop speaking. For example in a chat session, the transcribed text is submitted automatically after the timeout is met. Set to `0` to disable this feature.", + "The language that voice speech recognition should recognize. Select `auto` to use the configured display language if possible. Note that not all display languages maybe supported by speech recognition", + "Auto (Use Display Language)" + ], + "vs/workbench/contrib/comments/browser/commentsEditorContribution": [ + "Go to Next Commenting Range", + "Go to Previous Commenting Range", + "Toggle Editor Commenting", + "The cursor must be within a commenting range to add a comment", + "Add Comment on Current Selection", + "Collapse All Comments", + "Expand All Comments", + "Expand Unresolved Comments" + ], "vs/workbench/contrib/mergeEditor/browser/commands/devCommands": [ - "Merge Editor (Dev)", - "Copy Merge Editor State as JSON", "Merge Editor", "No active merge editor", "Merge Editor", "Successfully copied merge editor state", - "Save Merge Editor State to Folder", "Merge Editor", "No active merge editor", "Select folder to save to", "Merge Editor", "Successfully saved merge editor state to folder", - "Load Merge Editor State from Folder", - "Select folder to save to" - ], - "vs/workbench/contrib/mergeEditor/browser/commands/commands": [ - "Open Merge Editor", - "Mixed Layout", - "Column Layout", - "Show Non-Conflicting Changes", - "Show Base", - "Show Base Top", - "Show Base Center", - "Merge Editor", - "Open File", - "Go to Next Unhandled Conflict", - "Go to Previous Unhandled Conflict", - "Toggle Current Conflict from Left", - "Toggle Current Conflict from Right", - "Compare Input 1 With Base", - "Compare With Base", - "Compare Input 2 With Base", - "Compare With Base", - "Open Base File", - "Accept All Changes from Left", - "Accept All Changes from Right", - "Reset Result", - "Reset", - "Reset Choice for 'Close with Conflicts'", - "Complete Merge", - "Do you want to complete the merge of {0}?", - "The file contains unhandled conflicts.", - "&&Complete with Conflicts" - ], - "vs/workbench/contrib/mergeEditor/browser/mergeEditorInput": [ - "Merging: {0}" - ], - "vs/workbench/contrib/mergeEditor/browser/view/mergeEditor": [ - "Text Merge Editor" - ], - "vs/platform/history/browser/contextScopedHistoryWidget": [ - "Whether suggestion are visible" - ], - "vs/workbench/contrib/debug/browser/linkDetector": [ - "follow link using forwarded port", - "follow link", - "Cmd + click to {0}\n{1}", - "Ctrl + click to {0}\n{1}", - "Cmd + click to {0}", - "Ctrl + click to {0}" - ], - "vs/workbench/contrib/debug/browser/replViewer": [ - "Debug Console", - "Variable {0}, value {1}", - ", occurred {0} times", - "Debug console variable {0}, value {1}", - "Debug console group {0}" - ], - "vs/workbench/contrib/debug/common/replModel": [ - "Console was cleared" - ], - "vs/workbench/contrib/markers/browser/markersView": [ - "Showing {0} of {1}", - "Showing {0} problems", - "Showing {0} of {1} problems", - "Clear Filters" + "Select folder to save to", + "Merge Editor (Dev)", + "Copy Merge Editor State as JSON", + "Save Merge Editor State to Folder", + "Load Merge Editor State from Folder" ], - "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", - "No problems have been detected in the workspace.", - "No problems have been detected in the current file.", - "No results found with provided filter criteria.", - "More Filters...", - "Show Errors", - "Show Warnings", - "Show Infos", - "Hide Excluded Files", - "Show Active File Only", - "Filter Problems", - "Show fixes", - "Filter Problems", - "Filter (e.g. text, **/*.ts, !**/node_modules/**)", - "errors", - "warnings", - "infos", - "1 Error", - "{0} Errors", - "1 Warning", - "{0} Warnings", - "1 Info", - "{0} Infos", - "1 Unknown", - "{0} Unknowns", - "[Ln {0}, Col {1}]", - "{0} problems in file {1} of folder {2}", - " This problem has references to {0} locations.", - "Error: {0} at line {1} and character {2}.{3} generated by {4}", - "Error: {0} at line {1} and character {2}.{3}", - "Warning: {0} at line {1} and character {2}.{3} generated by {4}", - "Warning: {0} at line {1} and character {2}.{3}", - "Info: {0} at line {1} and character {2}.{3} generated by {4}", - "Info: {0} at line {1} and character {2}.{3}", - "Problem: {0} at line {1} and character {2}.{3} generated by {4}", - "Problem: {0} at line {1} and character {2}.{3}", - "{0} at line {1} and character {2} in {3}", - "Show Errors and Warnings", - "Problems" + "vs/workbench/contrib/mergeEditor/browser/mergeEditorInput": [ + "Merging: {0}" ], - "vs/workbench/browser/parts/views/viewFilter": [ - "More Filters..." + "vs/workbench/contrib/mergeEditor/browser/commands/commands": [ + "Compare With Base", + "Compare With Base", + "Reset", + "Do you want to complete the merge of {0}?", + "The file contains unhandled conflicts.", + "&&Complete with Conflicts", + "Open Merge Editor", + "Mixed Layout", + "Column Layout", + "Show Non-Conflicting Changes", + "Show Base", + "Show Base Top", + "Show Base Center", + "Merge Editor", + "Open File", + "Go to Next Unhandled Conflict", + "Go to Previous Unhandled Conflict", + "Toggle Current Conflict from Left", + "Toggle Current Conflict from Right", + "Compare Input 1 With Base", + "Compare Input 2 With Base", + "Open Base File", + "Accept All Changes from Left", + "Accept All Changes from Right", + "Reset Result", + "Reset Choice for 'Close with Conflicts'", + "Complete Merge" ], - "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/view/mergeEditor": [ + "Text Merge Editor" ], "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", "Manage Trusted Domains" ], "vs/workbench/contrib/url/browser/trustedDomainsValidator": [ @@ -25409,27 +27471,6 @@ "&&Copy", "Configure &&Trusted Domains" ], - "vs/workbench/contrib/comments/common/commentContextKeys": [ - "Whether the position at the active cursor has a commenting range", - "Whether the active editor has a commenting range", - "Whether the open workspace has either comments or commenting ranges.", - "Set when the comment thread has no comments", - "Set when the comment has no input", - "The context value of the comment", - "The context value of the comment thread", - "The comment controller id associated with a comment thread", - "Set when the comment is focused" - ], - "vs/workbench/contrib/comments/browser/commentsEditorContribution": [ - "Go to Next Commenting Range", - "Go to Previous Commenting Range", - "Toggle Editor Commenting", - "The cursor must be within a commenting range to add a comment", - "Add Comment on Current Selection", - "Collapse All Comments", - "Expand All Comments", - "Expand Unresolved Comments" - ], "vs/workbench/contrib/webviewPanel/browser/webviewCommands": [ "Show find", "Stop find", @@ -25443,6 +27484,11 @@ "vs/workbench/contrib/customEditor/common/customEditor": [ "The viewType of the currently active custom editor." ], + "vs/workbench/contrib/customEditor/browser/customEditorInput": [ + "Unable to open the editor in this window, it contains modifications that can only be saved in the original window.", + "Open in Original Window", + "Unable to move '{0}': The editor contains changes that can only be saved in its current window." + ], "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}", @@ -25456,21 +27502,9 @@ "How would you like to open: {0}" ], "vs/workbench/contrib/extensions/common/extensionsInput": [ + "Icon of the extensions editor label.", "Extension: {0}" ], - "vs/workbench/contrib/extensions/browser/extensionsViews": [ - "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.", - "Verified Publisher {0}", - "Publisher {0}", - "Deprecated", - "Rated {0} out of 5 stars by {1} users" - ], "vs/workbench/contrib/extensions/browser/extensionsIcons": [ "View icon of the extensions view.", "Icon for the 'Manage' action in the extensions view.", @@ -25497,14 +27531,33 @@ "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/extensionsViews": [ + "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.", + "Verified Publisher {0}", + "Publisher {0}", + "Deprecated", + "Rated {0} out of 5 stars by {1} users" + ], "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/platform/actions/browser/toolbar": [ + "Hide", + "Reset Menu" + ], "vs/workbench/contrib/extensions/browser/extensionsActions": [ "{0} for the Web", "The '{0}' extension is not available in {1}. Click 'More Information' to learn more.", "&&More Information", "Close", + "Install Pre-Release", + "Cancel", "{0} cannot verify the '{1}' extension. Are you sure you want to install it?", "Install Anyway", "Cancel", @@ -25524,6 +27577,7 @@ "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 Workspace Extension", "Install Pre-Release", "Install Pre-Release Version", "Install", @@ -25545,17 +27599,22 @@ "Update", "Updating extension {0} to version {1} started.", "Updating extension {0} to version {1} completed.", - "Ignore Updates", - "Ignoring {0} updates", + "Enabled auto updates for", + "Disabled auto updates for", + "Auto Update All (From Publisher)", + "Ignoring updates published by {0}.", + "Enabled auto updates for", + "Disabled auto updates for", "Migrate", "Migrate to {0}", "Migrate", "Manage", "Manage", - "Switch to Pre-Release Version", - "Switch to Pre-Release version of this extension", + "Pre-Release", "Switch to Release Version", - "Switch to Release version of this extension", + "This will switch and enable updates to release versions", + "Switch to Pre-Release Version", + "This will switch to pre-release version and enable updates to latest version always", "Install Another Version...", "This extension has no other versions.", "pre-release", @@ -25571,17 +27630,14 @@ "Disable this extension", "Enable", "Disable", - "Reload", - "Reload Required", + "Reload Window", + "Restart Extensions", + "Restart to Update", + "Update {0}", "current", - "Set Color Theme", "Select Color Theme", - "Set File Icon Theme", "Select File Icon Theme", - "Set Product Icon Theme", "Select Product Icon Theme", - "Set Display Language", - "Clear Display Language", "Show Recommended Extension", "Install Recommended Extension", "Do not recommend this extension again", @@ -25608,116 +27664,67 @@ "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.", - "This extension is enabled for this workspace by the user.", - "Extension is enabled on '{0}'", - "This extension is enabled globally.", - "This extension is disabled globally by the user.", - "This extension is disabled for this workspace by the user.", - "Reinstall Extension...", - "Select Extension to Reinstall", - "Please reload Visual Studio Code to complete reinstalling the extension {0}.", - "Reinstalling the extension {0} is completed.", - "Reload Now", - "Install Specific Version of Extension...", - "Select Extension", - "Select extensions to install", - "There are no extensions to install.", - "Installing Extensions...", - "Successfully installed extensions.", - "Install Local Extensions in '{0}'...", - "Install Local Extensions in '{0}'", - "Install Remote Extensions Locally...", - "Install Remote Extensions Locally", - "Button background color for extension actions.", - "Button foreground color for extension actions.", - "Button background hover color for extension actions.", - "Button separator color for extension actions", - "Button background color for extension actions that stand out (e.g. install button).", - "Button foreground color for extension actions that stand out (e.g. install button).", - "Button background hover color for extension actions that stand out (e.g. install button)." - ], - "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/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/terminalContrib/accessibility/browser/terminal.accessibility.contribution": [ - "Focus Accessible Buffer", - "Accessible Buffer Go to Next Command", - "Accessible Buffer Go to Previous Command" - ], - "vs/workbench/contrib/terminalContrib/developer/browser/terminal.developer.contribution": [ - "Show Terminal Texture Atlas", - "Write Data to Terminal", - "Enter data to write directly to the terminal, bypassing the pty", - "Restart Pty Host" - ], - "vs/workbench/contrib/terminalContrib/environmentChanges/browser/terminal.environmentChanges.contribution": [ - "Show Environment Contributions", - "Terminal Environment Changes", - "Extension: {0}", - "workspace" - ], - "vs/workbench/contrib/terminalContrib/find/browser/terminal.find.contribution": [ - "Focus Find", - "Hide Find", - "Toggle Find Using Regex", - "Toggle Find Using Whole Word", - "Toggle Find Using Case Sensitive", - "Find Next", - "Find Previous", - "Search Workspace" - ], - "vs/workbench/contrib/terminalContrib/links/browser/terminal.links.contribution": [ - "Open Detected Link...", - "Open Last URL Link", - "Open Last Local File Link" - ], - "vs/workbench/contrib/terminalContrib/quickFix/browser/terminal.quickFix.contribution": [ - "Show Terminal Quick Fixes" - ], - "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'.", - "Expected format '${publisher}.${name}'. Example: 'vscode.csharp'.", - "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'." + "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", + "Manage Access", + "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.", + "This extension is enabled for this workspace by the user.", + "Extension is enabled on '{0}'", + "This extension is enabled globally.", + "This extension is disabled globally by the user.", + "This extension is disabled for this workspace by the user.", + "Reinstall Extension...", + "Select Extension to Reinstall", + "Please reload Visual Studio Code to complete reinstalling the extension {0}.", + "Reinstalling the extension {0} is completed.", + "Reload Now", + "Install Specific Version of Extension...", + "Select Extension", + "Select extensions to install", + "There are no extensions to install.", + "Installing Extensions...", + "Successfully installed extensions.", + "Install Local Extensions in '{0}'...", + "Install Local Extensions in '{0}'", + "Install Remote Extensions Locally...", + "Install Remote Extensions Locally", + "Button background color for extension actions.", + "Button foreground color for extension actions.", + "Button background hover color for extension actions.", + "Button separator color for extension actions", + "Button background color for extension actions that stand out (e.g. install button).", + "Button foreground color for extension actions that stand out (e.g. install button).", + "Button background hover color for extension actions that stand out (e.g. install button).", + "Auto Update", + "Set Color Theme", + "Set File Icon Theme", + "Set Product Icon Theme", + "Set Display Language", + "Clear Display Language" ], "vs/workbench/contrib/extensions/browser/extensionEditor": [ "Extension Version", - "Pre-Release", "Extension name", "Preview", "Preview", @@ -25725,18 +27732,18 @@ "Publisher", "Install count", "Rating", + "Workspace Extension", + "Local Extension", "Details", "Extension details, rendered from the extension's 'README.md' file", - "Feature Contributions", - "Lists contributions to VS Code by this extension", + "Features", + "Lists features contributed by this extension", "Changelog", "Extension update history, rendered from the extension's 'CHANGELOG.md' file", "Dependencies", "Lists extensions this extension depends on", "Extension Pack", "Lists extensions those will be installed together with this extension", - "Runtime Status", - "Extension runtime status", "No README available.", "Readme", "Extension Pack ({0})", @@ -25744,9 +27751,10 @@ "Readme", "Categories", "Marketplace", + "Issues", "Repository", "License", - "Extension Resources", + "Resources", "More Info", "Published", "Last released", @@ -25754,86 +27762,17 @@ "Identifier", "No Changelog available.", "Changelog", - "No Contributions", - "No Contributions", "No Dependencies", - "Activation Event:", - "Startup", - "Activation Time:", - "Activated By:", - "Not yet activated.", - "Uncaught Errors ({0})", - "Messages ({0})", - "No status available.", - "Settings ({0})", - "ID", - "Description", - "Default", - "Debuggers ({0})", - "Name", - "Type", - "View Containers ({0})", - "ID", - "Title", - "Where", - "Views ({0})", - "ID", - "Name", - "Where", - "Localizations ({0})", - "Language ID", - "Language Name", - "Language Name (Localized)", - "Custom Editors ({0})", - "View Type", - "Priority", - "Filename Pattern", - "Code Actions ({0})", - "Title", - "Kind", - "Description", - "Languages", - "Authentication ({0})", - "Label", - "ID", - "Color Themes ({0})", - "File Icon Themes ({0})", - "Product Icon Themes ({0})", - "Colors ({0})", - "ID", - "Description", - "Dark Default", - "Light Default", - "High Contrast Default", - "JSON Validation ({0})", - "File Match", - "Schema", - "Commands ({0})", - "ID", - "Title", - "Keyboard Shortcuts", - "Menu Contexts", - "Languages ({0})", - "ID", - "Name", - "File Extensions", - "Grammar", - "Snippets", - "Activation Events ({0})", - "Notebooks ({0})", - "ID", - "Name", - "Notebook Renderers ({0})", - "Name", - "Mimetypes", "Find", "Find Next", "Find Previous" ], - "vs/workbench/contrib/extensions/common/extensionsUtils": [ - "Disable other keymaps ({0}) to avoid conflicts between keybindings?", - "Yes", - "No" + "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'.", + "Expected format '${publisher}.${name}'. Example: 'vscode.csharp'.", + "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/browser/extensionsActivationProgress": [ "Activating Extensions..." @@ -25845,6 +27784,11 @@ "Reload Window", "There are no missing dependencies to install." ], + "vs/workbench/contrib/extensions/common/extensionsUtils": [ + "Disable other keymaps ({0}) to avoid conflicts between keybindings?", + "Yes", + "No" + ], "vs/workbench/contrib/extensions/browser/extensionsQuickAccess": [ "Type an extension name to install or search.", "Press Enter to search for extension '{0}'.", @@ -25852,7 +27796,6 @@ "Press Enter to manage your extensions." ], "vs/workbench/contrib/extensions/browser/extensionRecommendationNotificationService": [ - "Don't Show Again", "Do you want to ignore all extension recommendations?", "Yes, Ignore All", "No", @@ -25863,40 +27806,13 @@ "extensions from {0}", "Do you want to install the recommended {0} for {1}?", "You have {0} installed on your system. Do you want to install the recommended {1} for it?", + "Don't Show Again for this Repository", + "Don't Show Again for these Extensions", + "Don't Show Again for this Extension", "Install", "Install (Do not sync)", "Show Recommendations" ], - "vs/workbench/contrib/extensions/browser/extensionsWorkbenchService": [ - "Manifest is not found", - "Please reload Visual Studio Code to complete the uninstallation of this extension.", - "Please reload Visual Studio Code to enable the updated extension.", - "Please reload Visual Studio Code to enable this extension locally.", - "Please reload Visual Studio Code to enable this extension in {0}.", - "Please reload Visual Studio Code to enable this extension.", - "Please reload Visual Studio Code to enable this extension.", - "Please reload Visual Studio Code to disable this extension.", - "Please reload Visual Studio Code to enable this extension.", - "Please reload Visual Studio Code to enable this extension.", - "This extension is reported to be problematic.", - "Can't install '{0}' extension because it is not compatible.", - "Uninstalling extension....", - "Unable to install extension '{0}' because the requested version '{1}' is not found.", - "Installing extension....", - "Installing '{0}' 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/extensionsCompletionItemsProvider": [ - "Example" - ], - "vs/workbench/contrib/extensions/browser/deprecatedExtensionsChecker": [ - "You have deprecated extensions installed. We recommend to review them and migrate to alternatives.", - "Show Deprecated Extensions", - "Don't Show Again" - ], "vs/workbench/contrib/extensions/browser/abstractRuntimeExtensionsEditor": [ "Activated by {0} on start-up", "Activated by {1} because a file matching {0} exists in your workspace", @@ -25908,12 +27824,137 @@ "Extension is activating...", "Extension has caused the extension host to freeze.", "{0} uncaught errors", + "{0} Requests: {1} (Overall)", + ", {0} (Session)", + "Last request was {0}.", "Runtime Extensions", "Copy id ({0})", "Disable (Workspace)", "Disable", "Show Running Extensions" ], + "vs/workbench/contrib/extensions/browser/extensionEnablementWorkspaceTrustTransitionParticipant": [ + "Restarting extension host due to workspace trust change." + ], + "vs/workbench/contrib/extensions/browser/extensionsCompletionItemsProvider": [ + "Example" + ], + "vs/workbench/contrib/extensions/browser/deprecatedExtensionsChecker": [ + "You have deprecated extensions installed. We recommend to review them and migrate to alternatives.", + "Show Deprecated Extensions", + "Don't Show Again" + ], + "vs/workbench/contrib/extensions/browser/extensionsWorkbenchService": [ + "Manifest is not found", + "Enable or Disable extensions", + "reload window", + "restart extensions", + "Please {0} to complete the uninstallation of this extension.", + "Please update {0} to enable the updated extension.", + "Please update {0} to enable the updated extension.", + "Please restart {0} to enable the updated extension.", + "Please {0} to enable the updated extension.", + "Please {0} to enable this extension locally.", + "Please {0} to enable this extension in {1}.", + "Please {0} to enable this extension.", + "Please {0} to enable this extension.", + "Please {0} to disable this extension.", + "Please {0} to enable this extension.", + "Please {0} to enable this extension.", + "This extension is reported to be problematic.", + "Unable to install extension '{0}' because the requested version '{1}' is not found.", + "Unable to install extension '{0}' because it is not found.", + "&&Install Extension", + "&&Install Extension and {0}", + "Open Extension", + "Install Extension", + "Would you like to install '{0}' extension from '{1}'?", + "Would you like to install the extension?", + "Sync this extension", + "Unable to install extension", + "Enable Extension", + "Would you like to enable '{0}' extension?", + "&&Enable Extension", + "&&Enable Extension and {0}", + "Can't install '{0}' extension because it is not compatible.", + "Uninstalling extension....", + "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/terminal/browser/terminal.contribution": [ + "Type the name of a terminal to open.", + "Show All Opened Terminals", + "&&Terminal", + "Terminal", + "Terminal" + ], + "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/terminalContrib/developer/browser/terminal.developer.contribution": [ + "Enter data to write directly to the terminal, bypassing the pty", + "Terminal Dev Mode", + "Show Terminal Texture Atlas", + "Write Data to Terminal", + "Restart Pty Host" + ], + "vs/workbench/contrib/terminalContrib/environmentChanges/browser/terminal.environmentChanges.contribution": [ + "Terminal Environment Changes", + "Extension: {0}", + "workspace", + "Show Environment Contributions" + ], + "vs/workbench/contrib/terminalContrib/accessibility/browser/terminal.accessibility.contribution": [ + "Focus Accessible Terminal View", + "Accessible Buffer Go to Next Command", + "Accessible Buffer Go to Previous Command", + "Scroll to Accessible View Bottom", + "Scroll to Accessible View Top" + ], + "vs/workbench/contrib/terminalContrib/links/browser/terminal.links.contribution": [ + "Open Detected Link...", + "Open Last URL Link", + "Opens the last detected URL/URI link in the terminal", + "Open Last Local File Link" + ], + "vs/workbench/contrib/terminalContrib/quickFix/browser/terminal.quickFix.contribution": [ + "Show Terminal Quick Fixes" + ], + "vs/workbench/contrib/terminalContrib/zoom/browser/terminal.zoom.contribution": [ + "Increase Font Size", + "Decrease Font Size", + "Reset Font Size" + ], + "vs/workbench/contrib/terminalContrib/find/browser/terminal.find.contribution": [ + "Focus Find", + "Hide Find", + "Toggle Find Using Regex", + "Toggle Find Using Whole Word", + "Toggle Find Using Case Sensitive", + "Find Next", + "Find Previous", + "Search Workspace" + ], + "vs/workbench/contrib/terminalContrib/suggest/browser/terminal.suggest.contribution": [ + "Select the Previous Suggestion", + "Select the Previous Page Suggestion", + "Select the Next Suggestion", + "Select the Next Page Suggestion", + "Accept Selected Suggestion", + "Hide Suggest Widget" + ], + "vs/workbench/contrib/tasks/browser/runAutomaticTasks": [ + "Manage Automatic Tasks", + "Allow Automatic Tasks", + "Disallow Automatic Tasks" + ], "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.", @@ -25984,10 +28025,15 @@ "ESLint stylish problems", "Go problems" ], - "vs/workbench/contrib/tasks/browser/runAutomaticTasks": [ - "Manage Automatic Tasks", - "Allow Automatic Tasks", - "Disallow Automatic Tasks" + "vs/workbench/contrib/tasks/common/jsonSchema_v1": [ + "Task version 0.1.0 is deprecated. Please use 2.0.0", + "The config's version number", + "The runner has graduated. Use the official runner property", + "Defines whether the task is executed as a process and the output is shown in the output window or inside the terminal.", + "Windows specific command configuration", + "Mac specific command configuration", + "Linux specific command configuration", + "Specifies whether the command is a shell command or an external program. Defaults to false if omitted." ], "vs/workbench/contrib/tasks/common/jsonSchema_v2": [ "Specifies whether the command is a shell command or an external program. Defaults to false if omitted.", @@ -26062,29 +28108,16 @@ "The customize property is deprecated. See the 1.14 release notes on how to migrate to the new task customization approach", "The task's name property is deprecated. Use the label property instead.", "The property showOutput is deprecated. Use the reveal property inside the presentation property instead. See also the 1.14 release notes.", - "The property echoCommand is deprecated. Use the echo property inside the presentation property instead. See also the 1.14 release notes.", - "The property suppressTaskName is deprecated. Inline the command with its arguments into the task instead. See also the 1.14 release notes.", - "The property isBuildCommand is deprecated. Use the group property instead. See also the 1.14 release notes.", - "The property isTestCommand is deprecated. Use the group property instead. See also the 1.14 release notes.", - "Defines whether the task is run as a process or as a command inside a shell.", - "The property suppressTaskName is deprecated. Inline the command with its arguments into the task instead. See also the 1.14 release notes.", - "The property taskSelector is deprecated. Inline the command with its arguments into the task instead. See also the 1.14 release notes.", - "Windows specific command configuration", - "Mac specific command configuration", - "Linux specific command configuration" - ], - "vs/workbench/contrib/extensions/browser/extensionEnablementWorkspaceTrustTransitionParticipant": [ - "Restarting extension host due to workspace trust change." - ], - "vs/workbench/contrib/tasks/common/jsonSchema_v1": [ - "Task version 0.1.0 is deprecated. Please use 2.0.0", - "The config's version number", - "The runner has graduated. Use the official runner property", - "Defines whether the task is executed as a process and the output is shown in the output window or inside the terminal.", + "The property echoCommand is deprecated. Use the echo property inside the presentation property instead. See also the 1.14 release notes.", + "The property suppressTaskName is deprecated. Inline the command with its arguments into the task instead. See also the 1.14 release notes.", + "The property isBuildCommand is deprecated. Use the group property instead. See also the 1.14 release notes.", + "The property isTestCommand is deprecated. Use the group property instead. See also the 1.14 release notes.", + "Defines whether the task is run as a process or as a command inside a shell.", + "The property suppressTaskName is deprecated. Inline the command with its arguments into the task instead. See also the 1.14 release notes.", + "The property taskSelector is deprecated. Inline the command with its arguments into the task instead. See also the 1.14 release notes.", "Windows specific command configuration", "Mac specific command configuration", - "Linux specific command configuration", - "Specifies whether the command is a shell command or an external program. Defaults to false if omitted." + "Linux specific command configuration" ], "vs/workbench/contrib/tasks/browser/tasksQuickAccess": [ "No matching tasks", @@ -26109,7 +28142,6 @@ "Select url to open", "Remote Help", "Remote Explorer", - "Remote Explorer", "Attempting to reconnect in {0} second...", "Attempting to reconnect in {0} seconds...", "Reconnect Now", @@ -26118,14 +28150,11 @@ "Disconnected. Attempting to reconnect...", "Cannot reconnect. Please reload the window.", "&&Reload Window", - "Help and feedback" + "Help and feedback", + "Remote Explorer" ], "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}...", @@ -26143,22 +28172,39 @@ "Reload Window", "Close Remote Workspace", "Select an option to open a Remote Window", - "Installing extension... " + "Installing extension... ", + "When enabled, remote extensions recommendations will be shown in the Remote Indicator menu.", + "Remote", + "Show Remote Menu", + "Close Remote Connection", + "Install Remote Development Extensions" + ], + "vs/workbench/contrib/remote/browser/remoteConnectionHealth": [ + "You are about to connect to an OS version that is unsupported by {0}.", + "&&Allow", + "&&Learn More", + "Do not show again", + "Learn More", + "You are connected to an OS version that is unsupported by {0}." ], "vs/workbench/contrib/emmet/browser/actions/expandAbbreviation": [ "Emmet: Expand Abbreviation", "Emmet: E&&xpand Abbreviation" ], "vs/workbench/contrib/codeEditor/browser/accessibility/accessibility": [ - "Toggle Screen Reader Accessibility Mode" + "Toggle Screen Reader Accessibility Mode", + "Toggles an optimized mode for usage with screen readers, braille devices, and other assistive technologies." ], "vs/workbench/contrib/codeEditor/browser/diffEditorHelper": [ "Show Whitespace Differences", "The diff algorithm was stopped early (after {0} ms.)", "Remove Limit", + "Run the command Diff Editor: Switch Side ({0}) to toggle between the original and modified editors.", + "Run the command Diff Editor: Switch Side, which is currently not triggerable via keybinding, to toggle between the original and modified editors.", + "The setting, accessibility.verbosity.diffEditorActive, controls if a diff editor announcement is made when it becomes the active editor.", "You are in a diff editor.", "View the next ({0}) or previous ({1}) diff in diff review mode, which is optimized for screen readers.", - "To control which audio cues should be played, the following settings can be configured: {0}." + "To control which accessibility signals should be played, the following settings can be configured: {0}." ], "vs/workbench/contrib/codeEditor/browser/inspectKeybindings": [ "Inspect Key Mappings", @@ -26173,6 +28219,11 @@ "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/saveParticipants": [ "Running '{0}' Formatter ([configure]({1})).", "Quick Fixes", @@ -26180,31 +28231,26 @@ "Applying code action '{0}'." ], "vs/workbench/contrib/codeEditor/browser/toggleColumnSelection": [ - "Toggle Column Selection Mode", - "Column &&Selection Mode" + "Column &&Selection Mode", + "Toggle Column Selection Mode" ], "vs/workbench/contrib/codeEditor/browser/toggleMinimap": [ - "Toggle Minimap", - "&&Minimap" + "&&Minimap", + "Toggle Minimap" ], - "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/codeEditor/browser/toggleRenderControlCharacter": [ + "Render &&Control Characters", + "Toggle Control Characters" ], "vs/workbench/contrib/codeEditor/browser/toggleMultiCursorModifier": [ - "Toggle Multi-Cursor Modifier", "Switch to Alt+Click for Multi-Cursor", "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" + "Switch to Ctrl+Click for Multi-Cursor", + "Toggle Multi-Cursor Modifier" ], "vs/workbench/contrib/codeEditor/browser/toggleRenderWhitespace": [ - "Toggle Render Whitespace", - "&&Render Whitespace" + "&&Render Whitespace", + "Toggle Render Whitespace" ], "vs/workbench/contrib/codeEditor/browser/toggleWordWrap": [ "Whether the editor is currently using word wrapping.", @@ -26221,6 +28267,37 @@ "Execute {0} to select a language, execute {1} to fill with template, or execute {2} to open a different editor and get started. Start typing to dismiss.", " Toggle {0} in settings to disable this hint." ], + "vs/workbench/contrib/codeEditor/browser/dictation/editorDictation": [ + "Stop Dictation ({0})", + "Stop Dictation", + "Voice", + "Start Dictation in Editor", + "Stop Dictation in Editor" + ], + "vs/platform/history/browser/contextScopedHistoryWidget": [ + "Whether suggestion are visible" + ], + "vs/workbench/contrib/debug/browser/linkDetector": [ + "follow link using forwarded port", + "follow link", + "Cmd + click to {0}\n{1}", + "Ctrl + click to {0}\n{1}", + "Cmd + click to {0}", + "Ctrl + click to {0}" + ], + "vs/workbench/contrib/debug/browser/replViewer": [ + "Debug Console", + "Variable {0}, value {1}", + ", occurred {0} times", + "Debug console variable {0}, value {1}", + "Debug console group {0}" + ], + "vs/workbench/contrib/debug/common/replModel": [ + "Console was cleared" + ], + "vs/workbench/contrib/snippets/browser/commands/surroundWithSnippet": [ + "Surround with Snippet..." + ], "vs/workbench/contrib/snippets/browser/commands/configureSnippets": [ "(global)", "({0})", @@ -26229,8 +28306,6 @@ "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...", @@ -26239,23 +28314,23 @@ "Existing Snippets", "New Snippets", "New Snippets", - "Select Snippets File or Create Snippets" + "Select Snippets File or Create Snippets", + "Configure User Snippets", + "User Snippets" ], "vs/workbench/contrib/snippets/browser/commands/fileTemplateSnippets": [ - "Fill File with Snippet", - "Select a snippet" - ], - "vs/workbench/contrib/snippets/browser/commands/insertSnippet": [ - "Insert Snippet" - ], - "vs/workbench/contrib/snippets/browser/commands/surroundWithSnippet": [ - "Surround With Snippet..." + "Select a snippet", + "Fill File with Snippet" ], "vs/workbench/contrib/snippets/browser/snippetCodeActionProvider": [ - "Surround With: {0}", + "More...", + "{0}", "Start with Snippet", "Start with: {0}" ], + "vs/workbench/contrib/snippets/browser/commands/insertSnippet": [ + "Insert Snippet" + ], "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}", @@ -26277,6 +28352,7 @@ "None", "None", "Extension '{0}' is configured as formatter but it cannot format '{1}'-files", + "Extension '{0}' is configured as formatter but it can only format '{1}'-files as a whole, not selections or parts of it.", "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", @@ -26340,6 +28416,12 @@ "&&Insiders", "&&Stable (current)" ], + "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedService": [ + "Built-In", + "Developer", + "Reset Welcome Page Walkthrough Progress", + "Reset the progress of all Walkthrough steps on the Welcome Page to make them appear as if they are being viewed for the first time, providing a fresh start to the getting started experience." + ], "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedInput": [ "Welcome" ], @@ -26347,6 +28429,10 @@ "Welcome Page", "Could not open markdown preview: {0}.\n\nPlease make sure the markdown extension is enabled." ], + "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/welcomeGettingStarted/browser/gettingStarted": [ "Overview of how to get up to speed with your editor.", "Open Walkthrough...", @@ -26370,6 +28456,9 @@ "More...", "Hide", "Hide", + "Videos", + "Watch Getting Started Tutorials", + "Learn VS Code's must-have features in short and practical videos", "All {0} steps complete!", "{0} of {1} steps complete", "Tip: Use keyboard shortcut ", @@ -26380,23 +28469,15 @@ "opt out", "{0} collects usage data. Read our {1} and learn how to {2}." ], - "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedService": [ - "Built-In", - "Developer", - "Reset Welcome Page Walkthrough Progress" - ], - "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/welcomeWalkthrough/browser/editor/editorWalkThrough": [ + "Editor Playground", + "Interactive Editor Playground", + "Opens an interactive playground for learning about the editor." ], "vs/workbench/contrib/welcomeWalkthrough/browser/walkThroughPart": [ "unbound", "It looks like Git is not installed on your system." ], - "vs/workbench/contrib/welcomeWalkthrough/browser/editor/editorWalkThrough": [ - "Editor Playground", - "Interactive Editor Playground" - ], "vs/workbench/contrib/welcomeViews/common/viewsWelcomeContribution": [ "The viewsWelcome contribution in '{0}' requires 'enabledApiProposals: [\"contribViewsWelcome\"]' in order to use the 'group' proposed property." ], @@ -26444,14 +28525,28 @@ "Sort By: Name", "Sort By: Category" ], + "vs/workbench/contrib/authentication/browser/actions/signOutOfAccountAction": [ + "Sign out of account", + "The account '{0}' has been used by: \n\n{1}\n\n Sign out from these extensions?", + "Sign out of '{0}'?", + "&&Sign Out" + ], + "vs/workbench/contrib/authentication/browser/actions/manageTrustedExtensionsForAccountAction": [ + "Pick an account to manage trusted extensions for", + "This account has not been used by any extensions.", + "Cancel", + "Last used this account {0}", + "Has not used this account", + "This extension is trusted by Microsoft and\nalways has access to this account", + "Trusted by Microsoft", + "Manage Trusted Extensions", + "Choose which extensions can access this account", + "Manage Trusted Extensions For Account", + "Accounts" + ], "vs/workbench/contrib/userDataSync/browser/userDataSync": [ - "Turn Off", - "Configure...", - "Sync Now", "syncing", "synced {0}", - "Show Settings", - "Show Synced Data", "Unable to sync due to conflicts in {0}. Please resolve them to continue.", "Replace Remote", "Replace Local", @@ -26508,12 +28603,10 @@ "Default", "Insiders", "Stable", - "Backup and Sync Settings...", "Turning on Settings Sync...", "Cancel", "Sign in to Sync Settings", "Sign in to Sync Settings (1)", - "Show Conflicts ({0})", "Settings Sync is On", "Error while turning off Settings Sync. Please check [logs]({0}) for more details.", "Configure...", @@ -26521,40 +28614,23 @@ "Show Log", "Complete Merge", "Successfully downloaded Settings Sync activity.", - "Clear Data in Cloud..." - ], - "vs/workbench/contrib/userDataProfile/browser/userDataProfile": [ - "Profiles ({0})", - "Switch Profile...", - "Select Profile", - "Edit Profile...", - "Show Profile Contents", - "Export Profile...", - "Export Profile ({0})...", - "Import Profile...", - "Import from URL", - "Select File...", - "Profile Templates", - "Import from Profile Template...", - "Provide Profile Template URL", - "Error while creating profile: {0}", - "Select Profile Template File", - "Import Profile...", - "Save Current Profile As...", - "Create Profile...", - "Delete Profile...", - "Current", - "Delete Profile...", - "Select Profiles to Delete" + "Clear Data in Cloud...", + "Turn Off", + "Configure...", + "Sync Now", + "Show Settings", + "Show Synced Data", + "Backup and Sync Settings...", + "Show Conflicts ({0})" ], "vs/workbench/contrib/userDataProfile/browser/userDataProfileActions": [ - "Create a Temporary Profile", - "Rename...", "Rename {0}", "Profile with name {0} already exists.", "Current", "Rename Profile...", "Select Profile to Rename", + "Create a Temporary Profile", + "Rename...", "Manage...", "Cleanup Profiles", "Reset Workspace Profiles Associations" @@ -26564,7 +28640,12 @@ "Language modes that the code actions are enabled for.", "`CodeActionKind` of the contributed code action.", "Label for the code action used in the UI.", - "Description of what the code action does." + "Description of what the code action does.", + "Title", + "Kind", + "Description", + "Languages", + "Code Actions" ], "vs/workbench/contrib/codeActions/common/documentationExtensionPoint": [ "Contributed documentation.", @@ -26574,16 +28655,6 @@ "When clause.", "Command executed." ], - "vs/workbench/contrib/codeActions/browser/codeActionsContribution": [ - "Triggers Code Actions on explicit saves and auto saves triggered by window or focus changes.", - "Triggers Code Actions only when explicitly saved", - "Never triggers Code Actions on save", - "Triggers Code Actions only when explicitly saved. This value will be deprecated in favor of \"explicit\".", - "Never triggers Code Actions on save. This value will be deprecated in favor of \"never\".", - "Controls whether auto fix action should be run on file save.", - "Run Code Actions for the editor on save. Code Actions must be specified and the editor must not be shutting down. Example: `\"source.organizeImports\": \"explicit\" `", - "Controls whether '{0}' actions should be run on file save." - ], "vs/workbench/contrib/timeline/browser/timelinePane": [ "Loading...", "Load more", @@ -26600,58 +28671,89 @@ "Icon for the refresh timeline action.", "Icon for the pin timeline action.", "Icon for the unpin timeline action.", + "Timeline", "Refresh", "Timeline", "Pin the Current Timeline", "Timeline", "Unpin the Current Timeline", - "Timeline", "Timeline" ], + "vs/workbench/contrib/codeActions/browser/codeActionsContribution": [ + "Triggers Code Actions on explicit saves and auto saves triggered by window or focus changes.", + "Triggers Code Actions only when explicitly saved", + "Never triggers Code Actions on save", + "Triggers Code Actions only when explicitly saved. This value will be deprecated in favor of \"explicit\".", + "Never triggers Code Actions on save. This value will be deprecated in favor of \"never\".", + "Controls whether auto fix action should be run on file save.", + "Run Code Actions for the editor on save. Code Actions must be specified and the editor must not be shutting down. Example: `\"source.organizeImports\": \"explicit\" `", + "Controls whether '{0}' actions should be run on file save." + ], "vs/workbench/contrib/localHistory/browser/localHistoryTimeline": [ "Local History" ], + "vs/workbench/contrib/userDataProfile/browser/userDataProfile": [ + "Profiles ({0})", + "Select Profile", + "Import from URL", + "Select File...", + "Profile Templates", + "Import from Profile Template...", + "Provide Profile Template URL", + "Error while creating profile: {0}", + "Select Profile Template File", + "Current", + "Delete Profile...", + "Select Profiles to Delete", + "Switch Profile...", + "Edit Profile...", + "Show Profile Contents", + "Export Profile...", + "Export Profile ({0})...", + "Import Profile...", + "Import Profile...", + "Save Current Profile As...", + "Create Profile...", + "Delete Profile..." + ], "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", - "Local History: Find Entry to Restore...", - "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})" + "{0} ({1} • {2}) ↔ {3} ({4} • {5})", + "Local History", + "Compare with File", + "Compare with Previous", + "Select for Compare", + "Compare with Selected", + "Show Contents", + "Restore Contents", + "Find Entry to Restore", + "Local History: Find Entry to Restore...", + "Rename", + "Delete", + "Delete All", + "Create Entry" ], "vs/workbench/contrib/editSessions/common/editSessions": [ - "Cloud Changes", "View icon of the cloud changes view.", - "Cloud Changes" - ], - "vs/workbench/contrib/editSessions/common/editSessionsLogService": [ + "Cloud Changes", "Cloud Changes" ], "vs/workbench/contrib/editSessions/browser/editSessionsStorageService": [ @@ -26666,6 +28768,9 @@ "Do you want to disable storing working changes in the cloud?", "Delete all stored data from the cloud." ], + "vs/workbench/contrib/editSessions/common/editSessionsLogService": [ + "Cloud Changes" + ], "vs/workbench/contrib/editSessions/browser/editSessionsViews": [ "You have no stored changes in the cloud to display.\n{0}", "Store Working Changes", @@ -26682,6 +28787,21 @@ "Cloud Changes", "Open File" ], + "vs/workbench/contrib/accessibilitySignals/browser/commands": [ + "List all accessibility sounds, noises, or audio cues and configure their settings", + "Configure Sound", + "Select a sound to play and configure", + "List all accessibility announcements, alerts, braille messages, and configure their settings", + "Configure Announcement", + "Select an announcement to configure", + "Screen reader is not active, announcements are disabled by default.", + "Help: List Signal Sounds", + "Help: List Signal Announcements" + ], + "vs/workbench/services/workspaces/browser/workspaceTrustEditorInput": [ + "Icon of the workspace trust editor label.", + "Workspace Trust" + ], "vs/workbench/contrib/workspace/browser/workspaceTrustEditor": [ "Icon for workspace trust ion the banner.", "Icon for the checkmark in the workspace trust editor.", @@ -26742,51 +28862,18 @@ "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", - "Keyboard Shortcut: {0}", - "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/services/workspaces/browser/workspaceTrustEditorInput": [ - "Workspace Trust" - ], - "vs/workbench/contrib/accessibility/browser/accessibilityConfiguration": [ - "Accessibility", - "Provide information about how to access the terminal accessibility help menu when the terminal is focused.", - "Provide information about how to navigate changes in the diff editor when it is focused.", - "Provide information about how to access the chat help menu when the chat input is focused.", - "Provide information about how to access the inline editor chat accessibility help menu and alert with hints that describe how to use the feature when the input is focused.", - "Provide information about how to access the inline completions hover and accessible view.", - "Provide information about how to change a keybinding in the keybindings editor when a row is focused.", - "Provide information about how to focus the cell container or inner editor when a notebook cell is focused.", - "Provide information about how to open the hover in an accessible view.", - "Provide information about how to open the notification in an accessible view.", - "Provide information about relevant actions in an empty text editor.", - "Provide information about actions that can be taken in the comment widget or in a file which contains comments.", - "When in screen reader mode, alerts when a file is saved. Note that this will be ignored when {0} is enabled.", - "Alerts when a file is saved via user gesture.", - "Alerts whenever is a file is saved, including auto save.", - "Never alerts.", - "When in screen reader mode, alerts when a file or notebook cell is formatted. Note that this will be ignored when {0} is enabled.", - "Alerts when a file is formatted via user gesture.", - "Alerts whenever is a file is formatted, including auto save, on cell execution, and more.", - "Never alerts.", - "Whether to dim unfocused editors and terminals, which makes it more clear where typed input will go to. This works with the majority of editors with the notable exceptions of those that utilize iframes like notebooks and extension webview editors.", - "The opacity fraction (0.2 to 1.0) to use for unfocused editors and terminals. This will only take effect when {0} is enabled.", - "Controls whether the accessible view is hidden." - ], - "vs/workbench/contrib/accessibility/browser/accessibleNotificationService": [ - "Cleared", - "Saved", - "Formatted" + "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", + "Keyboard Shortcut: {0}", + "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/contrib/accessibility/browser/accessibilityStatus": [ "Are you using a screen reader to operate VS Code?", @@ -26795,109 +28882,439 @@ "Screen Reader Optimized", "Screen Reader Mode" ], - "vs/workbench/contrib/audioCues/browser/commands": [ - "Help: List Audio Cues", - "Disabled", - "Enable/Disable Audio Cue", - "Select an audio cue to play" + "vs/workbench/contrib/comments/browser/commentsAccessibility": [ + "The editor contains commentable range(s). Some useful commands include:", + "This widget contains a text area, for composition of new comments, and actions, that can be tabbed to once tab moves focus mode has been enabled ({0}).", + "This widget contains a text area, for composition of new comments, and actions, that can be tabbed to once tab moves focus mode has been enabled with the command Toggle Tab Key Moves Focus, which is currently not triggerable via keybinding.", + "Some useful comment commands include:", + "- Dismiss Comment (Escape)", + "- Go to Next Commenting Range ({0})", + "- Go to Next Commenting Range, which is currently not triggerable via keybinding.", + "- Go to Previous Commenting Range ({0})", + "- Go to Previous Commenting Range, which is currently not triggerable via keybinding.", + "- Go to Next Comment Thread ({0})", + "- Go to Next Comment Thread, which is currently not triggerable via keybinding.", + "- Go to Previous Comment Thread ({0})", + "- Go to Previous Comment Thread, which is currently not triggerable via keybinding.", + "- Add Comment ({0})", + "- Add Comment on Current Selection, which is currently not triggerable via keybinding.", + "- Submit Comment ({0})", + "- Submit Comment, accessible via tabbing, as it's currently not triggerable with a keybinding." + ], + "vs/workbench/contrib/accessibilitySignals/browser/openDiffEditorAnnouncement": [ + "Diff editor" + ], + "vs/workbench/contrib/accessibility/browser/audioCueConfiguration": [ + "Enable audio cue when a screen reader is attached.", + "Enable audio cue.", + "Disable audio cue.", + "This setting is deprecated. Use `signals` settings instead.", + "Whether or not position changes should be debounced", + "This setting is deprecated, instead use the `signals.debouncePositionChanges` setting.", + "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.", + "Plays a sound when a task is completed.", + "Plays a sound when a task fails (non-zero exit code).", + "Plays a sound when a terminal command fails (non-zero exit code).", + "Plays a sound when terminal Quick Fixes are available.", + "Plays a sound when the terminal bell is ringing.", + "Plays a sound when the focus moves to an inserted line in Accessible Diff Viewer mode or to the next/previous change.", + "Plays a sound when the focus moves to a deleted line in Accessible Diff Viewer mode or to the next/previous change.", + "Plays a sound when the focus moves to a modified line in Accessible Diff Viewer mode or to the next/previous change.", + "Plays a sound when a notebook cell execution is successfully completed.", + "Plays a sound when a notebook cell execution fails.", + "Plays a sound when a chat request is made.", + "Plays a sound on loop while the response is pending.", + "Plays a sound on loop while the response has been received.", + "Plays a sound when a feature is cleared (for example, the terminal, Debug Console, or Output channel). When this is disabled, an ARIA alert will announce 'Cleared'.", + "Plays a sound when a file is saved. Also see {0}", + "Plays the audio cue when a user explicitly saves a file.", + "Plays the audio cue whenever a file is saved, including auto save.", + "Never plays the audio cue.", + "Plays a sound when a file or notebook is formatted. Also see {0}", + "Plays the audio cue when a user explicitly formats a file.", + "Plays the audio cue whenever a file is formatted, including if it is set to format on save, type, or, paste, or run of a cell.", + "Never plays the audio cue." + ], + "vs/workbench/contrib/scrollLocking/browser/scrollLocking": [ + "Scrolling Locked", + "Lock Scrolling Enabled", + "Locked Scrolling", + "Synchronize Scrolling Editors", + "Locked Scrolling", + "Toggle Locked Scrolling Across Editors", + "Hold Locked Scrolling Across Editors" ], "vs/workbench/contrib/share/browser/shareService": [ "The number of available share providers", "Choose how to share {0}" ], + "vs/workbench/browser/window": [ + "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", + "An unexpected error occurred that requires a reload of this page.", + "The workbench was unexpectedly disposed while running.", + "&&Reload", + "The browser interrupted the opening of a new tab or window. Press 'Open' to open it anyway.", + "&&Open", + "&&Learn More", + "&&Try Again", + "We launched {0} on your computer.\n\nIf {1} did not launch, try again or install it below.", + "&&Install", + "We launched {0} on your computer.\n\nIf {1} did not launch, try again below.", + "All done. You can close this tab now." + ], "vs/workbench/browser/parts/notifications/notificationsCenter": [ "No new notifications", "Notifications", "Notification Center Actions", + "Enable Do Not Disturb Mode", + "Disable Do Not Disturb Mode", + "More…", "Notifications Center" ], - "vs/workbench/browser/parts/notifications/notificationsAlerts": [ - "Error: {0}", - "Warning: {0}", - "Info: {0}" + "vs/workbench/browser/parts/notifications/notificationsStatus": [ + "Notifications", + "Notifications", + "Do Not Disturb", + "Do Not Disturb Mode is Enabled", + "Hide Notifications", + "No Notifications", + "No New Notifications", + "1 New Notification", + "{0} New Notifications", + "No New Notifications ({0} in progress)", + "1 New Notification ({0} in progress)", + "{0} New Notifications ({1} in progress)", + "Status Message" + ], + "vs/workbench/browser/parts/notifications/notificationsAlerts": [ + "Error: {0}", + "Warning: {0}", + "Info: {0}" + ], + "vs/workbench/browser/parts/notifications/notificationsCommands": [ + "Select sources to enable notifications for", + "Notifications", + "Show Notifications", + "Hide Notifications", + "Clear All Notifications", + "Accept Notification Primary Action", + "Toggle Do Not Disturb Mode", + "Toggle Do Not Disturb Mode By Source...", + "Focus Notification Toast" + ], + "vs/workbench/browser/parts/notifications/notificationsToasts": [ + "{0}, notification", + "{0}, source: {1}, notification" + ], + "vs/workbench/services/configuration/common/configurationEditing": [ + "Error while writing to {0}. {1}", + "Open Tasks Configuration", + "Open Launch Configuration", + "Open Settings", + "Open Tasks Configuration", + "Open Launch Configuration", + "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.", + "Unable to write to Folder Settings because {0} does not support the folder resource scope.", + "Unable to write to User Settings because {0} does not support for global scope.", + "Unable to write to Workspace Settings because {0} does not support for workspace scope in a multi folder workspace.", + "Unable to write to Folder Settings because no resource is provided.", + "Unable to write to Language Settings because {0} is not a resource language setting.", + "Unable to write to {0} because no workspace is opened. Please open a workspace first and try again.", + "Unable to write into the tasks configuration file. Please open it to correct errors/warnings in it and try again.", + "Unable to write into the launch configuration file. Please open it to correct errors/warnings in it and try again.", + "Unable to write into user settings. Please open the user settings to correct errors/warnings in it and try again.", + "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 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/workbench/services/textfile/common/textFileEditorModelManager": [ + "Failed to save '{0}': {1}" + ], + "vs/workbench/common/editor/textEditorModel": [ + "Language {0} was automatically detected and set as the language mode." + ], + "vs/platform/theme/common/colors/chartsColors": [ + "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/platform/theme/common/colors/inputColors": [ + "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.", + "Button foreground color.", + "Button separator 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.", + "Background color of checkbox widget.", + "Background color of checkbox widget when the element it's in is selected.", + "Foreground color of checkbox widget.", + "Border color of checkbox widget.", + "Border color of checkbox widget when the element it's in is selected.", + "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." + ], + "vs/platform/theme/common/colors/editorColors": [ + "Editor background color.", + "Editor default foreground color.", + "Background color of sticky scroll in the editor", + "Background color of sticky scroll on hover in the editor", + "Border color of sticky scroll in the editor", + " Shadow color of sticky scroll in the editor", + "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.", + "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.", + "If set, color of double underlines for errors 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.", + "If set, color of double underlines for warnings 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.", + "If set, color of double underlines for infos in the editor.", + "Foreground color of hint squigglies in the editor.", + "If set, color of double underlines for hints in the editor.", + "Color of active links.", + "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.", + "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.", + "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.", + "The color used for the lightbulb AI icon.", + "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.", + "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.", + "The background color of unchanged blocks in the diff editor.", + "The foreground color of unchanged blocks in the diff editor.", + "The background color of unchanged code in the diff editor.", + "Shadow color of widgets such as find/replace inside the editor.", + "Border color of widgets such as find/replace inside the editor.", + "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", + "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.", + "The color used for the problems error icon.", + "The color used for the problems warning icon.", + "The color used for the problems info icon." + ], + "vs/platform/theme/common/colors/minimapColors": [ + "Minimap marker color for find matches.", + "Minimap marker color for repeating editor selections.", + "Minimap marker color for the editor selection.", + "Minimap marker color for infos.", + "Minimap marker color for warnings.", + "Minimap marker color for errors.", + "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." ], - "vs/workbench/browser/parts/notifications/notificationsStatus": [ - "Notifications", - "Notifications", - "Do Not Disturb", - "Do Not Disturb Mode is Enabled", - "Hide Notifications", - "No Notifications", - "No New Notifications", - "1 New Notification", - "{0} New Notifications", - "No New Notifications ({0} in progress)", - "1 New Notification ({0} in progress)", - "{0} New Notifications ({1} in progress)", - "Status Message" + "vs/platform/theme/common/colors/listColors": [ + "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 outline color for the focused item when the list/tree is active and selected. 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 over other items when using the mouse.", + "List/Tree drag and drop border color when moving items between items when 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.", + "Shadow color of the type filter widget in lists and trees.", + "Background color of the filtered match.", + "Border color of the filtered match.", + "List/Tree foreground color for items that are deemphasized.", + "Tree stroke color for the indentation guides.", + "Tree stroke color for the indentation guides that are not active.", + "Table border color between columns.", + "Background color for odd table rows." ], - "vs/workbench/browser/parts/notifications/notificationsToasts": [ - "{0}, notification", - "{0}, source: {1}, notification" + "vs/platform/theme/common/colors/miscColors": [ + "Border color of active sashes.", + "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." ], - "vs/workbench/browser/parts/notifications/notificationsCommands": [ - "Notifications", - "Show Notifications", - "Hide Notifications", - "Clear All Notifications", - "Accept Notification Primary Action", - "Toggle Do Not Disturb Mode", - "Focus Notification Toast" + "vs/platform/theme/common/colors/menuColors": [ + "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." ], - "vs/workbench/services/configuration/common/configurationEditing": [ - "Error while writing to {0}. {1}", - "Open Tasks Configuration", - "Open Launch Configuration", - "Open Settings", - "Open Tasks Configuration", - "Open Launch Configuration", - "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.", - "Unable to write to Folder Settings because {0} does not support the folder resource scope.", - "Unable to write to User Settings because {0} does not support for global scope.", - "Unable to write to Workspace Settings because {0} does not support for workspace scope in a multi folder workspace.", - "Unable to write to Folder Settings because no resource is provided.", - "Unable to write to Language Settings because {0} is not a resource language setting.", - "Unable to write to {0} because no workspace is opened. Please open a workspace first and try again.", - "Unable to write into the tasks configuration file. Please open it to correct errors/warnings in it and try again.", - "Unable to write into the launch configuration file. Please open it to correct errors/warnings in it and try again.", - "Unable to write into user settings. Please open the user settings to correct errors/warnings in it and try again.", - "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 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/platform/theme/common/colors/baseColors": [ + "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.", + "Foreground color for links in text.", + "Foreground color for links in text when clicked on and on mouse hover.", + "Color for text separators.", + "Foreground color for preformatted text segments.", + "Background 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." ], - "vs/workbench/services/textfile/common/textFileEditorModelManager": [ - "Failed to save '{0}': {1}" + "vs/platform/theme/common/colors/quickpickColors": [ + "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.", + "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." ], - "vs/workbench/common/editor/textEditorModel": [ - "Language {0} was automatically detected and set as the language mode." + "vs/platform/theme/common/colors/searchColors": [ + "Color of the text in the search viewlet's completion message.", + "Color of the Search Editor query matches.", + "Border color of the Search Editor query matches." ], "vs/workbench/browser/parts/titlebar/titlebarPart": [ - "Focus Title Bar", - "Command Center", - "Layout Controls" + "Title actions", + "Focus Title Bar" ], "vs/workbench/services/configurationResolver/common/variableResolver": [ "Variable {0} can not be resolved. Please open an editor.", @@ -26922,22 +29339,19 @@ "vs/workbench/services/extensions/common/extensionHostManager": [ "Measure Extension Host Latency" ], - "vs/workbench/services/extensions/common/extensionsUtil": [ - "Overwriting extension {0} with {1}.", - "Overwriting extension {0} with {1}.", - "Loading development extension at {0}" - ], "vs/workbench/contrib/localization/common/localizationsActions": [ "Select Display Language", "Installed", "Available", "More Info", - "Clear Display Language Preference", "Configure Display Language", - "Changes the locale of VS Code based on installed language packs. Common languages include French, Chinese, Spanish, Japanese, German, Korean, and more." + "Changes the locale of VS Code based on installed language packs. Common languages include French, Chinese, Spanish, Japanese, German, Korean, and more.", + "Clear Display Language Preference" ], - "vs/workbench/contrib/extensions/common/reportExtensionIssueAction": [ - "Report Issue" + "vs/workbench/services/extensions/common/extensionsUtil": [ + "Overwriting extension {0} with {1}.", + "Overwriting extension {0} with {1}.", + "Loading development extension at {0}" ], "vs/workbench/contrib/extensions/electron-sandbox/extensionsSlowActions": [ "Performance Issue", @@ -26948,6 +29362,9 @@ "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/common/reportExtensionIssueAction": [ + "Report Issue" + ], "vs/workbench/contrib/terminal/electron-sandbox/terminalRemote": [ "Create New Integrated Terminal (Local)" ], @@ -26957,21 +29374,49 @@ "The connection to the terminal's pty host process is unresponsive, terminals may stop working. Click to manually restart the pty host.", "Pty Host is unresponsive" ], - "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/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...", - "Beginning of detected errors for this run" + "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', '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.", + "Style for numbers.", + "Style for expressions.", + "Style for operators.", + "Style for namespaces.", + "Style for types.", + "Style for structs.", + "Style for classes.", + "Style for interfaces.", + "Style for enums.", + "Style for type parameters.", + "Style for functions", + "Style for member functions", + "Style for method (member functions)", + "Style for macros.", + "Style for variables.", + "Style for parameters.", + "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.", + "Style to use for symbols that are static.", + "Style to use for symbols that are abstract.", + "Style to use for symbols that are deprecated.", + "Style to use for write accesses.", + "Style to use for symbols that are async.", + "Style to use for symbols that are read-only." ], "vs/workbench/contrib/tasks/common/taskConfiguration": [ "Warning: options.cwd must be of type string. Ignoring value {0}\n", @@ -26991,6 +29436,18 @@ "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/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...", + "Beginning of detected errors for this run" + ], "vs/workbench/contrib/tasks/common/taskTemplates": [ "Executes .NET Core build command", "Executes the build target", @@ -27016,6 +29473,13 @@ "No {0} tasks found. Go back ↩", "There is no task provider registered for tasks of type \"{0}\"." ], + "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/multiDiffEditor/browser/icons.contribution": [ + "Icon of the multi diff editor label." + ], "vs/workbench/contrib/debug/common/abstractDebugAdapter": [ "Timeout after {0} ms for '{1}'" ], @@ -27082,7 +29546,7 @@ ], "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.", + "Whether or not to replace the dynamic terminal title that detects what program is running with the static profile name.", "A codicon ID to associate with the terminal icon.", "A theme color ID to associate with the terminal icon.", "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.", @@ -27120,9 +29584,44 @@ "Error: {0}", "Warning: {0}", "Info: {0}", - "for history", + " or {0} for history", + " ({0} for history)", "Cleared Input" ], + "vs/editor/browser/widget/diffEditor/registrations.contribution": [ + "The border color for text that got moved in the diff editor.", + "The active border color for text that got moved in the diff editor.", + "The color of the shadow around unchanged region widgets.", + "Line decoration for inserts in the diff editor.", + "Line decoration for removals in the diff editor." + ], + "vs/editor/browser/widget/diffEditor/commands": [ + "Toggle Collapse Unchanged Regions", + "Toggle Show Moved Code Blocks", + "Toggle Use Inline View When Space Is Limited", + "Diff Editor", + "Switch Side", + "Exit Compare Move", + "Collapse All Unchanged Regions", + "Show All Unchanged Regions", + "Revert", + "Accessible Diff Viewer", + "Go to Next Difference", + "Go to Previous Difference" + ], + "vs/editor/contrib/dropOrPasteInto/browser/copyPasteController": [ + "Whether the paste widget is showing", + "Show paste options...", + "No paste edits for '{0}' found", + "Running paste handlers. Click to cancel", + "Select Paste Action", + "Running paste handlers" + ], + "vs/editor/contrib/codeAction/browser/codeActionController": [ + "Context: {0} at line {1} and column {2}.", + "Hide Disabled", + "Show Disabled" + ], "vs/editor/contrib/codeAction/browser/codeActionCommands": [ "Kind of the code action to run.", "Controls when the returned actions are applied.", @@ -27153,12 +29652,8 @@ "Auto Fix...", "No auto fixes available" ], - "vs/editor/contrib/codeAction/browser/codeActionController": [ - "Context: {0} at line {1} and column {2}.", - "Hide Disabled", - "Show Disabled" - ], "vs/editor/contrib/codeAction/browser/lightBulbWidget": [ + "Run: {0}", "Show Code Actions. Preferred Quick Fix Available ({0})", "Show Code Actions ({0})", "Show Code Actions" @@ -27166,35 +29661,15 @@ "vs/base/browser/ui/actionbar/actionViewItems": [ "{0} ({1})" ], - "vs/editor/contrib/dropOrPasteInto/browser/copyPasteController": [ - "Whether the paste widget is showing", - "Show paste options...", - "Running paste handlers. Click to cancel", - "Select Paste Action", - "Running paste handlers" - ], "vs/editor/contrib/dropOrPasteInto/browser/defaultProviders": [ - "Built-in", "Insert Plain Text", "Insert Uris", "Insert Uri", "Insert Paths", "Insert Path", "Insert Relative Paths", - "Insert Relative Path" - ], - "vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorController": [ - "Whether the drop widget is showing", - "Show drop options...", - "Running drop handlers. Click to cancel" - ], - "vs/editor/contrib/folding/browser/foldingDecorations": [ - "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.", - "Icon for expanded ranges in the editor glyph margin.", - "Icon for collapsed ranges in the editor glyph margin.", - "Icon for manually collapsed ranges in the editor glyph margin.", - "Icon for manually expanded ranges in the editor glyph margin." + "Insert Relative Path", + "Insert HTML" ], "vs/editor/contrib/find/browser/findWidget": [ "Icon for 'Find in Selection' in the editor find widget.", @@ -27225,6 +29700,21 @@ "{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/dropOrPasteInto/browser/dropIntoEditorController": [ + "Whether the drop widget is showing", + "Show drop options...", + "Running drop handlers. Click to cancel" + ], + "vs/editor/contrib/folding/browser/foldingDecorations": [ + "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.", + "Icon for expanded ranges in the editor glyph margin.", + "Icon for collapsed ranges in the editor glyph margin.", + "Icon for manually collapsed ranges in the editor glyph margin.", + "Icon for manually expanded ranges in the editor glyph margin.", + "Click to expand the range.", + "Click to collapse the range." + ], "vs/editor/contrib/inlineCompletions/browser/commands": [ "Show Next Inline Suggestion", "Show Previous Inline Suggestion", @@ -27238,11 +29728,56 @@ "Hide Inline Suggestion", "Always Show Toolbar" ], + "vs/editor/contrib/inlineCompletions/browser/inlineCompletionsController": [ + "Inspect this in the accessible view ({0})" + ], "vs/editor/contrib/inlineCompletions/browser/hoverParticipant": [ "Suggestion:" ], - "vs/editor/contrib/inlineCompletions/browser/inlineCompletionsController": [ - "Inspect this in the accessible view ({0})" + "vs/editor/contrib/hover/browser/hoverActions": [ + "Show or Focus Hover", + "The hover will not automatically take focus.", + "The hover will take focus only if it is already visible.", + "The hover will automatically take focus when it appears.", + "Show Definition Preview Hover", + "Scroll Up Hover", + "Scroll Down Hover", + "Scroll Left Hover", + "Scroll Right Hover", + "Page Up Hover", + "Page Down Hover", + "Go To Top Hover", + "Go To Bottom Hover", + "Increase Hover Verbosity Level", + "Decrease Hover Verbosity Level", + "Show or focus the editor hover which shows documentation, references, and other content for a symbol at the current cursor position.", + "Show the definition preview hover in the editor.", + "Scroll up the editor hover.", + "Scroll down the editor hover.", + "Scroll left the editor hover.", + "Scroll right the editor hover.", + "Page up the editor hover.", + "Page down the editor hover.", + "Go to the top of the editor hover.", + "Go to the bottom of the editor hover." + ], + "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/hover/browser/markdownHoverParticipant": [ + "Icon for increaseing hover verbosity.", + "Icon for decreasing hover verbosity.", + "Loading...", + "Rendering paused for long line for performance reasons. This can be configured via `editor.stopRenderingLineAfter`.", + "Tokenization is skipped for long lines for performance reasons. This can be configured via `editor.maxTokenizationLineLength`.", + "Increase Verbosity ({0})", + "Increase Verbosity", + "Decrease Verbosity ({0})", + "Decrease Verbosity" ], "vs/editor/contrib/gotoSymbol/browser/peek/referencesController": [ "Whether reference peek is visible, like 'Peek References' or 'Peek Definition'", @@ -27283,25 +29818,6 @@ "Editor marker navigation widget info heading background.", "Editor marker navigation widget background." ], - "vs/editor/contrib/hover/browser/markdownHoverParticipant": [ - "Loading...", - "Rendering paused for long line for performance reasons. This can be configured via `editor.stopRenderingLineAfter`.", - "Tokenization is skipped for long lines for performance reasons. This can be configured via `editor.maxTokenizationLineLength`." - ], - "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/inlineCompletions/browser/inlineCompletionsHintsWidget": [ - "Icon for show next parameter hint.", - "Icon for show previous parameter hint.", - "{0} ({1})", - "Previous", - "Next" - ], "vs/editor/contrib/inlayHints/browser/inlayHintsHover": [ "Double-click to insert", "cmd + click", @@ -27329,21 +29845,26 @@ "{0}, hint", "Foreground color of the active item in the parameter hint." ], - "vs/editor/contrib/rename/browser/renameInputField": [ + "vs/editor/contrib/rename/browser/renameWidget": [ "Whether the rename input widget is visible", + "Whether the rename input widget is focused", + "{0} to Rename, {1} to Preview", + "Received {0} rename suggestions", "Rename input. Type new name and press Enter to commit.", - "{0} to Rename, {1} to Preview" + "Generate new name suggestions", + "Cancel" ], "vs/editor/contrib/stickyScroll/browser/stickyScrollActions": [ - "Toggle Sticky Scroll", - "&&Toggle Sticky Scroll", + "&&Toggle Editor Sticky Scroll", "Sticky Scroll", "&&Sticky Scroll", - "Focus Sticky Scroll", "&&Focus Sticky Scroll", - "Select next sticky scroll line", - "Select previous sticky scroll line", - "Go to focused sticky scroll line", + "Toggle Editor Sticky Scroll", + "Toggle/enable the editor sticky scroll which shows the nested scopes at the top of the viewport", + "Focus on the editor sticky scroll", + "Select the next editor sticky scroll line", + "Select the previous sticky scroll line", + "Go to the focused sticky scroll line", "Select Editor" ], "vs/editor/contrib/suggest/browser/suggestWidget": [ @@ -27364,49 +29885,25 @@ "{0}, {1}", "{0}, docs: {1}" ], - "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', '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.", - "Style for numbers.", - "Style for expressions.", - "Style for operators.", - "Style for namespaces.", - "Style for types.", - "Style for structs.", - "Style for classes.", - "Style for interfaces.", - "Style for enums.", - "Style for type parameters.", - "Style for functions", - "Style for member functions", - "Style for method (member functions)", - "Style for macros.", - "Style for variables.", - "Style for parameters.", - "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.", - "Style to use for symbols that are static.", - "Style to use for symbols that are abstract.", - "Style to use for symbols that are deprecated.", - "Style to use for write accesses.", - "Style to use for symbols that are async.", - "Style to use for symbols that are read-only." + "vs/editor/browser/widget/diffEditor/features/hideUnchangedRegionsFeature": [ + "Fold Unchanged Region", + "Click or drag to show more above", + "Show Unchanged Region", + "Click or drag to show more below", + "{0} hidden lines", + "Double click to unfold" + ], + "vs/workbench/contrib/chat/browser/chatInputPart": [ + "Chat Input, Type to ask questions or type / for topics, press enter to send out the request. Use {0} for Chat Accessibility Help.", + "Chat Input, Type code here and press Enter to run. Use the Chat Accessibility Help command for more information.", + "Chat Input", + "More...", + "Use", + "Send to @{0}" + ], + "vs/workbench/contrib/chat/browser/contrib/chatDynamicVariables": [ + "All Files", + "Search for relevant files in the workspace and provide context from them" ], "vs/workbench/api/browser/mainThreadWebviews": [ "An error occurred while loading view: {0}" @@ -27424,42 +29921,9 @@ "Custom editor '{0}' could not be saved.", "Edit" ], - "vs/workbench/contrib/comments/browser/commentsView": [ - "Filter (e.g. text, author)", - "Filter comments", - "{0} Unresolved Comments", - "Showing {0} of {1}", - "Comments for current workspace", - "Comments in {0}, full path {1}", - "Comment from ${0} at line {1} column {2} in {3}, source: {4}", - "Comment from ${0} in {1}, source: {2}", - "Collapse All", - "Expand All" - ], - "vs/workbench/contrib/comments/browser/commentsTreeViewer": [ - "{0} comments", - "1 comment", - "Image: {0}", - "Image", - "[Ln {0}]", - "[Ln {0}-{1}]", - "Last reply from {0}", - "Comments" - ], "vs/workbench/contrib/testing/common/testResult": [ "Test run at {0}" ], - "vs/workbench/browser/parts/editor/editorDropTarget": [ - "Hold __{0}__ to drop into editor" - ], - "vs/workbench/browser/parts/editor/editorGroupView": [ - "Empty editor group actions", - "{0} (empty)", - "{0}: Group {1}", - "Group {0}", - "{0}: Editor Group {1}", - "Editor Group {0}" - ], "vs/base/browser/ui/tree/treeDefaults": [ "Collapse All" ], @@ -27504,13 +29968,11 @@ "Port number must be ≥ 0 and < {0}.", "May Require Sudo", "Port is already forwarded", - "Forward a Port", "Forward Port", "Port number or address (eg. 3000 or 10.10.10.10:2000).", "Unable to forward {0}:{1}. The host may not be available or that remote port may already be forwarded", "Unable to forward {0}:{1}. {2}", "No ports currently forwarded. Try running the {0} command", - "Stop Forwarding Port", "Choose a port to stop forwarding", "Open in Browser", "Preview in Editor", @@ -27530,7 +29992,9 @@ "Port Visibility", "Change Port Protocol", "The color of the icon for a port that has an associated running process.", - "Ports" + "Ports", + "Forward a Port", + "Stop Forwarding Port" ], "vs/workbench/contrib/remote/browser/remoteIcons": [ "Getting started icon in the remote explorer view.", @@ -27559,36 +30023,48 @@ "The file is not displayed in the text editor because it is either binary or uses an unsupported text encoding.", "Open Anyway" ], - "vs/workbench/browser/parts/paneCompositePart": [ - "Drag a view here to display.", - "More Actions...", - "Views" - ], "vs/workbench/browser/parts/activitybar/activitybarPart": [ "Menu", "Hide Menu", "Activity Bar Position", - "Move Activity Bar to Side", - "&&Side", - "Side", - "Move Activity Bar to Top", + "&&Default", + "Default", "&&Top", "Top", - "Hide Activity Bar", + "&&Bottom", + "Bottom", "&&Hidden", "Hidden", "Activity Bar Position", "Activity Bar Position", "Activity Bar Position", + "Move Activity Bar to Side", + "Move Activity Bar to Top", + "Move Activity Bar to Bottom", + "Hide Activity Bar", "Previous Primary Side Bar View", "Next Primary Side Bar View", "Focus Activity Bar" ], + "vs/workbench/browser/parts/paneCompositePart": [ + "Drag a view here to display.", + "More Actions...", + "Views" + ], "vs/workbench/browser/parts/sidebar/sidebarActions": [ "Focus into Primary Side Bar" ], - "vs/base/browser/ui/iconLabel/iconLabelHover": [ - "Loading..." + "vs/workbench/browser/parts/editor/editorGroupView": [ + "Empty editor group actions", + "{0} (empty)", + "{0}: Group {1}", + "Group {0}", + "{0}: Editor Group {1}", + "Editor Group {0}", + "Try saving or reverting the editor first and then try again." + ], + "vs/workbench/browser/parts/editor/editorDropTarget": [ + "Hold __{0}__ to drop into editor" ], "vs/workbench/services/preferences/browser/keybindingsEditorModel": [ "System", @@ -27605,6 +30081,7 @@ "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.", + "Error parsing the following regex both with and without the u flag:", "Value must be {0} or fewer characters long.", "Value must be {0} or more characters long.", "Value must match regex `{0}`.", @@ -27629,11 +30106,26 @@ "Incorrect type. Expected an object.", "Property {0} is not allowed.\n" ], - "vs/editor/common/model/editStack": [ - "Typing" + "vs/editor/common/model/editStack": [ + "Typing" + ], + "vs/base/browser/ui/selectBox/selectBoxCustom": [ + "Select Box" + ], + "vs/base/browser/ui/icons/iconSelectBox": [ + "Search icons", + "No results" + ], + "vs/platform/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)" ], - "vs/base/browser/ui/selectBox/selectBoxCustom": [ - "Select Box" + "vs/base/browser/ui/hover/hoverWidget": [ + "Inspect this in the accessible view with {0}.", + "Inspect this in the accessible view via the command Open Accessible View which is currently not triggerable via keybinding." ], "vs/platform/quickinput/browser/quickInputController": [ "Toggle all checkboxes", @@ -27644,10 +30136,6 @@ "Back ({0})", "Back" ], - "vs/base/browser/ui/hover/hoverWidget": [ - "Inspect this in the accessible view with {0}.", - "Inspect this in the accessible view via the command Open Accessible View which is currently not triggerable via keybinding." - ], "vs/workbench/services/textMate/common/TMGrammars": [ "Contributes textmate tokenizers.", "Language identifier for which this syntax is contributed to.", @@ -27659,6 +30147,9 @@ "Defines which scope names contain balanced brackets.", "Defines which scope names do not contain balanced brackets." ], + "vs/base/browser/ui/keybindingLabel/keybindingLabel": [ + "Unbound" + ], "vs/workbench/contrib/preferences/browser/preferencesWidgets": [ "User", "Remote", @@ -27671,8 +30162,26 @@ "User", "Workspace" ], - "vs/base/browser/ui/keybindingLabel/keybindingLabel": [ - "Unbound" + "vs/workbench/contrib/preferences/browser/preferencesRenderers": [ + "Edit", + "Replace in Settings", + "Copy to Settings", + "This setting cannot be applied because it is configured in the system policy.", + "This setting cannot be applied because it is not registered as language override setting.", + "This setting cannot be applied while a non-default profile is active. It will be applied when the default profile is active.", + "This setting cannot be applied because it is configured to be applied in all profiles using setting {0}. Value from the default profile will be used instead.", + "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 has an application scope and can be set only in the user settings file.", + "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.", + "Unknown Configuration Setting", + "Manage Workspace Trust", + "Manage Workspace Trust", + "Unsupported Property" + ], + "vs/base/browser/ui/toolbar/toolbar": [ + "More Actions..." ], "vs/workbench/contrib/preferences/common/settingsEditorColorRegistry": [ "The foreground color for a section header or active title.", @@ -27697,47 +30206,6 @@ "The background color of a settings row when hovered.", "The color of the row's top and bottom border when the row is focused." ], - "vs/workbench/contrib/preferences/browser/preferencesRenderers": [ - "Edit", - "Replace in Settings", - "Copy to Settings", - "This setting cannot be applied because it is configured in the system policy.", - "This setting cannot be applied because it is not registered as language override setting.", - "This setting cannot be applied while a non-default profile is active. It will be applied when the default profile is active.", - "This setting cannot be applied because it is configured to be applied in all profiles using setting {0}. Value from the default profile will be used instead.", - "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 has an application scope and can be set only in the user settings file.", - "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.", - "Unknown Configuration Setting", - "Manage Workspace Trust", - "Manage Workspace Trust", - "Unsupported Property" - ], - "vs/base/browser/ui/toolbar/toolbar": [ - "More Actions..." - ], - "vs/workbench/contrib/preferences/browser/settingsTree": [ - "Extensions", - "The setting has been configured in the current scope.", - "More Actions... ", - "Show matching extensions", - "Edit in settings.json", - "Edit settings for {0}", - "default", - "The setting has been configured in the current scope.", - "Show Extension", - "Reset Setting", - "Validation Error.", - "Validation Error.", - "Modified.", - "Settings", - "Copy Setting ID", - "Copy Setting as JSON", - "Sync This Setting", - "Apply Setting to all Profiles" - ], "vs/workbench/contrib/preferences/browser/settingsLayout": [ "Commonly Used", "Text Editor", @@ -27746,6 +30214,7 @@ "Font", "Formatting", "Diff Editor", + "Multi-File Diff Editor", "Minimap", "Suggestions", "Files", @@ -27759,6 +30228,7 @@ "Window", "New Window", "Features", + "Accessibility Signals", "Accessibility", "Explorer", "Search", @@ -27774,7 +30244,6 @@ "Remote", "Timeline", "Notebook", - "Audio Cues", "Merge Editor", "Chat", "Application", @@ -27808,15 +30277,36 @@ "Policy services", "Show settings for policy services" ], + "vs/workbench/contrib/preferences/browser/settingsTree": [ + "Extensions", + "The setting has been configured in the current scope.", + "More Actions... ", + "Show matching extensions", + "Edit in settings.json", + "Edit settings for {0}", + "default", + "The setting has been configured in the current scope.", + "Show Extension", + "Reset Setting", + "Validation Error.", + "Validation Error.", + "Modified.", + "Settings", + "Copy Setting ID", + "Copy Setting as JSON", + "Sync This Setting", + "Apply Setting to all Profiles" + ], "vs/workbench/contrib/chat/browser/actions/chatAccessibilityHelp": [ "The chat view is comprised of an input box and a request/response list. The input box is used to make requests and the list is used to display responses.", "In the input box, use up and down arrows to navigate your request history. Edit input and use enter or the submit button to run a new request.", - "In the input box, inspect the last response in the accessible view via {0}", + "In the input box, inspect the last response in the accessible view {0}", "With the input box focused, inspect the last response in the accessible view via the Open Accessible View command, which is currently not triggerable by a keybinding.", + "In the input box, navigate to the suggested follow up question (Shift+Tab) and press Enter to run it.", "Chat responses will be announced as they come in. A response will indicate the number of code blocks, if any, and then the rest of the response.", "To focus the chat request/response list, which can be navigated with up and down arrows, invoke the Focus Chat command ({0}).", "To focus the chat request/response list, which can be navigated with up and down arrows, invoke The Focus Chat List command, which is currently not triggerable by a keybinding.", - "To focus the input box for chat requests, invoke the Focus Chat Input command ({0})", + "To focus the input box for chat requests, invoke the Focus Chat Input command ({0}).", "To focus the input box for chat requests, invoke the Focus Chat Input command, which is currently not triggerable by a keybinding.", "To focus the next code block within a response, invoke the Chat: Next Code Block command ({0}).", "To focus the next code block within a response, invoke the Chat: Next Code Block command, which is currently not triggerable by a keybinding.", @@ -27827,35 +30317,45 @@ "Inline chat occurs within a code editor and takes into account the current selection. It is useful for making changes to the current editor. For example, fixing diagnostics, documenting or refactoring code. Keep in mind that AI generated code may be incorrect.", "It can be activated via code actions or directly using the command: Inline Chat: Start Inline Chat ({0}).", "In the input box, use {0} and {1} to navigate your request history. Edit input and use enter or the submit button to run a new request.", - "In the input box, inspect the response in the accessible view via {0}", + "In the input box, inspect the response in the accessible view {0}.", "With the input box focused, inspect the response in the accessible view via the Open Accessible View command, which is currently not triggerable by a keybinding.", "Context menu actions may run a request prefixed with a /. Type / to discover such ready-made commands.", "If a fix action is invoked, a response will indicate the problem with the current code. A diff editor will be rendered and can be reached by tabbing.", "Once in the diff editor, enter review mode with ({0}). Use up and down arrows to navigate lines with the proposed changes.", "Tab again to enter the Diff editor with the changes and enter review mode with the Go to Next Difference Command. Use Up/DownArrow to navigate lines with the proposed changes.", "Use tab to reach conditional parts like commands, status, message responses and more.", - "Audio cues can be changed via settings with a prefix of audioCues.chat. By default, if a request takes more than 4 seconds, you will hear an audio cue indicating that progress is still occurring." + "Accessibility Signals can be changed via settings with a prefix of signals.chat. By default, if a request takes more than 4 seconds, you will hear a sound indicating that progress is still occurring." + ], + "vs/editor/contrib/inlineCompletions/browser/inlineCompletionContextKeys": [ + "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", + "Whether suggestions should be suppressed for the current suggestion" + ], + "vs/workbench/contrib/chat/browser/codeBlockPart": [ + "Code block", + "Toolbar for code block which can be reached via tab", + "Code block toolbar", + "Code block {0}", + "{0} vulnerabilities", + "{0} vulnerability", + "Code block", + "Original", + "Modified", + "Toolbar for code block which can be reached via tab", + "Code block toolbar", + "Code Edits", + "Made {0} changes in [[{1}]]", + "Made 1 change in [[{0}]]", + "The original file has been modified.", + "Do you want to apply the changes anyway?" ], "vs/workbench/contrib/notebook/browser/controller/cellOperations": [ "Cannot join cells of different kinds", "Join Notebook Cells" ], - "vs/workbench/contrib/chat/browser/chatInputPart": [ - "Chat Input, Type to ask questions or type / for topics, press enter to send out the request. Use {0} for Chat Accessibility Help.", - "Chat Input, Type code here and press Enter to run. Use the Chat Accessibility Help command for more information.", - "Chat Input" - ], - "vs/workbench/contrib/chat/browser/chatListRenderer": [ - "used {0}", - "using {0}", - "Thinking", - "Used {0} references", - "Used {0} reference", - "{0}, expanded", - "{0}, collapsed", + "vs/workbench/contrib/chat/browser/chatAccessibilityProvider": [ "Chat", - "Command: {0}", - "Commands: {0}", "1 file tree", "{0} file trees", "{0} {1} {2}", @@ -27863,22 +30363,37 @@ "{0} 1 code block: {1} {2}", "{0} 1 code block: {1}", "{0} {1} code blocks: {2}", - "{0} {1} code blocks", - "File Tree" + "{0} {1} code blocks" ], - "vs/platform/actions/browser/toolbar": [ - "Hide", - "Reset Menu" + "vs/workbench/contrib/chat/browser/chatListRenderer": [ + "used {0}", + "using {0}", + "used {0}", + "using {0}", + "Used {0} references", + "Used {0} reference", + "{0}, expanded", + "{0}, collapsed", + "Button not available in restored chat", + "Making changes...", + "Made changes.", + "File Tree", + "Used References" ], - "vs/editor/contrib/inlineCompletions/browser/inlineCompletionContextKeys": [ - "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", - "Whether suggestions should be suppressed for the current suggestion" + "vs/workbench/contrib/inlineChat/browser/inlineChatStrategies": [ + "Nothing changed.", + "$(info) Accept or Discard 1 change.", + "1 change", + "$(info) Accept or Discard {0} changes.", + "{0} changes", + "Review (accept or discard) all changes before continuing." + ], + "vs/workbench/contrib/inlineChat/browser/inlineChatZoneWidget": [ + "Closed inline chat widget" ], "vs/workbench/contrib/notebook/browser/viewParts/notebookKernelView": [ - "Select Notebook Kernel", - "Notebook Kernel Args" + "Notebook Kernel Args", + "Select Notebook Kernel" ], "vs/workbench/contrib/notebook/browser/notebookExtensionPoint": [ "Contributes notebook document provider.", @@ -27907,12 +30422,21 @@ "Contributes notebook preloads.", "Type of the notebook.", "Path to file loaded in the webview.", - "Paths to additional resources that should be allowed in the webview." + "Paths to additional resources that should be allowed in the webview.", + "ID", + "Name", + "Name", + "Mimetypes", + "Notebooks", + "Notebook Renderers" + ], + "vs/workbench/contrib/notebook/browser/view/renderers/backLayerWebView": [ + "Empty markdown cell, double-click or press enter to edit.", + "No renderer found for '$0'", + "Could not render content for '$0'", + "Notebook webview content" ], "vs/workbench/contrib/notebook/browser/notebookEditorWidget": [ - "Notebook\nUse {0} for accessibility help", - "Notebook\nRun the Open Accessibility Help command for more information", - "Notebook", "The border color for notebook cells.", "The color of the notebook cell editor border.", "The error icon color of notebook cells in the cell status bar.", @@ -27938,12 +30462,6 @@ "Cell editor background color.", "Notebook background color." ], - "vs/workbench/contrib/notebook/browser/view/renderers/backLayerWebView": [ - "Empty markdown cell, double-click or press enter to edit.", - "No renderer found for '$0'", - "Could not render content for '$0'", - "Notebook webview content" - ], "vs/workbench/services/workingCopy/common/fileWorkingCopyManager": [ "File Created", "File Replaced", @@ -27976,34 +30494,86 @@ "Detecting Kernels", "Select Kernel" ], + "vs/workbench/contrib/comments/common/commentContextKeys": [ + "Whether the position at the active cursor has a commenting range", + "Whether the active editor has a commenting range", + "Whether the open workspace has either comments or commenting ranges.", + "Set when the comment thread has no comments", + "Set when the comment has no input", + "The context value of the comment", + "The context value of the comment thread", + "The comment controller id associated with a comment thread", + "Set when the comment is focused" + ], + "vs/workbench/contrib/notebook/browser/contrib/notebookVariables/notebookVariablesView": [ + "Notebook Variables" + ], + "vs/workbench/contrib/notebook/browser/controller/chat/notebookChatContext": [ + "Whether the cell chat editor is focused", + "Whether the cell chat editor has an active request", + "Whether the user did changes ontop of the notebook cell chat", + "Whether the focus of the notebook editor is above or below the cell chat" + ], + "vs/workbench/contrib/notebook/browser/controller/chat/notebookChatController": [ + "Ask a question", + "AI-generated code may be incorrect", + "Ask a question", + "AI-generated code may be incorrect" + ], + "vs/workbench/contrib/notebook/browser/controller/notebookIndentationActions": [ + "Indent Using Tabs", + "Indent Using Spaces", + "Change Tab Display Size", + "Convert Indentation to Spaces", + "Convert Indentation to Tabs", + "Select Tab Size for Current File", + "Convert Indentation" + ], "vs/workbench/contrib/notebook/browser/contrib/find/notebookFindWidget": [ "{0} found", "{0} found for '{1}'", "{0} found for '{1}'" ], + "vs/workbench/contrib/notebook/browser/controller/chat/cellChatActions": [ + "Cursor Up", + "Cursor Down", + "Focus Chat Widget", + "Focus Next Cell Chat Widget", + "Accept", + "Accept Changes", + "Discard", + "Helpful", + "Unhelpful", + "Report Issue", + "Generate", + "Start Chat to Generate Code", + "Start Chat to Generate Code", + "Generate", + "Start Chat to Generate Code", + "Generate", + "Start Chat to Generate Code", + "Focus Chat", + "Focus Next Cell", + "Focus Previous Cell", + "Make Request", + "Stop Request", + "Close Chat", + "Accept Changes", + "Previous From History", + "Next From History", + "Generate" + ], "vs/editor/contrib/codeAction/browser/codeAction": [ "An unknown error occurred while applying the code action" ], - "vs/workbench/contrib/inlineChat/browser/inlineChatStrategies": [ - "Nothing changed", - "Changed 1 line", - "Changed {0} lines" - ], - "vs/workbench/contrib/inlineChat/browser/inlineChatWidget": [ - "Inline Chat Input", - "Original", - "Modified", - "Inline Chat Input, Use {0} for Inline Chat Accessibility Help.", - "Inline Chat Input, Run the Inline Chat Accessibility Help command for more information.", - "Using {0} to generate response...", - "Closed inline chat widget" - ], - "vs/workbench/contrib/terminal/browser/xterm/xtermTerminal": [ - "The terminal has no selection to copy", - "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/platform/quickinput/browser/commandsQuickAccess": [ + "recently used", + "similar commands", + "commonly used", + "other commands", + "similar commands", + "{0}, {1}", + "Command '{0}' resulted in an error" ], "vs/workbench/contrib/testing/browser/theme": [ "Color for the 'failed' icon in the test explorer.", @@ -28014,11 +30584,56 @@ "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 when peeking a logged message.", "Color of the peek view borders and arrow.", + "Color of the peek view borders and arrow when peeking a logged message.", + "Background color of text that was covered.", + "Border color of text that was covered.", + "Gutter color of regions where code was covered.", + "Background of the widget shown for an uncovered branch.", + "Background color of text that was not covered.", + "Border color of text that was not covered.", + "Gutter color of regions where code not covered.", + "Background for the badge indicating execution count", + "Foreground for the badge indicating execution count", "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." + "Margin color beside info messages shown inline in the editor.", + "Retired color for the 'Errored' icon in the test explorer.", + "Retired color for the 'failed' icon in the test explorer.", + "Retired color for the 'passed' icon in the test explorer.", + "Retired color for the 'Queued' icon in the test explorer.", + "Retired color for the 'Unset' icon in the test explorer.", + "Retired color for the 'Skipped' icon in the test explorer." + ], + "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/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" + ], + "vs/workbench/contrib/terminal/browser/xterm/xtermTerminal": [ + "The terminal has no selection to copy" ], "vs/workbench/contrib/terminal/common/terminalColorRegistry": [ "The background color of the terminal, this allows coloring the terminal differently to the panel.", @@ -28043,39 +30658,27 @@ "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/testing/common/constants": [ - "Errored", - "Failed", - "Passed", - "Queued", - "Running", - "Skipped", - "Not yet run", - "{0} ({1})", - "Debug", - "Run", - "Coverage" - ], - "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" + "vs/workbench/contrib/files/browser/views/explorerDecorationsProvider": [ + "Unable to resolve workspace folder ({0})", + "Symbolic Link", + "Unknown File Type", + "Explorer" ], - "vs/platform/quickinput/browser/commandsQuickAccess": [ - "recently used", - "similar commands", - "commonly used", - "other commands", - "similar commands", - "{0}, {1}", - "Command '{0}' resulted in an error" + "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?", + "Are you sure you want to move '{0}' into '{1}'?", + "Do not ask me again", + "&&Move", + "Copy {0}", + "Copying {0}", + "Move {0}", + "Moving {0}", + "{0} folders", + "{0} files" ], "vs/workbench/contrib/files/browser/fileImportExport": [ "Uploading", @@ -28112,28 +30715,6 @@ "This action is irreversible!", "&&Replace" ], - "vs/workbench/contrib/files/browser/views/explorerDecorationsProvider": [ - "Unable to resolve workspace folder ({0})", - "Symbolic Link", - "Unknown File Type", - "Explorer" - ], - "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?", - "Are you sure you want to move '{0}' into '{1}'?", - "Do not ask me again", - "&&Move", - "Copy {0}", - "Copying {0}", - "Move {0}", - "Moving {0}", - "{0} folders", - "{0} files" - ], "vs/workbench/contrib/bulkEdit/browser/preview/bulkEditTree": [ "Bulk Edit", "Renaming {0} to {1}, also making text edits", @@ -28152,6 +30733,13 @@ "(deleting)", "{0} - {1}" ], + "vs/workbench/contrib/bulkEdit/browser/preview/bulkEditPreview": [ + "Other" + ], + "vs/workbench/contrib/search/browser/replaceService": [ + "Search and Replace", + "{0} ↔ {1} (Replace Preview)" + ], "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.", @@ -28187,11 +30775,8 @@ "fields ({0})", "constants ({0})" ], - "vs/workbench/contrib/search/browser/replaceService": [ - "Search and Replace", - "{0} ↔ {1} (Replace Preview)" - ], "vs/workbench/contrib/search/browser/searchFindInput": [ + "Use AI", "Notebook Find Filters" ], "vs/workbench/contrib/searchEditor/browser/searchEditorSerialization": [ @@ -28213,16 +30798,12 @@ "vs/workbench/contrib/debug/browser/baseDebugView": [ "Click to expand" ], - "vs/workbench/contrib/debug/common/debugSource": [ - "Unknown Source" - ], - "vs/workbench/contrib/debug/browser/debugSessionPicker": [ - "Search debug sessions by name", - "Start a New Debug Session", - "Session {0} spawned from {1}" - ], - "vs/workbench/contrib/debug/common/loadedScriptsPicker": [ - "Search loaded scripts by name" + "vs/workbench/contrib/debug/browser/debugConfigurationManager": [ + "Edit Debug Configuration in launch.json", + "Select Launch Configuration", + "Unable to create 'launch.json' file inside the '.vscode' folder ({0}).", + "workspace", + "user settings" ], "vs/workbench/contrib/debug/browser/debugAdapterManager": [ "Debugger 'type' can not be omitted and must be of type 'string'.", @@ -28238,19 +30819,13 @@ "Install extension...", "Select debugger" ], - "vs/workbench/contrib/debug/browser/debugConfigurationManager": [ - "Edit Debug Configuration in launch.json", - "Select Launch Configuration", - "Unable to create 'launch.json' file inside the '.vscode' folder ({0}).", - "workspace", - "user settings" - ], "vs/workbench/contrib/debug/browser/debugSession": [ "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}'", + "Session does not support breakpoints with bytes", "No debugger available, can not send '{0}'", "Session is not ready for breakpoints", "No debugger available, can not send '{0}'", @@ -28304,9 +30879,70 @@ "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/common/loadedScriptsPicker": [ + "Search loaded scripts by name" + ], + "vs/workbench/contrib/debug/browser/debugSessionPicker": [ + "Search debug sessions by name", + "Start a New Debug Session", + "Session {0} spawned from {1}" + ], + "vs/editor/contrib/inlineCompletions/browser/inlineCompletionsHintsWidget": [ + "Icon for show next parameter hint.", + "Icon for show previous parameter hint.", + "{0} ({1})", + "Previous", + "Next" + ], + "vs/workbench/contrib/markers/browser/markersTreeViewer": [ + "Problems View", + "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" + ], + "vs/workbench/contrib/markers/browser/markersTable": [ + "Code", + "Message", + "File", + "Source" + ], "vs/base/browser/ui/dropdown/dropdownActionViewItem": [ "More Actions..." ], + "vs/workbench/contrib/comments/browser/commentsModel": [ + "There are no comments in this workspace yet." + ], + "vs/workbench/contrib/comments/browser/commentColors": [ + "Icon color for resolved comments.", + "Icon color for unresolved comments.", + "Background color for comment reply input box.", + "Color of borders and arrow for resolved comments.", + "Color of borders and arrow for unresolved comments.", + "Color of background for comment ranges.", + "Color of background for currently selected or hovered comment range." + ], + "vs/workbench/contrib/comments/browser/commentsViewActions": [ + "Focus Comments view", + "Clear filter text", + "Focus comments filter", + "Show Unresolved", + "Comments", + "Show Unresolved", + "Show Resolved", + "Comments", + "Show Resolved" + ], + "vs/workbench/contrib/comments/browser/commentGlyphWidget": [ + "Editor gutter decoration color for commenting ranges. This color should be opaque.", + "Editor overview ruler decoration color for resolved comments. This color should be opaque.", + "Editor overview ruler decoration color for unresolved comments. This color should be opaque.", + "Editor gutter decoration color for commenting glyphs.", + "Editor gutter decoration color for commenting glyphs for unresolved comment threads." + ], "vs/workbench/contrib/mergeEditor/common/mergeEditor": [ "The editor is a merge editor", "The editor is a the result editor of a merge editor.", @@ -28346,18 +30982,16 @@ "The file contains unhandled conflicts.", "&&Close with Conflicts", "&&Close", - "Don't ask again" + "Do not ask me again" + ], + "vs/workbench/contrib/mergeEditor/browser/view/editors/baseCodeEditorView": [ + "Base", + "Comparing with {0}", + "Differences are highlighted with a background color." ], "vs/workbench/contrib/mergeEditor/browser/view/viewModel": [ "There is currently no conflict focused that can be toggled." ], - "vs/workbench/contrib/mergeEditor/browser/view/editors/resultCodeEditorView": [ - "Result", - "{0} Conflict Remaining", - "{0} Conflicts Remaining ", - "Go to next conflict", - "All conflicts handled, the merge can be completed now." - ], "vs/workbench/contrib/mergeEditor/browser/view/editors/inputCodeEditorView": [ "Input 1", "Input 2", @@ -28371,6 +31005,13 @@ "Undo accept", "Undo accept (currently second)" ], + "vs/workbench/contrib/mergeEditor/browser/view/editors/resultCodeEditorView": [ + "Result", + "{0} Conflict Remaining", + "{0} Conflicts Remaining ", + "Go to next conflict", + "All conflicts handled, the merge can be completed now." + ], "vs/workbench/contrib/mergeEditor/browser/view/colors": [ "The background color for changes.", "The background color for word changes.", @@ -28386,47 +31027,122 @@ "The background color of decorations in input 1.", "The background color of decorations in input 2." ], - "vs/base/browser/ui/findinput/replaceInput": [ - "input", - "Preserve Case" + "vs/workbench/contrib/customEditor/common/contributedCustomEditors": [ + "Built-in" ], - "vs/workbench/contrib/markers/browser/markersTreeViewer": [ - "Problems View", - "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" + "vs/platform/files/browser/htmlFileSystemProvider": [ + "Rename is only supported for files.", + "Insufficient permissions. Please retry and allow the operation." ], - "vs/workbench/contrib/markers/browser/markersTable": [ - "Code", - "Message", - "File", - "Source" + "vs/workbench/contrib/extensions/browser/extensionsViewer": [ + "Error", + "Unknown Extension:", + "Extensions" ], - "vs/workbench/contrib/comments/browser/commentsController": [ - "Line {0}", - "Lines {0} to {1}", - "Editor has commenting ranges, run the command Open Accessibility Help ({0}), for more information.", - "Editor has commenting ranges, run the command Open Accessibility Help, which is currently not triggerable via keybinding, for more information.", - "Editor has commenting ranges.", - "Select Comment Provider" + "vs/workbench/contrib/extensions/browser/extensionFeaturesTab": [ + "Activation", + "Uncaught Errors ({0})", + "Messages ({0})", + "Last Request: `{0}`", + "Requests (Session) : `{0}`", + "Requests (Overall): `{0}`", + "Runtime Status", + "No features contributed.", + "Extension Features", + "No Access", + "Enable '{0}' Feature", + "Would you like to revoke '{0}' extension to access '{1}' feature?", + "Would you like to allow '{0}' extension to access '{1}' feature?", + "Revoke Access", + "Allow Access", + "Cancel", + "Revoke Access", + "Allow Access" + ], + "vs/workbench/contrib/extensions/browser/extensionsWidgets": [ + "Average rating: {0} out of 5", + "Sponsor", + "Extension in {0}", + "This extension is ignored during sync.", + "Activation time", + "Startup", + "Sponsor", + "Workspace Extension", + "Local Extension", + "This publisher has verified ownership of {0}", + "Latest version:", + "Activation time", + "Startup", + "1 uncaught error", + "{0} uncaught errors", + "1 message", + "{0} messages", + "Show Dependencies", + "Pre-Release version", + "This extension has a {0} available", + "You have chosen not to receive recommendations for this extension.", + "The icon color for extension ratings.", + "The icon color for extension verified publisher.", + "The icon color for pre-release extension.", + "The icon color for extension sponsor." + ], + "vs/workbench/contrib/extensions/browser/exeBasedRecommendations": [ + "This extension is recommended because you have {0} installed." + ], + "vs/workbench/contrib/extensions/browser/workspaceRecommendations": [ + "This extension is recommended by users of the current workspace.", + "This extension is recommended by users of the current workspace." + ], + "vs/workbench/contrib/extensions/browser/fileBasedRecommendations": [ + "This extension is recommended based on the files you recently opened.", + "the {0} language" + ], + "vs/workbench/contrib/extensions/browser/configBasedRecommendations": [ + "This extension is recommended because of the current workspace configuration" ], - "vs/workbench/contrib/mergeEditor/browser/view/editors/baseCodeEditorView": [ - "Base", - "Comparing with {0}", - "Differences are highlighted with a background color." + "vs/workbench/contrib/extensions/browser/webRecommendations": [ + "This extension is recommended for {0} for the Web" ], - "vs/workbench/contrib/customEditor/common/contributedCustomEditors": [ - "Built-in" + "vs/platform/terminal/common/terminalLogService": [ + "Terminal" ], - "vs/platform/files/browser/htmlFileSystemProvider": [ - "Rename is only supported for files.", - "Insufficient permissions. Please retry and allow the operation." + "vs/workbench/contrib/terminal/browser/terminalIcons": [ + "View icon of the terminal view.", + "Icon for rename in the terminal quick menu.", + "Icon for killing a terminal instance.", + "Icon for creating a new terminal instance.", + "Icon for creating a new terminal profile.", + "Icon for a terminal decoration mark.", + "Icon for a terminal decoration of a command that was incomplete.", + "Icon for a terminal decoration of a command that errored.", + "Icon for a terminal decoration of a command that was successful.", + "Icon for removing a terminal command from command history.", + "Icon for viewing output of a terminal command.", + "Icon for toggling fuzzy search of command history." ], "vs/workbench/contrib/terminal/browser/terminalActions": [ "Show Tabs", "Select current working directory for new terminal", "Open Help", + "Only files on disk can be run in the terminal", + "There are no unattached terminals to attach to", + "The sequence of text to send to the terminal", + "The directory to start the terminal at", + "The new name for the terminal", + "No name argument provided", + "Insufficient terminals for the join action", + "All terminals are joined already", + "Sticky Scroll", + "&&Sticky Scroll", + "Providing no name will reset it to the default value", + "The name of the profile to create", + "Where to create the terminal", + "Create the terminal in the terminal view", + "Create the terminal in the editor", + "Select current working directory for new terminal", + "(Overriden) {0}", + "Select current working directory for new terminal", + "Enter terminal name", "Create New Terminal (In Active Workspace)", "Create New Terminal in Editor Area", "Create New Terminal in Editor Area", @@ -28434,8 +31150,11 @@ "Focus Previous Terminal in Terminal Group", "Focus Next Terminal in Terminal Group", "Run Recent Command...", + "Copy Last Command", "Copy Last Command Output", + "Copy Last Command and Output", "Go to Recent Directory...", + "Goes to a recent folder", "Resize Terminal Left", "Resize Terminal Right", "Resize Terminal Up", @@ -28445,7 +31164,6 @@ "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", "Scroll Down (Line)", "Scroll Down (Page)", "Scroll to Bottom", @@ -28455,23 +31173,14 @@ "Clear Selection", "Detach Session", "Attach to Session", - "There are no unattached terminals to attach to", "Switch Active Terminal", - "Scroll To Previous Command", - "Scroll To Next Command", "Select To Previous Command", "Select To Next Command", "Select To Previous Line", "Select To Next Line", - "The sequence of text to send to the terminal", - "The directory to start the terminal at", - "The new name for the terminal", - "No name argument provided", "Relaunch Active Terminal", "Join Terminals", - "Join Terminals", - "Insufficient terminals for the join action", - "All terminals are joined already", + "Join Terminals...", "Split Terminal (In Active Workspace)", "Select All", "Create New Terminal", @@ -28482,31 +31191,57 @@ "Select Default Profile", "Configure Terminal Settings", "Set Fixed Dimensions", - "Toggle Size to Content Width", "Clear Previous Session History", - "Select the Previous Suggestion", - "Select the Previous Page Suggestion", - "Select the Next Suggestion", - "Select the Next Page Suggestion", - "Accept Selected Suggestion", - "Hide Suggest Widget", + "Toggle Sticky Scroll", "Copy Selection", "Copy and Clear Selection", "Copy Selection as HTML", "Paste into Active 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", - "(Overriden) {0}", - "Select current working directory for new terminal", - "Enter terminal name" + "Create New Terminal (With Profile)" + ], + "vs/workbench/contrib/terminal/browser/terminalMenus": [ + "&&New Terminal", + "&&Split Terminal", + "Run &&Active File", + "Run &&Selected Text", + "Copy", + "Copy as HTML", + "Paste", + "Clear", + "Select All", + "Copy", + "Copy as HTML", + "Paste", + "Clear", + "Select All", + "New Terminal With Profile...", + "Configure Terminal Settings", + "Run Task...", + "Configure Tasks...", + "Clear Terminal", + "Run Active File", + "Run Selected Text", + "Rename...", + "Change Icon...", + "Change Color...", + "Join Terminals", + "{0} (Default)", + "{0} (Default)", + "{0} (Default)", + "Split Terminal", + "Launch Profile...", + "Select Default Profile", + "Switch Terminal" + ], + "vs/workbench/contrib/terminal/browser/terminalWslRecommendationContribution": [ + "The '{0}' extension is recommended for opening a terminal in WSL.", + "Install" ], "vs/workbench/contrib/terminal/browser/terminalQuickAccess": [ "Create New Terminal", - "Create New Terminal With Profile", + "Create New Terminal With Profile...", "Rename Terminal" ], "vs/workbench/contrib/terminal/browser/terminalService": [ @@ -28516,6 +31251,37 @@ "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/common/terminalStrings": [ + "Terminal", + "New Terminal", + "Do Not Show Again", + "current session", + "previous session", + "Task", + "Local", + "Kill", + "Split", + "Terminal", + "Focus Terminal", + "Focus Terminal and Hide Accessible Buffer", + "Kill Terminal", + "Move Terminal into Editor Area", + "Move Terminal into New Window", + "Move Terminal into Panel", + "Change Icon...", + "Change Color...", + "Split Terminal", + "Unsplit Terminal", + "Rename...", + "Toggle Size to Content Width", + "Focus Hover", + "Send Custom Sequence To Terminal", + "Create New Terminal Starting in a Custom Working Directory", + "Rename the Currently Active Terminal", + "Sticky Scroll", + "Scroll To Previous Command", + "Scroll To Next Command" + ], "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.", @@ -28560,7 +31326,10 @@ "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 {0} is set to {1} (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 to show a warning dialog when pasting multiple lines into the terminal.", + "Enable the warning but do not show it 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)", + "Always show the warning if the text contains a new line.", + "Never show the warning.", "Controls whether bold text in the terminal will always use the \"bright\" ANSI color variant.", "Controls the font family of the terminal. Defaults to {0}'s value.", "Controls the font size in pixels of the terminal.", @@ -28596,6 +31365,9 @@ "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.", + "The platform default to focus the terminal. On Linux this will also paste the selection.", + "Paste on middle click.", + "Controls how terminal reacts to middle 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.", @@ -28606,7 +31378,8 @@ "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.", + "This is now deprecated. Instead use the `terminal.integrated.enableVisualBell` and `accessibility.signals.terminalBell` settings.", + "Controls whether the visual terminal bell is enabled. This shows up 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)", @@ -28631,6 +31404,7 @@ "Always off.", "Always on.", "Enable only when not in a remote workspace.", + "An array of strings containing the URI schemes that the terminal is allowed to open links for. By default, only a small subset of possible schemes are allowed for security reasons.", "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.", @@ -28651,9 +31425,10 @@ "Only hide the terminal when there are no persistent sessions restored.", "Always hide the terminal, even when there are persistent sessions restored.", "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 when {0} is disabled.", + "Whether to rescale glyphs horizontally that are a single cell wide but have glyphs that would overlap following cell(s). This typically happens for ambiguous width characters (eg. the roman numeral characters U+2160+) which aren't featured in monospace fonts. Emoji glyphs are never rescaled.", "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.", - "Determines whether or not shell integration is auto-injected to support 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, fish, 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, have enabled {1}, have a [complex bash `PROMPT_COMMAND`](https://code.visualstudio.com/docs/editor/integrated-terminal#_complex-bash-promptcommand), or other unsupported setup. To disable decorations, see {0}", + "Determines whether or not shell integration is auto-injected to support 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, fish, pwsh, zsh\n - Windows: pwsh, git bash\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, have enabled {1}, have a [complex bash `PROMPT_COMMAND`](https://code.visualstudio.com/docs/editor/integrated-terminal#_complex-bash-promptcommand), or other unsupported setup. To disable decorations, see {0}", "When shell integration is enabled, adds a decoration for each command.", "Show decorations in the gutter (left) and overview ruler (right)", "Show gutter decorations to the left of the terminal", @@ -28661,6 +31436,7 @@ "Do not show decorations", "Controls the number of recently used commands to keep in the terminal command history. Set to 0 to disable terminal command history.", "Enables experimental terminal Intellisense suggestions for supported shells when {0} is set to {1}. If shell integration is installed manually, {2} needs to be set to {3} before calling the script.", + "This is an experimental setting and may break the terminal! Use at your own risk.", "Controls whether the terminal will scroll using an animation.", "Controls whether the terminal will ignore bracketed paste mode even if the terminal was put into the mode, omitting the {0} and {1} sequences when pasting. This is useful when the shell is not respecting the mode which can happen in sub-shells for example.", "Enables image support in the terminal, this will only work when {0} is enabled. Both sixel and iTerm's inline image protocol are supported on Linux and macOS, Windows support will light up automatically when ConPTY passes through the sequences. Images will currently not be restored between window reloads/reconnects.", @@ -28668,85 +31444,12 @@ "Always focus the terminal.", "Always focus the accessible buffer.", "Do nothing.", - "Preserve the cursor position on reopen of the terminal's accessible view rather than setting it to the bottom of the buffer." - ], - "vs/workbench/contrib/terminal/browser/terminalMenus": [ - "&&New Terminal", - "&&Split Terminal", - "Run &&Active File", - "Run &&Selected Text", - "Copy", - "Copy as HTML", - "Paste", - "Clear", - "Select All", - "Copy", - "Copy as HTML", - "Paste", - "Clear", - "Select All", - "New Terminal With Profile", - "Select Default Profile", - "Configure Terminal Settings", - "Run Task...", - "Configure Tasks...", - "Switch Terminal", - "Clear Terminal", - "Run Active File", - "Run Selected Text", - "Rename...", - "Change Icon...", - "Change Color...", - "Toggle Size to Content Width", - "Join Terminals", - "{0} (Default)", - "{0} (Default)", - "{0} (Default)", - "Split Terminal" - ], - "vs/workbench/contrib/terminal/browser/terminalIcons": [ - "View icon of the terminal view.", - "Icon for rename in the terminal quick menu.", - "Icon for killing a terminal instance.", - "Icon for creating a new terminal instance.", - "Icon for creating a new terminal profile.", - "Icon for a terminal decoration mark.", - "Icon for a terminal decoration of a command that was incomplete.", - "Icon for a terminal decoration of a command that errored.", - "Icon for a terminal decoration of a command that was successful.", - "Icon for removing a terminal command from command history.", - "Icon for viewing output of a terminal command.", - "Icon for toggling fuzzy search of command history." - ], - "vs/workbench/contrib/terminal/common/terminalStrings": [ - "Terminal", - "New Terminal", - "Do Not Show Again", - "current session", - "previous session", - "Task", - "Local", - "Terminal", - "Focus Terminal", - "Focus Terminal and Hide Accessible Buffer", - "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", - "Focus Hover", - "Send Custom Sequence To Terminal", - "Create New Terminal Starting in a Custom Working Directory", - "Rename the Currently Active Terminal" - ], - "vs/platform/terminal/common/terminalLogService": [ - "Terminal" + "Preserve the cursor position on reopen of the terminal's accessible view rather than setting it to the bottom of the buffer.", + "Focus the terminal accessible view when a command is executed.", + "Shows the current command at the top of the terminal.", + "Defines the maximum number of sticky lines to show. Sticky scroll lines will never exceed 40% of the viewport regardless of this setting.", + "Zoom the font of the terminal when using mouse wheel and holding `Cmd`.", + "Zoom the font of the terminal when using mouse wheel and holding `Ctrl`." ], "vs/workbench/contrib/terminal/browser/terminalTabbedView": [ "Move Tabs Right", @@ -28761,9 +31464,10 @@ "Command line: {0}" ], "vs/workbench/contrib/terminalContrib/accessibility/browser/terminalAccessibilityHelp": [ - "The Focus Accessible Buffer ({0}) command enables screen readers to read terminal contents.", - "The Focus Accessible Buffer command enables screen readers to read terminal contents and is currently not triggerable by a keybinding.", + "The Focus Accessible Terminal View ({0}) command enables screen readers to read terminal contents.", + "The Focus Terminal Accessible View command enables screen readers to read terminal contents and is currently not triggerable by a keybinding.", "Customize the behavior of the cursor when toggling between the terminal and accessible view with `terminal.integrated.accessibleViewPreserveCursorPosition.`", + "Enable `terminal.integrated.accessibleViewFocusOnCommandExecution` to automatically focus the terminal accessible view when a command is executed in the terminal.", "Consider using powershell instead of command prompt for an improved experience", "The terminal has a feature called shell integration that offers an enhanced experience and provides useful commands for screen readers such as:", "Go to Next Command ({0}) in the accessible view", @@ -28785,6 +31489,8 @@ "Configure what gets focused after running selected text in the terminal with `{0}`." ], "vs/workbench/contrib/terminalContrib/links/browser/terminalLinkManager": [ + "Opening URIs can be insecure, do you want to allow opening links with the scheme {0}?", + "Allow {0}", "option + click", "alt + click", "cmd + click", @@ -28804,10 +31510,23 @@ "Folder", "Workspace Search" ], - "vs/workbench/contrib/terminalContrib/quickFix/browser/quickFixAddon": [ - "Run: {0}", - "Open: {0}", - "Quick Fix" + "vs/workbench/contrib/terminalContrib/chat/browser/terminalChatAccessibilityHelp": [ + "Inline chat occurs within a terminal. It is useful for suggesting terminal commands. Keep in mind that AI generated code may be incorrect.", + "It can be activated using the command: Terminal: Start Chat ({0}), which will focus the input box.", + "The input box is where the user can type a request and can make the request ({0}). The widget will be closed and all content will be discarded when the Escape key is pressed and the terminal will regain focus.", + "The input box is where the user can type a request and can make the request by tabbing to the Make Request button, which is not currently triggerable via keybindings. The widget will be closed and all content will be discarded when the Escape key is pressed and the terminal will regain focus.", + "The response can be inspected in the accessible view ({0}).", + "With the input box focused, inspect the response in the accessible view via the Open Accessible View command, which is currently not triggerable by a keybinding.", + "Reach the response from the input box ({0}).", + "Reach the response from the input box by tabbing or assigning a keybinding for the command: Focus Terminal Response.", + "Reach the input box from the response ({0}).", + "Reach the response from the input box by shift+tabbing or assigning a keybinding for the command: Focus Terminal Input.", + "With focus in the input box or command editor, the Terminal: Run Chat Command ({0}) action.", + "Run a command by tabbing to the button as the action is currently not triggerable by a keybinding.", + "With focus in the input box command editor, the Terminal: Insert Chat Command ({0}) action.", + "Insert a command by tabbing to the button as the action is currently not triggerable by a keybinding.", + "Use tab to reach conditional parts like commands, status, message responses and more.", + "Accessibility Signals can be changed via settings with a prefix of signals.chat. By default, if a request takes more than 4 seconds, you will hear a sound indicating that progress is still occurring." ], "vs/workbench/contrib/terminalContrib/quickFix/browser/terminalQuickFixBuiltinActions": [ "Free port {0}", @@ -28821,52 +31540,34 @@ "The command exit result to match on", "The kind of the resulting quick fix. This changes how the quick fix is presented. Defaults to {0}." ], - "vs/workbench/contrib/extensions/browser/extensionsWidgets": [ - "Average rating: {0} out of 5", - "Sponsor", - "Extension in {0}", - "This extension is ignored during sync.", - "Activation time", - "Startup", - "Pre-Release", - "Sponsor", - "This publisher has verified ownership of {0}", - "Latest version:", - "Activation time", - "Startup", - "1 uncaught error", - "{0} uncaught errors", - "1 message", - "{0} messages", - "Show Dependencies", - "Pre-Release version", - "This extension has a {0} available", - "You have chosen not to receive recommendations for this extension.", - "The icon color for extension ratings.", - "The icon color for extension verified publisher.", - "The icon color for pre-release extension.", - "The icon color for extension sponsor." - ], - "vs/workbench/contrib/extensions/browser/extensionsViewer": [ - "Error", - "Unknown Extension:", - "Extensions" - ], - "vs/workbench/contrib/extensions/browser/exeBasedRecommendations": [ - "This extension is recommended because you have {0} installed." - ], - "vs/workbench/contrib/extensions/browser/workspaceRecommendations": [ - "This extension is recommended by users of the current workspace." - ], - "vs/workbench/contrib/extensions/browser/fileBasedRecommendations": [ - "This extension is recommended based on the files you recently opened.", - "the {0} language" + "vs/workbench/contrib/terminalContrib/chat/browser/terminalChatActions": [ + "Start in Terminal", + "Close Chat", + "Focus Terminal Response", + "Focus Terminal Input", + "Discard", + "Discards the terminal current chat response, hide the chat widget, and clear the chat input.", + "Run Chat Command", + "Run", + "Run First Chat Command", + "Run First", + "Insert Chat Command", + "Insert", + "Insert First Chat Command", + "Insert First", + "View in Chat", + "Make Chat Request", + "Cancel Chat", + "Report Issue" ], - "vs/workbench/contrib/extensions/browser/configBasedRecommendations": [ - "This extension is recommended because of the current workspace configuration" + "vs/workbench/contrib/terminalContrib/quickFix/browser/quickFixAddon": [ + "Run: {0}", + "Open: {0}", + "Quick Fix" ], - "vs/workbench/contrib/extensions/browser/webRecommendations": [ - "This extension is recommended for {0} for the Web" + "vs/workbench/contrib/terminalContrib/stickyScroll/browser/terminalStickyScrollColorRegistry": [ + "The background color of the sticky scroll overlay in the terminal.", + "The background color of the sticky scroll overlay in the terminal when hovered." ], "vs/workbench/contrib/tasks/common/jsonSchemaCommon": [ "Additional command options", @@ -28935,6 +31636,10 @@ "vs/workbench/contrib/remote/browser/explorerViewItems": [ "Switch Remote" ], + "vs/base/browser/ui/findinput/replaceInput": [ + "input", + "Preserve Case" + ], "vs/workbench/contrib/snippets/browser/commands/abstractSnippetsActions": [ "Snippets" ], @@ -28965,7 +31670,6 @@ "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 text file, notebook, or custom editor.", "Open...", @@ -28987,22 +31691,25 @@ "Open Tunnel...", "Connect to a remote machine through a Tunnel", "Get Started with VS Code", - "Discover the best customizations to make VS Code yours.", - "Personalize your VS Code", - "Keep your essential VS Code customizations backed up and updated across all your devices.\n{0}", - "Backup and Sync Settings", - "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}", + "Customize your editor, learn the basics, and start coding", + "Choose your theme", + "The right theme helps you focus on your code, is easy on your eyes, and is simply more fun to use.\n{0}", "Browse Color Themes", - "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", + "Code with extensions", "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", + "Tune your settings", + "Customize every aspect of VS Code and your extensions to your liking. Commonly used settings are listed first to get you started.\n{0}", + "Open Settings", + "Sync settings across devices", + "Keep your essential customizations backed up and updated across all your devices.\n{0}", + "Backup and Sync Settings", + "Unlock productivity with the Command Palette ", + "Run commands without reaching for your mouse to accomplish any task in VS Code.\n{0}", + "Open Command Palette", "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", @@ -29012,26 +31719,29 @@ "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", + "Watch video tutorials", + "Watch the first in a series of short & practical video tutorials for VS Code's key features.\n{0}", + "Watch Tutorial", "Get Started with VS Code for the Web", - "Discover the best customizations to make VS Code for the Web yours.", - "Personalize your VS Code", - "Keep your essential VS Code customizations backed up and updated across all your devices.\n{0}", - "Backup and Sync Settings", - "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}", + "Customize your editor, learn the basics, and start coding", + "Choose your theme", + "The right theme helps you focus on your code, is easy on your eyes, and is simply more fun to use.\n{0}", "Browse Color Themes", - "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 appearance for faster access. \n{0}", "Toggle Menu Bar", - "Limitless extensibility", + "Code with extensions", "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", + "Sync settings across devices", + "Keep your essential customizations backed up and updated across all your devices.\n{0}", + "Backup and Sync Settings", + "Unlock productivity with the Command Palette ", + "Run commands without reaching for your mouse to accomplish any task in VS Code.\n{0}", + "Open Command Palette", "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", @@ -29040,34 +31750,13 @@ "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.", - "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.\n{0}", - "Show Terminal Panel", - "Limitless extensibility", + "Get an overview of the most essential features", + "Code with extensions", "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", - "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", - "Customize VS Code with Profiles", - "Profiles let you create sets of VS Code customizations that include settings, extensions and UI state. Create your own profile from scratch or use the predefined set of profile templates for your specific workflow.\n{0}", - "Try Profiles", - "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.\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", + "Browse Popular Extensions", + "Built-in terminal", + "Quickly run shell commands and monitor build output, right next to your code.\n{0}", + "Open Terminal", "Watch your code in action", "Accelerate your edit, build, test, and debug loop by setting up a launch configuration.\n{0}", "Run your Project", @@ -29089,22 +31778,14 @@ "Customize your shortcuts", "Once you have discovered your favorite commands, create custom keyboard shortcuts for instant access.\n{0}", "Keyboard Shortcuts", + "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", "Customize Notebooks", "Select the layout for your notebooks", "Get notebooks to feel just the way you prefer" ], - "vs/workbench/contrib/welcomeGettingStarted/browser/featuredExtensionService": [ - "Recommended" - ], - "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedColors": [ - "Background color for the Welcome page.", - "Background color for the tiles on the Welcome page.", - "Hover background color for the tiles on the Welcome.", - "Border color for the tiles on the Welcome page.", - "Foreground color for the Welcome page progress bars.", - "Background color for the Welcome page progress bars.", - "Foreground color of the heading of each walkthrough step" - ], "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedExtensionPoint": [ "Title", "Contribute walkthroughs to help users getting started with your extension.", @@ -29144,6 +31825,15 @@ "Mark step done when the specified command is executed.", "Context key expression to control the visibility of this step." ], + "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedColors": [ + "Background color for the Welcome page.", + "Background color for the tiles on the Welcome page.", + "Hover background color for the tiles on the Welcome.", + "Border color for the tiles on the Welcome page.", + "Foreground color for the Welcome page progress bars.", + "Background color for the Welcome page progress bars.", + "Foreground color of the heading of each walkthrough step" + ], "vs/workbench/contrib/welcomeWalkthrough/common/walkThroughUtils": [ "Background color for the embedded editors on the Interactive Playground." ], @@ -29227,15 +31917,6 @@ "Sync Activity (Developer)", "Troubleshoot" ], - "vs/workbench/browser/parts/notifications/notificationsList": [ - "Inspect the response in the accessible view with {0}", - "Inspect the response in the accessible view via the command Open Accessible View which is currently not triggerable via keybinding", - "{0}, notification, {1}", - "{0}, notification", - "{0}, source: {1}, notification, {2}", - "{0}, source: {1}, notification", - "Notifications List" - ], "vs/workbench/browser/parts/notifications/notificationsActions": [ "Icon for the clear action in notifications.", "Icon for the clear all action in notifications.", @@ -29247,12 +31928,23 @@ "Clear Notification", "Clear All Notifications", "Toggle Do Not Disturb Mode", + "Toggle Do Not Disturb Mode By Source...", + "Configure Do Not Disturb...", "Hide Notifications", "Expand Notification", "Collapse Notification", "More Actions...", "Copy Text" ], + "vs/workbench/browser/parts/notifications/notificationsList": [ + "Inspect the response in the accessible view with {0}", + "Inspect the response in the accessible view via the command Open Accessible View which is currently not triggerable via keybinding", + "{0}, notification, {1}", + "{0}, notification", + "{0}, source: {1}, notification, {2}", + "{0}, source: {1}, notification", + "Notifications List" + ], "vs/workbench/services/textfile/common/textFileSaveParticipant": [ "Saving '{0}'" ], @@ -29267,14 +31959,14 @@ "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" + "Restart to &&Update", + "Focus Application Menu" ], "vs/workbench/browser/parts/titlebar/commandCenterControl": [ "Search", @@ -29284,6 +31976,10 @@ "Search {0} — {1}", "Command Center" ], + "vs/workbench/browser/parts/editor/editorTabsControl": [ + "Editor actions", + "{0} (+{1})" + ], "vs/workbench/browser/parts/globalCompositeBar": [ "Accounts icon in the view bar.", "Hide Accounts", @@ -29296,7 +31992,27 @@ "Sign Out", "You are not signed in to any accounts", "Manage", - "Manage {0} (Profile)" + "Manage {0} (Profile)", + "Hide Accounts", + "Accounts", + "Manage" + ], + "vs/workbench/browser/parts/titlebar/titlebarActions": [ + "Command Center", + "Toggle visibility of the Command Center in title bar", + "Layout Controls", + "Toggle visibility of the Layout Controls in title bar", + "Hide Custom Title Bar", + "Hide Custom Title Bar In Full Screen", + "Custom Title Bar", + "Editor Actions", + "Accounts", + "Accounts", + "Manage", + "Manage", + "Show Custom Title Bar", + "Hide Custom Title Bar", + "Hide Custom Title Bar In Full Screen" ], "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?", @@ -29320,24 +32036,41 @@ "vs/platform/terminal/common/terminalProfiles": [ "Automatically detect the default" ], - "vs/workbench/contrib/webview/browser/webviewElement": [ - "Error loading webview: {0}" - ], "vs/platform/quickinput/browser/quickPickPin": [ "pinned", "Pin command", "Pinned command" ], + "vs/workbench/contrib/webview/browser/webviewElement": [ + "Error loading webview: {0}" + ], + "vs/editor/browser/widget/multiDiffEditor/colors": [ + "The background color of the diff editor's header", + "The background color of the multi file diff editor", + "The border color of the multi file diff editor" + ], + "vs/workbench/contrib/terminalContrib/chat/browser/terminalChat": [ + "Whether the chat view is focused.", + "Whether the chat view is visible.", + "Whether there is an active chat request.", + "Whether the chat input has text.", + "Whether the terminal chat agent has been registered.", + "Whether the chat response contains a code block.", + "Whether the chat response contains multiple code blocks.", + "Whether the response supports issue reporting", + "When the response has been voted up, is set to 'up'. When voted down, is set to 'down'. Otherwise an empty string." + ], "vs/workbench/api/common/extHostDiagnostics": [ "Not showing {0} further errors and warnings." ], + "vs/workbench/api/common/extHostNotebook": [ + "Unable to modify read-only file '{0}'", + "File Modified Since" + ], "vs/workbench/api/common/extHostLanguageFeatures": [ "Paste using '{0}' extension", "Drop using '{0}' extension" ], - "vs/workbench/api/common/extHostProgress": [ - "{0} (Extension)" - ], "vs/workbench/api/common/extHostStatusBar": [ "{0} (Extension)", "Extension Status" @@ -29345,59 +32078,11 @@ "vs/workbench/api/common/extHostTreeViews": [ "Element with id {0} is already registered" ], - "vs/workbench/api/common/extHostNotebook": [ - "Unable to modify read-only file '{0}'", - "File Modified Since" - ], - "vs/workbench/api/common/extHostChat": [ - "Provider returned null response", - "Error from provider: {0}" - ], - "vs/workbench/api/common/extHostChatAgents2": [ - "Error from provider: {0}" - ], "vs/base/browser/ui/findinput/findInputToggles": [ "Match Case", "Match Whole Word", "Use Regular Expression" ], - "vs/editor/browser/widget/diffEditor/accessibleDiffViewer": [ - "Icon for 'Insert' in accessible diff viewer.", - "Icon for 'Remove' in accessible diff viewer.", - "Icon for 'Close' in accessible diff viewer.", - "Close", - "Accessible Diff Viewer. Use arrow up and down to navigate.", - "no lines changed", - "1 line changed", - "{0} lines changed", - "Difference {0} of {1}: original line {2}, {3}, modified line {4}, {5}", - "blank", - "{0} unchanged line {1}", - "{0} original line {1} modified line {2}", - "+ {0} modified line {1}", - "- {0} original line {1}" - ], - "vs/editor/browser/widget/diffEditor/hideUnchangedRegionsFeature": [ - "Fold Unchanged Region", - "Click or drag to show more above", - "Show all", - "Click or drag to show more below", - "{0} hidden lines", - "Double click to unfold" - ], - "vs/editor/browser/widget/diffEditor/movedBlocksLines": [ - "Code moved with changes to line {0}-{1}", - "Code moved with changes from line {0}-{1}", - "Code moved to line {0}-{1}", - "Code moved from line {0}-{1}" - ], - "vs/editor/browser/widget/diffEditor/diffEditorEditors": [ - " use {0} to open the accessibility help." - ], - "vs/editor/browser/widget/diffEditor/colors": [ - "The border color for text that got moved in the diff editor.", - "The active border color for text that got moved in the diff editor." - ], "vs/editor/browser/controller/textAreaHandler": [ "editor", "The editor is not accessible at this time.", @@ -29487,47 +32172,37 @@ "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/workbench/contrib/chat/browser/chatFollowups": [ + "Follow up question: {0}" ], - "vs/workbench/contrib/comments/browser/commentsViewActions": [ - "Focus Comments view", - "Clear filter text", - "Focus comments filter", - "Toggle Unresolved Comments", - "Comments", - "Show Unresolved", - "Toggle Resolved Comments", - "Comments", - "Show Resolved" + "vs/editor/browser/widget/diffEditor/components/accessibleDiffViewer": [ + "Icon for 'Insert' in accessible diff viewer.", + "Icon for 'Remove' in accessible diff viewer.", + "Icon for 'Close' in accessible diff viewer.", + "Close", + "Accessible Diff Viewer. Use arrow up and down to navigate.", + "no lines changed", + "1 line changed", + "{0} lines changed", + "Difference {0} of {1}: original line {2}, {3}, modified line {4}, {5}", + "blank", + "{0} unchanged line {1}", + "{0} original line {1} modified line {2}", + "+ {0} modified line {1}", + "- {0} original line {1}" ], - "vs/workbench/contrib/comments/browser/commentColors": [ - "Icon color for resolved comments.", - "Icon color for unresolved comments.", - "Color of borders and arrow for resolved comments.", - "Color of borders and arrow for unresolved comments.", - "Color of background for comment ranges.", - "Color of background for currently selected or hovered comment range." + "vs/editor/browser/widget/diffEditor/features/revertButtonsFeature": [ + "Revert Selected Changes", + "Revert Change" ], - "vs/workbench/browser/parts/editor/editorPanes": [ - "This type of editor cannot be opened in floating windows yet.", - "Close Editor", - "Unable to open '{0}'", - "&&OK" + "vs/editor/browser/widget/diffEditor/features/movedBlocksLinesFeature": [ + "Code moved with changes to line {0}-{1}", + "Code moved with changes from line {0}-{1}", + "Code moved to line {0}-{1}", + "Code moved from line {0}-{1}" ], - "vs/workbench/browser/parts/editor/editorGroupWatermark": [ - "Show All Commands", - "Go to File", - "Open File", - "Open Folder", - "Open File or Folder", - "Open Recent", - "New Untitled Text File", - "Find in Files", - "Toggle Terminal", - "Start Debugging", - "Toggle Full Screen", - "Show Settings" + "vs/editor/browser/widget/diffEditor/components/diffEditorEditors": [ + " use {0} to open the accessibility help." ], "vs/workbench/browser/parts/editor/editorPlaceholder": [ "Workspace Trust Required", @@ -29540,23 +32215,38 @@ "The editor could not be opened due to an unexpected error.", "Try Again" ], + "vs/workbench/browser/parts/paneCompositeBar": [ + "Reset Location", + "Reset Location" + ], "vs/workbench/browser/parts/compositePart": [ "{0} actions", "Views and More Actions...", "{0} ({1})" ], - "vs/workbench/browser/parts/paneCompositeBar": [ - "Reset Location", - "Reset Location" + "vs/workbench/browser/parts/editor/editorPanes": [ + "Unable to open '{0}'", + "&&OK" ], - "vs/platform/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)" + "vs/workbench/browser/parts/editor/editorGroupWatermark": [ + "Foreground color for the labels in the editor watermark.", + "Show All Commands", + "Go to File", + "Open File", + "Open Folder", + "Open File or Folder", + "Open Recent", + "New Untitled Text File", + "Find in Files", + "Toggle Terminal", + "Start Debugging", + "Toggle Full Screen", + "Show Settings" + ], + "vs/platform/quickinput/browser/quickInputUtils": [ + "Click to execute command '{0}'" ], - "vs/platform/quickinput/browser/quickInputList": [ + "vs/platform/quickinput/browser/quickInputTree": [ "Quick Input" ], "vs/workbench/contrib/preferences/browser/settingsEditorSettingIndicators": [ @@ -29642,24 +32332,37 @@ "Item", "Value" ], - "vs/workbench/contrib/chat/browser/codeBlockPart": [ - "Code block", - "Toolbar for code block which can be reached via tab", - "Code block toolbar", - "Code block {0}" + "vs/workbench/contrib/chat/browser/chatAgentHover": [ + "View in Marketplace" + ], + "vs/workbench/contrib/inlineChat/browser/inlineChatWidget": [ + "Inline Chat Input, Use {0} for Inline Chat Accessibility Help.", + "Inline Chat Input, Run the Inline Chat Accessibility Help command for more information.", + "Inline Chat Input", + "Original", + "Modified" ], "vs/workbench/contrib/notebook/browser/view/renderers/cellRenderer": [ "Execution Order" ], - "vs/workbench/contrib/notebook/browser/viewParts/notebookEditorStickyScroll": [ - "Toggle Notebook Sticky Scroll", - "&&Toggle Notebook Sticky Scroll", - "Notebook Sticky Scroll", - "&&Notebook Sticky Scroll" + "vs/workbench/contrib/notebook/browser/notebookAccessibilityProvider": [ + "Notebook\nUse {0} for accessibility help", + "Notebook\nRun the Open Accessibility Help command for more information", + "Notebook" ], "vs/workbench/services/workingCopy/common/storedFileWorkingCopyManager": [ "Saving working copies" ], + "vs/workbench/contrib/notebook/browser/viewModel/notebookOutlineEntryFactory": [ + "empty cell" + ], + "vs/workbench/contrib/notebook/browser/contrib/notebookVariables/notebookVariablesDataSource": [ + "Display limit reached" + ], + "vs/workbench/contrib/notebook/browser/contrib/notebookVariables/notebookVariablesTree": [ + "Notebook Variables", + "Variable {0}, value {1}" + ], "vs/workbench/contrib/notebook/browser/contrib/find/notebookFindReplaceWidget": [ "Find", "Find", @@ -29678,29 +32381,8 @@ "Code Cell Source", "Code Cell Output" ], - "vs/workbench/contrib/notebook/browser/viewModel/notebookOutlineEntryFactory": [ - "empty cell" - ], - "vs/workbench/contrib/chat/browser/chatSlashCommandContentWidget": [ - "Exited {0} mode" - ], - "vs/platform/actions/browser/buttonbar": [ - "{0} ({1})" - ], - "vs/workbench/contrib/debug/common/debugger": [ - "Cannot find debug adapter for type '{0}'.", - "Use IntelliSense to learn about possible attributes.", - "Hover to view descriptions of existing attributes.", - "For more information, visit: {0}", - "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\".", - "Request type of configuration. Can be \"launch\" or \"attach\".", - "Windows specific launch configuration attributes.", - "OS X specific launch configuration attributes.", - "Linux specific launch configuration attributes." - ], "vs/workbench/contrib/terminal/browser/xterm/decorationAddon": [ + "Toggle Visibility", "Rerun Command", "Do you want to run the command: {0}", "Yes", @@ -29711,10 +32393,8 @@ "Copy Output as HTML", "Run Recent Command", "Go To Recent Directory", - "Configure Command Decorations", "Learn About Shell Integration", "Toggle visibility", - "Toggle visibility", "Gutter command decorations", "Overview ruler command decorations" ], @@ -29759,7 +32439,23 @@ "Name of folder in which the compound is located.", "Names of configurations that will be started as part of this compound.", "Controls whether manually terminating one session will stop all of the compound sessions.", - "Task to run before any of the compound configurations start." + "Task to run before any of the compound configurations start.", + "Name", + "Type", + "Debuggers" + ], + "vs/workbench/contrib/debug/common/debugger": [ + "Cannot find debug adapter for type '{0}'.", + "Use IntelliSense to learn about possible attributes.", + "Hover to view descriptions of existing attributes.", + "For more information, visit: {0}", + "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\".", + "Request type of configuration. Can be \"launch\" or \"attach\".", + "Windows specific launch configuration attributes.", + "OS X specific launch configuration attributes.", + "Linux specific launch configuration attributes." ], "vs/workbench/contrib/debug/browser/rawDebugSession": [ "No debug adapter, can not start debug session.", @@ -29768,14 +32464,19 @@ "No debugger available found. Can not send '{0}'.", "More Info" ], - "vs/workbench/contrib/mergeEditor/browser/model/mergeEditorModel": [ - "Set Input Handled", - "Undo Mark As Handled" + "vs/workbench/contrib/comments/browser/commentThreadWidget": [ + "Comment", + "{0}, use ({1}) for accessibility help", + "{0}, run the command Open Accessibility Help which is currently not triggerable via keybinding." ], "vs/workbench/contrib/mergeEditor/browser/mergeMarkers/mergeMarkersController": [ "1 Conflicting Line", "{0} Conflicting Lines" ], + "vs/workbench/contrib/mergeEditor/browser/model/mergeEditorModel": [ + "Set Input Handled", + "Undo Mark As Handled" + ], "vs/workbench/contrib/mergeEditor/browser/view/conflictActions": [ "Accept {0}", "Accept {0} in the result document.", @@ -29799,40 +32500,6 @@ "Reset to base", "Reset this conflict to the common ancestor of both the right and left changes." ], - "vs/workbench/contrib/comments/browser/commentGlyphWidget": [ - "Editor gutter decoration color for commenting ranges. This color should be opaque.", - "Editor overview ruler decoration color for resolved comments. This color should be opaque.", - "Editor overview ruler decoration color for unresolved comments. This color should be opaque.", - "Editor gutter decoration color for commenting glyphs.", - "Editor gutter decoration color for commenting glyphs for unresolved comment threads." - ], - "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).", - "Human readable name of the custom editor. This is displayed to users when selecting which editor to use.", - "Set of globs that the custom editor is enabled for.", - "Glob that the custom editor is enabled for.", - "Controls if the custom editor is enabled automatically when the user opens a file. This may be overridden by users using the `workbench.editorAssociations` setting.", - "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/terminalConfigHelper": [ - "The '{0}' extension is recommended for opening a terminal in WSL.", - "Install" - ], - "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", - "This terminal profile uses a potentially unsafe path that can be modified by another user: {0}. Are you sure you want to use it?", - "Yes", - "Cancel", - "Configure Terminal Profile" - ], "vs/workbench/contrib/terminal/browser/terminalInstance": [ "Terminal input", "Use the accessible buffer {0} to manually review output", @@ -29840,10 +32507,6 @@ "Bell", "Some keybindings don't go to the terminal by default and are handled by {0} instead.", "Configure Terminal Settings", - "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}", @@ -29858,7 +32521,6 @@ "Set Fixed Dimensions: Column", "Set Fixed Dimensions: Row", "Terminal {0} environment is stale, run the 'Show Environment Information' command for more information", - "Select an icon for the terminal", "Select a color for the terminal", "The terminal process \"{0}\" failed to launch (exit code: {1}).", "The terminal process failed to launch (exit code: {0}).", @@ -29866,6 +32528,33 @@ "The terminal process terminated with exit code: {0}.", "The terminal process failed to launch: {0}." ], + "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).", + "Human readable name of the custom editor. This is displayed to users when selecting which editor to use.", + "Set of globs that the custom editor is enabled for.", + "Glob that the custom editor is enabled for.", + "Controls if the custom editor is enabled automatically when the user opens a file. This may be overridden by users using the `workbench.editorAssociations` setting.", + "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.", + "View Type", + "Priority", + "Filename Pattern", + "Custom Editors" + ], + "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", + "This terminal profile uses a potentially unsafe path that can be modified by another user: {0}. Are you sure you want to use it?", + "Yes", + "Cancel", + "Configure Terminal Profile" + ], "vs/workbench/contrib/terminal/browser/terminalTabsList": [ "Type terminal name. Press Enter to confirm or Escape to cancel.", "Terminal tabs", @@ -29873,18 +32562,6 @@ "Terminal {0} {1}", "Terminal" ], - "vs/workbench/contrib/codeEditor/browser/find/simpleFindWidget": [ - "Find", - "Find (⇅ for history)", - "Previous Match", - "Next Match", - "Close", - "Enter search input", - "{0} found", - "{0} found for '{1}'", - "{0} found for '{1}'", - "Border color of the sash border." - ], "vs/workbench/contrib/terminalContrib/links/browser/terminalLinkDetectorAdapter": [ "Search workspace", "Open file in editor", @@ -29892,18 +32569,62 @@ "Open folder in new window", "Follow link" ], + "vs/workbench/contrib/terminalContrib/chat/browser/terminalChatWidget": [ + "Ask how to do something in the terminal", + "AI-generated commands may be incorrect" + ], "vs/workbench/contrib/terminal/browser/xterm/decorationStyles": [ "Show Command Actions", + "Command executed {0}, took {1} and failed", + "Command executed {0}, took {1} and failed (Exit Code {2})", + "Command executed {0} and took {1}", "Command executed {0} and failed", "Command executed {0} and failed (Exit Code {1})", "Command executed {0}" ], - "vs/workbench/contrib/welcomeGettingStarted/common/media/theme_picker": [ - "Dark Modern", - "Light Modern", - "Dark High Contrast", - "Light High Contrast", - "See More Themes..." + "vs/workbench/contrib/terminalContrib/stickyScroll/browser/terminalStickyScrollOverlay": [ + "Navigate to Command", + "{0} ({1})", + "{0} ({1})" + ], + "vs/workbench/contrib/codeEditor/browser/find/simpleFindWidget": [ + "Find", + "Find", + "Previous Match", + "Next Match", + "Close", + "Enter search input", + "{0} found", + "{0} found for '{1}'", + "{0} found for '{1}'", + "Border color of the sash border." + ], + "vs/workbench/contrib/terminalContrib/find/browser/textInputContextMenu": [ + "Undo", + "Redo", + "Cut", + "Copy", + "Paste", + "Select All" + ], + "vs/workbench/services/suggest/browser/simpleSuggestWidget": [ + "Suggest", + "{0}{1}, {2}", + "{0}{1}", + "{0}, {1}", + "{0}, docs: {1}" + ], + "vs/workbench/contrib/markdown/browser/markdownSettingRenderer": [ + "View in Settings", + "View \"{0}: {1}\" in Settings", + "Restore value of \"{0}: {1}\"", + "Enable \"{0}: {1}\"", + "Disable \"{0}: {1}\"", + "Set \"{0}: {1}\" to \"{2}\"", + "Set \"{0}: {1}\" to {2}", + "View or change setting", + "Copy Setting ID", + "Copy Setting ID" ], "vs/workbench/contrib/welcomeGettingStarted/common/media/notebookProfile": [ "Default", @@ -29920,15 +32641,24 @@ "Theirs", "Yours" ], + "vs/platform/languagePacks/common/localizedStrings": [ + "open", + "close", + "find" + ], "vs/workbench/browser/parts/notifications/notificationsViewer": [ "Click to execute command '{0}'", "Notification Actions", + "Turn On Notifications from '{0}'", + "Turn Off Notifications from '{0}'", "Source: {0}" ], - "vs/platform/languagePacks/common/localizedStrings": [ - "open", - "close", - "find" + "vs/workbench/contrib/welcomeGettingStarted/common/media/theme_picker": [ + "Dark Modern", + "Light Modern", + "Dark High Contrast", + "Light High Contrast", + "See More Themes..." ], "vs/base/browser/ui/menu/menubar": [ "Application Menu", @@ -29947,27 +32677,13 @@ "Toggle View Pinned", "Toggle View Badge" ], - "vs/editor/browser/widget/diffEditor/decorations": [ - "Line decoration for inserts in the diff editor.", - "Line decoration for removals in the diff editor.", - "Click to revert change" - ], "vs/editor/common/viewLayout/viewLineRenderer": [ "Show more ({0})", "{0} chars" ], - "vs/editor/browser/widget/diffEditor/inlineDiffDeletedCodeMargin": [ - "Copy deleted lines", - "Copy deleted line", - "Copy changed lines", - "Copy changed line", - "Copy deleted line ({0})", - "Copy changed line ({0})", - "Revert this change" - ], "vs/platform/actionWidget/browser/actionList": [ - "{0} to apply, {1} to preview", - "{0} to apply", + "{0} to Apply, {1} to Preview", + "{0} to Apply", "{0}, Disabled Reason: {1}", "Action Widget" ], @@ -29976,8 +32692,17 @@ "{0} reference", "References" ], - "vs/workbench/browser/parts/editor/multiEditorTabsControl": [ - "Tab actions" + "vs/workbench/browser/parts/compositeBar": [ + "Active View Switcher" + ], + "vs/editor/browser/widget/diffEditor/components/diffEditorViewZones/inlineDiffDeletedCodeMargin": [ + "Copy deleted lines", + "Copy deleted line", + "Copy changed lines", + "Copy changed line", + "Copy deleted line ({0})", + "Copy changed line ({0})", + "Revert this change" ], "vs/workbench/browser/parts/editor/breadcrumbsControl": [ "Icon for the separator in the breadcrumbs.", @@ -29985,18 +32710,18 @@ "Whether breadcrumbs are currently visible", "Whether breadcrumbs have focus", "no elements", + "Toggle &&Breadcrumbs", "Toggle Breadcrumbs", "Toggle &&Breadcrumbs", - "Breadcrumbs", - "&&Breadcrumbs", + "Toggle Breadcrumbs", "Focus and Select Breadcrumbs", "Focus Breadcrumbs" ], - "vs/workbench/browser/parts/compositeBar": [ - "Active View Switcher" + "vs/workbench/browser/parts/editor/multiEditorTabsControl": [ + "Tab actions" ], - "vs/platform/quickinput/browser/quickInputUtils": [ - "Click to execute command '{0}'" + "vs/platform/actions/browser/buttonbar": [ + "{0} ({1})" ], "vs/workbench/contrib/notebook/browser/diff/diffElementOutputs": [ "Choose a different output mimetype, available mimetypes: {0}", @@ -30009,9 +32734,9 @@ ], "vs/workbench/contrib/notebook/browser/view/cellParts/cellEditorOptions": [ "Controls the display of line numbers in the cell editor.", - "Toggle Notebook Line Numbers", "Notebook Line Numbers", - "Show Cell Line Numbers" + "Show Cell Line Numbers", + "Toggle Notebook Line Numbers" ], "vs/workbench/contrib/notebook/browser/view/cellParts/codeCell": [ "Double-click to expand cell input ({0})", @@ -30020,30 +32745,28 @@ "vs/workbench/contrib/notebook/browser/view/cellParts/codeCellRunToolbar": [ "More..." ], + "vs/workbench/contrib/notebook/browser/view/cellParts/foldedCellHint": [ + "1 cell hidden", + "{0} cells hidden" + ], "vs/workbench/contrib/notebook/browser/view/cellParts/collapsedCellOutput": [ "Outputs are collapsed", "Double-click to expand cell output ({0})", "Expand Cell Output (${0})" ], - "vs/workbench/contrib/notebook/browser/view/cellParts/foldedCellHint": [ - "1 cell hidden", - "{0} cells hidden" - ], "vs/workbench/contrib/notebook/browser/view/cellParts/markupCell": [ "Double-click to expand cell input ({0})", "Expand Cell Input ({0})" ], - "vs/workbench/services/suggest/browser/simpleSuggestWidget": [ - "Suggest", - "{0}{1}, {2}", - "{0}{1}", - "{0}, {1}", - "{0}, docs: {1}" + "vs/workbench/contrib/comments/browser/commentThreadHeader": [ + "Icon to collapse a review comment.", + "Collapse", + "Start discussion" ], - "vs/workbench/contrib/comments/browser/commentThreadWidget": [ - "Comment", - "{0}, use ({1}) for accessibility help", - "{0}, run the command Open Accessibility Help which is currently not triggerable via keybinding." + "vs/workbench/contrib/comments/browser/commentThreadBody": [ + "Comment thread with {0} comments on lines {1} through {2}. {3}.", + "Comment thread with {0} comments on the entire document. {1}.", + "Comment thread with {0} comments. {1}." ], "vs/workbench/contrib/terminal/browser/terminalProcessManager": [ "Could not kill process listening on port {0}, command exited with error {1}", @@ -30058,9 +32781,12 @@ "Select a directory to go to (hold Option-key to edit the command)", "Select a directory to go to (hold Alt-key to edit the command)" ], - "vs/workbench/browser/parts/editor/editorTabsControl": [ - "Editor actions", - "{0} (+{1})" + "vs/workbench/contrib/terminal/common/terminalClipboard": [ + "Preview:", + "Are you sure you want to paste {0} lines of text into the terminal?", + "&&Paste", + "Paste as &&one line", + "Do not ask me again" ], "vs/workbench/browser/parts/editor/breadcrumbs": [ "Breadcrumb Navigation", @@ -30118,22 +32844,21 @@ "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/notebook/browser/view/cellParts/codeCellExecutionIcon": [ "Success", - "Failed", + "Failure", "Pending", "Executing" ], - "vs/workbench/contrib/comments/browser/commentThreadBody": [ - "Comment thread with {0} comments on lines {1} through {2}. {3}.", - "Comment thread with {0} comments on the entire document. {1}.", - "Comment thread with {0} comments. {1}." - ], - "vs/workbench/contrib/comments/browser/commentThreadHeader": [ - "Icon to collapse a review comment.", - "Collapse", - "Start discussion" - ], "vs/workbench/contrib/terminal/browser/environmentVariableInfo": [ "The following extensions want to relaunch the terminal to contribute to its environment:", "Relaunch terminal", @@ -30141,21 +32866,14 @@ "Show environment contributions", "workspace" ], - "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...", "Toggle reaction, ", "{0}{1} reaction", "{0}1 reaction with {1}", - "{0}{1} reactions with {2}" + "{0}{1} reactions with {2}", + "{0}{1} reacted with {2}", + "{0}{1} and {2} more reacted with {3}" ] }, "bundles": { @@ -30168,7 +32886,6 @@ "vs/base/browser/ui/findinput/findInputToggles", "vs/base/browser/ui/findinput/replaceInput", "vs/base/browser/ui/hover/hoverWidget", - "vs/base/browser/ui/iconLabel/iconLabelHover", "vs/base/browser/ui/icons/iconSelectBox", "vs/base/browser/ui/inputbox/inputBox", "vs/base/browser/ui/keybindingLabel/keybindingLabel", @@ -30187,15 +32904,19 @@ "vs/editor/browser/controller/textAreaHandler", "vs/editor/browser/coreCommands", "vs/editor/browser/editorExtensions", - "vs/editor/browser/widget/codeEditorWidget", - "vs/editor/browser/widget/diffEditor/accessibleDiffViewer", - "vs/editor/browser/widget/diffEditor/colors", - "vs/editor/browser/widget/diffEditor/decorations", + "vs/editor/browser/services/hoverService/hoverWidget", + "vs/editor/browser/services/hoverService/updatableHoverWidget", + "vs/editor/browser/widget/codeEditor/codeEditorWidget", + "vs/editor/browser/widget/diffEditor/commands", + "vs/editor/browser/widget/diffEditor/components/accessibleDiffViewer", + "vs/editor/browser/widget/diffEditor/components/diffEditorEditors", + "vs/editor/browser/widget/diffEditor/components/diffEditorViewZones/inlineDiffDeletedCodeMargin", "vs/editor/browser/widget/diffEditor/diffEditor.contribution", - "vs/editor/browser/widget/diffEditor/diffEditorEditors", - "vs/editor/browser/widget/diffEditor/hideUnchangedRegionsFeature", - "vs/editor/browser/widget/diffEditor/inlineDiffDeletedCodeMargin", - "vs/editor/browser/widget/diffEditor/movedBlocksLines", + "vs/editor/browser/widget/diffEditor/features/hideUnchangedRegionsFeature", + "vs/editor/browser/widget/diffEditor/features/movedBlocksLinesFeature", + "vs/editor/browser/widget/diffEditor/features/revertButtonsFeature", + "vs/editor/browser/widget/diffEditor/registrations.contribution", + "vs/editor/browser/widget/multiDiffEditor/colors", "vs/editor/common/config/editorConfigurationSchema", "vs/editor/common/config/editorOptions", "vs/editor/common/core/editorColorRegistry", @@ -30243,7 +32964,7 @@ "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/hoverActions", "vs/editor/contrib/hover/browser/markdownHoverParticipant", "vs/editor/contrib/hover/browser/markerHoverParticipant", "vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace", @@ -30267,7 +32988,7 @@ "vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess", "vs/editor/contrib/readOnlyMessage/browser/contribution", "vs/editor/contrib/rename/browser/rename", - "vs/editor/contrib/rename/browser/renameInputField", + "vs/editor/contrib/rename/browser/renameWidget", "vs/editor/contrib/smartSelect/browser/smartSelect", "vs/editor/contrib/snippet/browser/snippetController2", "vs/editor/contrib/snippet/browser/snippetVariables", @@ -30286,6 +33007,7 @@ "vs/editor/contrib/wordHighlighter/browser/highlightDecorations", "vs/editor/contrib/wordHighlighter/browser/wordHighlighter", "vs/editor/contrib/wordOperations/browser/wordOperations", + "vs/platform/accessibilitySignal/browser/accessibilitySignalService", "vs/platform/action/common/actionCommonCategories", "vs/platform/actionWidget/browser/actionList", "vs/platform/actionWidget/browser/actionWidget", @@ -30294,7 +33016,6 @@ "vs/platform/actions/browser/toolbar", "vs/platform/actions/common/menuResetAction", "vs/platform/actions/common/menuService", - "vs/platform/audioCues/browser/audioCueService", "vs/platform/configuration/common/configurationRegistry", "vs/platform/contextkey/browser/contextKeyService", "vs/platform/contextkey/common/contextkey", @@ -30317,12 +33038,13 @@ "vs/platform/languagePacks/common/languagePacks", "vs/platform/languagePacks/common/localizedStrings", "vs/platform/list/browser/listService", + "vs/platform/log/common/log", "vs/platform/markers/common/markers", "vs/platform/quickinput/browser/commandsQuickAccess", "vs/platform/quickinput/browser/helpQuickAccess", "vs/platform/quickinput/browser/quickInput", "vs/platform/quickinput/browser/quickInputController", - "vs/platform/quickinput/browser/quickInputList", + "vs/platform/quickinput/browser/quickInputTree", "vs/platform/quickinput/browser/quickInputUtils", "vs/platform/quickinput/browser/quickPickPin", "vs/platform/remoteTunnel/common/remoteTunnel", @@ -30331,7 +33053,16 @@ "vs/platform/terminal/common/terminalLogService", "vs/platform/terminal/common/terminalPlatformConfiguration", "vs/platform/terminal/common/terminalProfiles", - "vs/platform/theme/common/colorRegistry", + "vs/platform/theme/common/colors/baseColors", + "vs/platform/theme/common/colors/chartsColors", + "vs/platform/theme/common/colors/editorColors", + "vs/platform/theme/common/colors/inputColors", + "vs/platform/theme/common/colors/listColors", + "vs/platform/theme/common/colors/menuColors", + "vs/platform/theme/common/colors/minimapColors", + "vs/platform/theme/common/colors/miscColors", + "vs/platform/theme/common/colors/quickpickColors", + "vs/platform/theme/common/colors/searchColors", "vs/platform/theme/common/iconRegistry", "vs/platform/theme/common/tokenClassificationRegistry", "vs/platform/undoRedo/common/undoRedoService", @@ -30342,7 +33073,6 @@ "vs/platform/userDataSync/common/userDataSyncLog", "vs/platform/userDataSync/common/userDataSyncMachines", "vs/platform/workspace/common/workspace", - "vs/platform/workspace/common/workspaceTrust", "vs/workbench/api/browser/mainThreadAuthentication", "vs/workbench/api/browser/mainThreadCLICommands", "vs/workbench/api/browser/mainThreadComments", @@ -30350,6 +33080,7 @@ "vs/workbench/api/browser/mainThreadEditSessionIdentityParticipant", "vs/workbench/api/browser/mainThreadExtensionService", "vs/workbench/api/browser/mainThreadFileSystemEventService", + "vs/workbench/api/browser/mainThreadLanguageModels", "vs/workbench/api/browser/mainThreadMessageService", "vs/workbench/api/browser/mainThreadNotebookSaveParticipant", "vs/workbench/api/browser/mainThreadProgress", @@ -30367,6 +33098,7 @@ "vs/workbench/browser/actions/developerActions", "vs/workbench/browser/actions/helpActions", "vs/workbench/browser/actions/layoutActions", + "vs/workbench/browser/actions/listCommands", "vs/workbench/browser/actions/navigationActions", "vs/workbench/browser/actions/quickAccessActions", "vs/workbench/browser/actions/textInputActions", @@ -30374,6 +33106,7 @@ "vs/workbench/browser/actions/workspaceActions", "vs/workbench/browser/actions/workspaceCommands", "vs/workbench/browser/editor", + "vs/workbench/browser/labels", "vs/workbench/browser/parts/activitybar/activitybarPart", "vs/workbench/browser/parts/auxiliarybar/auxiliaryBarActions", "vs/workbench/browser/parts/auxiliarybar/auxiliaryBarPart", @@ -30387,6 +33120,7 @@ "vs/workbench/browser/parts/editor/breadcrumbs", "vs/workbench/browser/parts/editor/breadcrumbsControl", "vs/workbench/browser/parts/editor/breadcrumbsPicker", + "vs/workbench/browser/parts/editor/diffEditorCommands", "vs/workbench/browser/parts/editor/editor.contribution", "vs/workbench/browser/parts/editor/editorActions", "vs/workbench/browser/parts/editor/editorCommands", @@ -30424,6 +33158,7 @@ "vs/workbench/browser/parts/statusbar/statusbarPart", "vs/workbench/browser/parts/titlebar/commandCenterControl", "vs/workbench/browser/parts/titlebar/menubarControl", + "vs/workbench/browser/parts/titlebar/titlebarActions", "vs/workbench/browser/parts/titlebar/titlebarPart", "vs/workbench/browser/parts/titlebar/windowTitle", "vs/workbench/browser/parts/views/checkbox", @@ -30431,8 +33166,8 @@ "vs/workbench/browser/parts/views/viewFilter", "vs/workbench/browser/parts/views/viewPane", "vs/workbench/browser/parts/views/viewPaneContainer", - "vs/workbench/browser/parts/views/viewsService", "vs/workbench/browser/quickaccess", + "vs/workbench/browser/window", "vs/workbench/browser/workbench", "vs/workbench/browser/workbench.contribution", "vs/workbench/common/configuration", @@ -30444,14 +33179,17 @@ "vs/workbench/common/theme", "vs/workbench/common/views", "vs/workbench/contrib/accessibility/browser/accessibilityConfiguration", - "vs/workbench/contrib/accessibility/browser/accessibilityContributions", "vs/workbench/contrib/accessibility/browser/accessibilityStatus", - "vs/workbench/contrib/accessibility/browser/accessibleNotificationService", "vs/workbench/contrib/accessibility/browser/accessibleView", "vs/workbench/contrib/accessibility/browser/accessibleViewActions", + "vs/workbench/contrib/accessibility/browser/accessibleViewContributions", + "vs/workbench/contrib/accessibility/browser/audioCueConfiguration", + "vs/workbench/contrib/accessibilitySignals/browser/commands", + "vs/workbench/contrib/accessibilitySignals/browser/openDiffEditorAnnouncement", "vs/workbench/contrib/accountEntitlements/browser/accountsEntitlements.contribution", - "vs/workbench/contrib/audioCues/browser/audioCues.contribution", - "vs/workbench/contrib/audioCues/browser/commands", + "vs/workbench/contrib/authentication/browser/actions/manageTrustedExtensionsForAccountAction", + "vs/workbench/contrib/authentication/browser/actions/signOutOfAccountAction", + "vs/workbench/contrib/authentication/browser/authentication.contribution", "vs/workbench/contrib/bulkEdit/browser/bulkEditService", "vs/workbench/contrib/bulkEdit/browser/preview/bulkEdit.contribution", "vs/workbench/contrib/bulkEdit/browser/preview/bulkEditPane", @@ -30471,28 +33209,33 @@ "vs/workbench/contrib/chat/browser/actions/chatMoveActions", "vs/workbench/contrib/chat/browser/actions/chatQuickInputActions", "vs/workbench/contrib/chat/browser/actions/chatTitleActions", + "vs/workbench/contrib/chat/browser/chat", "vs/workbench/contrib/chat/browser/chat.contribution", - "vs/workbench/contrib/chat/browser/chatContributionServiceImpl", + "vs/workbench/contrib/chat/browser/chatAccessibilityProvider", + "vs/workbench/contrib/chat/browser/chatAgentHover", "vs/workbench/contrib/chat/browser/chatEditorInput", + "vs/workbench/contrib/chat/browser/chatFollowups", "vs/workbench/contrib/chat/browser/chatInputPart", "vs/workbench/contrib/chat/browser/chatListRenderer", - "vs/workbench/contrib/chat/browser/chatSlashCommandContentWidget", + "vs/workbench/contrib/chat/browser/chatParticipantContributions", "vs/workbench/contrib/chat/browser/codeBlockPart", + "vs/workbench/contrib/chat/browser/contrib/chatDynamicVariables", "vs/workbench/contrib/chat/browser/contrib/chatInputEditorContrib", "vs/workbench/contrib/chat/common/chatColors", "vs/workbench/contrib/chat/common/chatContextKeys", "vs/workbench/contrib/chat/common/chatServiceImpl", + "vs/workbench/contrib/chat/common/languageModelStats", "vs/workbench/contrib/chat/electron-sandbox/actions/voiceChatActions", "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/dictation/editorDictation", "vs/workbench/contrib/codeEditor/browser/diffEditorHelper", "vs/workbench/contrib/codeEditor/browser/emptyTextEditorHint/emptyTextEditorHint", "vs/workbench/contrib/codeEditor/browser/find/simpleFindWidget", "vs/workbench/contrib/codeEditor/browser/inspectEditorTokens/inspectEditorTokens", "vs/workbench/contrib/codeEditor/browser/inspectKeybindings", - "vs/workbench/contrib/codeEditor/browser/languageConfigurationExtensionPoint", "vs/workbench/contrib/codeEditor/browser/largeFileOptimizations", "vs/workbench/contrib/codeEditor/browser/outline/documentSymbolsOutline", "vs/workbench/contrib/codeEditor/browser/outline/documentSymbolsTree", @@ -30505,6 +33248,7 @@ "vs/workbench/contrib/codeEditor/browser/toggleRenderControlCharacter", "vs/workbench/contrib/codeEditor/browser/toggleRenderWhitespace", "vs/workbench/contrib/codeEditor/browser/toggleWordWrap", + "vs/workbench/contrib/codeEditor/common/languageConfigurationExtensionPoint", "vs/workbench/contrib/codeEditor/electron-sandbox/selectionClipboard", "vs/workbench/contrib/codeEditor/electron-sandbox/startDebugTextMate", "vs/workbench/contrib/commands/common/commands.contribution", @@ -30516,14 +33260,16 @@ "vs/workbench/contrib/comments/browser/commentThreadHeader", "vs/workbench/contrib/comments/browser/commentThreadWidget", "vs/workbench/contrib/comments/browser/comments.contribution", + "vs/workbench/contrib/comments/browser/commentsAccessibility", "vs/workbench/contrib/comments/browser/commentsController", "vs/workbench/contrib/comments/browser/commentsEditorContribution", + "vs/workbench/contrib/comments/browser/commentsModel", "vs/workbench/contrib/comments/browser/commentsTreeViewer", "vs/workbench/contrib/comments/browser/commentsView", "vs/workbench/contrib/comments/browser/commentsViewActions", "vs/workbench/contrib/comments/browser/reactionsAction", "vs/workbench/contrib/comments/common/commentContextKeys", - "vs/workbench/contrib/comments/common/commentModel", + "vs/workbench/contrib/customEditor/browser/customEditorInput", "vs/workbench/contrib/customEditor/common/contributedCustomEditors", "vs/workbench/contrib/customEditor/common/customEditor", "vs/workbench/contrib/customEditor/common/extensionPoint", @@ -30587,6 +33333,7 @@ "vs/workbench/contrib/extensions/browser/exeBasedRecommendations", "vs/workbench/contrib/extensions/browser/extensionEditor", "vs/workbench/contrib/extensions/browser/extensionEnablementWorkspaceTrustTransitionParticipant", + "vs/workbench/contrib/extensions/browser/extensionFeaturesTab", "vs/workbench/contrib/extensions/browser/extensionRecommendationNotificationService", "vs/workbench/contrib/extensions/browser/extensions.contribution", "vs/workbench/contrib/extensions/browser/extensionsActions", @@ -30629,6 +33376,7 @@ "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", @@ -30644,12 +33392,15 @@ "vs/workbench/contrib/inlayHints/browser/inlayHintsAccessibilty", "vs/workbench/contrib/inlineChat/browser/inlineChatActions", "vs/workbench/contrib/inlineChat/browser/inlineChatController", - "vs/workbench/contrib/inlineChat/browser/inlineChatDecorations", + "vs/workbench/contrib/inlineChat/browser/inlineChatSavingServiceImpl", "vs/workbench/contrib/inlineChat/browser/inlineChatStrategies", "vs/workbench/contrib/inlineChat/browser/inlineChatWidget", + "vs/workbench/contrib/inlineChat/browser/inlineChatZoneWidget", "vs/workbench/contrib/inlineChat/common/inlineChat", + "vs/workbench/contrib/inlineChat/electron-sandbox/inlineChatActions", "vs/workbench/contrib/interactive/browser/interactive.contribution", "vs/workbench/contrib/interactive/browser/interactiveEditor", + "vs/workbench/contrib/issue/browser/issueQuickAccess", "vs/workbench/contrib/issue/common/issue.contribution", "vs/workbench/contrib/issue/electron-sandbox/issue.contribution", "vs/workbench/contrib/keybindings/browser/keybindings.contribution", @@ -30667,6 +33418,7 @@ "vs/workbench/contrib/logs/common/logs.contribution", "vs/workbench/contrib/logs/common/logsActions", "vs/workbench/contrib/logs/electron-sandbox/logsActions", + "vs/workbench/contrib/markdown/browser/markdownSettingRenderer", "vs/workbench/contrib/markers/browser/markers.contribution", "vs/workbench/contrib/markers/browser/markersFileDecorations", "vs/workbench/contrib/markers/browser/markersTable", @@ -30689,6 +33441,11 @@ "vs/workbench/contrib/mergeEditor/browser/view/viewModel", "vs/workbench/contrib/mergeEditor/common/mergeEditor", "vs/workbench/contrib/mergeEditor/electron-sandbox/devCommands", + "vs/workbench/contrib/multiDiffEditor/browser/actions", + "vs/workbench/contrib/multiDiffEditor/browser/icons.contribution", + "vs/workbench/contrib/multiDiffEditor/browser/multiDiffEditor.contribution", + "vs/workbench/contrib/multiDiffEditor/browser/multiDiffEditorInput", + "vs/workbench/contrib/multiDiffEditor/browser/scmMultiDiffSourceResolver", "vs/workbench/contrib/notebook/browser/contrib/cellCommands/cellCommands", "vs/workbench/contrib/notebook/browser/contrib/cellStatusBar/executionStatusBarItemController", "vs/workbench/contrib/notebook/browser/contrib/cellStatusBar/statusBarProviders", @@ -30701,23 +33458,34 @@ "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/notebookVariables/notebookVariableCommands", + "vs/workbench/contrib/notebook/browser/contrib/notebookVariables/notebookVariables", + "vs/workbench/contrib/notebook/browser/contrib/notebookVariables/notebookVariablesDataSource", + "vs/workbench/contrib/notebook/browser/contrib/notebookVariables/notebookVariablesTree", + "vs/workbench/contrib/notebook/browser/contrib/notebookVariables/notebookVariablesView", "vs/workbench/contrib/notebook/browser/contrib/outline/notebookOutline", "vs/workbench/contrib/notebook/browser/contrib/profile/notebookProfile", "vs/workbench/contrib/notebook/browser/contrib/saveParticipants/saveParticipants", "vs/workbench/contrib/notebook/browser/contrib/troubleshoot/layout", "vs/workbench/contrib/notebook/browser/controller/cellOperations", "vs/workbench/contrib/notebook/browser/controller/cellOutputActions", + "vs/workbench/contrib/notebook/browser/controller/chat/cellChatActions", + "vs/workbench/contrib/notebook/browser/controller/chat/notebookChatContext", + "vs/workbench/contrib/notebook/browser/controller/chat/notebookChatController", "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/controller/notebookIndentationActions", + "vs/workbench/contrib/notebook/browser/controller/sectionActions", "vs/workbench/contrib/notebook/browser/diff/diffElementOutputs", "vs/workbench/contrib/notebook/browser/diff/notebookDiffActions", "vs/workbench/contrib/notebook/browser/diff/notebookDiffEditor", "vs/workbench/contrib/notebook/browser/notebook.contribution", "vs/workbench/contrib/notebook/browser/notebookAccessibility", + "vs/workbench/contrib/notebook/browser/notebookAccessibilityProvider", "vs/workbench/contrib/notebook/browser/notebookEditor", "vs/workbench/contrib/notebook/browser/notebookEditorWidget", "vs/workbench/contrib/notebook/browser/notebookExtensionPoint", @@ -30738,7 +33506,6 @@ "vs/workbench/contrib/notebook/browser/view/renderers/backLayerWebView", "vs/workbench/contrib/notebook/browser/view/renderers/cellRenderer", "vs/workbench/contrib/notebook/browser/viewModel/notebookOutlineEntryFactory", - "vs/workbench/contrib/notebook/browser/viewParts/notebookEditorStickyScroll", "vs/workbench/contrib/notebook/browser/viewParts/notebookKernelQuickPickStrategy", "vs/workbench/contrib/notebook/browser/viewParts/notebookKernelView", "vs/workbench/contrib/notebook/common/notebookEditorInput", @@ -30774,6 +33541,7 @@ "vs/workbench/contrib/relauncher/browser/relauncher.contribution", "vs/workbench/contrib/remote/browser/explorerViewItems", "vs/workbench/contrib/remote/browser/remote", + "vs/workbench/contrib/remote/browser/remoteConnectionHealth", "vs/workbench/contrib/remote/browser/remoteExplorer", "vs/workbench/contrib/remote/browser/remoteIcons", "vs/workbench/contrib/remote/browser/remoteIndicator", @@ -30789,9 +33557,9 @@ "vs/workbench/contrib/scm/browser/menus", "vs/workbench/contrib/scm/browser/scm.contribution", "vs/workbench/contrib/scm/browser/scmRepositoriesViewPane", - "vs/workbench/contrib/scm/browser/scmSyncViewPane", "vs/workbench/contrib/scm/browser/scmViewPane", "vs/workbench/contrib/scm/browser/scmViewPaneContainer", + "vs/workbench/contrib/scrollLocking/browser/scrollLocking", "vs/workbench/contrib/search/browser/anythingQuickAccess", "vs/workbench/contrib/search/browser/patternInputWidget", "vs/workbench/contrib/search/browser/quickTextSearch/textSearchQuickAccess", @@ -30829,6 +33597,7 @@ "vs/workbench/contrib/snippets/browser/snippets.contribution", "vs/workbench/contrib/snippets/browser/snippetsFile", "vs/workbench/contrib/snippets/browser/snippetsService", + "vs/workbench/contrib/speech/browser/speechService", "vs/workbench/contrib/speech/common/speechService", "vs/workbench/contrib/surveys/browser/ces.contribution", "vs/workbench/contrib/surveys/browser/languageSurveys.contribution", @@ -30854,7 +33623,6 @@ "vs/workbench/contrib/terminal/browser/environmentVariableInfo", "vs/workbench/contrib/terminal/browser/terminal.contribution", "vs/workbench/contrib/terminal/browser/terminalActions", - "vs/workbench/contrib/terminal/browser/terminalConfigHelper", "vs/workbench/contrib/terminal/browser/terminalEditorInput", "vs/workbench/contrib/terminal/browser/terminalIcons", "vs/workbench/contrib/terminal/browser/terminalInstance", @@ -30868,10 +33636,12 @@ "vs/workbench/contrib/terminal/browser/terminalTabsList", "vs/workbench/contrib/terminal/browser/terminalTooltip", "vs/workbench/contrib/terminal/browser/terminalView", + "vs/workbench/contrib/terminal/browser/terminalWslRecommendationContribution", "vs/workbench/contrib/terminal/browser/xterm/decorationAddon", "vs/workbench/contrib/terminal/browser/xterm/decorationStyles", "vs/workbench/contrib/terminal/browser/xterm/xtermTerminal", "vs/workbench/contrib/terminal/common/terminal", + "vs/workbench/contrib/terminal/common/terminalClipboard", "vs/workbench/contrib/terminal/common/terminalColorRegistry", "vs/workbench/contrib/terminal/common/terminalConfiguration", "vs/workbench/contrib/terminal/common/terminalContextKey", @@ -30879,9 +33649,14 @@ "vs/workbench/contrib/terminal/electron-sandbox/terminalRemote", "vs/workbench/contrib/terminalContrib/accessibility/browser/terminal.accessibility.contribution", "vs/workbench/contrib/terminalContrib/accessibility/browser/terminalAccessibilityHelp", + "vs/workbench/contrib/terminalContrib/chat/browser/terminalChat", + "vs/workbench/contrib/terminalContrib/chat/browser/terminalChatAccessibilityHelp", + "vs/workbench/contrib/terminalContrib/chat/browser/terminalChatActions", + "vs/workbench/contrib/terminalContrib/chat/browser/terminalChatWidget", "vs/workbench/contrib/terminalContrib/developer/browser/terminal.developer.contribution", "vs/workbench/contrib/terminalContrib/environmentChanges/browser/terminal.environmentChanges.contribution", "vs/workbench/contrib/terminalContrib/find/browser/terminal.find.contribution", + "vs/workbench/contrib/terminalContrib/find/browser/textInputContextMenu", "vs/workbench/contrib/terminalContrib/links/browser/terminal.links.contribution", "vs/workbench/contrib/terminalContrib/links/browser/terminalLinkDetectorAdapter", "vs/workbench/contrib/terminalContrib/links/browser/terminalLinkManager", @@ -30890,7 +33665,14 @@ "vs/workbench/contrib/terminalContrib/quickFix/browser/terminal.quickFix.contribution", "vs/workbench/contrib/terminalContrib/quickFix/browser/terminalQuickFixBuiltinActions", "vs/workbench/contrib/terminalContrib/quickFix/browser/terminalQuickFixService", + "vs/workbench/contrib/terminalContrib/stickyScroll/browser/terminalStickyScrollColorRegistry", + "vs/workbench/contrib/terminalContrib/stickyScroll/browser/terminalStickyScrollOverlay", + "vs/workbench/contrib/terminalContrib/suggest/browser/terminal.suggest.contribution", + "vs/workbench/contrib/terminalContrib/zoom/browser/terminal.zoom.contribution", + "vs/workbench/contrib/testing/browser/codeCoverageDecorations", "vs/workbench/contrib/testing/browser/icons", + "vs/workbench/contrib/testing/browser/testCoverageBars", + "vs/workbench/contrib/testing/browser/testCoverageView", "vs/workbench/contrib/testing/browser/testExplorerActions", "vs/workbench/contrib/testing/browser/testing.contribution", "vs/workbench/contrib/testing/browser/testingConfigurationUi", @@ -30932,7 +33714,6 @@ "vs/workbench/contrib/webviewPanel/browser/webviewCommands", "vs/workbench/contrib/webviewPanel/browser/webviewEditor", "vs/workbench/contrib/webviewPanel/browser/webviewPanel.contribution", - "vs/workbench/contrib/welcomeGettingStarted/browser/featuredExtensionService", "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted", "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.contribution", "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedColors", @@ -30964,8 +33745,10 @@ "vs/workbench/electron-sandbox/window", "vs/workbench/services/actions/common/menusExtensionPoint", "vs/workbench/services/assignment/common/assignmentService", + "vs/workbench/services/authentication/browser/authenticationExtensionsService", "vs/workbench/services/authentication/browser/authenticationService", "vs/workbench/services/auxiliaryWindow/browser/auxiliaryWindowService", + "vs/workbench/services/auxiliaryWindow/electron-sandbox/auxiliaryWindowService", "vs/workbench/services/configuration/browser/configurationService", "vs/workbench/services/configuration/common/configurationEditing", "vs/workbench/services/configuration/common/jsonEditingService", @@ -30980,6 +33763,8 @@ "vs/workbench/services/editor/common/editorResolverService", "vs/workbench/services/extensionManagement/browser/extensionBisect", "vs/workbench/services/extensionManagement/browser/extensionEnablementService", + "vs/workbench/services/extensionManagement/common/extensionFeaturesManagemetService", + "vs/workbench/services/extensionManagement/common/extensionManagement", "vs/workbench/services/extensionManagement/common/extensionManagementService", "vs/workbench/services/extensionManagement/electron-sandbox/extensionManagementServerService", "vs/workbench/services/extensionManagement/electron-sandbox/remoteExtensionManagementService", @@ -30992,9 +33777,9 @@ "vs/workbench/services/extensions/electron-sandbox/cachedExtensionScanner", "vs/workbench/services/extensions/electron-sandbox/localProcessExtensionHost", "vs/workbench/services/extensions/electron-sandbox/nativeExtensionService", + "vs/workbench/services/files/electron-sandbox/diskFileSystemProvider", "vs/workbench/services/filesConfiguration/common/filesConfigurationService", "vs/workbench/services/history/browser/historyService", - "vs/workbench/services/hover/browser/hoverWidget", "vs/workbench/services/integrity/electron-sandbox/integrityService", "vs/workbench/services/issue/browser/issueTroubleshoot", "vs/workbench/services/keybinding/browser/keybindingService", @@ -31036,6 +33821,7 @@ "vs/workbench/services/themes/common/themeConfiguration", "vs/workbench/services/themes/common/themeExtensionPoints", "vs/workbench/services/themes/common/tokenClassificationExtensionPoint", + "vs/workbench/services/themes/electron-sandbox/themes.contribution", "vs/workbench/services/userDataProfile/browser/extensionsResource", "vs/workbench/services/userDataProfile/browser/globalStateResource", "vs/workbench/services/userDataProfile/browser/keybindingsResource", @@ -31049,6 +33835,8 @@ "vs/workbench/services/userDataSync/browser/userDataSyncWorkbenchService", "vs/workbench/services/userDataSync/common/userDataSync", "vs/workbench/services/views/browser/viewDescriptorService", + "vs/workbench/services/views/browser/viewsService", + "vs/workbench/services/views/common/viewContainerModel", "vs/workbench/services/workingCopy/common/fileWorkingCopyManager", "vs/workbench/services/workingCopy/common/storedFileWorkingCopy", "vs/workbench/services/workingCopy/common/storedFileWorkingCopyManager", @@ -31079,30 +33867,34 @@ "vs/platform/extensionManagement/common/extensionManagement", "vs/platform/extensions/common/extensionValidator", "vs/platform/files/common/files", + "vs/platform/log/common/log", "vs/platform/markers/common/markers", + "vs/platform/request/common/request", "vs/platform/theme/common/iconRegistry", + "vs/platform/userDataProfile/common/userDataProfile", "vs/platform/workspace/common/workspace", - "vs/workbench/api/common/extHostChat", - "vs/workbench/api/common/extHostChatAgents2", "vs/workbench/api/common/extHostDiagnostics", "vs/workbench/api/common/extHostExtensionService", "vs/workbench/api/common/extHostLanguageFeatures", + "vs/workbench/api/common/extHostLanguageModels", "vs/workbench/api/common/extHostLogService", "vs/workbench/api/common/extHostNotebook", - "vs/workbench/api/common/extHostProgress", "vs/workbench/api/common/extHostStatusBar", "vs/workbench/api/common/extHostTelemetry", "vs/workbench/api/common/extHostTerminalService", "vs/workbench/api/common/extHostTreeViews", "vs/workbench/api/common/extHostTunnelService", "vs/workbench/api/common/extHostWorkspace", + "vs/workbench/common/configuration", "vs/workbench/common/editor", "vs/workbench/common/views", + "vs/workbench/contrib/chat/common/chatContextKeys", "vs/workbench/contrib/debug/common/abstractDebugAdapter", "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/editor/common/editorResolverService", "vs/workbench/services/extensions/common/extensionsRegistry", "vs/workbench/services/search/common/queryBuilder" ], @@ -31126,6 +33918,7 @@ "vs/platform/contextkey/common/scanner", "vs/platform/environment/node/argv", "vs/platform/files/common/files", + "vs/platform/log/common/log", "vs/platform/terminal/node/ptyHostMain", "vs/platform/terminal/node/ptyService", "vs/platform/terminal/node/terminalProcess" @@ -31147,18 +33940,18 @@ "vs/platform/files/common/files", "vs/platform/files/common/io", "vs/platform/files/node/diskFileSystemProvider", + "vs/platform/log/common/log", "vs/platform/markers/common/markers", + "vs/platform/request/common/request", "vs/platform/theme/common/iconRegistry", "vs/platform/userDataProfile/common/userDataProfile", "vs/platform/workspace/common/workspace", - "vs/workbench/api/common/extHostChat", - "vs/workbench/api/common/extHostChatAgents2", "vs/workbench/api/common/extHostDiagnostics", "vs/workbench/api/common/extHostExtensionService", "vs/workbench/api/common/extHostLanguageFeatures", + "vs/workbench/api/common/extHostLanguageModels", "vs/workbench/api/common/extHostLogService", "vs/workbench/api/common/extHostNotebook", - "vs/workbench/api/common/extHostProgress", "vs/workbench/api/common/extHostStatusBar", "vs/workbench/api/common/extHostTelemetry", "vs/workbench/api/common/extHostTerminalService", @@ -31166,14 +33959,17 @@ "vs/workbench/api/common/extHostTunnelService", "vs/workbench/api/common/extHostWorkspace", "vs/workbench/api/node/extHostDebugService", + "vs/workbench/common/configuration", "vs/workbench/common/editor", "vs/workbench/common/views", + "vs/workbench/contrib/chat/common/chatContextKeys", "vs/workbench/contrib/debug/common/abstractDebugAdapter", "vs/workbench/contrib/debug/common/debug", "vs/workbench/contrib/debug/node/debugAdapter", "vs/workbench/contrib/tasks/common/taskDefinitionRegistry", "vs/workbench/contrib/tasks/common/tasks", "vs/workbench/services/configurationResolver/common/variableResolver", + "vs/workbench/services/editor/common/editorResolverService", "vs/workbench/services/extensions/common/extensionsRegistry", "vs/workbench/services/remote/common/tunnelModel", "vs/workbench/services/search/common/queryBuilder" @@ -31203,6 +33999,7 @@ "vs/platform/files/electron-main/diskFileSystemProviderServer", "vs/platform/files/node/diskFileSystemProvider", "vs/platform/issue/electron-main/issueMainService", + "vs/platform/log/common/log", "vs/platform/menubar/electron-main/menubar", "vs/platform/native/electron-main/nativeHostMainService", "vs/platform/request/common/request", @@ -31245,6 +34042,7 @@ "vs/platform/files/common/io", "vs/platform/files/node/diskFileSystemProvider", "vs/platform/languagePacks/common/languagePacks", + "vs/platform/log/common/log", "vs/platform/request/common/request", "vs/platform/shell/node/shellEnv", "vs/platform/telemetry/common/telemetryService", @@ -31281,6 +34079,7 @@ "vs/platform/files/common/io", "vs/platform/files/node/diskFileSystemProvider", "vs/platform/languagePacks/common/languagePacks", + "vs/platform/log/common/log", "vs/platform/remoteTunnel/common/remoteTunnel", "vs/platform/remoteTunnel/node/remoteTunnelService", "vs/platform/request/common/request", @@ -31301,7 +34100,6 @@ "vs/base/browser/ui/actionbar/actionViewItems", "vs/base/browser/ui/findinput/findInput", "vs/base/browser/ui/findinput/findInputToggles", - "vs/base/browser/ui/iconLabel/iconLabelHover", "vs/base/browser/ui/inputbox/inputBox", "vs/base/browser/ui/selectBox/selectBoxCustom", "vs/base/browser/ui/tree/abstractTree", diff --git a/packages/core/src/electron-browser/window/electron-window-preferences.ts b/packages/core/src/electron-browser/window/electron-window-preferences.ts index 1cc08cc11e5d7..d8addf1f7fb8c 100644 --- a/packages/core/src/electron-browser/window/electron-window-preferences.ts +++ b/packages/core/src/electron-browser/window/electron-window-preferences.ts @@ -38,7 +38,7 @@ export const electronWindowPreferencesSchema: PreferenceSchema = { 'maximum': ZoomLevel.MAX, 'scope': 'application', // eslint-disable-next-line max-len - 'description': nls.localizeByDefault('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.') + 'description': nls.localizeByDefault("Adjust the default zoom level for all windows. Each increment above `0` (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. See {0} for configuring if the 'Zoom In' and 'Zoom Out' commands apply the zoom level to all windows or only the active window.") }, 'window.titleBarStyle': { type: 'string', diff --git a/packages/editor/src/browser/editor-generated-preference-schema.ts b/packages/editor/src/browser/editor-generated-preference-schema.ts index 4f00af0a3071f..b75a3502b27a7 100644 --- a/packages/editor/src/browser/editor-generated-preference-schema.ts +++ b/packages/editor/src/browser/editor-generated-preference-schema.ts @@ -31,6 +31,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "default": 4, "minimum": 1, "markdownDescription": nls.localize("theia/editor/editor.tabSize", "The number of spaces a tab is equal to. This setting is overridden based on the file contents when `#editor.detectIndentation#` is on."), + "scope": "language-overridable", "restricted": false }, "editor.indentSize": { @@ -48,36 +49,42 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] ], "default": "tabSize", "markdownDescription": nls.localizeByDefault("The number of spaces used for indentation or `\"tabSize\"` to use the value from `#editor.tabSize#`. This setting is overridden based on the file contents when `#editor.detectIndentation#` is on."), + "scope": "language-overridable", "restricted": false }, "editor.insertSpaces": { "type": "boolean", "default": true, "markdownDescription": nls.localize("theia/editor/editor.insertSpaces", "Insert spaces when pressing `Tab`. This setting is overridden based on the file contents when `#editor.detectIndentation#` is on."), + "scope": "language-overridable", "restricted": false }, "editor.detectIndentation": { "type": "boolean", "default": true, "markdownDescription": nls.localize("theia/editor/editor.detectIndentation", "Controls whether `#editor.tabSize#` and `#editor.insertSpaces#` will be automatically detected when a file is opened based on the file contents."), + "scope": "language-overridable", "restricted": false }, "editor.trimAutoWhitespace": { "type": "boolean", "default": true, "description": nls.localizeByDefault("Remove trailing auto inserted whitespace."), + "scope": "language-overridable", "restricted": false }, "editor.largeFileOptimizations": { "type": "boolean", "default": true, "description": nls.localizeByDefault("Special handling for large files to disable certain memory intensive features."), + "scope": "language-overridable", "restricted": false }, "editor.wordBasedSuggestions": { "type": "boolean", "default": true, - "description": nls.localizeByDefault("Controls whether completions should be computed based on words in the document."), + "description": nls.localize("theia/editor/editor.wordBasedSuggestions", "Controls whether completions should be computed based on words in the document."), + "scope": "language-overridable", "restricted": false }, "editor.wordBasedSuggestionsMode": { @@ -92,7 +99,8 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] nls.localizeByDefault("Suggest words from all open documents of the same language."), nls.localizeByDefault("Suggest words from all open documents.") ], - "description": nls.localizeByDefault("Controls from which documents word based completions are computed."), + "description": nls.localize("theia/editor/editor.wordBasedSuggestionsMode", "Controls from which documents word based completions are computed."), + "scope": "language-overridable", "restricted": false }, "editor.semanticHighlighting.enabled": { @@ -108,18 +116,21 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] ], "default": "configuredByTheme", "description": nls.localizeByDefault("Controls whether the semanticHighlighting is shown for the languages that support it."), + "scope": "language-overridable", "restricted": false }, "editor.stablePeek": { "type": "boolean", "default": false, "markdownDescription": nls.localizeByDefault("Keep peek editors open even when double-clicking their content or when hitting `Escape`."), + "scope": "language-overridable", "restricted": false }, "editor.maxTokenizationLineLength": { "type": "integer", "default": 20000, "description": nls.localizeByDefault("Lines above this length will not be tokenized for performance reasons"), + "scope": "language-overridable", "restricted": false }, "editor.experimental.asyncTokenization": { @@ -129,12 +140,14 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "tags": [ "experimental" ], + "scope": "language-overridable", "restricted": false }, "editor.experimental.asyncTokenizationLogging": { "type": "boolean", "default": false, "description": nls.localizeByDefault("Controls whether async tokenization should be logged. For debugging only."), + "scope": "language-overridable", "restricted": false }, "editor.experimental.asyncTokenizationVerification": { @@ -144,6 +157,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "tags": [ "experimental" ], + "scope": "language-overridable", "restricted": false }, "editor.language.brackets": { @@ -166,6 +180,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] } ] }, + "scope": "language-overridable", "restricted": false }, "editor.language.colorizedBracketPairs": { @@ -188,60 +203,70 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] } ] }, + "scope": "language-overridable", "restricted": false }, "diffEditor.maxComputationTime": { "type": "number", "default": 5000, "description": nls.localizeByDefault("Timeout in milliseconds after which diff computation is cancelled. Use 0 for no timeout."), + "scope": "language-overridable", "restricted": false }, "diffEditor.maxFileSize": { "type": "number", "default": 50, "description": nls.localizeByDefault("Maximum file size in MB for which to compute diffs. Use 0 for no limit."), + "scope": "language-overridable", "restricted": false }, "diffEditor.renderSideBySide": { "type": "boolean", "default": true, "description": nls.localizeByDefault("Controls whether the diff editor shows the diff side by side or inline."), + "scope": "language-overridable", "restricted": false }, "diffEditor.renderSideBySideInlineBreakpoint": { "type": "number", "default": 900, "description": nls.localizeByDefault("If the diff editor width is smaller than this value, the inline view is used."), + "scope": "language-overridable", "restricted": false }, "diffEditor.useInlineViewWhenSpaceIsLimited": { "type": "boolean", "default": true, "description": nls.localizeByDefault("If enabled and the editor width is too small, the inline view is used."), + "scope": "language-overridable", "restricted": false }, "diffEditor.renderMarginRevertIcon": { "type": "boolean", "default": true, "description": nls.localizeByDefault("When enabled, the diff editor shows arrows in its glyph margin to revert changes."), + "scope": "language-overridable", "restricted": false }, "diffEditor.ignoreTrimWhitespace": { "type": "boolean", "default": true, "description": nls.localizeByDefault("When enabled, the diff editor ignores changes in leading or trailing whitespace."), + "scope": "language-overridable", "restricted": false }, "diffEditor.renderIndicators": { "type": "boolean", "default": true, "description": nls.localizeByDefault("Controls whether the diff editor shows +/- indicators for added/removed changes."), + "scope": "language-overridable", "restricted": false }, "diffEditor.codeLens": { "type": "boolean", "default": false, "description": nls.localizeByDefault("Controls whether the editor shows CodeLens."), + "scope": "language-overridable", "restricted": false }, "diffEditor.wordWrap": { @@ -257,6 +282,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] nls.localizeByDefault("Lines will wrap at the viewport width."), nls.localize("theia/editor/diffEditor.wordWrap2", "Lines will wrap according to the `#editor.wordWrap#` setting.") ], + "scope": "language-overridable", "restricted": false }, "diffEditor.diffAlgorithm": { @@ -273,12 +299,14 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "tags": [ "experimental" ], + "scope": "language-overridable", "restricted": false }, "diffEditor.hideUnchangedRegions.enabled": { "type": "boolean", "default": false, "markdownDescription": nls.localizeByDefault("Controls whether the diff editor shows unchanged regions."), + "scope": "language-overridable", "restricted": false }, "diffEditor.hideUnchangedRegions.revealLineCount": { @@ -286,6 +314,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "default": 20, "markdownDescription": nls.localizeByDefault("Controls how many lines are used for unchanged regions."), "minimum": 1, + "scope": "language-overridable", "restricted": false }, "diffEditor.hideUnchangedRegions.minimumLineCount": { @@ -293,6 +322,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "default": 3, "markdownDescription": nls.localizeByDefault("Controls how many lines are used as a minimum for unchanged regions."), "minimum": 1, + "scope": "language-overridable", "restricted": false }, "diffEditor.hideUnchangedRegions.contextLineCount": { @@ -300,24 +330,28 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "default": 3, "markdownDescription": nls.localizeByDefault("Controls how many lines are used as context when comparing unchanged regions."), "minimum": 1, + "scope": "language-overridable", "restricted": false }, "diffEditor.experimental.showMoves": { "type": "boolean", "default": false, "markdownDescription": nls.localizeByDefault("Controls whether the diff editor should show detected code moves."), + "scope": "language-overridable", "restricted": false }, "diffEditor.experimental.showEmptyDecorations": { "type": "boolean", "default": true, "description": nls.localizeByDefault("Controls whether the diff editor shows empty decorations to see where characters got inserted or deleted."), + "scope": "language-overridable", "restricted": false }, "editor.acceptSuggestionOnCommitCharacter": { "markdownDescription": nls.localizeByDefault("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."), "type": "boolean", "default": true, + "scope": "language-overridable", "restricted": false }, "editor.acceptSuggestionOnEnter": { @@ -334,6 +368,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "off" ], "default": "on", + "scope": "language-overridable", "restricted": false }, "editor.accessibilitySupport": { @@ -353,6 +388,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "accessibility" ], "description": nls.localizeByDefault("Controls if the UI should run in a mode where it is optimized for screen readers."), + "scope": "language-overridable", "restricted": false }, "editor.accessibilityPageSize": { @@ -364,6 +400,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "default": 10, "minimum": 1, "maximum": 1073741824, + "scope": "language-overridable", "restricted": false }, "editor.autoClosingBrackets": { @@ -382,6 +419,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "never" ], "default": "languageDefined", + "scope": "language-overridable", "restricted": false }, "editor.autoClosingComments": { @@ -400,6 +438,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "never" ], "default": "languageDefined", + "scope": "language-overridable", "restricted": false }, "editor.screenReaderAnnounceInlineSuggestion": { @@ -409,6 +448,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] ], "type": "boolean", "default": true, + "scope": "language-overridable", "restricted": false }, "editor.autoClosingDelete": { @@ -425,6 +465,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "never" ], "default": "auto", + "scope": "language-overridable", "restricted": false }, "editor.autoClosingOvertype": { @@ -441,6 +482,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "never" ], "default": "auto", + "scope": "language-overridable", "restricted": false }, "editor.autoClosingQuotes": { @@ -459,6 +501,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "never" ], "default": "languageDefined", + "scope": "language-overridable", "restricted": false }, "editor.autoIndent": { @@ -479,6 +522,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "full" ], "default": "full", + "scope": "language-overridable", "restricted": false }, "editor.autoSurround": { @@ -497,18 +541,21 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "never" ], "default": "languageDefined", + "scope": "language-overridable", "restricted": false }, "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."), + "scope": "language-overridable", "restricted": false }, "editor.bracketPairColorization.independentColorPoolPerBracketType": { "type": "boolean", "default": false, "description": nls.localizeByDefault("Controls whether each bracket type has its own independent color pool."), + "scope": "language-overridable", "restricted": false }, "editor.guides.bracketPairs": { @@ -528,6 +575,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] ], "default": false, "description": nls.localizeByDefault("Controls whether bracket pair guides are enabled or not."), + "scope": "language-overridable", "restricted": false }, "editor.guides.bracketPairsHorizontal": { @@ -547,18 +595,21 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] ], "default": "active", "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.localizeByDefault("Controls whether the editor should highlight the active bracket pair."), + "scope": "language-overridable", "restricted": false }, "editor.guides.indentation": { "type": "boolean", "default": true, "description": nls.localizeByDefault("Controls whether the editor should render indent guides."), + "scope": "language-overridable", "restricted": false }, "editor.guides.highlightActiveIndentation": { @@ -578,18 +629,21 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] ], "default": true, "description": nls.localizeByDefault("Controls whether the editor should highlight the active indent guide."), + "scope": "language-overridable", "restricted": false }, "editor.codeLens": { "description": nls.localizeByDefault("Controls whether the editor shows CodeLens."), "type": "boolean", "default": true, + "scope": "language-overridable", "restricted": false }, "editor.codeLensFontFamily": { "description": nls.localizeByDefault("Controls the font family for CodeLens."), "type": "string", "default": "", + "scope": "language-overridable", "restricted": false }, "editor.codeLensFontSize": { @@ -598,12 +652,14 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "minimum": 0, "maximum": 100, "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 }, "editor.colorDecorators": { "description": nls.localizeByDefault("Controls whether the editor should render the inline color decorators and color picker."), "type": "boolean", "default": true, + "scope": "language-overridable", "restricted": false }, "editor.colorDecoratorsLimit": { @@ -612,30 +668,35 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "default": 500, "minimum": 1, "maximum": 1000000, + "scope": "language-overridable", "restricted": false }, "editor.columnSelection": { "description": nls.localizeByDefault("Enable that the selection with the mouse and keys is doing column selection."), "type": "boolean", "default": false, + "scope": "language-overridable", "restricted": false }, "editor.comments.insertSpace": { "type": "boolean", "default": true, "description": nls.localizeByDefault("Controls whether a space character is inserted when commenting."), + "scope": "language-overridable", "restricted": false }, "editor.comments.ignoreEmptyLines": { "type": "boolean", "default": true, "description": nls.localizeByDefault("Controls if empty lines should be ignored with toggle, add or remove actions for line comments."), + "scope": "language-overridable", "restricted": false }, "editor.copyWithSyntaxHighlighting": { "description": nls.localizeByDefault("Controls whether syntax highlighting should be copied into the clipboard."), "type": "boolean", "default": true, + "scope": "language-overridable", "restricted": false }, "editor.cursorBlinking": { @@ -649,6 +710,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "solid" ], "default": "blink", + "scope": "language-overridable", "restricted": false }, "editor.cursorSmoothCaretAnimation": { @@ -665,6 +727,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "on" ], "default": "off", + "scope": "language-overridable", "restricted": false }, "editor.cursorStyle": { @@ -679,6 +742,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "underline-thin" ], "default": "line", + "scope": "language-overridable", "restricted": false }, "editor.cursorSurroundingLines": { @@ -687,6 +751,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "default": 0, "minimum": 0, "maximum": 1073741824, + "scope": "language-overridable", "restricted": false }, "editor.cursorSurroundingLinesStyle": { @@ -694,13 +759,14 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] nls.localizeByDefault("`cursorSurroundingLines` is enforced only when triggered via the keyboard or API."), nls.localizeByDefault("`cursorSurroundingLines` is enforced always.") ], - "markdownDescription": nls.localizeByDefault("Controls when `#cursorSurroundingLines#` should be enforced."), + "markdownDescription": nls.localize("theia/editor/editor.cursorSurroundingLinesStyle", "Controls when `#cursorSurroundingLines#` should be enforced."), "type": "string", "enum": [ "default", "all" ], "default": "default", + "scope": "language-overridable", "restricted": false }, "editor.cursorWidth": { @@ -709,18 +775,21 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "default": 0, "minimum": 0, "maximum": 1073741824, + "scope": "language-overridable", "restricted": false }, "editor.dragAndDrop": { "description": nls.localizeByDefault("Controls whether the editor should allow moving selections via drag and drop."), "type": "boolean", "default": true, + "scope": "language-overridable", "restricted": false }, "editor.dropIntoEditor.enabled": { "type": "boolean", "default": true, - "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)."), + "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)."), + "scope": "language-overridable", "restricted": false }, "editor.dropIntoEditor.showDropSelector": { @@ -735,12 +804,14 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] nls.localizeByDefault("Never show the drop selector widget. Instead the default drop provider is always used.") ], "default": "afterDrop", + "scope": "language-overridable", "restricted": false }, "editor.emptySelectionClipboard": { "description": nls.localizeByDefault("Controls whether copying without a selection copies the current line."), "type": "boolean", "default": true, + "scope": "language-overridable", "restricted": false }, "editor.experimentalWhitespaceRendering": { @@ -757,18 +828,21 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "off" ], "default": "svg", + "scope": "language-overridable", "restricted": false }, "editor.fastScrollSensitivity": { "markdownDescription": nls.localizeByDefault("Scrolling speed multiplier when pressing `Alt`."), "type": "number", "default": 5, + "scope": "language-overridable", "restricted": false }, "editor.find.cursorMoveOnType": { "type": "boolean", "default": true, "description": nls.localizeByDefault("Controls whether the cursor should jump to find matches while typing."), + "scope": "language-overridable", "restricted": false }, "editor.find.seedSearchStringFromSelection": { @@ -785,6 +859,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] 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", "restricted": false }, "editor.find.autoFindInSelection": { @@ -801,24 +876,28 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] 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."), + "scope": "language-overridable", "restricted": false }, "editor.find.addExtraSpaceOnTop": { "type": "boolean", "default": true, "description": nls.localizeByDefault("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."), + "scope": "language-overridable", "restricted": false }, "editor.find.loop": { "type": "boolean", "default": true, "description": nls.localizeByDefault("Controls whether the search automatically restarts from the beginning (or the end) when no further matches can be found."), + "scope": "language-overridable", "restricted": false }, "editor.folding": { "description": nls.localizeByDefault("Controls whether the editor has code folding enabled."), "type": "boolean", "default": true, + "scope": "language-overridable", "restricted": false }, "editor.foldingStrategy": { @@ -833,18 +912,21 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "indentation" ], "default": "auto", + "scope": "language-overridable", "restricted": false }, "editor.foldingHighlight": { "description": nls.localizeByDefault("Controls whether the editor should highlight folded ranges."), "type": "boolean", "default": true, + "scope": "language-overridable", "restricted": false }, "editor.foldingImportsByDefault": { "description": nls.localizeByDefault("Controls whether the editor automatically collapses import ranges."), "type": "boolean", "default": false, + "scope": "language-overridable", "restricted": false }, "editor.foldingMaximumRegions": { @@ -853,18 +935,21 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "default": 5000, "minimum": 10, "maximum": 65000, + "scope": "language-overridable", "restricted": false }, "editor.unfoldOnClickAfterEndOfLine": { "description": nls.localizeByDefault("Controls whether clicking on the empty content after a folded line will unfold the line."), "type": "boolean", "default": false, + "scope": "language-overridable", "restricted": false }, "editor.fontFamily": { "description": nls.localizeByDefault("Controls the font family."), "type": "string", "default": isOSX ? 'Menlo, Monaco, \'Courier New\', monospace' : isWindows ? 'Consolas, \'Courier New\', monospace' : '\'Droid Sans Mono\', \'monospace\', monospace', + "scope": "language-overridable", "restricted": false }, "editor.fontLigatures": { @@ -880,6 +965,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] ], "description": nls.localizeByDefault("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."), "default": false, + "scope": "language-overridable", "restricted": false }, "editor.fontSize": { @@ -888,6 +974,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "maximum": 100, "default": isOSX ? 12 : 14, "description": nls.localizeByDefault("Controls the font size in pixels."), + "scope": "language-overridable", "restricted": false }, "editor.fontWeight": { @@ -920,6 +1007,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] ], "default": "normal", "description": nls.localizeByDefault("Controls the font weight. Accepts \"normal\" and \"bold\" keywords or numbers between 1 and 1000."), + "scope": "language-overridable", "restricted": false }, "editor.fontVariations": { @@ -935,29 +1023,34 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] ], "description": nls.localizeByDefault("Configures font variations. Can be either a boolean to enable/disable the translation from font-weight to font-variation-settings or a string for the value of the CSS 'font-variation-settings' property."), "default": false, + "scope": "language-overridable", "restricted": false }, "editor.formatOnPaste": { "description": nls.localizeByDefault("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."), "type": "boolean", "default": false, + "scope": "language-overridable", "restricted": false }, "editor.formatOnType": { "description": nls.localizeByDefault("Controls whether the editor should automatically format the line after typing."), "type": "boolean", "default": false, + "scope": "language-overridable", "restricted": false }, "editor.glyphMargin": { "description": nls.localizeByDefault("Controls whether the editor should render the vertical glyph margin. Glyph margin is mostly used for debugging."), "type": "boolean", "default": true, + "scope": "language-overridable", "restricted": false }, "editor.gotoLocation.multiple": { "deprecationMessage": "This setting is deprecated, please use separate settings like 'editor.editor.gotoLocation.multipleDefinitions' or 'editor.editor.gotoLocation.multipleImplementations' instead.", "default": null, + "scope": "language-overridable", "restricted": false }, "editor.gotoLocation.multipleDefinitions": { @@ -974,6 +1067,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] nls.localizeByDefault("Go to the primary result and show a Peek view"), nls.localizeByDefault("Go to the primary result and enable Peek-less navigation to others") ], + "scope": "language-overridable", "restricted": false }, "editor.gotoLocation.multipleTypeDefinitions": { @@ -990,6 +1084,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] nls.localizeByDefault("Go to the primary result and show a Peek view"), nls.localizeByDefault("Go to the primary result and enable Peek-less navigation to others") ], + "scope": "language-overridable", "restricted": false }, "editor.gotoLocation.multipleDeclarations": { @@ -1006,6 +1101,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] nls.localizeByDefault("Go to the primary result and show a Peek view"), nls.localizeByDefault("Go to the primary result and enable Peek-less navigation to others") ], + "scope": "language-overridable", "restricted": false }, "editor.gotoLocation.multipleImplementations": { @@ -1022,6 +1118,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] nls.localizeByDefault("Go to the primary result and show a Peek view"), nls.localizeByDefault("Go to the primary result and enable Peek-less navigation to others") ], + "scope": "language-overridable", "restricted": false }, "editor.gotoLocation.multipleReferences": { @@ -1038,6 +1135,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] nls.localizeByDefault("Go to the primary result and show a Peek view"), nls.localizeByDefault("Go to the primary result and enable Peek-less navigation to others") ], + "scope": "language-overridable", "restricted": false }, "editor.gotoLocation.alternativeDefinitionCommand": { @@ -1058,6 +1156,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "editor.action.revealDefinition" ], "description": nls.localizeByDefault("Alternative command id that is being executed when the result of 'Go to Definition' is the current location."), + "scope": "language-overridable", "restricted": false }, "editor.gotoLocation.alternativeTypeDefinitionCommand": { @@ -1078,6 +1177,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "editor.action.revealDefinition" ], "description": nls.localizeByDefault("Alternative command id that is being executed when the result of 'Go to Type Definition' is the current location."), + "scope": "language-overridable", "restricted": false }, "editor.gotoLocation.alternativeDeclarationCommand": { @@ -1098,6 +1198,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "editor.action.revealDefinition" ], "description": nls.localizeByDefault("Alternative command id that is being executed when the result of 'Go to Declaration' is the current location."), + "scope": "language-overridable", "restricted": false }, "editor.gotoLocation.alternativeImplementationCommand": { @@ -1118,6 +1219,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "editor.action.revealDefinition" ], "description": nls.localizeByDefault("Alternative command id that is being executed when the result of 'Go to Implementation' is the current location."), + "scope": "language-overridable", "restricted": false }, "editor.gotoLocation.alternativeReferenceCommand": { @@ -1138,18 +1240,21 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "editor.action.revealDefinition" ], "description": nls.localizeByDefault("Alternative command id that is being executed when the result of 'Go to Reference' is the current location."), + "scope": "language-overridable", "restricted": false }, "editor.hideCursorInOverviewRuler": { "description": nls.localizeByDefault("Controls whether the cursor should be hidden in the overview ruler."), "type": "boolean", "default": false, + "scope": "language-overridable", "restricted": false }, "editor.hover.enabled": { "type": "boolean", "default": true, "description": nls.localizeByDefault("Controls whether the hover is shown."), + "scope": "language-overridable", "restricted": false }, "editor.hover.delay": { @@ -1158,12 +1263,14 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "minimum": 0, "maximum": 10000, "description": nls.localizeByDefault("Controls the delay in milliseconds after which the hover is shown."), + "scope": "language-overridable", "restricted": false }, "editor.hover.sticky": { "type": "boolean", "default": true, "description": nls.localizeByDefault("Controls whether the hover should remain visible when mouse is moved over it."), + "scope": "language-overridable", "restricted": false }, "editor.hover.hidingDelay": { @@ -1171,18 +1278,21 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "minimum": 0, "default": 300, "description": nls.localize("theia/editor/editor.hover.hidingDelay", "Controls the delay in milliseconds after thich the hover is hidden. Requires `editor.hover.sticky` to be enabled."), + "scope": "language-overridable", "restricted": false }, "editor.hover.above": { "type": "boolean", "default": true, "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.localizeByDefault("Controls whether to automatically show inline suggestions in the editor."), + "scope": "language-overridable", "restricted": false }, "editor.inlineSuggest.showToolbar": { @@ -1197,30 +1307,35 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] nls.localizeByDefault("Show the inline suggestion toolbar when hovering over an inline suggestion.") ], "description": nls.localizeByDefault("Controls when to show the inline suggestion toolbar."), + "scope": "language-overridable", "restricted": false }, "editor.inlineSuggest.suppressSuggestions": { "type": "boolean", "default": false, "description": nls.localizeByDefault("Controls how inline suggestions interact with the suggest widget. If enabled, the suggest widget is not shown automatically when inline suggestions are available."), + "scope": "language-overridable", "restricted": false }, "editor.letterSpacing": { "description": nls.localizeByDefault("Controls the letter spacing in pixels."), "type": "number", "default": 0, + "scope": "language-overridable", "restricted": false }, "editor.lightbulb.enabled": { "type": "boolean", "default": true, "description": nls.localizeByDefault("Enables the Code Action lightbulb in the editor."), + "scope": "language-overridable", "restricted": false }, "editor.lineHeight": { "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", "restricted": false }, "editor.lineNumbers": { @@ -1239,18 +1354,21 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] ], "default": "on", "description": nls.localizeByDefault("Controls the display of line numbers."), + "scope": "language-overridable", "restricted": false }, "editor.linkedEditing": { "description": nls.localizeByDefault("Controls whether the editor has linked editing enabled. Depending on the language, related symbols such as HTML tags, are updated while editing."), "type": "boolean", "default": false, + "scope": "language-overridable", "restricted": false }, "editor.links": { "description": nls.localizeByDefault("Controls whether the editor should detect links and make them clickable."), "type": "boolean", "default": true, + "scope": "language-overridable", "restricted": false }, "editor.matchBrackets": { @@ -1262,18 +1380,21 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "never" ], "default": "always", + "scope": "language-overridable", "restricted": false }, "editor.minimap.enabled": { "type": "boolean", "default": true, "description": nls.localizeByDefault("Controls whether the minimap is shown."), + "scope": "language-overridable", "restricted": false }, "editor.minimap.autohide": { "type": "boolean", "default": false, "description": nls.localizeByDefault("Controls whether the minimap is hidden automatically."), + "scope": "language-overridable", "restricted": false }, "editor.minimap.size": { @@ -1290,6 +1411,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] ], "default": "proportional", "description": nls.localizeByDefault("Controls the size of the minimap."), + "scope": "language-overridable", "restricted": false }, "editor.minimap.side": { @@ -1300,6 +1422,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] ], "default": "right", "description": nls.localizeByDefault("Controls the side where to render the minimap."), + "scope": "language-overridable", "restricted": false }, "editor.minimap.showSlider": { @@ -1310,6 +1433,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] ], "default": "mouseover", "description": nls.localizeByDefault("Controls when the minimap slider is shown."), + "scope": "language-overridable", "restricted": false }, "editor.minimap.scale": { @@ -1323,36 +1447,42 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] 3 ], "description": nls.localizeByDefault("Scale of content drawn in the minimap: 1, 2 or 3."), + "scope": "language-overridable", "restricted": false }, "editor.minimap.renderCharacters": { "type": "boolean", "default": true, "description": nls.localizeByDefault("Render the actual characters on a line as opposed to color blocks."), + "scope": "language-overridable", "restricted": false }, "editor.minimap.maxColumn": { "type": "number", "default": 120, "description": nls.localizeByDefault("Limit the width of the minimap to render at most a certain number of columns."), + "scope": "language-overridable", "restricted": false }, "editor.mouseWheelScrollSensitivity": { "markdownDescription": nls.localizeByDefault("A multiplier to be used on the `deltaX` and `deltaY` of mouse wheel scroll events."), "type": "number", "default": 1, + "scope": "language-overridable", "restricted": false }, "editor.mouseWheelZoom": { "markdownDescription": nls.localizeByDefault("Zoom the font of the editor when using mouse wheel and holding `Ctrl`."), "type": "boolean", "default": false, + "scope": "language-overridable", "restricted": false }, "editor.multiCursorMergeOverlapping": { "description": nls.localizeByDefault("Merge multiple cursors when they are overlapping."), "type": "boolean", "default": true, + "scope": "language-overridable", "restricted": false }, "editor.multiCursorModifier": { @@ -1367,6 +1497,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "alt" ], "default": "alt", + "scope": "language-overridable", "restricted": false }, "editor.multiCursorPaste": { @@ -1381,6 +1512,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "full" ], "default": "spread", + "scope": "language-overridable", "restricted": false }, "editor.multiCursorLimit": { @@ -1389,18 +1521,21 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "default": 10000, "minimum": 1, "maximum": 100000, + "scope": "language-overridable", "restricted": false }, "editor.occurrencesHighlight": { - "description": nls.localizeByDefault("Controls whether the editor should highlight semantic symbol occurrences."), + "description": nls.localize("theia/editor/editor.occurrencesHighlight", "Controls whether the editor should highlight semantic symbol occurrences."), "type": "boolean", "default": true, + "scope": "language-overridable", "restricted": false }, "editor.overviewRulerBorder": { "description": nls.localizeByDefault("Controls whether a border should be drawn around the overview ruler."), "type": "boolean", "default": true, + "scope": "language-overridable", "restricted": false }, "editor.padding.top": { @@ -1409,6 +1544,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "minimum": 0, "maximum": 1000, "description": nls.localizeByDefault("Controls the amount of space between the top edge of the editor and the first line."), + "scope": "language-overridable", "restricted": false }, "editor.padding.bottom": { @@ -1417,12 +1553,14 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "minimum": 0, "maximum": 1000, "description": nls.localizeByDefault("Controls the amount of space between the bottom edge of the editor and the last line."), + "scope": "language-overridable", "restricted": false }, "editor.pasteAs.enabled": { "type": "boolean", "default": true, "markdownDescription": nls.localizeByDefault("Controls whether you can paste content in different ways."), + "scope": "language-overridable", "restricted": false }, "editor.pasteAs.showPasteSelector": { @@ -1437,18 +1575,21 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] nls.localizeByDefault("Never show the paste selector widget. Instead the default pasting behavior is always used.") ], "default": "afterPaste", + "scope": "language-overridable", "restricted": false }, "editor.parameterHints.enabled": { "type": "boolean", "default": true, "description": nls.localizeByDefault("Enables a pop-up that shows parameter documentation and type information as you type."), + "scope": "language-overridable", "restricted": false }, "editor.parameterHints.cycle": { "type": "boolean", "default": true, "description": nls.localizeByDefault("Controls whether the parameter hints menu cycles or closes when reaching the end of the list."), + "scope": "language-overridable", "restricted": false }, "editor.peekWidgetDefaultFocus": { @@ -1463,12 +1604,14 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "editor" ], "default": "tree", + "scope": "language-overridable", "restricted": false }, "editor.definitionLinkOpensInPeek": { "description": nls.localizeByDefault("Controls whether the Go to Definition mouse gesture always opens the peek widget."), "type": "boolean", "default": false, + "scope": "language-overridable", "restricted": false }, "editor.quickSuggestions": { @@ -1548,6 +1691,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "strings": "off" }, "markdownDescription": nls.localize("theia/editor/editor.quickSuggestions", "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. Also be aware of the '#editor.suggestOnTriggerCharacters#'-setting which controls if suggestions are triggered by special characters."), + "scope": "language-overridable", "restricted": false }, "editor.quickSuggestionsDelay": { @@ -1556,6 +1700,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "default": 10, "minimum": 0, "maximum": 1073741824, + "scope": "language-overridable", "restricted": false }, "editor.renameOnType": { @@ -1563,6 +1708,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "markdownDeprecationMessage": "Deprecated, use `editor.linkedEditing` instead.", "type": "boolean", "default": false, + "scope": "language-overridable", "restricted": false, "deprecationMessage": "Deprecated, use `editor.linkedEditing` instead." }, @@ -1570,7 +1716,8 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "description": nls.localizeByDefault("Controls whether the editor should render control characters."), "restricted": true, "type": "boolean", - "default": true + "default": true, + "scope": "language-overridable" }, "editor.renderFinalNewline": { "description": nls.localizeByDefault("Render last line number when the file ends with a newline."), @@ -1581,6 +1728,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "dimmed" ], "default": "on", + "scope": "language-overridable", "restricted": false }, "editor.renderLineHighlight": { @@ -1599,12 +1747,14 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "all" ], "default": "line", + "scope": "language-overridable", "restricted": false }, "editor.renderLineHighlightOnlyWhenFocus": { "description": nls.localizeByDefault("Controls if the editor should render the current line highlight only when the editor is focused."), "type": "boolean", "default": false, + "scope": "language-overridable", "restricted": false }, "editor.renderWhitespace": { @@ -1625,12 +1775,14 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "all" ], "default": "selection", + "scope": "language-overridable", "restricted": false }, "editor.roundedSelection": { "description": nls.localizeByDefault("Controls whether selections should have rounded corners."), "type": "boolean", "default": true, + "scope": "language-overridable", "restricted": false }, "editor.rulers": { @@ -1661,6 +1813,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] }, "default": [], "description": nls.localizeByDefault("Render vertical rulers after a certain number of monospace characters. Use multiple values for multiple rulers. No rulers are drawn if array is empty."), + "scope": "language-overridable", "restricted": false }, "editor.scrollbar.vertical": { @@ -1677,6 +1830,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] ], "default": "auto", "description": nls.localizeByDefault("Controls the visibility of the vertical scrollbar."), + "scope": "language-overridable", "restricted": false }, "editor.scrollbar.horizontal": { @@ -1693,24 +1847,28 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] ], "default": "auto", "description": nls.localizeByDefault("Controls the visibility of the horizontal scrollbar."), + "scope": "language-overridable", "restricted": false }, "editor.scrollbar.verticalScrollbarSize": { "type": "number", "default": 14, "description": nls.localizeByDefault("The width of the vertical scrollbar."), + "scope": "language-overridable", "restricted": false }, "editor.scrollbar.horizontalScrollbarSize": { "type": "number", "default": 12, "description": nls.localizeByDefault("The height of the horizontal scrollbar."), + "scope": "language-overridable", "restricted": false }, "editor.scrollbar.scrollByPage": { "type": "boolean", "default": false, "description": nls.localizeByDefault("Controls whether clicks scroll by page or jump to click position."), + "scope": "language-overridable", "restricted": false }, "editor.scrollBeyondLastColumn": { @@ -1719,24 +1877,28 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "default": 4, "minimum": 0, "maximum": 1073741824, + "scope": "language-overridable", "restricted": false }, "editor.scrollBeyondLastLine": { "description": nls.localizeByDefault("Controls whether the editor will scroll beyond the last line."), "type": "boolean", "default": true, + "scope": "language-overridable", "restricted": false }, "editor.scrollPredominantAxis": { "description": nls.localizeByDefault("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."), "type": "boolean", "default": true, + "scope": "language-overridable", "restricted": false }, "editor.selectionHighlight": { "description": nls.localizeByDefault("Controls whether the editor should highlight matches similar to the selection."), "type": "boolean", "default": true, + "scope": "language-overridable", "restricted": false }, "editor.showFoldingControls": { @@ -1753,12 +1915,14 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "mouseover" ], "default": "mouseover", + "scope": "language-overridable", "restricted": false }, "editor.showUnused": { "description": nls.localizeByDefault("Controls fading out of unused code."), "type": "boolean", "default": true, + "scope": "language-overridable", "restricted": false }, "editor.snippetSuggestions": { @@ -1777,30 +1941,35 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "none" ], "default": "inline", + "scope": "language-overridable", "restricted": false }, "editor.smartSelect.selectLeadingAndTrailingWhitespace": { "description": nls.localizeByDefault("Whether leading and trailing whitespace should always be selected."), "default": true, "type": "boolean", + "scope": "language-overridable", "restricted": false }, "editor.smartSelect.selectSubwords": { "description": nls.localizeByDefault("Whether subwords (like 'foo' in 'fooBar' or 'foo_bar') should be selected."), "default": true, "type": "boolean", + "scope": "language-overridable", "restricted": false }, "editor.smoothScrolling": { "description": nls.localizeByDefault("Controls whether the editor will scroll using an animation."), "type": "boolean", "default": false, + "scope": "language-overridable", "restricted": false }, "editor.stickyScroll.enabled": { "type": "boolean", "default": false, "description": nls.localizeByDefault("Shows the nested current scopes during the scroll at the top of the editor."), + "scope": "language-overridable", "restricted": false }, "editor.stickyScroll.maxLineCount": { @@ -1809,6 +1978,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "minimum": 1, "maximum": 10, "description": nls.localizeByDefault("Defines the maximum number of sticky lines to show."), + "scope": "language-overridable", "restricted": false }, "editor.stickyScroll.defaultModel": { @@ -1820,18 +1990,21 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] ], "default": "outlineModel", "description": nls.localizeByDefault("Defines the model to use for determining which lines to stick. If the outline model does not exist, it will fall back on the folding provider model which falls back on the indentation model. This order is respected in all three cases."), + "scope": "language-overridable", "restricted": false }, "editor.stickyScroll.scrollWithEditor": { "type": "boolean", "default": true, "description": nls.localize("theia/editor/editor.stickyScroll.scrollWithEditor", "Enable scrolling of the sticky scroll widget with the editor's horizontal scrollbar."), + "scope": "language-overridable", "restricted": false }, "editor.stickyTabStops": { "description": nls.localizeByDefault("Emulate selection behavior of tab characters when using spaces for indentation. Selection will stick to tab stops."), "type": "boolean", "default": false, + "scope": "language-overridable", "restricted": false }, "editor.suggest.insertMode": { @@ -1846,24 +2019,28 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] ], "default": "insert", "description": nls.localizeByDefault("Controls whether words are overwritten when accepting completions. Note that this depends on extensions opting into this feature."), + "scope": "language-overridable", "restricted": false }, "editor.suggest.filterGraceful": { "type": "boolean", "default": true, "description": nls.localizeByDefault("Controls whether filtering and sorting suggestions accounts for small typos."), + "scope": "language-overridable", "restricted": false }, "editor.suggest.localityBonus": { "type": "boolean", "default": false, "description": nls.localizeByDefault("Controls whether sorting favors words that appear close to the cursor."), + "scope": "language-overridable", "restricted": false }, "editor.suggest.shareSuggestSelections": { "type": "boolean", "default": false, "markdownDescription": nls.localizeByDefault("Controls whether remembered suggestion selections are shared between multiple workspaces and windows (needs `#editor.suggestSelection#`)."), + "scope": "language-overridable", "restricted": false }, "editor.suggest.selectionMode": { @@ -1882,228 +2059,266 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] ], "default": "always", "markdownDescription": nls.localizeByDefault("Controls whether a suggestion is selected when the widget shows. Note that this only applies to automatically triggered suggestions (`#editor.quickSuggestions#` and `#editor.suggestOnTriggerCharacters#`) and that a suggestion is always selected when explicitly invoked, e.g via `Ctrl+Space`."), + "scope": "language-overridable", "restricted": false }, "editor.suggest.snippetsPreventQuickSuggestions": { "type": "boolean", "default": false, "description": nls.localizeByDefault("Controls whether an active snippet prevents quick suggestions."), + "scope": "language-overridable", "restricted": false }, "editor.suggest.showIcons": { "type": "boolean", "default": true, "description": nls.localizeByDefault("Controls whether to show or hide icons in suggestions."), + "scope": "language-overridable", "restricted": false }, "editor.suggest.showStatusBar": { "type": "boolean", "default": false, "description": nls.localizeByDefault("Controls the visibility of the status bar at the bottom of the suggest widget."), + "scope": "language-overridable", "restricted": false }, "editor.suggest.preview": { "type": "boolean", "default": false, "description": nls.localizeByDefault("Controls whether to preview the suggestion outcome in the editor."), + "scope": "language-overridable", "restricted": false }, "editor.suggest.showInlineDetails": { "type": "boolean", "default": true, "description": nls.localizeByDefault("Controls whether suggest details show inline with the label or only in the details widget."), + "scope": "language-overridable", "restricted": false }, "editor.suggest.maxVisibleSuggestions": { "type": "number", "deprecationMessage": "This setting is deprecated. The suggest widget can now be resized.", "default": 0, + "scope": "language-overridable", "restricted": false }, "editor.suggest.filteredTypes": { "type": "object", "deprecationMessage": "This setting is deprecated, please use separate settings like 'editor.suggest.showKeywords' or 'editor.suggest.showSnippets' instead.", "default": {}, + "scope": "language-overridable", "restricted": false }, "editor.suggest.showMethods": { "type": "boolean", "default": true, "markdownDescription": nls.localizeByDefault("When enabled IntelliSense shows `method`-suggestions."), + "scope": "language-overridable", "restricted": false }, "editor.suggest.showFunctions": { "type": "boolean", "default": true, "markdownDescription": nls.localizeByDefault("When enabled IntelliSense shows `function`-suggestions."), + "scope": "language-overridable", "restricted": false }, "editor.suggest.showConstructors": { "type": "boolean", "default": true, "markdownDescription": nls.localizeByDefault("When enabled IntelliSense shows `constructor`-suggestions."), + "scope": "language-overridable", "restricted": false }, "editor.suggest.showDeprecated": { "type": "boolean", "default": true, "markdownDescription": nls.localizeByDefault("When enabled IntelliSense shows `deprecated`-suggestions."), + "scope": "language-overridable", "restricted": false }, "editor.suggest.matchOnWordStartOnly": { "type": "boolean", "default": true, "markdownDescription": nls.localizeByDefault("When enabled IntelliSense filtering requires that the first character matches on a word start. For example, `c` on `Console` or `WebContext` but _not_ on `description`. When disabled IntelliSense will show more results but still sorts them by match quality."), + "scope": "language-overridable", "restricted": false }, "editor.suggest.showFields": { "type": "boolean", "default": true, "markdownDescription": nls.localizeByDefault("When enabled IntelliSense shows `field`-suggestions."), + "scope": "language-overridable", "restricted": false }, "editor.suggest.showVariables": { "type": "boolean", "default": true, "markdownDescription": nls.localizeByDefault("When enabled IntelliSense shows `variable`-suggestions."), + "scope": "language-overridable", "restricted": false }, "editor.suggest.showClasses": { "type": "boolean", "default": true, "markdownDescription": nls.localizeByDefault("When enabled IntelliSense shows `class`-suggestions."), + "scope": "language-overridable", "restricted": false }, "editor.suggest.showStructs": { "type": "boolean", "default": true, "markdownDescription": nls.localizeByDefault("When enabled IntelliSense shows `struct`-suggestions."), + "scope": "language-overridable", "restricted": false }, "editor.suggest.showInterfaces": { "type": "boolean", "default": true, "markdownDescription": nls.localizeByDefault("When enabled IntelliSense shows `interface`-suggestions."), + "scope": "language-overridable", "restricted": false }, "editor.suggest.showModules": { "type": "boolean", "default": true, "markdownDescription": nls.localizeByDefault("When enabled IntelliSense shows `module`-suggestions."), + "scope": "language-overridable", "restricted": false }, "editor.suggest.showProperties": { "type": "boolean", "default": true, "markdownDescription": nls.localizeByDefault("When enabled IntelliSense shows `property`-suggestions."), + "scope": "language-overridable", "restricted": false }, "editor.suggest.showEvents": { "type": "boolean", "default": true, "markdownDescription": nls.localizeByDefault("When enabled IntelliSense shows `event`-suggestions."), + "scope": "language-overridable", "restricted": false }, "editor.suggest.showOperators": { "type": "boolean", "default": true, "markdownDescription": nls.localizeByDefault("When enabled IntelliSense shows `operator`-suggestions."), + "scope": "language-overridable", "restricted": false }, "editor.suggest.showUnits": { "type": "boolean", "default": true, "markdownDescription": nls.localizeByDefault("When enabled IntelliSense shows `unit`-suggestions."), + "scope": "language-overridable", "restricted": false }, "editor.suggest.showValues": { "type": "boolean", "default": true, "markdownDescription": nls.localizeByDefault("When enabled IntelliSense shows `value`-suggestions."), + "scope": "language-overridable", "restricted": false }, "editor.suggest.showConstants": { "type": "boolean", "default": true, "markdownDescription": nls.localizeByDefault("When enabled IntelliSense shows `constant`-suggestions."), + "scope": "language-overridable", "restricted": false }, "editor.suggest.showEnums": { "type": "boolean", "default": true, "markdownDescription": nls.localizeByDefault("When enabled IntelliSense shows `enum`-suggestions."), + "scope": "language-overridable", "restricted": false }, "editor.suggest.showEnumMembers": { "type": "boolean", "default": true, "markdownDescription": nls.localizeByDefault("When enabled IntelliSense shows `enumMember`-suggestions."), + "scope": "language-overridable", "restricted": false }, "editor.suggest.showKeywords": { "type": "boolean", "default": true, "markdownDescription": nls.localizeByDefault("When enabled IntelliSense shows `keyword`-suggestions."), + "scope": "language-overridable", "restricted": false }, "editor.suggest.showWords": { "type": "boolean", "default": true, "markdownDescription": nls.localizeByDefault("When enabled IntelliSense shows `text`-suggestions."), + "scope": "language-overridable", "restricted": false }, "editor.suggest.showColors": { "type": "boolean", "default": true, "markdownDescription": nls.localizeByDefault("When enabled IntelliSense shows `color`-suggestions."), + "scope": "language-overridable", "restricted": false }, "editor.suggest.showFiles": { "type": "boolean", "default": true, "markdownDescription": nls.localizeByDefault("When enabled IntelliSense shows `file`-suggestions."), + "scope": "language-overridable", "restricted": false }, "editor.suggest.showReferences": { "type": "boolean", "default": true, "markdownDescription": nls.localizeByDefault("When enabled IntelliSense shows `reference`-suggestions."), + "scope": "language-overridable", "restricted": false }, "editor.suggest.showCustomcolors": { "type": "boolean", "default": true, "markdownDescription": nls.localizeByDefault("When enabled IntelliSense shows `customcolor`-suggestions."), + "scope": "language-overridable", "restricted": false }, "editor.suggest.showFolders": { "type": "boolean", "default": true, "markdownDescription": nls.localizeByDefault("When enabled IntelliSense shows `folder`-suggestions."), + "scope": "language-overridable", "restricted": false }, "editor.suggest.showTypeParameters": { "type": "boolean", "default": true, "markdownDescription": nls.localizeByDefault("When enabled IntelliSense shows `typeParameter`-suggestions."), + "scope": "language-overridable", "restricted": false }, "editor.suggest.showSnippets": { "type": "boolean", "default": true, "markdownDescription": nls.localizeByDefault("When enabled IntelliSense shows `snippet`-suggestions."), + "scope": "language-overridable", "restricted": false }, "editor.suggest.showUsers": { "type": "boolean", "default": true, "markdownDescription": nls.localizeByDefault("When enabled IntelliSense shows `user`-suggestions."), + "scope": "language-overridable", "restricted": false }, "editor.suggest.showIssues": { "type": "boolean", "default": true, "markdownDescription": nls.localizeByDefault("When enabled IntelliSense shows `issues`-suggestions."), + "scope": "language-overridable", "restricted": false }, "editor.suggestFontSize": { @@ -2112,6 +2327,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "default": 0, "minimum": 0, "maximum": 1000, + "scope": "language-overridable", "restricted": false }, "editor.suggestLineHeight": { @@ -2120,12 +2336,14 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "default": 0, "minimum": 0, "maximum": 1000, + "scope": "language-overridable", "restricted": false }, "editor.suggestOnTriggerCharacters": { "description": nls.localizeByDefault("Controls whether suggestions should automatically show up when typing trigger characters."), "type": "boolean", "default": true, + "scope": "language-overridable", "restricted": false }, "editor.suggestSelection": { @@ -2142,6 +2360,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "recentlyUsedByPrefix" ], "default": "first", + "scope": "language-overridable", "restricted": false }, "editor.tabCompletion": { @@ -2158,6 +2377,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "onlySnippets" ], "default": "off", + "scope": "language-overridable", "restricted": false }, "editor.unicodeHighlight.nonBasicASCII": { @@ -2172,19 +2392,22 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "inUntrustedWorkspace" ], "default": "inUntrustedWorkspace", - "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.") + "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.localizeByDefault("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.localizeByDefault("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": { "restricted": true, @@ -2198,7 +2421,8 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "inUntrustedWorkspace" ], "default": "inUntrustedWorkspace", - "description": nls.localizeByDefault("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": { "restricted": true, @@ -2212,7 +2436,8 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "inUntrustedWorkspace" ], "default": true, - "description": nls.localizeByDefault("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, @@ -2221,7 +2446,8 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "description": nls.localizeByDefault("Defines allowed characters that are not being highlighted."), "additionalProperties": { "type": "boolean" - } + }, + "scope": "language-overridable" }, "editor.unicodeHighlight.allowedLocales": { "restricted": true, @@ -2233,7 +2459,8 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "_os": true, "_vscode": true }, - "description": nls.localizeByDefault("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": { "enumDescriptions": [ @@ -2249,12 +2476,14 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "prompt" ], "default": "prompt", + "scope": "language-overridable", "restricted": false }, "editor.useTabStops": { - "description": nls.localizeByDefault("Inserting and deleting whitespace follows tab stops."), + "description": nls.localize("theia/editor/editor.useTabStops", "Inserting and deleting whitespace follows tab stops."), "type": "boolean", "default": true, + "scope": "language-overridable", "restricted": false }, "editor.wordBreak": { @@ -2269,12 +2498,14 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "keepAll" ], "default": "normal", + "scope": "language-overridable", "restricted": false }, "editor.wordSeparators": { "description": nls.localizeByDefault("Characters that will be used as word separators when doing word related navigations or operations."), "type": "string", "default": "`~!@#$%^&*()-=+[{]}\\|;:'\",.<>/?", + "scope": "language-overridable", "restricted": false }, "editor.wordWrap": { @@ -2293,6 +2524,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "bounded" ], "default": "off", + "scope": "language-overridable", "restricted": false }, "editor.wordWrapColumn": { @@ -2301,6 +2533,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "default": 80, "minimum": 1, "maximum": 1073741824, + "scope": "language-overridable", "restricted": false }, "editor.wrappingIndent": { @@ -2319,6 +2552,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] ], "description": nls.localizeByDefault("Controls the indentation of wrapped lines."), "default": "same", + "scope": "language-overridable", "restricted": false }, "editor.wrappingStrategy": { @@ -2333,12 +2567,14 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] ], "default": "simple", "description": nls.localizeByDefault("Controls the algorithm that computes wrapping points. Note that when in accessibility mode, advanced will be used for the best experience."), + "scope": "language-overridable", "restricted": false }, "editor.showDeprecated": { "description": nls.localizeByDefault("Controls strikethrough deprecated variables."), "type": "boolean", "default": true, + "scope": "language-overridable", "restricted": false }, "editor.inlayHints.enabled": { @@ -2357,36 +2593,42 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] nls.localize("theia/editor/editor.inlayHints.enabled2", "Inlay hints are hidden by default and show when holding Ctrl+Alt"), nls.localizeByDefault("Inlay hints are disabled") ], + "scope": "language-overridable", "restricted": false }, "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."), + "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."), + "scope": "language-overridable", "restricted": false }, "editor.inlayHints.padding": { "type": "boolean", "default": false, "description": nls.localizeByDefault("Enables the padding around the inlay hints in the editor."), + "scope": "language-overridable", "restricted": false }, "editor.tabFocusMode": { "markdownDescription": nls.localizeByDefault("Controls whether the editor receives tabs or defers them to the workbench for navigation."), "type": "boolean", "default": false, + "scope": "language-overridable", "restricted": false }, "editor.defaultColorDecorators": { "markdownDescription": nls.localizeByDefault("Controls whether inline color decorations should be shown using the default document color provider"), "type": "boolean", "default": false, + "scope": "language-overridable", "restricted": false }, "editor.colorDecoratorsActivatedOn": { @@ -2403,28 +2645,33 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "click" ], "default": "clickAndHover", + "scope": "language-overridable", "restricted": false }, "editor.inlineCompletionsAccessibilityVerbose": { "description": nls.localizeByDefault("Controls whether the accessibility hint should be provided to screen reader users when an inline completion is shown."), "type": "boolean", "default": false, + "scope": "language-overridable", "restricted": false }, "editor.codeActionWidget.showHeaders": { "type": "boolean", + "scope": "language-overridable", "description": nls.localizeByDefault("Enable/disable showing group headers in the Code Action menu."), "default": true, "restricted": false }, "editor.codeActionWidget.includeNearbyQuickfixes": { "type": "boolean", + "scope": "language-overridable", "description": nls.localize("theia/editor/editor.codeActionWidget.includeNearbyQuickfixes", "Enable/disable showing nearest quickfix within a line when not currently on a diagnostic."), "default": false, "restricted": false }, "editor.experimental.dropIntoEditor.defaultProvider": { "type": "object", + "scope": "language-overridable", "description": nls.localizeByDefault("Configures the default drop provider to use for content of a given mime type."), "default": {}, "additionalProperties": { @@ -2433,6 +2680,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "restricted": false }, "editor.rename.enablePreview": { + "scope": "language-overridable", "description": nls.localizeByDefault("Enable/disable the ability to preview changes before renaming"), "default": true, "type": "boolean", @@ -2543,6 +2791,7 @@ export interface GeneratedEditorPreferences { 'editor.fontLigatures': boolean | string; 'editor.fontSize': number; 'editor.fontWeight': number | string | 'normal' | 'bold' | '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900'; + 'editor.fontVariations': boolean | string; 'editor.formatOnPaste': boolean; 'editor.formatOnType': boolean; 'editor.glyphMargin': boolean; diff --git a/packages/markers/src/browser/problem/problem-preferences.ts b/packages/markers/src/browser/problem/problem-preferences.ts index b778d514ed9e4..66ca217bff6f4 100644 --- a/packages/markers/src/browser/problem/problem-preferences.ts +++ b/packages/markers/src/browser/problem/problem-preferences.ts @@ -23,7 +23,7 @@ export const ProblemConfigSchema: PreferenceSchema = { 'properties': { 'problems.decorations.enabled': { 'type': 'boolean', - 'description': nls.localizeByDefault('Show Errors & Warnings on files and folder.'), + 'description': nls.localizeByDefault('Show Errors & Warnings on files and folder. Overwritten by `#problems.visibility#` when it is off.'), 'default': true, }, 'problems.decorations.tabbar.enabled': { diff --git a/packages/navigator/src/browser/navigator-widget.tsx b/packages/navigator/src/browser/navigator-widget.tsx index 030102a9f85e1..e8d2b0a9f6cb7 100644 --- a/packages/navigator/src/browser/navigator-widget.tsx +++ b/packages/navigator/src/browser/navigator-widget.tsx @@ -30,7 +30,7 @@ import { nls } from '@theia/core/lib/common/nls'; import { AbstractNavigatorTreeWidget } from './abstract-navigator-tree-widget'; export const FILE_NAVIGATOR_ID = 'files'; -export const LABEL = nls.localize('theia/navigator/noFolderOpened', 'No Folder Opened'); +export const LABEL = nls.localizeByDefault('No Folder Opened'); export const CLASS = 'theia-Files'; @injectable() diff --git a/packages/search-in-workspace/src/browser/search-in-workspace-widget.tsx b/packages/search-in-workspace/src/browser/search-in-workspace-widget.tsx index 9ec19a6cd31fd..78b69f66dfa11 100644 --- a/packages/search-in-workspace/src/browser/search-in-workspace-widget.tsx +++ b/packages/search-in-workspace/src/browser/search-in-workspace-widget.tsx @@ -502,7 +502,7 @@ export class SearchInWorkspaceWidget extends BaseWidget implements StatefulWidge ; } protected handleFocusSearchInputBox = (event: React.FocusEvent) => { - event.target.placeholder = `${SearchInWorkspaceWidget.LABEL} (⇅ ${nls.localizeByDefault('for history')})`; + event.target.placeholder = SearchInWorkspaceWidget.LABEL + nls.localizeByDefault(' ({0} for history)', '⇅'); this.contextKeyService.setSearchInputBoxFocus(true); }; protected handleBlurSearchInputBox = (event: React.FocusEvent) => { @@ -541,7 +541,7 @@ export class SearchInWorkspaceWidget extends BaseWidget implements StatefulWidge } protected handleFocusReplaceInputBox = (event: React.FocusEvent) => { - event.target.placeholder = `${nls.localizeByDefault('Replace')} (⇅ ${nls.localizeByDefault('for history')})`; + event.target.placeholder = nls.localizeByDefault('Replace') + nls.localizeByDefault(' ({0} for history)', '⇅'); this.contextKeyService.setReplaceInputBoxFocus(true); }; protected handleBlurReplaceInputBox = (event: React.FocusEvent) => { diff --git a/packages/terminal/src/browser/terminal-preferences.ts b/packages/terminal/src/browser/terminal-preferences.ts index 39c8dc8f4044d..fbc5dd49632dc 100644 --- a/packages/terminal/src/browser/terminal-preferences.ts +++ b/packages/terminal/src/browser/terminal-preferences.ts @@ -34,7 +34,7 @@ const commonProfileProperties: PreferenceSchemaProperties = { }, overrideName: { type: 'boolean', - description: nls.localizeByDefault('Controls whether or not the profile name overrides the auto detected one.') + description: nls.localizeByDefault('Whether or not to replace the dynamic terminal title that detects what program is running with the static profile name.') }, icon: { type: 'string', diff --git a/packages/vsx-registry/src/browser/vsx-extension.tsx b/packages/vsx-registry/src/browser/vsx-extension.tsx index 47f6ca92ad31c..4a0784ddb7d72 100644 --- a/packages/vsx-registry/src/browser/vsx-extension.tsx +++ b/packages/vsx-registry/src/browser/vsx-extension.tsx @@ -452,7 +452,7 @@ export abstract class AbstractVSXExtensionComponent { outOfSynch - ? + ? : }