diff --git a/packages/core/src/browser/shell/application-shell.ts b/packages/core/src/browser/shell/application-shell.ts index b93858eccdb54..3e86fb211fe78 100644 --- a/packages/core/src/browser/shell/application-shell.ts +++ b/packages/core/src/browser/shell/application-shell.ts @@ -2101,7 +2101,7 @@ export namespace ApplicationShell { export const areaLabels: Record = { main: nls.localizeByDefault('Main'), - top: nls.localize('theia/shell-area/top', 'Top'), + top: nls.localizeByDefault('Top'), left: nls.localizeByDefault('Left'), right: nls.localizeByDefault('Right'), bottom: nls.localizeByDefault('Bottom'), diff --git a/packages/core/src/common/i18n/nls.metadata.json b/packages/core/src/common/i18n/nls.metadata.json index d04046e10b5b4..d2f3eae547d4f 100644 --- a/packages/core/src/common/i18n/nls.metadata.json +++ b/packages/core/src/common/i18n/nls.metadata.json @@ -3,6 +3,9 @@ "vs/platform/terminal/node/ptyHostMain": [ "ptyHost" ], + "vs/code/node/cliProcessMain": [ + "cli" + ], "vs/code/electron-main/main": [ "mainLog", "secondInstanceAdmin", @@ -19,9 +22,6 @@ ] } ], - "vs/code/node/cliProcessMain": [ - "cli" - ], "vs/code/node/sharedProcess/sharedProcessMain": [ "sharedLog" ], @@ -84,6 +84,8 @@ "keyboardConfigurationTitle", "touchbar.enabled", "touchbar.ignored", + "security.promptForLocalFileProtocolHandling", + "security.promptForRemoteFileProtocolHandling", "argv.locale", "argv.disableHardwareAcceleration", "argv.forceColorProfile", @@ -92,7 +94,9 @@ "argv.enebleProposedApi", "argv.logLevel", "argv.disableChromiumSandbox", - "argv.force-renderer-accessibility" + "argv.useInMemorySecretStorage", + "argv.force-renderer-accessibility", + "argv.passwordStore" ], "vs/workbench/services/textfile/electron-sandbox/nativeTextFileService": [ "join.textFiles" @@ -146,19 +150,6 @@ "integrity.moreInformation", "integrity.dontShowAgain" ], - "vs/workbench/contrib/files/electron-sandbox/fileActions.contribution": [ - "revealInWindows", - "revealInMac", - "openContainer", - "miShare", - "filesCategory" - ], - "vs/workbench/services/voiceRecognition/electron-sandbox/workbenchVoiceRecognitionService": [ - "voiceTranscription", - "voiceTranscriptionGettingReady", - "voiceTranscriptionRecording", - "voiceTranscriptionError" - ], "vs/workbench/services/workingCopy/electron-sandbox/workingCopyBackupService": [ "join.workingCopyBackups" ], @@ -180,19 +171,18 @@ "restartExtensionHost", "restartExtensionHost.reason" ], - "vs/workbench/contrib/extensions/electron-sandbox/extensions.contribution": [ - "runtimeExtension" + "vs/workbench/contrib/files/electron-sandbox/fileActions.contribution": [ + "revealInWindows", + "revealInMac", + "openContainer", + "miShare", + "filesCategory" ], "vs/workbench/contrib/localization/electron-sandbox/localization.contribution": [ "updateLocale", "changeAndRestart", "neverAgain" ], - "vs/workbench/contrib/remote/electron-sandbox/remote.contribution": [ - "wslFeatureInstalled", - "remote", - "remote.downloadExtensionsLocally" - ], "vs/workbench/contrib/issue/electron-sandbox/issue.contribution": [ { "key": "reportPerformanceIssue", @@ -218,11 +208,22 @@ "stopTracing.title", "stopTracing.detail" ], + "vs/workbench/contrib/extensions/electron-sandbox/extensions.contribution": [ + "runtimeExtension" + ], + "vs/workbench/contrib/remote/electron-sandbox/remote.contribution": [ + "wslFeatureInstalled", + "remote", + "remote.downloadExtensionsLocally" + ], "vs/workbench/contrib/userDataSync/electron-sandbox/userDataSync.contribution": [ - "Open Backup folder", "no backups", "download sync activity complete", - "open" + "open", + "Open Backup folder" + ], + "vs/workbench/contrib/performance/electron-sandbox/performance.contribution": [ + "experimental.rendererProfiling" ], "vs/workbench/contrib/tasks/electron-sandbox/taskService": [ "TaskSystem.runningTask", @@ -240,9 +241,6 @@ ] } ], - "vs/workbench/contrib/performance/electron-sandbox/performance.contribution": [ - "experimental.rendererProfiling" - ], "vs/workbench/contrib/externalTerminal/electron-sandbox/externalTerminal.contribution": [ "globalConsoleAction", "terminalConfigurationTitle", @@ -354,6 +352,57 @@ ] } ], + "vs/platform/environment/node/argv": [ + "optionsUpperCase", + "extensionsManagement", + "troubleshooting", + "cliDataDir", + "cliDataDir", + "diff", + "merge", + "add", + "goto", + "newWindow", + "reuseWindow", + "wait", + "locale", + "userDataDir", + "profileName", + "help", + "extensionHomePath", + "listExtensions", + "showVersions", + "category", + "installExtension", + "install prerelease", + "uninstallExtension", + "experimentalApis", + "version", + "verbose", + "log", + "status", + "prof-startup", + "disableExtensions", + "disableExtension", + "turn sync", + "inspect-extensions", + "inspect-brk-extensions", + "disableGPU", + "disableChromiumSandbox", + "telemetry", + "deprecated.useInstead", + "paths", + "usage", + "options", + "stdinWindows", + "stdinUnix", + "subcommands", + "unknownVersion", + "unknownCommit" + ], + "vs/platform/terminal/node/ptyService": [ + "terminal-history-restored" + ], "vs/editor/common/config/editorOptions": [ "accessibilitySupport.auto", "accessibilitySupport.on", @@ -460,6 +509,7 @@ "scrollbar.verticalScrollbarSize", "scrollbar.horizontalScrollbarSize", "scrollbar.scrollByPage", + "scrollbar.ignoreHorizontalScrollbarInContentHeight", "unicodeHighlight.nonBasicASCII", "unicodeHighlight.invisibleCharacters", "unicodeHighlight.ambiguousCharacters", @@ -643,6 +693,7 @@ "multiCursorPaste", "multiCursorLimit", "occurrencesHighlight", + "multiDocumentOccurrencesHighlight", "overviewRulerBorder", "peekWidgetDefaultFocus.tree", "peekWidgetDefaultFocus.editor", @@ -731,57 +782,6 @@ "defaultColorDecorators", "tabFocusMode" ], - "vs/platform/environment/node/argv": [ - "optionsUpperCase", - "extensionsManagement", - "troubleshooting", - "cliDataDir", - "cliDataDir", - "diff", - "merge", - "add", - "goto", - "newWindow", - "reuseWindow", - "wait", - "locale", - "userDataDir", - "profileName", - "help", - "extensionHomePath", - "listExtensions", - "showVersions", - "category", - "installExtension", - "install prerelease", - "uninstallExtension", - "experimentalApis", - "version", - "verbose", - "log", - "status", - "prof-startup", - "disableExtensions", - "disableExtension", - "turn sync", - "inspect-extensions", - "inspect-brk-extensions", - "disableGPU", - "disableChromiumSandbox", - "telemetry", - "deprecated.useInstead", - "paths", - "usage", - "options", - "stdinWindows", - "stdinUnix", - "subcommands", - "unknownVersion", - "unknownCommit" - ], - "vs/platform/terminal/node/ptyService": [ - "terminal-history-restored" - ], "vs/base/common/errorMessage": [ "stackTrace.format", "nodeExceptionMessage", @@ -790,21 +790,47 @@ "error.moreErrors", "error.defaultMessage" ], - "vs/code/electron-main/app": [ - { - "key": "open", - "comment": [ - "&& denotes a mnemonic" - ] - }, - { - "key": "cancel", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "confirmOpenMessage", - "confirmOpenDetail" + "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/platform/extensionManagement/common/extensionsScannerService": [ + "fileReadFail", + "jsonParseFail", + "jsonParseInvalidType", + "jsonsParseReportErrors", + "jsonInvalidFormat", + "jsonsParseReportErrors", + "jsonInvalidFormat" ], "vs/platform/files/common/files": [ "unknownError", @@ -814,22 +840,16 @@ "sizeGB", "sizeTB" ], - "vs/platform/environment/node/argvHelper": [ - "multipleValues", - "emptyValue", - "deprecatedArgument", - "unknownSubCommandOption", - "unknownOption", - "gotoValidation" - ], - "vs/platform/files/node/diskFileSystemProvider": [ - "fileExists", - "fileNotExists", - "moveError", - "copyError", - "fileCopyErrorPathCase", - "fileMoveCopyErrorNotFound", - "fileMoveCopyErrorExists" + "vs/platform/extensionManagement/node/extensionManagementService": [ + "incompatible", + "MarketPlaceDisabled", + "Not a Marketplace extension", + "removeError", + "errorDeleting", + "renameError", + "cannot read", + "restartCode", + "restartCode" ], "vs/platform/files/common/fileService": [ "invalidPath", @@ -860,6 +880,18 @@ "err.readonly", "err.readonly" ], + "vs/platform/files/node/diskFileSystemProvider": [ + "fileExists", + "fileNotExists", + "moveError", + "copyError", + "fileCopyErrorPathCase", + "fileMoveCopyErrorNotFound", + "fileMoveCopyErrorExists" + ], + "vs/platform/languagePacks/common/languagePacks": [ + "currentDisplayLanguage" + ], "vs/platform/request/common/request": [ "request", "httpConfigurationTitle", @@ -875,25 +907,74 @@ "systemCertificates", "systemCertificatesV2" ], - "vs/platform/dialogs/common/dialogs": [ - { - "key": "yesButton", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "cancelButton", - "cancelButton", - "cancelButton", - { - "key": "okButton", - "comment": [ - "&& denotes a mnemonic" - ] - }, - { - "key": "okButton", - "comment": [ + "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/dialogs/common/dialogs": [ + { + "key": "yesButton", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "cancelButton", + "cancelButton", + "cancelButton", + { + "key": "okButton", + "comment": [ + "&& denotes a mnemonic" + ] + }, + { + "key": "okButton", + "comment": [ "&& denotes a mnemonic" ] }, @@ -920,6 +1001,7 @@ "sendWorkspaceInfo", "sendExtensions", "sendExperiments", + "sendExtensionData", { "key": "reviewGuidanceLabel", "comment": [ @@ -943,6 +1025,8 @@ "details", "descriptionEmptyValidation", "show", + "extensionData", + "show", "show", "show", "show", @@ -983,85 +1067,6 @@ "disabledExtensions", "noCurrentExperiments" ], - "vs/platform/extensionManagement/common/extensionManagement": [ - "extensions", - "preferences" - ], - "vs/platform/extensionManagement/common/extensionsScannerService": [ - "fileReadFail", - "jsonParseFail", - "jsonParseInvalidType", - "jsonsParseReportErrors", - "jsonInvalidFormat", - "jsonsParseReportErrors", - "jsonInvalidFormat" - ], - "vs/platform/languagePacks/common/languagePacks": [ - "currentDisplayLanguage" - ], - "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/platform/extensionManagement/node/extensionManagementService": [ - "incompatible", - "MarketPlaceDisabled", - "Not a Marketplace extension", - "removeError", - "errorDeleting", - "renameError", - "cannot read", - "restartCode", - "restartCode" - ], - "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/platform/telemetry/common/telemetryLogAppender": [ "telemetryLog" ], @@ -1072,18 +1077,18 @@ "app.extension.identifier.errorMessage", "settingsSync.ignoredSettings" ], - "vs/platform/userDataSync/common/userDataSyncMachines": [ - "error incompatible" - ], "vs/platform/userDataSync/common/userDataSyncLog": [ "userDataSyncLog" ], - "vs/platform/userDataSync/common/userDataSyncResourceProvider": [ - "incompatible sync data" + "vs/platform/userDataSync/common/userDataSyncMachines": [ + "error incompatible" ], "vs/platform/remoteTunnel/common/remoteTunnel": [ "remoteTunnelLog" ], + "vs/platform/userDataSync/common/userDataSyncResourceProvider": [ + "incompatible sync data" + ], "vs/platform/remoteTunnel/node/remoteTunnelService": [ "remoteTunnelService.building", { @@ -1139,14 +1144,6 @@ "expand mode", "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", @@ -1160,10 +1157,29 @@ "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", "tabScrollbarHeight", + "workbench.editor.showTabs.multiple", + "workbench.editor.showTabs.single", + "workbench.editor.showTabs.none", "showEditorTabs", "wrapTabs", { @@ -1296,6 +1312,9 @@ ], "key": "doubleClickTabToToggleEditorGroupSizes" }, + "workbench.editor.doubleClickTabToToggleEditorGroupSizes.maximize", + "workbench.editor.doubleClickTabToToggleEditorGroupSizes.expand", + "workbench.editor.doubleClickTabToToggleEditorGroupSizes.off", "limitEditorsEnablement", "limitEditorsMaximum", "limitEditorsExcludeDirty", @@ -1324,7 +1343,15 @@ "workbench.panel.opensMaximized.never", "workbench.panel.opensMaximized.preserve", "statusBarVisibility", - "activityBarVisibility", + { + "comment": [ + "This is the description for a setting" + ], + "key": "activityBarLocation" + }, + "workbench.activityBar.location.side", + "workbench.activityBar.location.top", + "workbench.activityBar.location.hide", "activityBarIconClickBehavior", "workbench.activityBar.iconClickBehavior.toggle", "workbench.activityBar.iconClickBehavior.focus", @@ -1418,72 +1445,16 @@ "zenModeConfigurationTitle", "zenMode.fullScreen", "zenMode.centerLayout", - "zenMode.hideTabs", + "zenMode.showTabs", + "zenMode.showTabs.multiple", + "zenMode.showTabs.single", + "zenMode.showTabs.none", "zenMode.hideStatusBar", "zenMode.hideActivityBar", "zenMode.hideLineNumbers", "zenMode.restore", "zenMode.silentNotifications" ], - "vs/workbench/browser/actions/textInputActions": [ - "undo", - "redo", - "cut", - "copy", - "paste", - "selectAll" - ], - "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" - ], "vs/workbench/browser/actions/helpActions": [ "keybindingsReference", { @@ -1543,18 +1514,69 @@ ] } ], - "vs/workbench/browser/actions/layoutActions": [ - "menuBarIcon", - "activityBarLeft", - "activityBarRight", - "panelLeft", - "panelLeftOff", - "panelRight", - "panelRightOff", - "panelBottom", - "statusBarIcon", - "panelBottomLeft", - "panelBottomRight", + "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" + ], + "vs/workbench/browser/actions/layoutActions": [ + "menuBarIcon", + "activityBarLeft", + "activityBarRight", + "panelLeft", + "panelLeftOff", + "panelRight", + "panelRightOff", + "panelBottom", + "statusBarIcon", + "panelBottomLeft", + "panelBottomRight", "panelBottomCenter", "panelBottomJustify", "fullScreenIcon", @@ -1562,12 +1584,6 @@ "zenModeIcon", "closeSidebar", "toggleActivityBar", - { - "key": "miActivityBar", - "comment": [ - "&& denotes a mnemonic" - ] - }, "toggleCenteredLayout", { "key": "miToggleCenteredLayout", @@ -1633,7 +1649,10 @@ "&& denotes a mnemonic" ] }, - "toggleTabs", + "hideEditorTabs", + "showMultipleEditorTabs", + "showSingleEditorTab", + "tabBar", "toggleSeparatePinnedEditorTabs", "toggleZenMode", { @@ -2026,6 +2045,9 @@ "workspaceConfig.transient", "unknownWorkspaceProperty" ], + "vs/workbench/browser/parts/editor/editorParts": [ + "groupLabel" + ], "vs/workbench/api/browser/viewsExtensionPoint": [ { "key": "vscode.extension.contributes.views.containers.id", @@ -2105,8 +2127,10 @@ "splitDown", "splitLeft", "splitRight", - "toggleTabs", - "toggleSeparatePinnedEditorTabs", + "tabBar", + "multipleTabs", + "singleTab", + "hideTabBar", "close", "closeOthers", "closeRight", @@ -2127,6 +2151,8 @@ "closeAll", "closeAllSaved", "togglePreviewMode", + "maximizeGroup", + "unmaximizeGroup", "lockGroup", "splitEditorRight", "splitEditorDown", @@ -2421,13 +2447,14 @@ ] } ], - "vs/workbench/browser/parts/statusbar/statusbarPart": [ - "hideStatusBar" - ], "vs/workbench/browser/parts/banner/bannerPart": [ "focusBanner" ], + "vs/workbench/browser/parts/statusbar/statusbarPart": [ + "hideStatusBar" + ], "vs/workbench/browser/parts/views/viewsService": [ + "editor", "show view", "toggle view", "show view", @@ -2843,6 +2870,16 @@ "export profile title", "profile name required" ], + "vs/workbench/services/remote/common/remoteExplorerService": [ + "getStartedWalkthrough.id", + "RemoteHelpInformationExtPoint", + "RemoteHelpInformationExtPoint.getStarted", + "RemoteHelpInformationExtPoint.documentation", + "RemoteHelpInformationExtPoint.feedback", + "RemoteHelpInformationExtPoint.feedback.deprecated", + "RemoteHelpInformationExtPoint.reportIssue", + "RemoteHelpInformationExtPoint.issues" + ], "vs/workbench/services/filesConfiguration/common/filesConfigurationService": [ "providerReadonly", { @@ -2976,6 +3013,59 @@ "vs/workbench/services/assignment/common/assignmentService": [ "workbench.enableExperiments" ], + "vs/workbench/services/issue/browser/issueTroubleshoot": [ + "troubleshoot issue", + "detail.start", + { + "key": "msg", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "profile.extensions.disabled", + "empty.profile", + "issue is with configuration", + "issue is in core", + "I cannot reproduce", + "This is Bad", + "Stop", + "troubleshoot issue", + "use insiders", + "troubleshoot issue", + "download insiders", + "report anyway", + "ask to download insiders", + "troubleshoot issue", + "good", + "bad", + "stop", + "ask to reproduce issue", + "troubleshootIssue", + "title.stop" + ], + "vs/workbench/contrib/preferences/browser/keybindingsEditorContribution": [ + "defineKeybinding.kbLayoutErrorMessage", + { + "key": "defineKeybinding.kbLayoutLocalAndUSMessage", + "comment": [ + "Please translate maintaining the stars (*) around the placeholders such that they will be rendered in bold.", + "The placeholders will contain a keyboard combination e.g. Ctrl+Shift+/" + ] + }, + { + "key": "defineKeybinding.kbLayoutLocalMessage", + "comment": [ + "Please translate maintaining the stars (*) around the placeholder such that it will be rendered in bold.", + "The placeholder will contain a keyboard combination e.g. Ctrl+Shift+/" + ] + } + ], + "vs/workbench/contrib/performance/browser/performance.contribution": [ + "show.label", + "cycles", + "insta.trace", + "emitter" + ], "vs/workbench/contrib/preferences/browser/preferences.contribution": [ "settingsEditor2", "keybindingsEditor", @@ -3043,58 +3133,16 @@ ] } ], - "vs/workbench/services/issue/browser/issueTroubleshoot": [ - "troubleshoot issue", - "detail.start", - { - "key": "msg", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "profile.extensions.disabled", - "empty.profile", - "issue is with configuration", - "issue is in core", - "I cannot reproduce", - "This is Bad", - "Stop", - "troubleshoot issue", - "use insiders", - "troubleshoot issue", - "download insiders", - "report anyway", - "ask to download insiders", - "troubleshoot issue", - "good", - "bad", - "stop", - "ask to reproduce issue", - "troubleshootIssue", - "title.stop" - ], - "vs/workbench/contrib/preferences/browser/keybindingsEditorContribution": [ - "defineKeybinding.kbLayoutErrorMessage", - { - "key": "defineKeybinding.kbLayoutLocalAndUSMessage", - "comment": [ - "Please translate maintaining the stars (*) around the placeholders such that they will be rendered in bold.", - "The placeholders will contain a keyboard combination e.g. Ctrl+Shift+/" - ] - }, - { - "key": "defineKeybinding.kbLayoutLocalMessage", - "comment": [ - "Please translate maintaining the stars (*) around the placeholder such that it will be rendered in bold.", - "The placeholder will contain a keyboard combination e.g. Ctrl+Shift+/" - ] - } - ], - "vs/workbench/contrib/performance/browser/performance.contribution": [ - "show.label", - "cycles", - "insta.trace", - "emitter" + "vs/workbench/contrib/chat/browser/chat.contribution": [ + "interactiveSessionConfigurationTitle", + "interactiveSession.editor.fontSize", + "interactiveSession.editor.fontFamily", + "interactiveSession.editor.fontWeight", + "interactiveSession.editor.wordWrap", + "interactiveSession.editor.lineHeight", + "chat", + "chat", + "clear" ], "vs/workbench/contrib/notebook/browser/notebook.contribution": [ "notebook.editorOptions.experimentalCustomization", @@ -3154,17 +3202,6 @@ "notebook.scrolling.anchorToFocusedCell.on.description", "notebook.scrolling.anchorToFocusedCell.off.description" ], - "vs/workbench/contrib/chat/browser/chat.contribution": [ - "interactiveSessionConfigurationTitle", - "interactiveSession.editor.fontSize", - "interactiveSession.editor.fontFamily", - "interactiveSession.editor.fontWeight", - "interactiveSession.editor.wordWrap", - "interactiveSession.editor.lineHeight", - "chat", - "chat", - "clear" - ], "vs/workbench/contrib/testing/browser/testing.contribution": [ "test", { @@ -3173,10 +3210,10 @@ "&& denotes a mnemonic" ] }, - "testResultsPanelName", - "testResultsPanelName", "noTestProvidersRegistered", "searchForAdditionalTestExtensions", + "testResultsPanelName", + "testResultsPanelName", "testExplorer" ], "vs/workbench/contrib/logs/common/logs.contribution": [ @@ -3312,14 +3349,12 @@ "comment": [ "&& denotes a mnemonic" ] - } + }, + "newFolderDescription" ], "vs/workbench/contrib/files/browser/explorerViewlet": [ "explorerViewIcon", "openEditorsIcon", - "folders", - "explore", - "explore", { "key": "miViewExplorer", "comment": [ @@ -3358,7 +3393,10 @@ "comment": [ "Please do not translate the word \"commmand\", it is part of our internal syntax which must not change" ] - } + }, + "folders", + "explore", + "explore" ], "vs/workbench/contrib/files/browser/files.contribution": [ "textFileEditor", @@ -3578,6 +3616,7 @@ "&& denotes a mnemonic" ] }, + "refactorPreviewViewIcon", "apply", "cat", "Discard", @@ -3590,35 +3629,10 @@ "cat", "groupByType", "cat", - "refactorPreviewViewIcon", "panel", "panel" ], - "vs/workbench/contrib/searchEditor/browser/searchEditor.contribution": [ - "searchEditor", - "promptOpenWith.searchEditor.displayName", - "search", - "searchEditor.deleteResultBlock", - "search.openNewSearchEditor", - "search.openSearchEditor", - "search.openNewEditorToSide", - "search.openResultsInEditor", - "search.rerunSearchInEditor", - "search.action.focusQueryEditorWidget", - "search.action.focusFilesToInclude", - "search.action.focusFilesToExclude", - "searchEditor.action.toggleSearchEditorCaseSensitive", - "searchEditor.action.toggleSearchEditorWholeWord", - "searchEditor.action.toggleSearchEditorRegex", - "searchEditor.action.toggleSearchEditorContextLines", - "searchEditor.action.increaseSearchEditorContextLines", - "searchEditor.action.decreaseSearchEditorContextLines", - "searchEditor.action.selectAllSearchEditorMatches", - "search.openNewEditor" - ], "vs/workbench/contrib/search/browser/search.contribution": [ - "name", - "search", { "key": "miViewSearch", "comment": [ @@ -3699,10 +3713,107 @@ "scm.defaultViewMode.list", "search.defaultViewMode", "search.experimental.closedNotebookResults", - "search.experimental.quickAccess.preserveInput" + "search.experimental.quickAccess.preserveInput", + "search", + "search" ], - "vs/workbench/contrib/search/browser/searchView": [ - "searchCanceled", + "vs/workbench/contrib/searchEditor/browser/searchEditor.contribution": [ + "searchEditor", + "promptOpenWith.searchEditor.displayName", + "search", + "searchEditor.deleteResultBlock", + "search.openNewSearchEditor", + "search.openSearchEditor", + "search.openNewEditorToSide", + "search.openResultsInEditor", + "search.rerunSearchInEditor", + "search.action.focusQueryEditorWidget", + "search.action.focusFilesToInclude", + "search.action.focusFilesToExclude", + "searchEditor.action.toggleSearchEditorCaseSensitive", + "searchEditor.action.toggleSearchEditorWholeWord", + "searchEditor.action.toggleSearchEditorRegex", + "searchEditor.action.toggleSearchEditorContextLines", + "searchEditor.action.increaseSearchEditorContextLines", + "searchEditor.action.decreaseSearchEditorContextLines", + "searchEditor.action.selectAllSearchEditorMatches", + "search.openNewEditor" + ], + "vs/workbench/contrib/sash/browser/sash.contribution": [ + "sashSize", + "sashHoverDelay" + ], + "vs/workbench/contrib/scm/browser/scm.contribution": [ + "sourceControlViewIcon", + "source control", + "no open repo", + "no open repo in an untrusted workspace", + "manageWorkspaceTrustAction", + { + "key": "miViewSCM", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "scmConfigurationTitle", + "scm.diffDecorations.all", + "scm.diffDecorations.gutter", + "scm.diffDecorations.overviewRuler", + "scm.diffDecorations.minimap", + "scm.diffDecorations.none", + "diffDecorations", + "diffGutterWidth", + "scm.diffDecorationsGutterVisibility.always", + "scm.diffDecorationsGutterVisibility.hover", + "scm.diffDecorationsGutterVisibility", + "scm.diffDecorationsGutterAction.diff", + "scm.diffDecorationsGutterAction.none", + "scm.diffDecorationsGutterAction", + "diffGutterPattern", + "diffGutterPatternAdded", + "diffGutterPatternModifed", + "scm.diffDecorationsIgnoreTrimWhitespace.true", + "scm.diffDecorationsIgnoreTrimWhitespace.false", + "scm.diffDecorationsIgnoreTrimWhitespace.inherit", + "diffDecorationsIgnoreTrimWhitespace", + "alwaysShowActions", + "scm.countBadge.all", + "scm.countBadge.focused", + "scm.countBadge.off", + "scm.countBadge", + "scm.providerCountBadge.hidden", + "scm.providerCountBadge.auto", + "scm.providerCountBadge.visible", + "scm.providerCountBadge", + "scm.defaultViewMode.tree", + "scm.defaultViewMode.list", + "scm.defaultViewMode", + "scm.defaultViewSortKey.name", + "scm.defaultViewSortKey.path", + "scm.defaultViewSortKey.status", + "scm.defaultViewSortKey", + "autoReveal", + "inputFontFamily", + "inputFontSize", + "alwaysShowRepository", + "scm.repositoriesSortOrder.discoveryTime", + "scm.repositoriesSortOrder.name", + "scm.repositoriesSortOrder.path", + "repositoriesSortOrder", + "providersVisible", + "showActionButton", + "showSyncView", + "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", @@ -3732,7 +3843,6 @@ "removeAll.occurrences.files.confirmation.message", "replaceAll.occurrences.files.confirmation.message", "emptySearch", - "ariaSearchResultsClearStatus", "searchPathNotFoundError", "noOpenEditorResultsIncludesExcludes", "noOpenEditorResultsIncludes", @@ -3764,9 +3874,9 @@ "searchWithoutFolder", "openFolder" ], - "vs/workbench/contrib/sash/browser/sash.contribution": [ - "sashSize", - "sashHoverDelay" + "vs/workbench/contrib/debug/browser/debugEditorContribution": [ + "editor.inlineValuesForeground", + "editor.inlineValuesBackground" ], "vs/workbench/contrib/debug/browser/debug.contribution": [ "debugCategory", @@ -3775,16 +3885,6 @@ "tasksQuickAccessPlaceholder", "tasksQuickAccessHelp", "terminateThread", - { - "comment": [ - "Debug is a noun in this context, not a verb." - ], - "key": "debugFocusConsole" - }, - "jumpToCursor", - "SetNextStatement", - "inlineBreakpoint", - "terminateThread", "restartFrame", "copyStackTrace", "viewMemory", @@ -3800,7 +3900,6 @@ "copyValue", "viewMemory", "removeWatchExpression", - "run", { "key": "mRun", "comment": [ @@ -3879,36 +3978,18 @@ "&& denotes a mnemonic" ] }, - { - "comment": [ - "Debug is a noun in this context, not a verb." - ], - "key": "debugPanel" - }, - { - "comment": [ - "Debug is a noun in this context, not a verb." - ], - "key": "debugPanel" - }, { "key": "miToggleDebugConsole", "comment": [ "&& denotes a mnemonic" ] }, - "run and debug", { "key": "miViewRun", "comment": [ "&& denotes a mnemonic" ] }, - "variables", - "watch", - "callStack", - "breakpoints", - "loadedScripts", "disassembly", "debugConfigurationTitle", { @@ -4006,7 +4087,46 @@ "debug.confirmOnExit.always", "debug.disassemblyView.showSourceCode", "debug.autoExpandLazyVariables", - "debug.enableStatusBarColor" + "debug.enableStatusBarColor", + { + "comment": [ + "This is the description for a setting" + ], + "key": "debug.hideLauncherWhileDebugging" + }, + "terminateThread", + { + "comment": [ + "Debug is a noun in this context, not a verb." + ], + "key": "debugFocusConsole" + }, + "jumpToCursor", + "SetNextStatement", + "inlineBreakpoint", + "run", + { + "comment": [ + "Debug is a noun in this context, not a verb." + ], + "key": "debugPanel" + }, + { + "comment": [ + "Debug is a noun in this context, not a verb." + ], + "key": "debugPanel" + }, + "run and debug", + "variables", + "watch", + "callStack", + "breakpoints", + "loadedScripts" + ], + "vs/workbench/contrib/debug/browser/callStackEditorContribution": [ + "topStackFrameLineHighlight", + "focusedStackFrameLineHighlight" ], "vs/workbench/contrib/debug/browser/breakpointEditorContribution": [ "logPoint", @@ -4063,78 +4183,26 @@ "debugIcon.breakpointCurrentStackframeForeground", "debugIcon.breakpointStackframeForeground" ], - "vs/workbench/contrib/scm/browser/scm.contribution": [ - "sourceControlViewIcon", - "source control", - "no open repo", - "no open repo in an untrusted workspace", - "manageWorkspaceTrustAction", - "source control", + "vs/workbench/contrib/debug/browser/debugViewlet": [ { - "key": "miViewSCM", + "key": "miOpenConfigurations", "comment": [ "&& denotes a mnemonic" ] }, - "source control repositories", - "source control sync", - "scmConfigurationTitle", - "scm.diffDecorations.all", - "scm.diffDecorations.gutter", - "scm.diffDecorations.overviewRuler", - "scm.diffDecorations.minimap", - "scm.diffDecorations.none", - "diffDecorations", - "diffGutterWidth", - "scm.diffDecorationsGutterVisibility.always", - "scm.diffDecorationsGutterVisibility.hover", - "scm.diffDecorationsGutterVisibility", - "scm.diffDecorationsGutterAction.diff", - "scm.diffDecorationsGutterAction.none", - "scm.diffDecorationsGutterAction", - "diffGutterPattern", - "diffGutterPatternAdded", - "diffGutterPatternModifed", - "scm.diffDecorationsIgnoreTrimWhitespace.true", - "scm.diffDecorationsIgnoreTrimWhitespace.false", - "scm.diffDecorationsIgnoreTrimWhitespace.inherit", - "diffDecorationsIgnoreTrimWhitespace", - "alwaysShowActions", - "scm.countBadge.all", - "scm.countBadge.focused", - "scm.countBadge.off", - "scm.countBadge", - "scm.providerCountBadge.hidden", - "scm.providerCountBadge.auto", - "scm.providerCountBadge.visible", - "scm.providerCountBadge", - "scm.defaultViewMode.tree", - "scm.defaultViewMode.list", - "scm.defaultViewMode", - "scm.defaultViewSortKey.name", - "scm.defaultViewSortKey.path", - "scm.defaultViewSortKey.status", - "scm.defaultViewSortKey", - "autoReveal", - "inputFontFamily", - "inputFontSize", - "alwaysShowRepository", - "scm.repositoriesSortOrder.discoveryTime", - "scm.repositoriesSortOrder.name", - "scm.repositoriesSortOrder.path", - "repositoriesSortOrder", - "providersVisible", - "showActionButton", - "showSyncView", - "scm accept", - "scm view next commit", - "scm view previous commit", - "open in external terminal", - "open in integrated terminal" + { + "key": "selectWorkspaceFolder", + "comment": [ + "User picks a workspace folder or a workspace configuration file here. Workspace configuration files can contain settings and thus a launch.json configuration can be written into one." + ] + }, + "debugPanel", + "startAdditionalSession" ], - "vs/workbench/contrib/debug/browser/debugEditorContribution": [ - "editor.inlineValuesForeground", - "editor.inlineValuesBackground" + "vs/workbench/contrib/mergeEditor/browser/mergeEditor.contribution": [ + "name", + "diffAlgorithm.legacy", + "diffAlgorithm.advanced" ], "vs/workbench/contrib/debug/browser/repl": [ { @@ -4156,16 +4224,11 @@ "actions.repl.copyAll", "selectRepl", "clearRepl", - "debugConsoleCleared", "collapse", "paste", "copyAll", "copy" ], - "vs/workbench/contrib/debug/browser/callStackEditorContribution": [ - "topStackFrameLineHighlight", - "focusedStackFrameLineHighlight" - ], "vs/workbench/contrib/markers/browser/markers.contribution": [ "markersViewIcon", { @@ -4211,27 +4274,6 @@ "manyProblems", "totalProblems" ], - "vs/workbench/contrib/debug/browser/debugViewlet": [ - { - "key": "miOpenConfigurations", - "comment": [ - "&& denotes a mnemonic" - ] - }, - { - "key": "selectWorkspaceFolder", - "comment": [ - "User picks a workspace folder or a workspace configuration file here. Workspace configuration files can contain settings and thus a launch.json configuration can be written into one." - ] - }, - "debugPanel", - "startAdditionalSession" - ], - "vs/workbench/contrib/mergeEditor/browser/mergeEditor.contribution": [ - "name", - "diffAlgorithm.legacy", - "diffAlgorithm.advanced" - ], "vs/workbench/contrib/commands/common/commands.contribution": [ "runCommands", "runCommands.description", @@ -4239,6 +4281,11 @@ "runCommands.invalidArgs", "runCommands.noCommandsToRun" ], + "vs/workbench/contrib/url/browser/url.contribution": [ + "openUrl", + "urlToOpen", + "workbench.trustedDomains.promptInTrustedWorkspace" + ], "vs/workbench/contrib/comments/browser/comments.contribution": [ "commentsConfigurationTitle", "openComments", @@ -4270,18 +4317,118 @@ "submitComment", "submitCommentNoKb" ], - "vs/workbench/contrib/url/browser/url.contribution": [ - "openUrl", - "urlToOpen", - "workbench.trustedDomains.promptInTrustedWorkspace" + "vs/workbench/contrib/webviewPanel/browser/webviewPanel.contribution": [ + "webview.editor.label" ], "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", + "extensionsFoundInSection", + "extensionsFound", + "suggestProxyError", + "open user settings", + "extensionToUpdate", + "extensionsToUpdate", + "extensionToReload", + "extensionsToReload", + "malicious warning", + "reloadNow", + "popularExtensions", + "recommendedExtensions", + "enabledExtensions", + "disabledExtensions", + "marketPlace", + "installed", + "recently updated", + "enabled", + "disabled", + "availableUpdates", + "builtin", + "workspaceUnsupported", + "workspaceRecommendedExtensions", + "otherRecommendedExtensions", + "builtinFeatureExtensions", + "builtInThemesExtensions", + "builtinProgrammingLanguageExtensions", + "untrustedUnsupportedExtensions", + "untrustedPartiallySupportedExtensions", + "virtualUnsupportedExtensions", + "virtualPartiallySupportedExtensions", + "deprecated" + ], + "vs/workbench/contrib/output/browser/outputView": [ + "output model title", + "channel", + "output", + "outputViewAriaLabel" + ], + "vs/workbench/contrib/output/browser/output.contribution": [ + "outputViewIcon", + { + "key": "miToggleOutput", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "switchBetweenOutputs.label", + "switchToOutput.label", + "selectOutput", + "outputScrollOff", + "outputScrollOn", + "extensionLogs", + "selectlog", + "logFile", + "selectlogFile", + "output", + "output.smartScroll.enabled", + "output", + "output", + "showOutputChannels", + "output", + "clearOutput.label", + "toggleAutoScroll", + "openActiveLogOutputFile", + "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", @@ -4436,112 +4583,6 @@ "extensions", "extensions" ], - "vs/workbench/contrib/extensions/browser/extensionsViewlet": [ - { - "key": "remote", - "comment": [ - "Remote as in remote machine" - ] - }, - "installed", - "select and install local extensions", - "install remote in local", - "popularExtensions", - "recommendedExtensions", - "enabledExtensions", - "disabledExtensions", - "marketPlace", - "installed", - "recently updated", - "enabled", - "disabled", - "availableUpdates", - "builtin", - "workspaceUnsupported", - "workspaceRecommendedExtensions", - "otherRecommendedExtensions", - "builtinFeatureExtensions", - "builtInThemesExtensions", - "builtinProgrammingLanguageExtensions", - "untrustedUnsupportedExtensions", - "untrustedPartiallySupportedExtensions", - "virtualUnsupportedExtensions", - "virtualPartiallySupportedExtensions", - "deprecated", - "searchExtensions", - "extensionFoundInSection", - "extensionFound", - "extensionsFoundInSection", - "extensionsFound", - "suggestProxyError", - "open user settings", - "extensionToUpdate", - "extensionsToUpdate", - "extensionToReload", - "extensionsToReload", - "malicious warning", - "reloadNow" - ], - "vs/workbench/contrib/output/browser/output.contribution": [ - "outputViewIcon", - "output", - "output", - { - "key": "miToggleOutput", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "switchBetweenOutputs.label", - "switchToOutput.label", - "showOutputChannels", - "output", - "selectOutput", - "clearOutput.label", - "outputCleared", - "toggleAutoScroll", - "outputScrollOff", - "outputScrollOn", - "openActiveLogOutputFile", - "showLogs", - "extensionLogs", - "selectlog", - "openLogFile", - "logFile", - "selectlogFile", - "output", - "output.smartScroll.enabled" - ], - "vs/workbench/contrib/output/browser/outputView": [ - "output model title", - "channel", - "output", - "outputViewAriaLabel" - ], - "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", "status.runningTasks", @@ -4689,14 +4730,14 @@ "snippetSchema.json", "snippetSchema.json.scope" ], + "vs/workbench/contrib/keybindings/browser/keybindings.contribution": [ + "toggleKeybindingsLog" + ], "vs/workbench/contrib/folding/browser/folding.contribution": [ "null", "nullFormatterDescription", "formatter.default" ], - "vs/workbench/contrib/keybindings/browser/keybindings.contribution": [ - "toggleKeybindingsLog" - ], "vs/workbench/contrib/limitIndicator/browser/limitIndicator.contribution": [ "status.button.configure", "colorDecoratorsStatusItem.name", @@ -4736,6 +4777,17 @@ ] } ], + "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", @@ -4794,23 +4846,12 @@ ] } ], - "vs/workbench/contrib/surveys/browser/nps.contribution": [ - "surveyQuestion", - "takeSurvey", - "remindLater", - "neverAgain" - ], "vs/workbench/contrib/surveys/browser/languageSurveys.contribution": [ "helpUs", "takeShortSurvey", "remindLater", "neverAgain" ], - "vs/workbench/contrib/surveys/browser/ces.contribution": [ - "cesSurveyQuestion", - "giveFeedback", - "remindLater" - ], "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.contribution": [ "miWelcome", "welcome", @@ -4877,21 +4918,6 @@ "miNewFileWithName", "miNewFile2" ], - "vs/workbench/contrib/codeEditor/browser/outline/documentSymbolsOutline": [ - "document" - ], - "vs/workbench/contrib/typeHierarchy/browser/typeHierarchy.contribution": [ - "editorHasTypeHierarchyProvider", - "typeHierarchyVisible", - "typeHierarchyDirection", - "no.item", - "error", - "title", - "title.supertypes", - "title.subtypes", - "title.refocusTypeHierarchy", - "close" - ], "vs/workbench/contrib/callHierarchy/browser/callHierarchy.contribution": [ "editorHasCallHierarchyProvider", "callHierarchyVisible", @@ -4906,16 +4932,23 @@ "title.refocus", "close" ], - "vs/workbench/contrib/languageDetection/browser/languageDetection.contribution": [ - "status.autoDetectLanguage", - "langDetection.name", - "langDetection.aria", - "detectlang", - "noDetection" + "vs/workbench/contrib/typeHierarchy/browser/typeHierarchy.contribution": [ + "editorHasTypeHierarchyProvider", + "typeHierarchyVisible", + "typeHierarchyDirection", + "no.item", + "error", + "title", + "title.supertypes", + "title.subtypes", + "title.refocusTypeHierarchy", + "close" + ], + "vs/workbench/contrib/codeEditor/browser/outline/documentSymbolsOutline": [ + "document" ], "vs/workbench/contrib/outline/browser/outline.contribution": [ "outlineViewIcon", - "name", "outlineConfigurationTitle", "outline.showIcons", "outline.initialState", @@ -4949,7 +4982,25 @@ "filteredTypes.struct", "filteredTypes.event", "filteredTypes.operator", - "filteredTypes.typeParameter" + "filteredTypes.typeParameter", + "name" + ], + "vs/workbench/contrib/languageDetection/browser/languageDetection.contribution": [ + "status.autoDetectLanguage", + "langDetection.name", + "langDetection.aria", + "detectlang", + "noDetection" + ], + "vs/workbench/contrib/languageStatus/browser/languageStatus.contribution": [ + "langStatus.name", + "langStatus.aria", + "pin", + "unpin", + "aria.1", + "aria.2", + "name.pattern", + "reset" ], "vs/workbench/contrib/userDataSync/browser/userDataSync.contribution": [ { @@ -4977,6 +5028,16 @@ "settings sync", "show sync logs" ], + "vs/workbench/contrib/timeline/browser/timeline.contribution": [ + "timelineViewIcon", + "timelineOpenIcon", + "timelineConfigurationTitle", + "timeline.pageSize", + "timeline.pageOnScroll", + "files.openTimeline", + "timelineFilter", + "filterTimeline" + ], "vs/workbench/contrib/editSessions/browser/editSessions.contribution": [ "continue working on", "continue edit session in local folder", @@ -5032,26 +5093,6 @@ "continueOnCloudChanges", "cloudChangesPartialMatchesEnabled" ], - "vs/workbench/contrib/timeline/browser/timeline.contribution": [ - "timelineViewIcon", - "timelineOpenIcon", - "timelineConfigurationTitle", - "timeline.pageSize", - "timeline.pageOnScroll", - "files.openTimeline", - "timelineFilter", - "filterTimeline" - ], - "vs/workbench/contrib/languageStatus/browser/languageStatus.contribution": [ - "langStatus.name", - "langStatus.aria", - "pin", - "unpin", - "aria.1", - "aria.2", - "name.pattern", - "reset" - ], "vs/workbench/contrib/workspaces/browser/workspaces.contribution": [ "workspaceFound", "openWorkspace", @@ -5061,12 +5102,6 @@ "openWorkspace", "alreadyOpen" ], - "vs/workbench/contrib/deprecatedExtensionMigrator/browser/deprecatedExtensionMigrator.contribution": [ - "bracketPairColorizer.notification", - "bracketPairColorizer.notification.action.uninstall", - "bracketPairColorizer.notification.action.enableNative", - "bracketPairColorizer.notification.action.showMoreInfo" - ], "vs/workbench/contrib/workspace/browser/workspace.contribution": [ "openLooseFileWorkspaceDetails", "openLooseFileWindowDetails", @@ -5186,6 +5221,15 @@ "workspace.trust.untrustedFiles.newWindow", "workspace.trust.emptyWindow.description" ], + "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", @@ -5210,27 +5254,28 @@ "audioCues.notebookCellFailed", "audioCues.chatRequestSent", "audioCues.chatResponsePending", - "audioCues.chatResponseReceived" - ], - "vs/workbench/contrib/share/browser/share.contribution": [ - "share", - "generating link", - "shareTextSuccess", - "shareSuccess", - "close", - "open link", - "experimental.share.enabled" + "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/accountEntitlements/browser/accountsEntitlements.contribution": [ + "workbench.accounts.showEntitlements" ], "vs/workbench/browser/workbench": [ "loaderErrorNative" ], - "vs/workbench/services/configuration/browser/configurationService": [ - "configurationDefaults.description", - "experimental", - "setting description" - ], - "vs/platform/workspace/common/workspace": [ - "codeWorkspace" + "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", @@ -5290,21 +5335,21 @@ "loaderCycle", "runningAsRoot", "appRootWarning.banner", - "windows32eolmessage", - "windowseolBannerLearnMore", - "windowseolarialabel", - "learnMore", "macoseolmessage", - "macoseolBannerLearnMore", - "macoseolarialabel", "learnMore", "resolveShellEnvironment", "learnMore" ], - "vs/workbench/services/remote/electron-sandbox/remoteAgentService": [ - "devTools", - "directUrl", - "connectionError" + "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", @@ -5315,8 +5360,16 @@ "profiles", "profile" ], - "vs/workbench/services/log/electron-sandbox/logService": [ - "rendererLog" + "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", @@ -5330,12 +5383,6 @@ "config.property.duplicate", "config.policy.duplicate" ], - "vs/workbench/electron-sandbox/actions/developerActions": [ - "toggleDevTools", - "configureRuntimeArguments", - "reloadWindowWithExtensionsDisabled", - "openUserDataFolder" - ], "vs/workbench/electron-sandbox/actions/windowActions": [ "closeWindow", { @@ -5371,7 +5418,14 @@ "windowDirtyAriaLabel", "current", "switchWindow", - "quickSwitchWindow" + "quickSwitchWindow", + "splitWindow", + { + "key": "miSplitWindow", + "comment": [ + "&& denotes a mnemonic" + ] + } ], "vs/platform/contextkey/common/contextkeys": [ "isMac", @@ -5384,13 +5438,12 @@ "productQualityType", "inputFocus" ], - "vs/workbench/common/configuration": [ - "applicationConfigurationTitle", - "workbenchConfigurationTitle", - "securityConfigurationTitle", - "security.allowedUNCHosts.patternErrorMessage", - "security.allowedUNCHosts", - "security.restrictUNCAccess" + "vs/workbench/electron-sandbox/actions/installActions": [ + "shellCommand", + "install", + "successIn", + "uninstall", + "successFrom" ], "vs/workbench/common/contextkeys": [ "workbenchState", @@ -5426,10 +5479,13 @@ "splitEditorsVertically", "editorAreaVisible", "editorTabsVisible", + "editorGroupMaximized", "sideBarVisible", "sideBarFocus", "activeViewlet", "statusBarFocused", + "titleBarStyle", + "titleBarVisible", "bannerFocused", "notificationFocus", "notificationCenterVisible", @@ -5454,6 +5510,39 @@ "resourceSet", "isFileSystemResource" ], + "vs/workbench/common/configuration": [ + "applicationConfigurationTitle", + "workbenchConfigurationTitle", + "securityConfigurationTitle", + "security.allowedUNCHosts.patternErrorMessage", + "security.allowedUNCHosts", + "security.restrictUNCAccess" + ], + "vs/workbench/browser/parts/dialogs/dialogHandler": [ + "aboutDetail", + { + "key": "copy", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "ok" + ], + "vs/workbench/electron-sandbox/parts/dialogs/dialogHandler": [ + { + "key": "aboutDetail", + "comment": [ + "Electron, Chromium, Node.js and V8 are product names that need no translation" + ] + }, + { + "key": "copy", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "okButton" + ], "vs/workbench/services/dialogs/browser/abstractFileDialogService": [ "saveChangesDetail", "saveChangesMessage", @@ -5486,13 +5575,6 @@ "allFiles", "noExt" ], - "vs/workbench/electron-sandbox/actions/installActions": [ - "shellCommand", - "install", - "successIn", - "uninstall", - "successFrom" - ], "vs/workbench/services/textfile/browser/textFileService": [ "textFileCreate.source", "textFileOverwrite.source", @@ -5502,38 +5584,21 @@ "deleted", "fileBinaryError", "confirmOverwrite", - "irreversible", + "overwriteIrreversible", { "key": "replaceButtonLabel", "comment": [ "&& denotes a mnemonic" ] - } - ], - "vs/workbench/browser/parts/dialogs/dialogHandler": [ - "aboutDetail", - { - "key": "copy", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "ok" - ], - "vs/workbench/electron-sandbox/parts/dialogs/dialogHandler": [ - { - "key": "aboutDetail", - "comment": [ - "Electron, Chromium, Node.js and V8 are product names that need no translation" - ] }, + "confirmMakeWriteable", + "confirmMakeWriteableDetail", { - "key": "copy", + "key": "makeWriteableButtonLabel", "comment": [ "&& denotes a mnemonic" ] - }, - "okButton" + } ], "vs/workbench/common/theme": [ "tabActiveBackground", @@ -5687,6 +5752,7 @@ "textLinkForeground", "textLinkActiveForeground", "textPreformatForeground", + "textPreformatBackground", "textBlockQuoteBackground", "textBlockQuoteBorder", "textCodeBlockBackground", @@ -5903,11 +5969,6 @@ "errorInvalidTaskConfiguration", "openWorkspaceConfigurationFile" ], - "vs/platform/keyboardLayout/common/keyboardConfig": [ - "keyboardConfigurationTitle", - "dispatch", - "mapAltGrToCtrlAlt" - ], "vs/workbench/services/configurationResolver/browser/baseConfigurationResolverService": [ "commandVariable.noStringType", "inputVariable.noInputSection", @@ -5917,6 +5978,11 @@ "inputVariable.unknownType", "inputVariable.undefinedVariable" ], + "vs/platform/keyboardLayout/common/keyboardConfig": [ + "keyboardConfigurationTitle", + "dispatch", + "mapAltGrToCtrlAlt" + ], "vs/workbench/services/extensionManagement/common/extensionManagementService": [ "singleDependentError", "twoDependentsError", @@ -5960,57 +6026,10 @@ "non web extensions detail", "non web extensions" ], - "vs/workbench/services/workingCopy/common/workingCopyHistoryService": [ - "default.source", - "moved.source", - "renamed.source", - "join.workingCopyHistory" - ], "vs/workbench/services/extensionManagement/electron-sandbox/remoteExtensionManagementService": [ "notFoundReleaseExtension", "notFoundCompatibleDependency" ], - "vs/editor/common/editorContextKeys": [ - "editorTextFocus", - "editorFocus", - "textInputFocus", - "editorReadonly", - "inDiffEditor", - "isEmbeddedDiffEditor", - "comparingMovedCode", - "accessibleDiffViewerVisible", - "diffEditorRenderSideBySideInlineBreakpointReached", - "editorColumnSelection", - "editorHasSelection", - "editorHasMultipleSelections", - "editorTabMovesFocus", - "editorHoverVisible", - "editorHoverFocused", - "stickyScrollFocused", - "stickyScrollVisible", - "standaloneColorPickerVisible", - "standaloneColorPickerFocused", - "inCompositeEditor", - "editorLangId", - "editorHasCompletionItemProvider", - "editorHasCodeActionsProvider", - "editorHasCodeLensProvider", - "editorHasDefinitionProvider", - "editorHasDeclarationProvider", - "editorHasImplementationProvider", - "editorHasTypeDefinitionProvider", - "editorHasHoverProvider", - "editorHasDocumentHighlightProvider", - "editorHasDocumentSymbolProvider", - "editorHasReferenceProvider", - "editorHasRenameProvider", - "editorHasSignatureHelpProvider", - "editorHasInlayHintsProvider", - "editorHasDocumentFormattingProvider", - "editorHasDocumentSelectionFormattingProvider", - "editorHasMultipleDocumentFormattingProvider", - "editorHasMultipleDocumentSelectionFormattingProvider" - ], "vs/workbench/services/workingCopy/electron-sandbox/workingCopyBackupTracker": [ "backupTrackerBackupFailed", "backupTrackerConfirmFailed", @@ -6021,11 +6040,11 @@ "revertBeforeShutdown", "discardBackupsBeforeShutdown" ], - "vs/workbench/common/editor": [ - "promptOpenWith.defaultEditor.displayName", - "builtinProviderDisplayName", - "openLargeFile", - "configureEditorLargeFileConfirmation" + "vs/workbench/services/workingCopy/common/workingCopyHistoryService": [ + "default.source", + "moved.source", + "renamed.source", + "join.workingCopyHistory" ], "vs/platform/action/common/actionCommonCategories": [ "view", @@ -6052,13 +6071,65 @@ "extensionService.crash", "restart" ], + "vs/workbench/services/extensions/electron-sandbox/cachedExtensionScanner": [ + "extensionCache.invalid", + "reloadWindow" + ], + "vs/workbench/services/auxiliaryWindow/browser/auxiliaryWindowService": [ + "unableToOpenWindowError", + "unableToOpenWindow", + "unableToOpenWindowDetail", + { + "key": "retry", + "comment": [ + "&& denotes a mnemonic" + ] + } + ], "vs/workbench/contrib/logs/electron-sandbox/logsActions": [ "openLogsFolder", "openExtensionLogsFolder" ], - "vs/workbench/services/extensions/electron-sandbox/cachedExtensionScanner": [ - "extensionCache.invalid", - "reloadWindow" + "vs/editor/common/editorContextKeys": [ + "editorTextFocus", + "editorFocus", + "textInputFocus", + "editorReadonly", + "inDiffEditor", + "isEmbeddedDiffEditor", + "comparingMovedCode", + "accessibleDiffViewerVisible", + "diffEditorRenderSideBySideInlineBreakpointReached", + "editorColumnSelection", + "editorHasSelection", + "editorHasMultipleSelections", + "editorTabMovesFocus", + "editorHoverVisible", + "editorHoverFocused", + "stickyScrollFocused", + "stickyScrollVisible", + "standaloneColorPickerVisible", + "standaloneColorPickerFocused", + "inCompositeEditor", + "editorLangId", + "editorHasCompletionItemProvider", + "editorHasCodeActionsProvider", + "editorHasCodeLensProvider", + "editorHasDefinitionProvider", + "editorHasDeclarationProvider", + "editorHasImplementationProvider", + "editorHasTypeDefinitionProvider", + "editorHasHoverProvider", + "editorHasDocumentHighlightProvider", + "editorHasDocumentSymbolProvider", + "editorHasReferenceProvider", + "editorHasRenameProvider", + "editorHasSignatureHelpProvider", + "editorHasInlayHintsProvider", + "editorHasDocumentFormattingProvider", + "editorHasDocumentSelectionFormattingProvider", + "editorHasMultipleDocumentFormattingProvider", + "editorHasMultipleDocumentSelectionFormattingProvider" ], "vs/workbench/services/extensions/electron-sandbox/localProcessExtensionHost": [ "extensionHost.startupFailDebug", @@ -6066,18 +6137,48 @@ "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/browser/editor": [ - "preview", - "pinned" - ], "vs/workbench/contrib/codeEditor/electron-sandbox/startDebugTextMate": [ "startDebugTextMate" ], - "vs/workbench/contrib/extensions/common/runtimeExtensionsInput": [ - "extensionsInputName" + "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/extensions/electron-sandbox/runtimeExtensionsEditor": [ "extensionHostProfileStart", @@ -6086,6 +6187,10 @@ "saveprofile.dialogTitle", "saveprofile.saveButton" ], + "vs/workbench/browser/editor": [ + "preview", + "pinned" + ], "vs/workbench/contrib/extensions/electron-sandbox/debugExtensionHostAction": [ "debugExtensionHost", "restart1", @@ -6102,6 +6207,9 @@ "openExtensionsFolder", "cleanUpExtensionsFolder" ], + "vs/workbench/contrib/extensions/common/runtimeExtensionsInput": [ + "extensionsInputName" + ], "vs/workbench/contrib/extensions/electron-sandbox/extensionProfileService": [ "status.profiler", "profilingExtensionHost", @@ -6121,21 +6229,14 @@ "unresponsive-exthost", "show" ], - "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/terminal/common/terminal": [ + "vscode.extension.contributes.terminal", + "vscode.extension.contributes.terminal.profiles", + "vscode.extension.contributes.terminal.profiles.id", + "vscode.extension.contributes.terminal.profiles.title", + "vscode.extension.contributes.terminal.types.icon", + "vscode.extension.contributes.terminal.types.icon.light", + "vscode.extension.contributes.terminal.types.icon.dark" ], "vs/workbench/services/dialogs/browser/simpleFileDialog": [ "openLocalFile", @@ -6158,30 +6259,6 @@ "remoteFileDialog.validateFileOnly", "remoteFileDialog.validateFolderOnly" ], - "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/terminal/common/terminal": [ - "vscode.extension.contributes.terminal", - "vscode.extension.contributes.terminal.profiles", - "vscode.extension.contributes.terminal.profiles.id", - "vscode.extension.contributes.terminal.profiles.title", - "vscode.extension.contributes.terminal.types.icon", - "vscode.extension.contributes.terminal.types.icon.light", - "vscode.extension.contributes.terminal.types.icon.dark" - ], "vs/editor/common/languages": [ "Array", "Boolean", @@ -6220,15 +6297,22 @@ "ui state label", "profiles", "workspace state label", - "sync category", "syncViewIcon", - "download sync activity title" + "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" + ], "vs/workbench/contrib/performance/electron-sandbox/startupProfiler": [ "prof.message", "prof.detail", @@ -6248,63 +6332,158 @@ ] } ], - "vs/workbench/contrib/tasks/common/taskService": [ - "tasks.customExecutionSupported", - "tasks.shellExecutionSupported", - "tasks.taskCommandsRegistered", - "tasks.processExecutionSupported", - "tasks.serverlessWebContext" - ], "vs/workbench/common/views": [ + "views log", "defaultViewIcon", "duplicateId", "treeView.notRegistered" ], - "vs/workbench/contrib/tasks/browser/abstractTaskService": [ - "ConfigureTaskRunnerAction.label", - "tasks", - "TaskService.pickBuildTaskForLabel", - "runTask.arg", - "runTask.label", - "runTask.type", - "runTask.task", - "taskServiceOutputPrompt", - "showOutput", - "TaskServer.folderIgnored", - "TaskService.providerUnavailable", - "TaskService.noTestTask1", - "TaskService.noTestTask2", - "TaskService.noBuildTask1", - "TaskService.noBuildTask2", - "TaskServer.noTask", - "TaskService.associate", - "TaskService.attachProblemMatcher.continueWithout", - "TaskService.attachProblemMatcher.never", - "TaskService.attachProblemMatcher.neverType", - "TaskService.attachProblemMatcher.learnMoreAbout", - "selectProblemMatcher", - "customizeParseErrors", - "tasksJsonComment", - "moreThanOneBuildTask", - "TaskSystem.saveBeforeRun.prompt.title", - "detail", - { - "key": "saveBeforeRun.save", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "saveBeforeRun.dontSave", - "TaskSystem.activeSame.noBackground", - "terminateTask", - "restartTask", - "TaskSystem.active", - "TaskSystem.restartFailed", - "unexpectedTaskType", - "TaskService.providerUnavailable", - "TaskService.noConfiguration", - "TaskSystem.configurationErrors", - { + "vs/workbench/contrib/terminal/common/terminalContextKey": [ + "terminalFocusContextKey", + "terminalFocusInAnyContextKey", + "terminalEditorFocusContextKey", + "terminalCountContextKey", + "terminalTabsFocusContextKey", + "terminalShellTypeContextKey", + "terminalAltBufferActive", + "terminalSuggestWidgetVisible", + "terminalViewShowing", + "terminalTextSelectedContextKey", + "terminalTextSelectedInFocusedContextKey", + "terminalProcessSupportedContextKey", + "terminalTabsSingularSelectedContextKey", + "isSplitTerminalContextKey", + "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/mergeEditor/electron-sandbox/devCommands": [ + "mergeEditor", + "merge.dev.openState", + "mergeEditor.enterJSON", + "merge.dev.openSelectionInTemporaryMergeEditor" + ], + "vs/workbench/contrib/tasks/browser/terminalTaskSystem": [ + "TerminalTaskSystem.unknownError", + "TerminalTaskSystem.taskLoadReporting", + "dependencyCycle", + "dependencyFailed", + "TerminalTaskSystem.nonWatchingMatcher", + { + "key": "task.executingInFolder", + "comment": [ + "The workspace folder the task is running in", + "The task command line or label" + ] + }, + { + "key": "task.executing.shellIntegration", + "comment": [ + "The task command line or label" + ] + }, + { + "key": "task.executingInFolder", + "comment": [ + "The workspace folder the task is running in", + "The task command line or label" + ] + }, + { + "key": "task.executing.shell-integration", + "comment": [ + "The task command line or label" + ] + }, + { + "key": "task.executing", + "comment": [ + "The task command line or label" + ] + }, + "TerminalTaskSystem", + "unknownProblemMatcher", + "closeTerminal", + "reuseTerminal" + ], + "vs/workbench/contrib/tasks/browser/abstractTaskService": [ + "ConfigureTaskRunnerAction.label", + "tasks", + "TaskService.pickBuildTaskForLabel", + "runTask.arg", + "runTask.label", + "runTask.type", + "runTask.task", + "taskServiceOutputPrompt", + "showOutput", + "TaskServer.folderIgnored", + "TaskService.providerUnavailable", + "TaskService.noTestTask1", + "TaskService.noTestTask2", + "TaskService.noBuildTask1", + "TaskService.noBuildTask2", + "TaskServer.noTask", + "TaskService.associate", + "TaskService.attachProblemMatcher.continueWithout", + "TaskService.attachProblemMatcher.never", + "TaskService.attachProblemMatcher.neverType", + "TaskService.attachProblemMatcher.learnMoreAbout", + "selectProblemMatcher", + "customizeParseErrors", + "tasksJsonComment", + "moreThanOneBuildTask", + "TaskSystem.saveBeforeRun.prompt.title", + "detail", + { + "key": "saveBeforeRun.save", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "saveBeforeRun.dontSave", + "TaskSystem.activeSame.noBackground", + "terminateTask", + "restartTask", + "TaskSystem.active", + "TaskSystem.restartFailed", + "unexpectedTaskType", + "TaskService.providerUnavailable", + "TaskService.noConfiguration", + "TaskSystem.configurationErrors", + { "key": "TaskSystem.invalidTaskJsonOther", "comment": [ "Message notifies of an error in one of several places there is tasks related json, not necessarily in a file named tasks.json" @@ -6360,104 +6539,6 @@ "taskService.openDiff", "taskService.openDiffs" ], - "vs/workbench/contrib/tasks/browser/terminalTaskSystem": [ - "TerminalTaskSystem.unknownError", - "TerminalTaskSystem.taskLoadReporting", - "dependencyCycle", - "dependencyFailed", - "TerminalTaskSystem.nonWatchingMatcher", - { - "key": "task.executingInFolder", - "comment": [ - "The workspace folder the task is running in", - "The task command line or label" - ] - }, - { - "key": "task.executing.shellIntegration", - "comment": [ - "The task command line or label" - ] - }, - { - "key": "task.executingInFolder", - "comment": [ - "The workspace folder the task is running in", - "The task command line or label" - ] - }, - { - "key": "task.executing.shell-integration", - "comment": [ - "The task command line or label" - ] - }, - { - "key": "task.executing", - "comment": [ - "The task command line or label" - ] - }, - "TerminalTaskSystem", - "unknownProblemMatcher", - "closeTerminal", - "reuseTerminal" - ], - "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" - ], - "vs/workbench/contrib/webview/electron-sandbox/webviewCommands": [ - "openToolsLabel", - "iframeWebviewAlert" - ], - "vs/workbench/contrib/terminal/common/terminalContextKey": [ - "terminalFocusContextKey", - "terminalFocusInAnyContextKey", - "terminalEditorFocusContextKey", - "terminalCountContextKey", - "terminalTabsFocusContextKey", - "terminalShellTypeContextKey", - "terminalAltBufferActive", - "terminalSuggestWidgetVisible", - "terminalViewShowing", - "terminalTextSelectedContextKey", - "terminalTextSelectedInFocusedContextKey", - "terminalProcessSupportedContextKey", - "terminalTabsSingularSelectedContextKey", - "isSplitTerminalContextKey", - "inTerminalRunCommandPickerContextKey", - "terminalShellIntegrationEnabled" - ], - "vs/workbench/contrib/localHistory/electron-sandbox/localHistoryCommands": [ - "revealInWindows", - "revealInMac", - "openContainer" - ], - "vs/workbench/contrib/mergeEditor/electron-sandbox/devCommands": [ - "mergeEditor", - "merge.dev.openState", - "mergeEditor.enterJSON", - "merge.dev.openSelectionInTemporaryMergeEditor" - ], "vs/workbench/contrib/chat/electron-sandbox/actions/voiceChatActions": [ "voiceChatGettingReady", "voiceChatInProgress", @@ -6465,24 +6546,25 @@ "inlineVoiceChatInProgress", "voiceChatInViewInProgress", "voiceChatInEditorInProgress", + "listening", "workbench.action.chat.voiceChatInView.label", "workbench.action.chat.inlineVoiceChat", "workbench.action.chat.quickVoiceChat.label", - "workbench.action.chat.startVoiceChat", - "workbench.action.chat.stopVoiceChat.label", - "workbench.action.chat.stopVoiceChatInChatView.label", - "workbench.action.chat.stopVoiceChatInChatEditor.label", - "workbench.action.chat.stopQuickVoiceChat.label", - "workbench.action.chat.stopInlineVoiceChat.label", - "workbench.action.chat.stopAndAcceptVoiceChat.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": [ + "extensionTelemetryLog" ], "vs/workbench/api/common/extHostExtensionService": [ "extensionTestError1", "extensionTestError" ], - "vs/workbench/api/common/extHostTelemetry": [ - "extensionTelemetryLog" - ], "vs/workbench/api/common/extHostWorkspace": [ "updateerror" ], @@ -6498,21 +6580,80 @@ "worker", "local" ], - "vs/workbench/api/node/extHostDebugService": [ - "debug.terminal.title" - ], "vs/platform/terminal/node/terminalProcess": [ "launchFail.cwdNotDirectory", "launchFail.cwdDoesNotExist", "launchFail.executableDoesNotExist", "launchFail.executableIsNotFileOrSymlink" ], - "vs/platform/shell/node/shellEnv": [ - "resolveShellEnvTimeout", - "resolveShellEnvError", - "resolveShellEnvExitError" + "vs/workbench/api/node/extHostDebugService": [ + "debug.terminal.title" ], - "vs/platform/dialogs/electron-main/dialogMainService": [ + "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/extensionManagement/common/extensionNls": [ + "missingNLSKey" + ], + "vs/base/common/jsonErrorMessages": [ + "error.invalidSymbol", + "error.invalidNumberFormat", + "error.propertyNameExpected", + "error.valueExpected", + "error.colonExpected", + "error.commaExpected", + "error.closeBraceExpected", + "error.closeBracketExpected", + "error.endOfFileExpected" + ], + "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", @@ -6524,6 +6665,10 @@ ] } ], + "vs/platform/files/electron-main/diskFileSystemProviderServer": [ + "binFailed", + "trashFailed" + ], "vs/platform/externalTerminal/node/externalTerminalService": [ "console.title", "mac.terminal.script.failed", @@ -6532,10 +6677,6 @@ "linux.term.failed", "ext.term.app.not.found" ], - "vs/platform/files/electron-main/diskFileSystemProviderServer": [ - "binFailed", - "trashFailed" - ], "vs/platform/issue/electron-main/issueMainService": [ "local", "issueReporter", @@ -6586,6 +6727,24 @@ "cantUninstall", "sourceMissing" ], + "vs/platform/workspaces/electron-main/workspacesHistoryMainService": [ + "newWindow", + "newWindowDesc", + "recentFoldersAndWorkspaces", + "recentFolders", + "untitledWorkspace", + "workspaceName" + ], + "vs/platform/workspaces/electron-main/workspacesManagementMainService": [ + { + "key": "ok", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "workspaceOpenedMessage", + "workspaceOpenedDetail" + ], "vs/platform/windows/electron-main/windowsMainService": [ { "key": "ok", @@ -6619,83 +6778,9 @@ "confirmOpenDetail", "doNotAskAgain" ], - "vs/platform/workspaces/electron-main/workspacesManagementMainService": [ - { - "key": "ok", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "workspaceOpenedMessage", - "workspaceOpenedDetail" - ], - "vs/platform/workspaces/electron-main/workspacesHistoryMainService": [ - "newWindow", - "newWindowDesc", - "recentFoldersAndWorkspaces", - "recentFolders", - "untitledWorkspace", - "workspaceName" - ], - "vs/platform/files/common/io": [ - "fileTooLargeError" - ], "vs/base/browser/ui/button/button": [ "button dropdown more actions" ], - "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/base/common/date": [ "date.fromNow.in", "date.fromNow.now", @@ -6752,9 +6837,6 @@ "date.fromNow.years.plural.fullWord", "date.fromNow.years.plural" ], - "vs/platform/extensionManagement/node/extensionManagementUtil": [ - "invalidManifest" - ], "vs/platform/userDataSync/common/keybindingsSync": [ "errorInvalidSettings", "errorInvalidSettings" @@ -6865,6 +6947,11 @@ "editorUnicodeHighlight.border", "editorUnicodeHighlight.background" ], + "vs/editor/browser/coreCommands": [ + "stickydesc", + "stickydesc", + "removedCursor" + ], "vs/editor/browser/widget/diffEditor/diffEditor.contribution": [ "toggleCollapseUnchangedRegions", "toggleShowMovedCodeBlocks", @@ -6881,6 +6968,10 @@ "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", @@ -6888,11 +6979,6 @@ "contextkey.scanner.hint.didYouForgetToOpenOrCloseQuote", "contextkey.scanner.hint.didYouForgetToEscapeSlash" ], - "vs/editor/browser/coreCommands": [ - "stickydesc", - "stickydesc", - "removedCursor" - ], "vs/editor/contrib/anchorSelect/browser/anchorSelect": [ "selectionAnchor", "anchorSet", @@ -6901,10 +6987,6 @@ "selectFromAnchorToCursor", "cancelSelectionAnchor" ], - "vs/editor/contrib/caretOperations/browser/caretOperations": [ - "caret.moveLeft", - "caret.moveRight" - ], "vs/editor/contrib/bracketMatching/browser/bracketMatching": [ "overviewRulerBracketMatchForeground", "smartSelect.jumpBracket", @@ -6917,9 +6999,9 @@ ] } ], - "vs/editor/browser/widget/codeEditorWidget": [ - "cursors.maximum", - "goToSetting" + "vs/editor/contrib/caretOperations/browser/caretOperations": [ + "caret.moveLeft", + "caret.moveRight" ], "vs/editor/contrib/caretOperations/browser/transpose": [ "transposeLetters.label" @@ -6961,7 +7043,7 @@ ], "vs/editor/contrib/codeAction/browser/codeActionContributions": [ "showCodeActionHeaders", - "includeNearbyQuickfixes" + "includeNearbyQuickFixes" ], "vs/editor/contrib/codelens/browser/codelensController": [ "showLensOnLine", @@ -7029,6 +7111,26 @@ "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" + ], "vs/editor/contrib/find/browser/findController": [ "too.large.for.replaceall", "startFindAction", @@ -7066,26 +7168,6 @@ "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" @@ -7179,25 +7261,6 @@ ] } ], - "vs/editor/contrib/indentation/browser/indentation": [ - "indentationToSpaces", - "indentationToTabs", - "configuredTabSize", - "defaultTabSize", - "currentTabSize", - { - "key": "selectTabWidth", - "comment": [ - "Tab corresponds to the tab key" - ] - }, - "indentUsingTabs", - "indentUsingSpaces", - "changeTabDisplaySize", - "detectIndentation", - "editor.reindentlines", - "editor.reindentselectedlines" - ], "vs/editor/contrib/hover/browser/hover": [ { "key": "showOrFocusHover", @@ -7264,28 +7327,31 @@ ] } ], - "vs/editor/contrib/lineSelection/browser/lineSelection": [ - "expandLineSelection" - ], - "vs/editor/contrib/linkedEditing/browser/linkedEditing": [ - "linkedEditing.label", - "editorLinkedEditingBackground" + "vs/editor/contrib/indentation/browser/indentation": [ + "indentationToSpaces", + "indentationToTabs", + "configuredTabSize", + "defaultTabSize", + "currentTabSize", + { + "key": "selectTabWidth", + "comment": [ + "Tab corresponds to the tab key" + ] + }, + "indentUsingTabs", + "indentUsingSpaces", + "changeTabDisplaySize", + "detectIndentation", + "editor.reindentlines", + "editor.reindentselectedlines" ], "vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace": [ "InPlaceReplaceAction.previous.label", "InPlaceReplaceAction.next.label" ], - "vs/editor/contrib/links/browser/links": [ - "invalid.url", - "missing.url", - "links.navigate.executeCmd", - "links.navigate.follow", - "links.navigate.kb.meta.mac", - "links.navigate.kb.meta", - "links.navigate.kb.alt.mac", - "links.navigate.kb.alt", - "tooltip.explanation", - "label" + "vs/editor/contrib/lineSelection/browser/lineSelection": [ + "expandLineSelection" ], "vs/editor/contrib/linesOperations/browser/linesOperations": [ "lines.copyUp", @@ -7343,6 +7409,22 @@ "editor.transformToCamelcase", "editor.transformToKebabcase" ], + "vs/editor/contrib/linkedEditing/browser/linkedEditing": [ + "linkedEditing.label", + "editorLinkedEditingBackground" + ], + "vs/editor/contrib/links/browser/links": [ + "invalid.url", + "missing.url", + "links.navigate.executeCmd", + "links.navigate.follow", + "links.navigate.kb.meta.mac", + "links.navigate.kb.meta", + "links.navigate.kb.alt.mac", + "links.navigate.kb.alt", + "tooltip.explanation", + "label" + ], "vs/editor/contrib/multicursor/browser/multicursor": [ "cursorAdded", "cursorsAdded", @@ -7434,6 +7516,9 @@ "hasPrevTabstop", "next" ], + "vs/editor/contrib/tokenization/browser/tokenization": [ + "forceRetokenize" + ], "vs/editor/contrib/suggest/browser/suggestController": [ "aria.alert.snippet", "suggest.trigger.label", @@ -7446,9 +7531,6 @@ "detail.less", "suggest.reset.label" ], - "vs/editor/contrib/tokenization/browser/tokenization": [ - "forceRetokenize" - ], "vs/editor/contrib/toggleTabFocusMode/browser/toggleTabFocusMode": [ { "key": "toggle.tabMovesFocus", @@ -7459,18 +7541,6 @@ "toggle.tabMovesFocus.on", "toggle.tabMovesFocus.off" ], - "vs/editor/contrib/unusualLineTerminators/browser/unusualLineTerminators": [ - "unusualLineTerminators.title", - "unusualLineTerminators.message", - "unusualLineTerminators.detail", - { - "key": "unusualLineTerminators.fix", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "unusualLineTerminators.ignore" - ], "vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter": [ "warningIcon", "unicodeHighlighting.thisDocumentHasManyNonBasicAsciiUnicodeCharacters", @@ -7497,6 +7567,18 @@ "unicodeHighlight.allowCommonCharactersInLanguage", "unicodeHighlight.configureUnicodeHighlightOptions" ], + "vs/editor/contrib/unusualLineTerminators/browser/unusualLineTerminators": [ + "unusualLineTerminators.title", + "unusualLineTerminators.message", + "unusualLineTerminators.detail", + { + "key": "unusualLineTerminators.fix", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "unusualLineTerminators.ignore" + ], "vs/editor/contrib/wordHighlighter/browser/wordHighlighter": [ "wordHighlight.next.label", "wordHighlight.previous.label", @@ -7529,6 +7611,12 @@ "tabFocusModeOffMsg", "tabFocusModeOffMsgNoKb", "showAccessibilityHelpAction", + "saveAudioCueDisabled", + "saveAudioCueAlways", + "saveAudioCueUserGesture", + "formatAudioCueDisabled", + "formatAudioCueAlways", + "formatAudioCueUserGesture", "inspectTokens", "gotoLineActionLabel", "helpQuickAccess", @@ -7541,6 +7629,74 @@ "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", @@ -7552,6 +7708,21 @@ "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" + ], "vs/workbench/services/themes/common/colorExtensionPoint": [ "contributes.color", "contributes.color.id", @@ -7570,21 +7741,6 @@ "invalid.defaults.highContrast", "invalid.defaults.highContrastLight" ], - "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", "contributes.semanticTokenTypes.id", @@ -7838,74 +7994,6 @@ ] } ], - "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/services/extensions/common/extensionsRegistry": [ "ui", "workspace", @@ -7993,18 +8081,32 @@ "vscode.extension.pricing", "product.extensionEnabledApiProposals" ], - "vs/workbench/contrib/debug/common/debug": [ - "debugType", - "debugConfigurationType", - "debugState", - "debugUX", - "hasDebugged", - "inDebugMode", - "inDebugRepl", - "breakpointWidgetVisibile", - "inBreakpointWidget", - "breakpointsFocused", - "watchExpressionsFocused", + "vs/workbench/browser/parts/titlebar/windowTitle": [ + "userIsAdmin", + "userIsSudo", + "devExtensionWindowTitlePrefix" + ], + "vs/workbench/browser/parts/views/treeView": [ + "no-dataprovider", + "treeView.enableCollapseAll", + "treeView.enableRefresh", + "refresh", + "collapseAll", + "treeView.toggleCollapseAll", + "command-error" + ], + "vs/workbench/contrib/debug/common/debug": [ + "debugType", + "debugConfigurationType", + "debugState", + "debugUX", + "hasDebugged", + "inDebugMode", + "inDebugRepl", + "breakpointWidgetVisibile", + "inBreakpointWidget", + "breakpointsFocused", + "watchExpressionsFocused", "watchExpressionsExist", "variablesFocused", "expressionSelected", @@ -8048,6 +8150,14 @@ "debuggerDisabled", "internalConsoleOptions" ], + "vs/workbench/browser/parts/views/viewPaneContainer": [ + "views", + "viewMoveUp", + "viewMoveLeft", + "viewMoveDown", + "viewMoveRight", + "viewsMove" + ], "vs/workbench/contrib/files/common/files": [ "explorerViewletVisible", "foldersViewVisible", @@ -8064,14 +8174,6 @@ "explorerViewletCompressedLastFocus", "viewHasSomeCollapsibleItem" ], - "vs/workbench/browser/parts/views/viewPaneContainer": [ - "views", - "viewMoveUp", - "viewMoveLeft", - "viewMoveDown", - "viewMoveRight", - "viewsMove" - ], "vs/workbench/contrib/remote/browser/remoteExplorer": [ "remoteNoPorts", "noRemoteNoPorts", @@ -8092,24 +8194,15 @@ "remote.tunnelsView.makePublic", "remote.tunnelsView.elevationButton" ], - "vs/workbench/browser/parts/views/treeView": [ - "no-dataprovider", - "treeView.enableCollapseAll", - "treeView.enableRefresh", - "refresh", - "collapseAll", - "treeView.toggleCollapseAll", - "command-error" - ], "vs/workbench/common/editor/sideBySideEditorInput": [ "sideBySideLabels" ], - "vs/workbench/common/editor/diffEditorInput": [ - "sideBySideLabels" - ], "vs/workbench/browser/parts/editor/sideBySideEditor": [ "sideBySideEditor" ], + "vs/workbench/common/editor/diffEditorInput": [ + "sideBySideLabels" + ], "vs/workbench/browser/parts/editor/textDiffEditor": [ "textDiffEditor", "fileTooLargeForHeapErrorWithSize", @@ -8185,6 +8278,28 @@ "pickEncodingForReopen", "pickEncodingForSave" ], + "vs/workbench/browser/parts/editor/editorCommands": [ + "editorCommand.activeEditorMove.description", + "editorCommand.activeEditorMove.arg.name", + "editorCommand.activeEditorMove.arg.description", + "editorCommand.activeEditorCopy.description", + "editorCommand.activeEditorCopy.arg.name", + "editorCommand.activeEditorCopy.arg.description", + "compare.nextChange", + "compare.previousChange", + "toggleInlineView", + "compare", + "splitEditorInGroup", + "joinEditorInGroup", + "toggleJoinEditorInGroup", + "toggleSplitEditorInGroupLayout", + "focusLeftSideEditor", + "focusRightSideEditor", + "focusOtherSideEditor", + "toggleEditorGroupLock", + "lockEditorGroup", + "unlockEditorGroup" + ], "vs/workbench/browser/parts/editor/editorActions": [ "splitEditor", "splitEditorOrthogonal", @@ -8226,7 +8341,8 @@ "minimizeOtherEditorGroups", "evenEditorGroups", "toggleEditorWidths", - "maximizeEditor", + "maximizeEditorHideSidebar", + "toggleMaximizeEditorGroup", "openNextEditor", "openPreviousEditor", "nextEditorInGroup", @@ -8321,7 +8437,14 @@ "newGroupAbove", "newGroupBelow", "toggleEditorType", - "reopenTextEditor" + "reopenTextEditor", + "popEditorOut", + { + "key": "miPopEditorOut", + "comment": [ + "&& denotes a mnemonic" + ] + } ], "vs/editor/browser/editorExtensions": [ { @@ -8346,28 +8469,6 @@ }, "selectAll" ], - "vs/workbench/browser/parts/editor/editorCommands": [ - "editorCommand.activeEditorMove.description", - "editorCommand.activeEditorMove.arg.name", - "editorCommand.activeEditorMove.arg.description", - "editorCommand.activeEditorCopy.description", - "editorCommand.activeEditorCopy.arg.name", - "editorCommand.activeEditorCopy.arg.description", - "compare.nextChange", - "compare.previousChange", - "toggleInlineView", - "compare", - "splitEditorInGroup", - "joinEditorInGroup", - "toggleJoinEditorInGroup", - "toggleSplitEditorInGroupLayout", - "focusLeftSideEditor", - "focusRightSideEditor", - "focusOtherSideEditor", - "toggleEditorGroupLock", - "lockEditorGroup", - "unlockEditorGroup" - ], "vs/workbench/browser/parts/editor/editorQuickAccess": [ "noViewResults", "entryAriaLabelWithGroupDirty", @@ -8383,41 +8484,19 @@ "editor.editorAssociations", "editorLargeFileSizeConfirmation" ], - "vs/workbench/browser/parts/auxiliarybar/auxiliaryBarPart": [ - "move second side bar left", - "move second side bar right", - "hide second side bar" - ], - "vs/workbench/browser/parts/activitybar/activitybarPart": [ - "accountsViewBarIcon", - "menu", - "hideMenu", - "accounts", - "hideActivitBar", - "resetLocation", - "resetLocation", - "manage", - "accounts", - "manage", - "accounts" - ], "vs/workbench/browser/parts/panel/panelPart": [ - "resetLocation", - "resetLocation", - "panel.emptyMessage", - "moreActions", "panel position", "align panel", "hidePanel" ], - "vs/workbench/browser/parts/editor/editorGroupView": [ - "ariaLabelGroupActions", - "emptyEditorGroup", - "groupLabel", - "groupAriaLabel" + "vs/workbench/browser/parts/sidebar/sidebarPart": [ + "manage", + "accounts" ], - "vs/workbench/browser/parts/editor/editorDropTarget": [ - "dropIntoEditorPrompt" + "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", @@ -8441,19 +8520,16 @@ "dialogPendingMessage", "dialogClose" ], - "vs/workbench/services/preferences/browser/keybindingsEditorInput": [ - "keybindingsInputName" - ], "vs/workbench/services/preferences/common/preferencesEditorInput": [ "settingsEditor2InputName" ], + "vs/workbench/services/preferences/browser/keybindingsEditorInput": [ + "keybindingsInputName" + ], "vs/workbench/services/preferences/common/preferencesModels": [ "commonlyUsed", "defaultKeybindingsHeader" ], - "vs/workbench/services/editor/common/editorResolverService": [ - "editor.editorAssociations" - ], "vs/workbench/services/textfile/common/textFileEditorModel": [ "textFileCreate.source" ], @@ -8579,10 +8655,50 @@ ] } ], + "vs/platform/keybinding/common/abstractKeybindingService": [ + "first.chord", + "next.chord", + "missing.chord", + "missing.chord" + ], + "vs/workbench/services/editor/common/editorResolverService": [ + "editor.editorAssociations" + ], + "vs/workbench/services/themes/common/colorThemeData": [ + "error.cannotparsejson", + "error.invalidformat", + { + "key": "error.invalidformat.colors", + "comment": [ + "{0} will be replaced by a path. Values in quotes should not be translated." + ] + }, + { + "key": "error.invalidformat.tokenColors", + "comment": [ + "{0} will be replaced by a path. Values in quotes should not be translated." + ] + }, + { + "key": "error.invalidformat.semanticTokenColors", + "comment": [ + "{0} will be replaced by a path. Values in quotes should not be translated." + ] + }, + "error.plist.invalidformat", + "error.cannotparse", + "error.cannotload" + ], "vs/workbench/services/themes/common/fileIconThemeSchema": [ "schema.folderExpanded", "schema.folder", "schema.file", + "schema.rootFolder", + "schema.rootFolderExpanded", + "schema.rootFolderNames", + "schema.folderName", + "schema.rootFolderNamesExpanded", + "schema.rootFolderNameExpanded", "schema.folderNames", "schema.folderName", "schema.folderNamesExpanded", @@ -8618,37 +8734,6 @@ "error.cannotparseicontheme", "error.invalidformat" ], - "vs/workbench/services/themes/common/colorThemeData": [ - "error.cannotparsejson", - "error.invalidformat", - { - "key": "error.invalidformat.colors", - "comment": [ - "{0} will be replaced by a path. Values in quotes should not be translated." - ] - }, - { - "key": "error.invalidformat.tokenColors", - "comment": [ - "{0} will be replaced by a path. Values in quotes should not be translated." - ] - }, - { - "key": "error.invalidformat.semanticTokenColors", - "comment": [ - "{0} will be replaced by a path. Values in quotes should not be translated." - ] - }, - "error.plist.invalidformat", - "error.cannotparse", - "error.cannotload" - ], - "vs/platform/keybinding/common/abstractKeybindingService": [ - "first.chord", - "next.chord", - "missing.chord", - "missing.chord" - ], "vs/workbench/services/themes/common/colorThemeSchema": [ "schema.token.settings", "schema.token.foreground", @@ -8697,16 +8782,6 @@ "error.icon.font", "error.icon.fontCharacter" ], - "vs/workbench/services/themes/common/productIconThemeSchema": [ - "schema.id", - "schema.id.formatError", - "schema.src", - "schema.font-path", - "schema.font-format", - "schema.font-weight", - "schema.font-style", - "schema.iconDefinitions" - ], "vs/workbench/services/themes/common/themeConfiguration": [ "colorTheme", "colorThemeError", @@ -8780,6 +8855,16 @@ "editorColors.semanticHighlighting.rules", "semanticTokenColors" ], + "vs/workbench/services/themes/common/productIconThemeSchema": [ + "schema.id", + "schema.id.formatError", + "schema.src", + "schema.font-path", + "schema.font-format", + "schema.font-weight", + "schema.font-style", + "schema.iconDefinitions" + ], "vs/workbench/services/extensionManagement/browser/extensionBisect": [ "I cannot reproduce", "This is Bad", @@ -8845,8 +8930,8 @@ "snippets", "exclude" ], - "vs/workbench/services/userDataProfile/browser/globalStateResource": [ - "globalState" + "vs/workbench/services/userDataProfile/browser/tasksResource": [ + "tasks" ], "vs/workbench/services/userDataProfile/browser/extensionsResource": [ "extensions", @@ -8854,12 +8939,15 @@ "exclude", "exclude" ], - "vs/workbench/services/userDataProfile/browser/tasksResource": [ - "tasks" + "vs/workbench/services/userDataProfile/browser/globalStateResource": [ + "globalState" ], "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", @@ -8867,12 +8955,6 @@ "remote.localPortMismatch.single", "tunnel.staticallyForwarded" ], - "vs/workbench/services/workingCopy/common/storedFileWorkingCopySaveParticipant": [ - "saveParticipants" - ], - "vs/workbench/services/views/common/viewContainerModel": [ - "views log" - ], "vs/workbench/services/hover/browser/hoverWidget": [ "hoverhint" ], @@ -8889,13 +8971,25 @@ "invalid.tokenTypes", "invalid.path.1" ], - "vs/editor/contrib/suggest/browser/suggest": [ - "suggestWidgetHasSelection", - "suggestWidgetDetailsVisible", - "suggestWidgetMultipleSuggestions", - "suggestionMakesTextEdit", - "acceptSuggestionOnEnter", - "suggestionHasInsertAndReplaceRange", + "vs/workbench/contrib/preferences/browser/keybindingWidgets": [ + "defineKeybinding.initial", + "defineKeybinding.oneExists", + "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", + "suggestWidgetMultipleSuggestions", + "suggestionMakesTextEdit", + "acceptSuggestionOnEnter", + "suggestionHasInsertAndReplaceRange", "suggestionInsertMode", "suggestionCanResolve" ], @@ -8934,11 +9028,6 @@ "noWhen", "keyboard shortcuts aria label" ], - "vs/workbench/contrib/preferences/browser/preferencesActions": [ - "configureLanguageBasedSettings", - "languageDescriptionConfigured", - "pickLanguage" - ], "vs/workbench/contrib/preferences/browser/preferencesIcons": [ "settingsScopeDropDownIcon", "settingsMoreActionIcon", @@ -8953,6 +9042,18 @@ "settingsFilter", "preferencesOpenSettings" ], + "vs/workbench/contrib/preferences/browser/preferencesActions": [ + "configureLanguageBasedSettings", + "languageDescriptionConfigured", + "pickLanguage" + ], + "vs/workbench/contrib/preferences/common/preferencesContribution": [ + "splitSettingsEditorLabel", + "enableNaturalLanguageSettingsSearch", + "settingsSearchTocBehavior.hide", + "settingsSearchTocBehavior.filter", + "settingsSearchTocBehavior" + ], "vs/workbench/contrib/preferences/browser/settingsEditor2": [ "SearchSettings.AriaLabel", "clearInput", @@ -8967,21 +9068,160 @@ "turnOnSyncButton", "lastSyncedLabel" ], - "vs/workbench/contrib/preferences/common/preferencesContribution": [ - "splitSettingsEditorLabel", - "enableNaturalLanguageSettingsSearch", - "settingsSearchTocBehavior.hide", - "settingsSearchTocBehavior.filter", - "settingsSearchTocBehavior" + "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/preferences/browser/keybindingWidgets": [ - "defineKeybinding.initial", - "defineKeybinding.oneExists", - "defineKeybinding.existing", - "defineKeybinding.chordsTo" + "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/performance/browser/perfviewEditor": [ - "name" + "vs/workbench/contrib/chat/browser/actions/chatCopyActions": [ + "interactive.copyAll.label", + "interactive.copyItem.label" + ], + "vs/workbench/contrib/chat/browser/actions/chatExecuteActions": [ + "interactive.submit.label", + "interactive.cancel.label" + ], + "vs/workbench/contrib/chat/browser/actions/chatQuickInputActions": [ + "chat.openInChatView.label", + "chat.closeQuickChat.label", + "quickChat", + "toggle.desc", + "toggle.query", + "toggle.isPartialQuery", + "toggle.query", + "interactiveSession.open" + ], + "vs/workbench/contrib/chat/browser/actions/chatTitleActions": [ + "interactive.helpful.label", + "interactive.unhelpful.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" + ], + "vs/workbench/contrib/chat/browser/actions/chatImportExport": [ + "chat.file.label", + "chat.export.label", + "chat.import.label" + ], + "vs/workbench/contrib/chat/browser/chatEditorInput": [ + "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", + "chatResponseFiltered", + "interactiveSessionRequestInProgress", + "chatResponse", + "chatRequest", + "interactiveInputHasText", + "inInteractiveInput", + "inChat", + "hasChatProvider" + ], + "vs/workbench/contrib/chat/browser/contrib/chatInputEditorContrib": [ + "pickFileLabel" + ], + "vs/workbench/contrib/chat/common/chatColors": [ + "chat.requestBorder", + "chat.slashCommandBackground", + "chat.slashCommandForeground", + "chat.avatarBackground", + "chat.avatarForeground" + ], + "vs/workbench/contrib/notebook/common/notebookEditorInput": [ + "vetoExtHostRestart" ], "vs/workbench/contrib/notebook/browser/notebookEditor": [ "fail.noEditor", @@ -8991,23 +9231,20 @@ "notebookOpenAsText", "notebookOpenInTextEditor" ], - "vs/workbench/contrib/notebook/common/notebookEditorInput": [ - "vetoExtHostRestart" - ], "vs/workbench/contrib/notebook/browser/services/notebookServiceImpl": [ "notebookOpenInstallMissingViewType" ], "vs/workbench/contrib/notebook/browser/diff/notebookDiffEditor": [ "notebookTreeAriaLabel" ], + "vs/workbench/contrib/notebook/browser/services/notebookExecutionServiceImpl": [ + "notebookRunTrust" + ], "vs/workbench/contrib/notebook/browser/services/notebookKeymapServiceImpl": [ "disableOtherKeymapsConfirmation", "yes", "no" ], - "vs/workbench/contrib/notebook/browser/services/notebookExecutionServiceImpl": [ - "notebookRunTrust" - ], "vs/editor/common/languages/modesRegistry": [ "plainText.alias" ], @@ -9031,80 +9268,22 @@ "notebook.cell.quitEditNoKb", "notebook.cell.focusInOutput", "notebook.cell.focusInOutputNoKb", + "notebook.focusNextEditor", + "notebook.focusNextEditorNoKb", + "notebook.focusPreviousEditor", + "notebook.focusPreviousEditorNoKb", "notebook.cellNavigation", "notebook.cell.executeAndFocusContainer", "notebook.cell.executeAndFocusContainerNoKb", "notebook.cell.insertCodeCellBelowAndFocusContainer", "notebook.changeCellType" ], - "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/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/notebook/browser/controller/coreActions": [ "notebookActions.category", "notebookMenu.insertCell", "notebookMenu.cellTitle", "miShare" ], - "vs/workbench/contrib/notebook/browser/controller/insertCellActions": [ - "notebookActions.insertCodeCellAbove", - "notebookActions.insertCodeCellAboveAndFocusContainer", - "notebookActions.insertCodeCellBelow", - "notebookActions.insertCodeCellBelowAndFocusContainer", - "notebookActions.insertMarkdownCellAbove", - "notebookActions.insertMarkdownCellBelow", - "notebookActions.insertCodeCellAtTop", - "notebookActions.insertMarkdownCellAtTop", - "notebookActions.menu.insertCode", - "notebookActions.menu.insertCode.tooltip", - "notebookActions.menu.insertCode.minimalToolbar", - "notebookActions.menu.insertCode.tooltip", - "notebookActions.menu.insertCode.ontoolbar", - "notebookActions.menu.insertCode.tooltip", - "notebookActions.menu.insertCode", - "notebookActions.menu.insertCode.tooltip", - "notebookActions.menu.insertCode.minimaltoolbar", - "notebookActions.menu.insertCode.tooltip", - "notebookActions.menu.insertMarkdown", - "notebookActions.menu.insertMarkdown.tooltip", - "notebookActions.menu.insertMarkdown.ontoolbar", - "notebookActions.menu.insertMarkdown.tooltip", - "notebookActions.menu.insertMarkdown", - "notebookActions.menu.insertMarkdown.tooltip" - ], "vs/workbench/contrib/notebook/browser/controller/executeActions": [ "notebookActions.renderMarkdown", "notebookActions.executeNotebook", @@ -9128,8 +9307,31 @@ "revealLastFailedCell", "revealLastFailedCellShort" ], - "vs/workbench/contrib/notebook/browser/controller/cellOutputActions": [ - "notebookActions.copyOutput" + "vs/workbench/contrib/notebook/browser/controller/insertCellActions": [ + "notebookActions.insertCodeCellAbove", + "notebookActions.insertCodeCellAboveAndFocusContainer", + "notebookActions.insertCodeCellBelow", + "notebookActions.insertCodeCellBelowAndFocusContainer", + "notebookActions.insertMarkdownCellAbove", + "notebookActions.insertMarkdownCellBelow", + "notebookActions.insertCodeCellAtTop", + "notebookActions.insertMarkdownCellAtTop", + "notebookActions.menu.insertCode", + "notebookActions.menu.insertCode.tooltip", + "notebookActions.menu.insertCode.minimalToolbar", + "notebookActions.menu.insertCode.tooltip", + "notebookActions.menu.insertCode.ontoolbar", + "notebookActions.menu.insertCode.tooltip", + "notebookActions.menu.insertCode", + "notebookActions.menu.insertCode.tooltip", + "notebookActions.menu.insertCode.minimaltoolbar", + "notebookActions.menu.insertCode.tooltip", + "notebookActions.menu.insertMarkdown", + "notebookActions.menu.insertMarkdown.tooltip", + "notebookActions.menu.insertMarkdown.ontoolbar", + "notebookActions.menu.insertMarkdown.tooltip", + "notebookActions.menu.insertMarkdown", + "notebookActions.menu.insertMarkdown.tooltip" ], "vs/workbench/contrib/notebook/browser/controller/layoutActions": [ "workbench.notebook.layout.select.label", @@ -9165,23 +9367,14 @@ "detectLanguage", "noDetection" ], + "vs/workbench/contrib/notebook/browser/controller/cellOutputActions": [ + "notebookActions.copyOutput" + ], "vs/workbench/contrib/notebook/browser/controller/foldingController": [ "fold.cell", "unfold.cell", "fold.cell" ], - "vs/workbench/contrib/notebook/browser/contrib/format/formatting": [ - "format.title", - "label", - "formatCell.label", - "formatCells.label" - ], - "vs/workbench/contrib/notebook/browser/contrib/gettingStarted/notebookGettingStarted": [ - "workbench.notebook.layout.gettingStarted.label" - ], - "vs/workbench/contrib/notebook/browser/contrib/layout/layoutActions": [ - "notebook.toggleCellToolbarPosition" - ], "vs/workbench/contrib/notebook/browser/contrib/clipboard/notebookClipboard": [ "notebookActions.copy", "notebookActions.cut", @@ -9193,19 +9386,11 @@ "notebookActions.hideFind", "notebookActions.findInNotebook" ], - "vs/workbench/contrib/notebook/browser/contrib/navigation/arrow": [ - "cursorMoveDown", - "cursorMoveUp", - "focusFirstCell", - "focusLastCell", - "focusOutput", - "focusOutputOut", - "notebookActions.centerActiveCell", - "cursorPageUp", - "cursorPageUpSelect", - "cursorPageDown", - "cursorPageDownSelect", - "notebook.navigation.allowNavigateToSurroundingCells" + "vs/workbench/contrib/notebook/browser/contrib/format/formatting": [ + "format.title", + "label", + "formatCell.label", + "formatCells.label" ], "vs/workbench/contrib/notebook/browser/contrib/saveParticipants/saveParticipants": [ "notebookFormatSave.formatting", @@ -9223,6 +9408,26 @@ }, "codeAction.apply" ], + "vs/workbench/contrib/notebook/browser/contrib/gettingStarted/notebookGettingStarted": [ + "workbench.notebook.layout.gettingStarted.label" + ], + "vs/workbench/contrib/notebook/browser/contrib/layout/layoutActions": [ + "notebook.toggleCellToolbarPosition" + ], + "vs/workbench/contrib/notebook/browser/contrib/navigation/arrow": [ + "cursorMoveDown", + "cursorMoveUp", + "focusFirstCell", + "focusLastCell", + "focusOutput", + "focusOutputOut", + "notebookActions.centerActiveCell", + "cursorPageUp", + "cursorPageUpSelect", + "cursorPageDown", + "cursorPageDownSelect", + "notebook.navigation.allowNavigateToSurroundingCells" + ], "vs/workbench/contrib/notebook/browser/contrib/outline/notebookOutline": [ "outline.showCodeCells", "breadcrumbs.showCodeCells", @@ -9254,11 +9459,6 @@ "notebook.multiActiveCellIndicator", "notebook.singleActiveCellIndicator" ], - "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.moveCellUp", "notebookActions.moveCellDown", @@ -9295,125 +9495,10 @@ "notebook.diff.ignoreMetadata", "notebook.diff.ignoreOutputs" ], - "vs/workbench/contrib/chat/browser/actions/chatActions": [ - "chat.category", - "quickChat", - { - "key": "actions.chat.acceptInput", - "comment": [ - "Apply input from the chat input box" - ] - }, - "interactiveSession.clearHistory.label", - "actions.interactiveSession.focus", - "interactiveSession.focusInput.label", - "interactiveSession.open", - "interactiveSession.history.label", - "interactiveSession.history.delete", - "interactiveSession.history.pick" - ], - "vs/workbench/contrib/chat/browser/actions/chatCopyActions": [ - "interactive.copyAll.label", - "interactive.copyItem.label" - ], - "vs/workbench/contrib/chat/browser/actions/chatExecuteActions": [ - "interactive.submit.label", - "interactive.cancel.label" - ], - "vs/workbench/contrib/chat/browser/actions/chatTitleActions": [ - "interactive.helpful.label", - "interactive.unhelpful.label", - "interactive.insertIntoNotebook.label", - "chat.remove.label" - ], - "vs/workbench/contrib/chat/browser/actions/chatQuickInputActions": [ - "chat.openInChatView.label", - "chat.closeQuickChat.label", - "quickChat", - "interactiveSession.open" - ], - "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/chat/browser/actions/chatImportExport": [ - "chat.file.label", - "chat.export.label", - "chat.import.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" - ], - "vs/workbench/contrib/chat/browser/chatEditorInput": [ - "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/common/chatContextKeys": [ - "interactiveSessionResponseHasProviderId", - "interactiveSessionResponseVote", - "chatResponseFiltered", - "interactiveSessionRequestInProgress", - "chatResponse", - "chatRequest", - "interactiveInputHasText", - "inInteractiveInput", - "inChat", - "hasChatProvider" - ], - "vs/workbench/contrib/chat/browser/actions/chatClearActions": [ - "interactiveSession.clear.label", - "interactiveSession.clear.label", - "interactiveSession.clear.label" - ], - "vs/workbench/contrib/chat/common/chatViewModel": [ - "thinking" - ], - "vs/workbench/contrib/chat/common/chatSlashCommands": [ - "command", - "details", - "vscode.extension.contributes.slashes", - "invalid" - ], - "vs/workbench/contrib/chat/browser/actions/chatFileTreeActions": [ - "interactive.nextFileTree.label", - "interactive.previousFileTree.label" - ], - "vs/workbench/contrib/accessibility/browser/accessibilityContributions": [ - "notification.accessibleViewSrc", - "notification.accessibleView", - "clearNotification", - "clearNotification" - ], - "vs/workbench/contrib/chat/common/chatAgents": [ - "agent", - "details", - "vscode.extension.contributes.slashes", - "invalid" - ], - "vs/workbench/contrib/chat/common/chatColors": [ - "chat.requestBorder", - "chat.slashCommandBackground", - "chat.slashCommandForeground" - ], - "vs/workbench/contrib/chat/browser/contrib/chatInputEditorContrib": [ - "interactive.input.placeholderWithCommands", - "interactive.input.placeholderNoCommands" + "vs/workbench/contrib/notebook/browser/contrib/troubleshoot/layout": [ + "workbench.notebook.toggleLayoutTroubleshoot", + "workbench.notebook.inspectLayout", + "workbench.notebook.clearNotebookEdtitorTypeCache" ], "vs/workbench/contrib/inlineChat/browser/inlineChatController": [ "welcome.1", @@ -9424,9 +9509,9 @@ "default.placeholder", "default.placeholder.history", "thinking", - "empty", - "markdownResponseMessage", "editResponseMessage", + "empty", + "empty", "err.apply", "err.discard" ], @@ -9464,7 +9549,8 @@ "mode.livePreview", "mode.preview", "mode.live", - "showDiff" + "showDiff", + "showGutterIcon" ], "vs/workbench/contrib/inlineChat/browser/inlineChatActions": [ "run", @@ -9508,6 +9594,10 @@ "expandMessage", "contractMessage" ], + "vs/workbench/contrib/inlineChat/browser/inlineChatDecorations": [ + "startInlineChatIcon", + "toggleShowGutterIcon" + ], "vs/workbench/contrib/files/browser/fileConstants": [ "saveAs", "save", @@ -9516,47 +9606,6 @@ "removeFolderFromWorkspace", "newUntitledFile" ], - "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/browser/testingDecorations": [ - "peekTestOutout", - "expected.title", - "actual.title", - "testing.gutterMsg.contextMenu", - "testing.gutterMsg.debug", - "testing.gutterMsg.run", - "run test", - "debug test", - "testing.runUsing", - "peek failure", - "reveal test", - "run all test", - "debug all test" - ], "vs/workbench/contrib/testing/browser/testingProgressUiService": [ "testProgress.runningInitial", "testProgress.running", @@ -9564,30 +9613,32 @@ "testProgress.completed", "testProgressWithSkip.completed" ], - "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/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/testingViewPaneContainer": [ "testing" @@ -9620,35 +9671,20 @@ "testing.openTesting", "testing.alwaysRevealTestOnStateChange" ], - "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", + "vs/workbench/contrib/testing/browser/testingDecorations": [ + "peekTestOutout", + "expected.title", + "actual.title", + "testing.gutterMsg.contextMenu", + "testing.gutterMsg.debug", + "testing.gutterMsg.run", "run test", "debug test", - "testing.goToFile", - "testing.goToError", - "testing.goToNextMessage", - "testing.goToPreviousMessage", - "testing.openMessageInEditor", - "testing.toggleTestingPeekHistory" - ], - "vs/workbench/contrib/testing/common/testingContentProvider": [ - "runNoOutout" + "testing.runUsing", + "peek failure", + "reveal test", + "run all test", + "debug all test" ], "vs/workbench/contrib/testing/common/testServiceImpl": [ "testTrust", @@ -9656,6 +9692,35 @@ "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", @@ -9680,27 +9745,6 @@ "testConfigurationUi.pick", "updateTestConfiguration" ], - "vs/workbench/contrib/logs/common/logsActions": [ - "setLogLevel", - "all", - "extensionLogs", - "loggers", - "selectlog", - "selectLogLevelFor", - "selectLogLevel", - "resetLogLevel", - "trace", - "debug", - "info", - "warn", - "err", - "off", - "default", - "openSessionLogFile", - "current", - "sessions placeholder", - "log placeholder" - ], "vs/workbench/contrib/testing/browser/testExplorerActions": [ "hideTest", "unhideTest", @@ -9753,6 +9797,27 @@ "testing.refreshTests", "testing.cancelTestRefresh" ], + "vs/workbench/contrib/logs/common/logsActions": [ + "setLogLevel", + "all", + "extensionLogs", + "loggers", + "selectlog", + "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", @@ -9772,6 +9837,65 @@ "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", @@ -9800,97 +9924,22 @@ "previousChangeIcon", "nextChangeIcon" ], - "vs/workbench/contrib/interactive/browser/interactiveEditor": [ - "interactiveInputPlaceHolder" - ], - "vs/platform/quickinput/browser/helpQuickAccess": [ - "helpPickAriaLabel" - ], - "vs/workbench/contrib/quickaccess/browser/commandsQuickAccess": [ - "noCommandResults", - "configure keybinding", - "askXInChat", - "commandWithCategory", - "showTriggerActions", - "clearCommandHistory", - "confirmClearMessage", - "confirmClearDetail", + "vs/workbench/contrib/files/browser/fileActions": [ + "newFile", + "newFolder", + "rename", + "delete", + "copyFile", + "pasteFile", + "download", + "upload", + "deleteButtonLabelRecycleBin", { - "key": "clearButtonLabel", + "key": "deleteButtonLabelTrash", "comment": [ "&& denotes a mnemonic" ] - } - ], - "vs/workbench/contrib/quickaccess/browser/viewQuickAccess": [ - "noViewResults", - "views", - "panels", - "secondary side bar", - "terminalTitle", - "terminals", - "debugConsoles", - "channels", - "openView", - "quickOpenView" - ], - "vs/workbench/contrib/files/browser/fileCommands": [ - "modifiedLabel", - { - "key": "genericSaveError", - "comment": [ - "{0} is the resource that failed to save and {1} the error message" - ] - }, - "retry", - "discard", - "genericRevertError", - "newFileCommand.saveLabel" - ], - "vs/workbench/contrib/files/browser/editors/textFileSaveErrorHandler": [ - "userGuide", - "staleSaveError", - "readonlySaveErrorAdmin", - "readonlySaveErrorSudo", - "readonlySaveError", - "permissionDeniedSaveError", - "permissionDeniedSaveErrorSudo", - { - "key": "genericSaveError", - "comment": [ - "{0} is the resource that failed to save and {1} the error message" - ] - }, - "learnMore", - "dontShowAgain", - "compareChanges", - "saveConflictDiffLabel", - "overwriteElevated", - "overwriteElevatedSudo", - "saveElevated", - "saveElevatedSudo", - "retry", - "discard", - "overwrite", - "overwrite", - "configure" - ], - "vs/workbench/contrib/files/browser/fileActions": [ - "newFile", - "newFolder", - "rename", - "delete", - "copyFile", - "pasteFile", - "download", - "upload", - "deleteButtonLabelRecycleBin", - { - "key": "deleteButtonLabelTrash", - "comment": [ - "&& denotes a mnemonic" - ] - }, + }, { "key": "deleteButtonLabel", "comment": [ @@ -9961,7 +10010,6 @@ "confirmOverwrite", "replaceButtonLabel", "globalCompareFile", - "toggleAutoSave", "saveAllInGroup", "closeGroup", "focusFilesExplorer", @@ -10034,10 +10082,50 @@ "setActiveEditorReadonlyInSession", "setActiveEditorWriteableInSession", "toggleActiveEditorReadonlyInSession", - "resetActiveEditorReadonlyInSession" + "resetActiveEditorReadonlyInSession", + "toggleAutoSave", + "toggleAutoSaveDescription" + ], + "vs/workbench/contrib/files/browser/editors/textFileSaveErrorHandler": [ + "userGuide", + "staleSaveError", + "readonlySaveErrorAdmin", + "readonlySaveErrorSudo", + "readonlySaveError", + "permissionDeniedSaveError", + "permissionDeniedSaveErrorSudo", + { + "key": "genericSaveError", + "comment": [ + "{0} is the resource that failed to save and {1} the error message" + ] + }, + "learnMore", + "dontShowAgain", + "compareChanges", + "saveConflictDiffLabel", + "overwriteElevated", + "overwriteElevatedSudo", + "saveElevated", + "saveElevatedSudo", + "retry", + "discard", + "overwrite", + "overwrite", + "configure" ], - "vs/workbench/contrib/files/browser/views/emptyView": [ - "noWorkspace" + "vs/workbench/contrib/files/browser/fileCommands": [ + "modifiedLabel", + { + "key": "genericSaveError", + "comment": [ + "{0} is the resource that failed to save and {1} the error message" + ] + }, + "retry", + "discard", + "genericRevertError", + "newFileCommand.saveLabel" ], "vs/workbench/contrib/files/browser/views/explorerView": [ "explorerSection", @@ -10047,12 +10135,6 @@ "collapseExplorerFolders" ], "vs/workbench/contrib/files/browser/views/openEditorsView": [ - { - "key": "openEditors", - "comment": [ - "Open is an adjective" - ] - }, "dirtyCounter", "openEditors", "flipLayout", @@ -10063,11 +10145,23 @@ "&& denotes a mnemonic" ] }, - "newUntitledFile" + "newUntitledFile", + { + "key": "openEditors", + "comment": [ + "Open is an adjective" + ] + } ], "vs/workbench/contrib/files/browser/editors/binaryFileEditor": [ "binaryFileEditor" ], + "vs/workbench/contrib/files/browser/workspaceWatcher": [ + "enospcError", + "learnMore", + "eshutdownError", + "reload" + ], "vs/editor/common/config/editorConfigurationSchema": [ "editorConfigurationTitle", "tabSize", @@ -10121,12 +10215,6 @@ "dirtyFile", "dirtyFiles" ], - "vs/workbench/contrib/files/browser/workspaceWatcher": [ - "enospcError", - "learnMore", - "eshutdownError", - "reload" - ], "vs/workbench/contrib/files/browser/editors/textFileEditor": [ "textFileEditor", "openFolder", @@ -10152,74 +10240,6 @@ "vs/workbench/contrib/bulkEdit/browser/preview/bulkEditPreview": [ "default" ], - "vs/workbench/contrib/search/browser/searchActionsBase": [ - "search" - ], - "vs/workbench/contrib/search/browser/searchIcons": [ - "searchDetailsIcon", - "searchShowContextIcon", - "searchHideReplaceIcon", - "searchShowReplaceIcon", - "searchReplaceAllIcon", - "searchReplaceIcon", - "searchRemoveIcon", - "searchRefreshIcon", - "searchCollapseAllIcon", - "searchExpandAllIcon", - "searchShowAsTree", - "searchShowAsList", - "searchClearIcon", - "searchStopIcon", - "searchViewIcon", - "searchNewEditorIcon", - "searchOpenInFile" - ], - "vs/workbench/contrib/searchEditor/browser/searchEditor": [ - "moreSearch", - "searchScope.includes", - "label.includes", - "searchScope.excludes", - "label.excludes", - "runSearch", - "searchResultItem", - "searchEditor", - "textInputBoxBorder" - ], - "vs/workbench/contrib/searchEditor/browser/searchEditorInput": [ - "searchTitle.withQuery", - "searchTitle.withQuery", - "searchTitle" - ], - "vs/workbench/contrib/search/browser/patternInputWidget": [ - "defaultLabel", - "onlySearchInOpenEditors", - "useExcludesAndIgnoreFilesDescription" - ], - "vs/workbench/contrib/search/browser/searchMessage": [ - "unable to open trust", - "unable to open" - ], - "vs/workbench/browser/parts/views/viewPane": [ - "viewPaneContainerExpandedIcon", - "viewPaneContainerCollapsedIcon", - "viewToolbarAriaLabel" - ], - "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/editor/contrib/quickAccess/browser/gotoLineQuickAccess": [ "cannotRunGotoLine", "gotoLineColumnLabel", @@ -10227,19 +10247,6 @@ "gotoLineLabelEmptyWithLimit", "gotoLineLabelEmpty" ], - "vs/workbench/contrib/search/browser/searchWidget": [ - "search.action.replaceAll.disabled.label", - "search.action.replaceAll.enabled.label", - "search.replace.toggle.button.title", - "label.Search", - "search.placeHolder", - "showContext", - "label.Replace", - "search.replace.placeHolder" - ], - "vs/workbench/services/search/common/queryBuilder": [ - "search.noWorkspaceWithName" - ], "vs/workbench/contrib/codeEditor/browser/quickaccess/gotoSymbolQuickAccess": [ "empty", "gotoSymbol", @@ -10253,11 +10260,6 @@ "gotoSymbolQuickAccess", "gotoSymbolByCategoryQuickAccess" ], - "vs/workbench/contrib/search/browser/symbolsQuickAccess": [ - "noSymbolResults", - "openToSide", - "openToBottom" - ], "vs/workbench/contrib/search/browser/anythingQuickAccess": [ "noAnythingResults", "recentlyOpenedSeparator", @@ -10280,6 +10282,40 @@ "closeEditor", "filePickAriaLabelDirty" ], + "vs/workbench/contrib/search/browser/searchIcons": [ + "searchDetailsIcon", + "searchShowContextIcon", + "searchHideReplaceIcon", + "searchShowReplaceIcon", + "searchReplaceAllIcon", + "searchReplaceIcon", + "searchRemoveIcon", + "searchRefreshIcon", + "searchCollapseAllIcon", + "searchExpandAllIcon", + "searchShowAsTree", + "searchShowAsList", + "searchClearIcon", + "searchStopIcon", + "searchViewIcon", + "searchNewEditorIcon", + "searchOpenInFile" + ], + "vs/workbench/contrib/search/browser/searchWidget": [ + "search.action.replaceAll.disabled.label", + "search.action.replaceAll.enabled.label", + "search.replace.toggle.button.title", + "label.Search", + "search.placeHolder", + "showContext", + "label.Replace", + "search.replace.placeHolder" + ], + "vs/workbench/contrib/search/browser/symbolsQuickAccess": [ + "noSymbolResults", + "openToSide", + "openToBottom" + ], "vs/workbench/contrib/search/browser/quickTextSearch/textSearchQuickAccess": [ "QuickSearchSeeMoreFiles", "QuickSearchOpenInFile", @@ -10331,16 +10367,6 @@ "file.replaceAll.label", "file.replaceAll.label" ], - "vs/workbench/contrib/search/browser/searchActionsSymbol": [ - "showTriggerActions", - "showTriggerActions", - { - "key": "miGotoSymbolInWorkspace", - "comment": [ - "&& denotes a mnemonic" - ] - } - ], "vs/workbench/contrib/search/browser/searchActionsTopBar": [ "clearSearchHistoryLabel", "CancelSearchAction.label", @@ -10351,117 +10377,182 @@ "ViewAsTreeAction.label", "ViewAsListAction.label" ], - "vs/workbench/contrib/search/browser/searchActionsTextQuickAccess": [ - "quickTextSearch" - ], - "vs/workbench/contrib/debug/browser/debugColors": [ - "debugToolBarBackground", - "debugToolBarBorder", - "debugIcon.startForeground", - "debugIcon.pauseForeground", - "debugIcon.stopForeground", - "debugIcon.disconnectForeground", - "debugIcon.restartForeground", - "debugIcon.stepOverForeground", - "debugIcon.stepIntoForeground", - "debugIcon.stepOutForeground", - "debugIcon.continueForeground", - "debugIcon.stepBackForeground" - ], - "vs/workbench/contrib/debug/browser/debugConsoleQuickAccess": [ - "workbench.action.debug.startDebug" - ], - "vs/workbench/contrib/debug/browser/callStackView": [ + "vs/workbench/contrib/search/browser/searchActionsSymbol": [ + "showTriggerActions", + "showTriggerActions", { - "key": "running", + "key": "miGotoSymbolInWorkspace", "comment": [ - "indicates state" + "&& denotes a mnemonic" ] - }, - "showMoreStackFrames2", + } + ], + "vs/workbench/contrib/search/browser/searchActionsTextQuickAccess": [ + "quickTextSearch" + ], + "vs/workbench/contrib/search/browser/searchActionsBase": [ + "search" + ], + "vs/workbench/contrib/searchEditor/browser/searchEditor": [ + "moreSearch", + "searchScope.includes", + "label.includes", + "searchScope.excludes", + "label.excludes", + "runSearch", + "searchResultItem", + "searchEditor", + "textInputBoxBorder" + ], + "vs/workbench/contrib/searchEditor/browser/searchEditorInput": [ + "searchTitle.withQuery", + "searchTitle.withQuery", + "searchTitle" + ], + "vs/workbench/contrib/scm/browser/dirtydiffDecorator": [ + "changes", + "change", + "multiChanges", + "multiChange", + "label.close", + "show previous change", + "show next change", { - "key": "session", + "key": "miGotoNextChange", "comment": [ - "Session is a noun" + "&& denotes a mnemonic" ] }, { - "key": "running", + "key": "miGotoPreviousChange", "comment": [ - "indicates state" + "&& denotes a mnemonic" ] }, - "restartFrame", - "loadAllStackFrames", - "showMoreAndOrigin", - "showMoreStackFrames", + "move to previous change", + "move to next change", + "editorGutterModifiedBackground", + "editorGutterAddedBackground", + "editorGutterDeletedBackground", + "minimapGutterModifiedBackground", + "minimapGutterAddedBackground", + "minimapGutterDeletedBackground", + "overviewRulerModifiedForeground", + "overviewRulerAddedForeground", + "overviewRulerDeletedForeground" + ], + "vs/workbench/contrib/scm/browser/activity": [ + "status.scm", + "scmPendingChangesBadge" + ], + "vs/workbench/contrib/scm/browser/scmViewPaneContainer": [ + "source control" + ], + "vs/workbench/contrib/scm/browser/scmViewPane": [ + "scm", + "input", + "sortAction", + "repositories", + "setListViewMode", + "setTreeViewMode", + "repositorySortByDiscoveryTime", + "repositorySortByName", + "repositorySortByPath", + "sortChangesByName", + "sortChangesByPath", + "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": "pausedOn", + "key": "quickTip", "comment": [ - "indicates reason for program being paused" + "\"switch to editor language hover\" means to show the programming language hover widget instead of the debug hover" ] }, - "paused", + "treeAriaLabel", { + "key": "variableAriaLabel", "comment": [ - "Debug is a noun in this context, not a verb." - ], - "key": "callStackAriaLabel" - }, + "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": "threadAriaLabel", + "key": "pausedOn", "comment": [ - "Placeholders stand for the thread name and the thread state.For example \"Thread 1\" and \"Stopped" + "indicates reason for program being paused" ] }, - "stackFrameAriaLabel", + "paused", { "key": "running", "comment": [ "indicates state" ] }, - { - "key": "sessionLabel", - "comment": [ - "Placeholders stand for the session name and the session state. For example \"Launch Program\" and \"Running\"" - ] - }, - "showMoreStackFrames", - "collapse" - ], - "vs/workbench/contrib/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" + "breakpointDirtydHover" ], "vs/workbench/contrib/debug/browser/breakpointsView": [ "unverifiedExceptionBreakpoint", @@ -10537,62 +10628,114 @@ "editBreakpoint", "editHitCount" ], - "vs/workbench/contrib/debug/browser/debugIcons": [ - "debugConsoleViewIcon", - "runViewIcon", - "variablesViewIcon", - "watchViewIcon", - "callStackViewIcon", - "breakpointsViewIcon", - "loadedScriptsViewIcon", - "debugBreakpoint", - "debugBreakpointDisabled", - "debugBreakpointUnverified", - "debugBreakpointFunction", - "debugBreakpointFunctionDisabled", - "debugBreakpointFunctionUnverified", - "debugBreakpointConditional", - "debugBreakpointConditionalDisabled", - "debugBreakpointConditionalUnverified", - "debugBreakpointData", - "debugBreakpointDataDisabled", - "debugBreakpointDataUnverified", - "debugBreakpointLog", - "debugBreakpointLogDisabled", - "debugBreakpointLogUnverified", - "debugBreakpointHint", - "debugBreakpointUnsupported", - "debugStackframe", - "debugStackframeFocused", - "debugGripper", - "debugRestartFrame", - "debugStop", - "debugDisconnect", - "debugRestart", - "debugStepOver", - "debugStepInto", - "debugStepOut", - "debugStepBack", - "debugPause", - "debugContinue", - "debugReverseContinue", - "debugRun", - "debugStart", - "debugConfigure", - "debugConsole", - "debugRemoveConfig", - "debugCollapseAll", - "callstackViewSession", - "debugConsoleClearAll", - "watchExpressionsRemoveAll", - "watchExpressionRemove", - "watchExpressionsAdd", - "watchExpressionsAddFuncBreakpoint", - "breakpointsRemoveAll", - "breakpointsActivate", - "debugConsoleEvaluationInput", - "debugConsoleEvaluationPrompt", - "debugInspectMemory" + "vs/workbench/contrib/debug/browser/callStackView": [ + { + "key": "running", + "comment": [ + "indicates state" + ] + }, + "showMoreStackFrames2", + { + "key": "session", + "comment": [ + "Session is a noun" + ] + }, + { + "key": "running", + "comment": [ + "indicates state" + ] + }, + "restartFrame", + "loadAllStackFrames", + "showMoreAndOrigin", + "showMoreStackFrames", + { + "key": "pausedOn", + "comment": [ + "indicates reason for program being paused" + ] + }, + "paused", + { + "comment": [ + "Debug is a noun in this context, not a verb." + ], + "key": "callStackAriaLabel" + }, + { + "key": "threadAriaLabel", + "comment": [ + "Placeholders stand for the thread name and the thread state.For example \"Thread 1\" and \"Stopped" + ] + }, + "stackFrameAriaLabel", + { + "key": "running", + "comment": [ + "indicates state" + ] + }, + { + "key": "sessionLabel", + "comment": [ + "Placeholders stand for the session name and the session state. For example \"Launch Program\" and \"Running\"" + ] + }, + "showMoreStackFrames", + "collapse" + ], + "vs/workbench/contrib/debug/browser/debugColors": [ + "debugToolBarBackground", + "debugToolBarBorder", + "debugIcon.startForeground", + "debugIcon.pauseForeground", + "debugIcon.stopForeground", + "debugIcon.disconnectForeground", + "debugIcon.restartForeground", + "debugIcon.stepOverForeground", + "debugIcon.stepIntoForeground", + "debugIcon.stepOutForeground", + "debugIcon.continueForeground", + "debugIcon.stepBackForeground" + ], + "vs/workbench/contrib/debug/browser/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", @@ -10637,9 +10780,6 @@ "&& denotes a mnemonic" ] }, - "runToCursor", - "evaluateInDebugConsole", - "addToWatch", "showDebugHover", "editor.debug.action.stepIntoTargets.notAvailable", { @@ -10650,7 +10790,87 @@ }, "goToNextBreakpoint", "goToPreviousBreakpoint", - "closeExceptionWidget" + "closeExceptionWidget", + "runToCursor", + "evaluateInDebugConsole", + "addToWatch" + ], + "vs/workbench/contrib/debug/browser/debugIcons": [ + "debugConsoleViewIcon", + "runViewIcon", + "variablesViewIcon", + "watchViewIcon", + "callStackViewIcon", + "breakpointsViewIcon", + "loadedScriptsViewIcon", + "debugBreakpoint", + "debugBreakpointDisabled", + "debugBreakpointUnverified", + "debugBreakpointFunction", + "debugBreakpointFunctionDisabled", + "debugBreakpointFunctionUnverified", + "debugBreakpointConditional", + "debugBreakpointConditionalDisabled", + "debugBreakpointConditionalUnverified", + "debugBreakpointData", + "debugBreakpointDataDisabled", + "debugBreakpointDataUnverified", + "debugBreakpointLog", + "debugBreakpointLogDisabled", + "debugBreakpointLogUnverified", + "debugBreakpointHint", + "debugBreakpointUnsupported", + "debugStackframe", + "debugStackframeFocused", + "debugGripper", + "debugRestartFrame", + "debugStop", + "debugDisconnect", + "debugRestart", + "debugStepOver", + "debugStepInto", + "debugStepOut", + "debugStepBack", + "debugPause", + "debugContinue", + "debugReverseContinue", + "debugRun", + "debugStart", + "debugConfigure", + "debugConsole", + "debugRemoveConfig", + "debugCollapseAll", + "callstackViewSession", + "debugConsoleClearAll", + "watchExpressionsRemoveAll", + "watchExpressionRemove", + "watchExpressionsAdd", + "watchExpressionsAddFuncBreakpoint", + "breakpointsRemoveAll", + "breakpointsActivate", + "debugConsoleEvaluationInput", + "debugConsoleEvaluationPrompt", + "debugInspectMemory" + ], + "vs/workbench/contrib/debug/browser/debugQuickAccess": [ + "noDebugResults", + "customizeLaunchConfig", + { + "key": "contributed", + "comment": [ + "contributed is lower case because it looks better like that in UI. Nothing preceeds it. It is a name of the grouping of debug configurations." + ] + }, + "removeLaunchConfig", + { + "key": "providerAriaLabel", + "comment": [ + "Placeholder stands for the provider label. For example \"NodeJS\"." + ] + }, + "configure", + "addConfigTo", + "addConfiguration" ], "vs/workbench/contrib/debug/browser/debugService": [ "1activeSession", @@ -10691,36 +10911,16 @@ "breakpointAdded", "breakpointRemoved" ], - "vs/workbench/contrib/debug/browser/debugQuickAccess": [ - "noDebugResults", - "customizeLaunchConfig", - { - "key": "contributed", - "comment": [ - "contributed is lower case because it looks better like that in UI. Nothing preceeds it. It is a name of the grouping of debug configurations." - ] - }, - "removeLaunchConfig", - { - "key": "providerAriaLabel", - "comment": [ - "Placeholder stands for the provider label. For example \"NodeJS\"." - ] - }, - "configure", - "addConfigTo", - "addConfiguration" + "vs/workbench/contrib/debug/browser/debugStatus": [ + "status.debug", + "debugTarget", + "selectAndStartDebug" ], "vs/workbench/contrib/debug/browser/debugToolBar": [ "notebook.moreRunActionsLabel", "stepBackDebug", "reverseContinue" ], - "vs/workbench/contrib/debug/browser/debugStatus": [ - "status.debug", - "debugTarget", - "selectAndStartDebug" - ], "vs/workbench/contrib/debug/browser/disassemblyView": [ "instructionNotAvailable", "disassemblyTableColumnLabel", @@ -10781,10 +10981,27 @@ "addWatchExpression", "removeAllWatchExpressions" ], - "vs/workbench/contrib/debug/browser/welcomeView": [ - "run", + "vs/workbench/contrib/debug/common/debugContentProvider": [ + "unable", + "canNotResolveSourceWithError", + "canNotResolveSource" + ], + "vs/workbench/contrib/debug/common/debugLifecycle": [ + "debug.debugSessionCloseConfirmationSingular", + "debug.debugSessionCloseConfirmationPlural", { - "key": "openAFileWhichCanBeDebugged", + "key": "debug.stop", + "comment": [ + "&& denotes a mnemonic" + ] + } + ], + "vs/workbench/contrib/debug/common/disassemblyViewInput": [ + "disassemblyInputName" + ], + "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})\"}" @@ -10806,25 +11023,8 @@ "{Locked=\"](command:{0})\"}" ] }, - "allDebuggersDisabled" - ], - "vs/workbench/contrib/debug/common/debugContentProvider": [ - "unable", - "canNotResolveSourceWithError", - "canNotResolveSource" - ], - "vs/workbench/contrib/debug/common/disassemblyViewInput": [ - "disassemblyInputName" - ], - "vs/workbench/contrib/debug/common/debugLifecycle": [ - "debug.debugSessionCloseConfirmationSingular", - "debug.debugSessionCloseConfirmationPlural", - { - "key": "debug.stop", - "comment": [ - "&& denotes a mnemonic" - ] - } + "allDebuggersDisabled", + "run" ], "vs/workbench/contrib/debug/browser/breakpointWidget": [ "breakpointWidgetLogMessagePlaceholder", @@ -10835,134 +11035,77 @@ "logMessage", "breakpointType" ], - "vs/workbench/contrib/scm/browser/activity": [ - "status.scm", - "scmPendingChangesBadge" - ], - "vs/workbench/contrib/scm/browser/scmViewPaneContainer": [ - "source control" - ], - "vs/workbench/contrib/scm/browser/dirtydiffDecorator": [ - "changes", - "change", - "multiChanges", - "multiChange", - "label.close", - "show previous change", - "show next change", - { - "key": "miGotoNextChange", - "comment": [ - "&& denotes a mnemonic" - ] - }, - { - "key": "miGotoPreviousChange", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "move to previous change", - "move to next change", - "editorGutterModifiedBackground", - "editorGutterAddedBackground", - "editorGutterDeletedBackground", - "minimapGutterModifiedBackground", - "minimapGutterAddedBackground", - "minimapGutterDeletedBackground", - "overviewRulerModifiedForeground", - "overviewRulerAddedForeground", - "overviewRulerDeletedForeground" - ], - "vs/workbench/contrib/scm/browser/scmRepositoriesViewPane": [ - "scm" - ], - "vs/workbench/contrib/workspace/common/workspace": [ - "workspaceTrustEnabledCtx", - "workspaceTrustedCtx" - ], - "vs/workbench/contrib/scm/browser/scmViewPane": [ - "scm", - "input", - "sortAction", - "repositories", - "setListViewMode", - "setTreeViewMode", - "repositorySortByDiscoveryTime", - "repositorySortByName", - "repositorySortByPath", - "sortChangesByName", - "sortChangesByPath", - "sortChangesByStatus", - "collapse all", - "expand all", - "label.close", - "scm.providerBorder" + "vs/platform/actions/browser/menuEntryActionViewItem": [ + "titleAndKb", + "titleAndKb", + "titleAndKbAndAlt" ], - "vs/workbench/contrib/scm/browser/scmSyncViewPane": [ - "scmSync", - "incoming", - "outgoing", - "refresh", - "setListViewMode", - "setTreeViewMode" + "vs/workbench/contrib/debug/browser/debugActionViewItems": [ + "debugLaunchConfigurations", + "noConfigurations", + "addConfigTo", + "addConfiguration", + "debugSession" ], - "vs/workbench/contrib/debug/browser/exceptionWidget": [ - "debugExceptionWidgetBorder", - "debugExceptionWidgetBackground", - "exceptionThrownWithId", - "exceptionThrown", - "close" + "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/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", + "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": "variableAriaLabel", + "key": "mergeEditor.acceptMerge.unhandledConflicts.accept", "comment": [ - "Do not translate placeholders. Placeholders are name and value of a variable." + "&& denotes a mnemonic" ] } ], - "vs/workbench/contrib/debug/common/debugModel": [ - "invalidVariableAttributes", - "startDebugFirst", - "notAvailable", - { - "key": "pausedOn", - "comment": [ - "indicates reason for program being paused" - ] - }, - "paused", - { - "key": "running", - "comment": [ - "indicates state" - ] - }, - "breakpointDirtydHover" + "vs/workbench/contrib/mergeEditor/browser/mergeEditorInput": [ + "name" + ], + "vs/workbench/contrib/mergeEditor/browser/view/mergeEditor": [ + "mergeEditor" ], "vs/platform/history/browser/contextScopedHistoryWidget": [ "suggestWidgetVisible" ], - "vs/workbench/contrib/debug/browser/debugActionViewItems": [ - "debugLaunchConfigurations", - "noConfigurations", - "addConfigTo", - "addConfiguration", - "debugSession" - ], - "vs/platform/actions/browser/menuEntryActionViewItem": [ - "titleAndKb", - "titleAndKb", - "titleAndKbAndAlt" - ], "vs/workbench/contrib/debug/browser/linkDetector": [ "followForwardedLink", "followLink", @@ -10971,9 +11114,6 @@ "fileLinkMac", "fileLink" ], - "vs/workbench/contrib/debug/common/replModel": [ - "consoleCleared" - ], "vs/workbench/contrib/debug/browser/replViewer": [ "debugConsole", "replVariableAriaLabel", @@ -10986,6 +11126,9 @@ "replRawObjectAriaLabel", "replGroup" ], + "vs/workbench/contrib/debug/common/replModel": [ + "consoleCleared" + ], "vs/workbench/contrib/markers/browser/markersView": [ "showing filtered problems", "No problems filtered", @@ -11002,7 +11145,6 @@ "problems.panel.configuration.compareOrder", "problems.panel.configuration.compareOrder.severity", "problems.panel.configuration.compareOrder.position", - "markers.panel.title.problems", "markers.panel.no.problems.build", "markers.panel.no.problems.activeFile.build", "markers.panel.no.problems.filters", @@ -11039,72 +11181,46 @@ "problems.tree.aria.label.marker", "problems.tree.aria.label.marker.nosource", "problems.tree.aria.label.relatedinfo.message", - "errors.warnings.show.label" + "errors.warnings.show.label", + "markers.panel.title.problems" ], "vs/workbench/browser/parts/views/viewFilter": [ "more filters" ], - "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/markers/browser/markersFileDecorations": [ "label", "tooltip.1", "tooltip.N", "markers.showOnFile" ], - "vs/workbench/contrib/mergeEditor/browser/mergeEditorInput": [ - "name" + "vs/workbench/contrib/url/browser/trustedDomains": [ + "trustedDomain.manageTrustedDomain", + "trustedDomain.trustDomain", + "trustedDomain.trustAllPorts", + "trustedDomain.trustSubDomain", + "trustedDomain.trustAllDomains", + "trustedDomain.manageTrustedDomains" ], - "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/view/mergeEditor": [ - "mergeEditor" + "vs/workbench/contrib/url/browser/trustedDomainsValidator": [ + "openExternalLinkAt", + { + "key": "open", + "comment": [ + "&& denotes a mnemonic" + ] + }, + { + "key": "copy", + "comment": [ + "&& denotes a mnemonic" + ] + }, + { + "key": "configureTrustedDomains", + "comment": [ + "&& denotes a mnemonic" + ] + } ], "vs/workbench/contrib/comments/common/commentContextKeys": [ "hasCommentingRange", @@ -11117,14 +11233,6 @@ "commentController", "commentFocused" ], - "vs/workbench/contrib/url/browser/trustedDomains": [ - "trustedDomain.manageTrustedDomain", - "trustedDomain.trustDomain", - "trustedDomain.trustAllPorts", - "trustedDomain.trustSubDomain", - "trustedDomain.trustAllDomains", - "trustedDomain.manageTrustedDomains" - ], "vs/workbench/contrib/comments/browser/commentsEditorContribution": [ "comments.nextCommentingRange", "comments.previousCommentingRange", @@ -11135,27 +11243,6 @@ "comments.expandAll", "comments.expandUnresolved" ], - "vs/workbench/contrib/url/browser/trustedDomainsValidator": [ - "openExternalLinkAt", - { - "key": "open", - "comment": [ - "&& denotes a mnemonic" - ] - }, - { - "key": "copy", - "comment": [ - "&& denotes a mnemonic" - ] - }, - { - "key": "configureTrustedDomains", - "comment": [ - "&& denotes a mnemonic" - ] - } - ], "vs/workbench/contrib/webviewPanel/browser/webviewCommands": [ "editor.action.webvieweditor.showFind", "editor.action.webvieweditor.hideFind", @@ -11166,11 +11253,8 @@ "vs/workbench/contrib/webviewPanel/browser/webviewEditor": [ "context.activeWebviewId" ], - "vs/workbench/contrib/externalUriOpener/common/externalUriOpenerService": [ - "selectOpenerDefaultLabel.web", - "selectOpenerDefaultLabel", - "selectOpenerConfigureTitle", - "selectOpenerPlaceHolder" + "vs/workbench/contrib/customEditor/common/customEditor": [ + "context.customEditor" ], "vs/workbench/contrib/externalUriOpener/common/configuration": [ "externalUriOpeners", @@ -11178,148 +11262,56 @@ "externalUriOpeners.uri", "externalUriOpeners.defaultId" ], - "vs/workbench/contrib/customEditor/common/customEditor": [ - "context.customEditor" + "vs/workbench/contrib/externalUriOpener/common/externalUriOpenerService": [ + "selectOpenerDefaultLabel.web", + "selectOpenerDefaultLabel", + "selectOpenerConfigureTitle", + "selectOpenerPlaceHolder" ], "vs/workbench/contrib/extensions/common/extensionsInput": [ "extensionsInputName" ], - "vs/workbench/contrib/extensions/common/extensionsUtils": [ - "disableOtherKeymapsConfirmation", - "yes", - "no" - ], - "vs/workbench/contrib/extensions/browser/extensionEditor": [ - "extension version", - "preRelease", - "name", - "preview", - "preview", - "builtin", - "publisher", - "install count", - "rating", - "details", - "detailstooltip", - "contributions", - "contributionstooltip", - "changelog", - "changelogtooltip", - "dependencies", - "dependenciestooltip", - "extensionpack", - "extensionpacktooltip", - "runtimeStatus", - "runtimeStatus description", - "noReadme", - "Readme title", - "extension pack", - "noReadme", - "Readme title", - "categories", - "Marketplace", - "repository", - "license", - "resources", - "Marketplace Info", - "published", - "last released", - "last updated", - "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/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/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/extensionsActivationProgress": [ - "activation" + "vs/workbench/contrib/extensions/browser/extensionsIcons": [ + "extensionsViewIcon", + "manageExtensionIcon", + "clearSearchResultsIcon", + "refreshIcon", + "filterIcon", + "installLocalInRemoteIcon", + "installWorkspaceRecommendedIcon", + "configureRecommendedIcon", + "syncEnabledIcon", + "syncIgnoredIcon", + "remoteIcon", + "installCountIcon", + "ratingIcon", + "verifiedPublisher", + "preReleaseIcon", + "sponsorIcon", + "starFullIcon", + "starHalfIcon", + "starEmptyIcon", + "errorIcon", + "warningIcon", + "infoIcon", + "trustIcon", + "activationtimeIcon" ], - "vs/workbench/contrib/extensions/browser/extensionsDependencyChecker": [ - "extensions", - "auto install missing deps", - "finished installing missing deps", - "reload", - "no missing deps" + "vs/platform/dnd/browser/dnd": [ + "fileTooLarge" ], "vs/workbench/contrib/extensions/browser/extensionsActions": [ "VS Code for Web", @@ -11501,12 +11493,202 @@ "extensionButtonProminentForeground", "extensionButtonProminentHoverBackground" ], - "vs/workbench/contrib/extensions/browser/extensionsQuickAccess": [ - "type", - "searchFor", - "install", - "manage" - ], + "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" + ], + "vs/workbench/contrib/extensions/browser/extensionEditor": [ + "extension version", + "preRelease", + "name", + "preview", + "preview", + "builtin", + "publisher", + "install count", + "rating", + "details", + "detailstooltip", + "contributions", + "contributionstooltip", + "changelog", + "changelogtooltip", + "dependencies", + "dependenciestooltip", + "extensionpack", + "extensionpacktooltip", + "runtimeStatus", + "runtimeStatus description", + "noReadme", + "Readme title", + "extension pack", + "noReadme", + "Readme title", + "categories", + "Marketplace", + "repository", + "license", + "resources", + "Marketplace Info", + "published", + "last released", + "last updated", + "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/browser/extensionsActivationProgress": [ + "activation" + ], + "vs/workbench/contrib/extensions/browser/extensionsDependencyChecker": [ + "extensions", + "auto install missing deps", + "finished installing missing deps", + "reload", + "no missing deps" + ], + "vs/workbench/contrib/extensions/browser/extensionsQuickAccess": [ + "type", + "searchFor", + "install", + "manage" + ], "vs/workbench/contrib/extensions/browser/extensionRecommendationNotificationService": [ "neverShowAgain", "ignoreExtensionRecommendations", @@ -11533,9 +11715,6 @@ "install and do no sync", "show recommendations" ], - "vs/workbench/contrib/extensions/browser/extensionEnablementWorkspaceTrustTransitionParticipant": [ - "restartExtensionHost.reason" - ], "vs/workbench/contrib/extensions/browser/extensionsWorkbenchService": [ "Manifest is not found", "postUninstallTooltip", @@ -11558,31 +11737,13 @@ "twoDependentsError", "multipleDependentsError" ], - "vs/workbench/contrib/extensions/browser/extensionsIcons": [ - "extensionsViewIcon", - "manageExtensionIcon", - "clearSearchResultsIcon", - "refreshIcon", - "filterIcon", - "installLocalInRemoteIcon", - "installWorkspaceRecommendedIcon", - "configureRecommendedIcon", - "syncEnabledIcon", - "syncIgnoredIcon", - "remoteIcon", - "installCountIcon", - "ratingIcon", - "verifiedPublisher", - "preReleaseIcon", - "sponsorIcon", - "starFullIcon", - "starHalfIcon", - "starEmptyIcon", - "errorIcon", - "warningIcon", - "infoIcon", - "trustIcon", - "activationtimeIcon" + "vs/workbench/contrib/extensions/browser/extensionsCompletionItemsProvider": [ + "exampleExtension" + ], + "vs/workbench/contrib/extensions/browser/deprecatedExtensionsChecker": [ + "deprecated extensions", + "showDeprecated", + "neverShowAgain" ], "vs/workbench/contrib/extensions/browser/abstractRuntimeExtensionsEditor": [ { @@ -11635,88 +11796,6 @@ "disable", "showRuntimeExtensions" ], - "vs/workbench/contrib/extensions/browser/extensionsCompletionItemsProvider": [ - "exampleExtension" - ], - "vs/workbench/contrib/extensions/browser/deprecatedExtensionsChecker": [ - "deprecated extensions", - "showDeprecated", - "neverShowAgain" - ], - "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/workbench/contrib/terminal/browser/terminal.contribution": [ - "tasksQuickAccessPlaceholder", - "tasksQuickAccessHelp", - "terminal", - "terminal", - { - "key": "miToggleIntegratedTerminal", - "comment": [ - "&& denotes a mnemonic" - ] - } - ], - "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/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/environmentChanges/browser/terminal.environmentChanges.contribution": [ - "workbench.action.terminal.showEnvironmentContributions", - "envChanges", - "extension", - "ScopedEnvironmentContributionInfo" - ], - "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/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/quickFix/browser/terminal.quickFix.contribution": [ - "workbench.action.terminal.showQuickFixes" - ], - "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", @@ -11787,6 +11866,11 @@ "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_v2": [ "JsonSchema.shell", "JsonSchema.tasks.isShellCommand.deprecated", @@ -11871,16 +11955,8 @@ "JsonSchema.mac", "JsonSchema.linux" ], - "vs/workbench/contrib/tasks/browser/tasksQuickAccess": [ - "noTaskResults", - "TaskService.pickRunTask" - ], - "vs/workbench/contrib/tasks/common/taskDefinitionRegistry": [ - "TaskDefinition.description", - "TaskDefinition.properties", - "TaskDefinition.when", - "TaskTypeConfiguration.noType", - "TaskDefinitionExtPoint" + "vs/workbench/contrib/extensions/browser/extensionEnablementWorkspaceTrustTransitionParticipant": [ + "restartExtensionHost.reason" ], "vs/workbench/contrib/tasks/common/jsonSchema_v1": [ "JsonSchema.version.deprecated", @@ -11892,25 +11968,27 @@ "JsonSchema.linux", "JsonSchema.shell" ], + "vs/workbench/contrib/tasks/browser/tasksQuickAccess": [ + "noTaskResults", + "TaskService.pickRunTask" + ], + "vs/workbench/contrib/tasks/common/taskDefinitionRegistry": [ + "TaskDefinition.description", + "TaskDefinition.properties", + "TaskDefinition.when", + "TaskTypeConfiguration.noType", + "TaskDefinitionExtPoint" + ], "vs/workbench/contrib/remote/browser/tunnelFactory": [ "tunnelPrivacy.private", "tunnelPrivacy.public" ], "vs/workbench/contrib/remote/browser/remote": [ - "getStartedWalkthrough.id", - "RemoteHelpInformationExtPoint", - "RemoteHelpInformationExtPoint.getStarted", - "RemoteHelpInformationExtPoint.documentation", - "RemoteHelpInformationExtPoint.feedback", - "RemoteHelpInformationExtPoint.feedback.deprecated", - "RemoteHelpInformationExtPoint.reportIssue", - "RemoteHelpInformationExtPoint.issues", "remote.help.getStarted", "remote.help.documentation", "remote.help.issues", "remote.help.report", "pickRemoteExtension", - "remote.help", "remotehelp", "remote.explorer", "remote.explorer", @@ -11926,16 +12004,8 @@ "comment": [ "&& denotes a mnemonic" ] - } - ], - "vs/workbench/contrib/emmet/browser/actions/expandAbbreviation": [ - "expandAbbreviationAction", - { - "key": "miEmmetExpandAbbreviation", - "comment": [ - "&& denotes a mnemonic" - ] - } + }, + "remote.help" ], "vs/workbench/contrib/remote/browser/remoteIndicator": [ "remote.category", @@ -11982,97 +12052,15 @@ "remoteActions", "remote.startActions.installingExtension" ], - "vs/workbench/contrib/format/browser/formatActionsNone": [ - "formatDocument.label.multiple", - "too.large", - "no.provider", + "vs/workbench/contrib/emmet/browser/actions/expandAbbreviation": [ + "expandAbbreviationAction", { - "key": "install.formatter", + "key": "miEmmetExpandAbbreviation", "comment": [ "&& denotes a mnemonic" ] } ], - "vs/workbench/contrib/format/browser/formatModified": [ - "formatChanges" - ], - "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": [ - "&& denotes a mnemonic" - ] - }, - "new.global_scope", - "new.global", - "new.workspace_scope", - "new.folder", - "group.global", - "new.global.sep", - "new.global.sep", - "openSnippet.pickLanguage" - ], - "vs/workbench/contrib/format/browser/formatActionsMultiple": [ - "null", - "nullFormatterDescription", - "miss", - "config.needed", - "config.bad", - "miss.1", - { - "key": "do.config", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "do.config.notification", - "select", - "do.config.command", - "summary", - "formatter", - "formatter.default", - "def", - "config", - "format.placeHolder", - "select", - "formatDocument.label.multiple", - "formatSelection.label.multiple" - ], - "vs/workbench/contrib/snippets/browser/commands/fileTemplateSnippets": [ - "label", - "placeholder" - ], - "vs/workbench/contrib/snippets/browser/commands/surroundWithSnippet": [ - "label" - ], - "vs/workbench/contrib/snippets/browser/commands/insertSnippet": [ - "snippet.suggestions.label" - ], - "vs/workbench/contrib/snippets/browser/snippetCodeActionProvider": [ - "codeAction", - "overflow.start.title", - "title" - ], - "vs/workbench/contrib/snippets/browser/snippetsService": [ - "invalid.path.0", - "invalid.language.0", - "invalid.language", - "invalid.path.1", - "vscode.extension.contributes.snippets", - "vscode.extension.contributes.snippets-language", - "vscode.extension.contributes.snippets-path", - "badVariableUse", - "badFile" - ], "vs/workbench/contrib/codeEditor/browser/accessibility/accessibility": [ "toggleScreenReaderMode" ], @@ -12102,11 +12090,6 @@ "inspectEditorTokens", "inspectTMScopesWidget.loading" ], - "vs/workbench/contrib/codeEditor/browser/quickaccess/gotoLineQuickAccess": [ - "gotoLine", - "gotoLineQuickAccessPlaceholder", - "gotoLineQuickAccess" - ], "vs/workbench/contrib/codeEditor/browser/saveParticipants": [ { "key": "formatting2", @@ -12141,14 +12124,10 @@ ] } ], - "vs/workbench/contrib/codeEditor/browser/toggleRenderWhitespace": [ - "toggleRenderWhitespace", - { - "key": "miToggleRenderWhitespace", - "comment": [ - "&& denotes a mnemonic" - ] - } + "vs/workbench/contrib/codeEditor/browser/quickaccess/gotoLineQuickAccess": [ + "gotoLine", + "gotoLineQuickAccessPlaceholder", + "gotoLineQuickAccess" ], "vs/workbench/contrib/codeEditor/browser/toggleMultiCursorModifier": [ "toggleLocation", @@ -12165,6 +12144,15 @@ ] } ], + "vs/workbench/contrib/codeEditor/browser/toggleRenderWhitespace": [ + "toggleRenderWhitespace", + { + "key": "miToggleRenderWhitespace", + "comment": [ + "&& denotes a mnemonic" + ] + } + ], "vs/workbench/contrib/codeEditor/browser/toggleWordWrap": [ "editorWordWrap", "toggle.wordwrap", @@ -12196,46 +12184,137 @@ "defaultHintAriaLabel", "disableHint" ], - "vs/workbench/contrib/update/browser/update": [ - "update.noReleaseNotesOnline", - "read the release notes", - "releaseNotes", - "update service disabled", - "learn more", - "updateIsReady", - "checkingForUpdates", - "downloading", - "updating", - "update service", - "noUpdatesAvailable", - "thereIsUpdateAvailable", - "download update", - "later", - "releaseNotes", - "updateAvailable", - "installUpdate", - "later", - "releaseNotes", - "updateNow", - "later", - "releaseNotes", - "updateAvailableAfterRestart", - "checkForUpdates", - "checkingForUpdates", - "download update_1", - "DownloadingUpdate", - "installUpdate...", - "installingUpdate", - "showUpdateReleaseNotes", - "restartToUpdate", - "switchToInsiders", - "switchToStable", - "relaunchMessage", - "relaunchDetailInsiders", - "relaunchDetailStable", - { - "key": "reload", - "comment": [ + "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": [ + "&& denotes a mnemonic" + ] + }, + "new.global_scope", + "new.global", + "new.workspace_scope", + "new.folder", + "group.global", + "new.global.sep", + "new.global.sep", + "openSnippet.pickLanguage" + ], + "vs/workbench/contrib/snippets/browser/commands/fileTemplateSnippets": [ + "label", + "placeholder" + ], + "vs/workbench/contrib/snippets/browser/commands/insertSnippet": [ + "snippet.suggestions.label" + ], + "vs/workbench/contrib/snippets/browser/commands/surroundWithSnippet": [ + "label" + ], + "vs/workbench/contrib/snippets/browser/snippetCodeActionProvider": [ + "codeAction", + "overflow.start.title", + "title" + ], + "vs/workbench/contrib/snippets/browser/snippetsService": [ + "invalid.path.0", + "invalid.language.0", + "invalid.language", + "invalid.path.1", + "vscode.extension.contributes.snippets", + "vscode.extension.contributes.snippets-language", + "vscode.extension.contributes.snippets-path", + "badVariableUse", + "badFile" + ], + "vs/workbench/contrib/format/browser/formatActionsNone": [ + "formatDocument.label.multiple", + "too.large", + "no.provider", + { + "key": "install.formatter", + "comment": [ + "&& denotes a mnemonic" + ] + } + ], + "vs/workbench/contrib/format/browser/formatActionsMultiple": [ + "null", + "nullFormatterDescription", + "miss", + "config.needed", + "config.bad", + "miss.1", + { + "key": "do.config", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "do.config.notification", + "select", + "do.config.command", + "summary", + "formatter", + "formatter.default", + "def", + "config", + "format.placeHolder", + "select", + "formatDocument.label.multiple", + "formatSelection.label.multiple" + ], + "vs/workbench/contrib/format/browser/formatModified": [ + "formatChanges" + ], + "vs/workbench/contrib/update/browser/update": [ + "update.noReleaseNotesOnline", + "read the release notes", + "releaseNotes", + "update service disabled", + "learn more", + "updateIsReady", + "checkingForUpdates", + "downloading", + "updating", + "update service", + "noUpdatesAvailable", + "thereIsUpdateAvailable", + "download update", + "later", + "releaseNotes", + "updateAvailable", + "installUpdate", + "later", + "releaseNotes", + "updateNow", + "later", + "releaseNotes", + "updateAvailableAfterRestart", + "checkForUpdates", + "checkingForUpdates", + "download update_1", + "DownloadingUpdate", + "installUpdate...", + "installingUpdate", + "showUpdateReleaseNotes", + "restartToUpdate", + "switchToInsiders", + "switchToStable", + "relaunchMessage", + "relaunchDetailInsiders", + "relaunchDetailStable", + { + "key": "reload", + "comment": [ "&& denotes a mnemonic" ] }, @@ -12261,19 +12340,6 @@ "welcome.displayName", "startupPage.markdownPreviewError" ], - "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedIcons": [ - "gettingStartedUnchecked", - "gettingStartedChecked" - ], - "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedService": [ - "builtin", - "developer", - "resetWelcomePageWalkthroughProgress" - ], - "vs/workbench/contrib/welcomeWalkthrough/browser/walkThroughPart": [ - "walkThrough.unboundCommand", - "walkThrough.gitNotFound" - ], "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted": [ "welcomeAriaLabel", "pickWalkthroughs", @@ -12322,6 +12388,19 @@ ] } ], + "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedService": [ + "builtin", + "developer", + "resetWelcomePageWalkthroughProgress" + ], + "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedIcons": [ + "gettingStartedUnchecked", + "gettingStartedChecked" + ], + "vs/workbench/contrib/welcomeWalkthrough/browser/walkThroughPart": [ + "walkThrough.unboundCommand", + "walkThrough.gitNotFound" + ], "vs/workbench/contrib/welcomeWalkthrough/browser/editor/editorWalkThrough": [ "editorWalkThrough.title", "editorWalkThrough" @@ -12339,11 +12418,12 @@ "contributes.viewsWelcome.view.group", "contributes.viewsWelcome.view.enablement" ], - "vs/workbench/contrib/codeEditor/browser/outline/documentSymbolsTree": [ - "title.template", - "1.problem", - "N.problem", - "deep.problem" + "vs/workbench/contrib/callHierarchy/browser/callHierarchyPeek": [ + "callFrom", + "callsTo", + "title.loading", + "empt.callsFrom", + "empt.callsTo" ], "vs/workbench/contrib/typeHierarchy/browser/typeHierarchyPeek": [ "supertypes", @@ -12352,12 +12432,11 @@ "empt.supertypes", "empt.subtypes" ], - "vs/workbench/contrib/callHierarchy/browser/callHierarchyPeek": [ - "callFrom", - "callsTo", - "title.loading", - "empt.callsFrom", - "empt.callsTo" + "vs/workbench/contrib/codeEditor/browser/outline/documentSymbolsTree": [ + "title.template", + "1.problem", + "N.problem", + "deep.problem" ], "vs/workbench/contrib/outline/browser/outlinePane": [ "no-editor", @@ -12373,42 +12452,6 @@ "sortByName", "sortByKind" ], - "vs/workbench/contrib/userDataProfile/browser/userDataProfileActions": [ - "create temporary profile", - "rename profile", - "select profile to rename", - "profileExists", - "current", - "rename specific profile", - "pick profile to rename", - "mange", - "cleanup profile", - "reset workspaces" - ], - "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" - ], "vs/workbench/contrib/userDataSync/browser/userDataSync": [ "stop sync", "configure sync", @@ -12498,41 +12541,41 @@ "download sync activity complete", "workbench.actions.syncData.reset" ], - "vs/workbench/contrib/editSessions/common/editSessions": [ - "cloud changes", - "cloud changes", - "editSessionViewIcon" + "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" ], - "vs/workbench/contrib/editSessions/common/editSessionsLogService": [ - "cloudChangesLog" - ], - "vs/workbench/contrib/editSessions/browser/editSessionsStorageService": [ - "choose account read placeholder", - "choose account placeholder", - "signed in", - "others", - "sign in using account", - "sign in", - "sign in badge", - "reset auth.v3", - "sign out of cloud changes clear data prompt", - "delete all cloud changes" - ], - "vs/workbench/contrib/editSessions/browser/editSessionsViews": [ - "noStoredChanges", - "storeWorkingChangesTitle", - "workbench.editSessions.actions.resume.v2", - "workbench.editSessions.actions.store.v2", - "workbench.editSessions.actions.delete.v2", - "confirm delete.v2", - "confirm delete detail.v2", - "workbench.editSessions.actions.deleteAll", - "confirm delete all", - "confirm delete all detail", - "compare changes", - "local copy", - "cloud changes", - "open file" + "vs/workbench/contrib/userDataProfile/browser/userDataProfileActions": [ + "create temporary profile", + "rename profile", + "select profile to rename", + "profileExists", + "current", + "rename specific profile", + "pick profile to rename", + "mange", + "cleanup profile", + "reset workspaces" ], "vs/workbench/contrib/codeActions/common/codeActionsExtensionPoint": [ "contributes.codeActions", @@ -12562,7 +12605,6 @@ "vs/workbench/contrib/timeline/browser/timelinePane": [ "timeline.loadingMore", "timeline.loadMore", - "timeline", "timeline.editorCannotProvideTimeline", "timeline.noTimelineSourcesEnabled", "timeline.noLocalHistoryYet", @@ -12581,6 +12623,7 @@ "timeline.toggleFollowActiveEditorCommand.follow", "timeline", "timeline.toggleFollowActiveEditorCommand.unfollow", + "timeline", "timeline" ], "vs/workbench/contrib/localHistory/browser/localHistoryTimeline": [ @@ -12636,14 +12679,41 @@ "localHistoryCompareToFileEditorLabel", "localHistoryCompareToPreviousEditorLabel" ], - "vs/workbench/services/workspaces/browser/workspaceTrustEditorInput": [ - "workspaceTrustEditorInputName" + "vs/workbench/contrib/editSessions/common/editSessions": [ + "cloud changes", + "editSessionViewIcon", + "cloud changes" ], - "vs/workbench/contrib/audioCues/browser/commands": [ - "audioCues.help", - "disabled", - "audioCues.help.settings", - "audioCues.help.placeholder" + "vs/workbench/contrib/editSessions/common/editSessionsLogService": [ + "cloudChangesLog" + ], + "vs/workbench/contrib/editSessions/browser/editSessionsStorageService": [ + "choose account read placeholder", + "choose account placeholder", + "signed in", + "others", + "sign in using account", + "sign in", + "sign in badge", + "reset auth.v3", + "sign out of cloud changes clear data prompt", + "delete all cloud changes" + ], + "vs/workbench/contrib/editSessions/browser/editSessionsViews": [ + "noStoredChanges", + "storeWorkingChangesTitle", + "workbench.editSessions.actions.resume.v2", + "workbench.editSessions.actions.store.v2", + "workbench.editSessions.actions.delete.v2", + "confirm delete.v2", + "confirm delete detail.v2", + "workbench.editSessions.actions.deleteAll", + "confirm delete all", + "confirm delete all detail", + "compare changes", + "local copy", + "cloud changes", + "open file" ], "vs/workbench/contrib/workspace/browser/workspaceTrustEditor": [ "shieldIcon", @@ -12749,6 +12819,9 @@ "untrustedFolderReason", "trustedForcedReason" ], + "vs/workbench/services/workspaces/browser/workspaceTrustEditorInput": [ + "workspaceTrustEditorInputName" + ], "vs/workbench/contrib/accessibility/browser/accessibilityConfiguration": [ "accessibilityConfigurationTitle", "verbosity.terminal.description", @@ -12762,8 +12835,22 @@ "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" + "dimUnfocusedOpacity", + "accessibility.hideAccessibleView" + ], + "vs/workbench/contrib/accessibility/browser/accessibleNotificationService": [ + "cleared", + "saved", + "formatted" ], "vs/workbench/contrib/accessibility/browser/accessibilityStatus": [ "screenReaderDetectedExplanation.question", @@ -12772,6 +12859,12 @@ "screenReaderDetected", "status.editor.screenReaderMode" ], + "vs/workbench/contrib/audioCues/browser/commands": [ + "audioCues.help", + "disabled", + "audioCues.help.settings", + "audioCues.help.placeholder" + ], "vs/workbench/contrib/share/browser/shareService": [ "shareProviderCount", "type to filter" @@ -12782,6 +12875,11 @@ "notificationsToolbar", "notificationsCenterWidgetAriaLabel" ], + "vs/workbench/browser/parts/notifications/notificationsAlerts": [ + "alertErrorMessage", + "alertWarningMessage", + "alertInfoMessage" + ], "vs/workbench/browser/parts/notifications/notificationsStatus": [ "status.notifications", "status.notifications", @@ -12817,6 +12915,10 @@ }, "status.message" ], + "vs/workbench/browser/parts/notifications/notificationsToasts": [ + "notificationAriaLabel", + "notificationWithSourceAriaLabel" + ], "vs/workbench/browser/parts/notifications/notificationsCommands": [ "notifications", "showNotifications", @@ -12826,15 +12928,6 @@ "toggleDoNotDisturbMode", "focusNotificationToasts" ], - "vs/workbench/browser/parts/notifications/notificationsToasts": [ - "notificationAriaLabel", - "notificationWithSourceAriaLabel" - ], - "vs/workbench/browser/parts/notifications/notificationsAlerts": [ - "alertErrorMessage", - "alertWarningMessage", - "alertInfoMessage" - ], "vs/workbench/services/configuration/common/configurationEditing": [ "fsError", "openTasksConfiguration", @@ -12879,9 +12972,6 @@ "workspaceTarget", "folderTarget" ], - "vs/workbench/common/editor/textEditorModel": [ - "languageAutoDetected" - ], "vs/workbench/services/textfile/common/textFileEditorModelManager": [ { "key": "genericSaveError", @@ -12890,6 +12980,9 @@ ] } ], + "vs/workbench/common/editor/textEditorModel": [ + "languageAutoDetected" + ], "vs/workbench/browser/parts/titlebar/titlebarPart": [ "focusTitleBar", "toggle.commandCenter", @@ -12915,24 +13008,25 @@ "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/services/extensions/common/extensionHostManager": [ - "measureExtHostLatency" - ], - "vs/workbench/contrib/extensions/common/reportExtensionIssueAction": [ - "reportExtensionIssue" - ], "vs/workbench/contrib/localization/common/localizationsActions": [ - "configureLocale", "chooseLocale", "installed", "available", "moreInfo", - "clearDisplayLanguage" + "clearDisplayLanguage", + "configureLocale", + "configureLocaleDescription" + ], + "vs/workbench/contrib/extensions/common/reportExtensionIssueAction": [ + "reportExtensionIssue" ], "vs/workbench/contrib/extensions/electron-sandbox/extensionsSlowActions": [ "cmd.reportOrShow", @@ -12946,30 +13040,27 @@ "vs/workbench/contrib/terminal/electron-sandbox/terminalRemote": [ "workbench.action.terminal.newLocal" ], - "vs/workbench/contrib/tasks/common/taskTemplates": [ - "dotnetCore", - "msbuild", - "externalCommand", - "Maven" + "vs/workbench/contrib/terminal/browser/baseTerminalBackend": [ + "ptyHostStatus", + "ptyHostStatus.short", + "nonResponsivePtyHost", + "ptyHostStatus.ariaLabel" ], - "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/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/taskConfiguration": [ "ConfigurationParser.invalidCWD", @@ -12994,27 +13085,30 @@ ] } ], - "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/terminal/browser/baseTerminalBackend": [ - "ptyHostStatus", - "ptyHostStatus.short", - "nonResponsivePtyHost", - "ptyHostStatus.ariaLabel" + "vs/workbench/contrib/tasks/common/taskTemplates": [ + "dotnetCore", + "msbuild", + "externalCommand", + "Maven" ], - "vs/workbench/contrib/localHistory/browser/localHistory": [ - "localHistoryIcon", - "localHistoryRestore" + "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/debug/common/abstractDebugAdapter": [ "timeout" @@ -13213,6 +13307,9 @@ "terminal.integrated.defaultProfile.osx", "terminal.integrated.defaultProfile.windows" ], + "vs/base/browser/ui/findinput/findInput": [ + "defaultLabel" + ], "vs/base/browser/ui/inputbox/inputBox": [ "alertErrorMessage", "alertWarningMessage", @@ -13225,14 +13322,6 @@ }, "clearedInput" ], - "vs/base/browser/ui/findinput/findInput": [ - "defaultLabel" - ], - "vs/editor/contrib/codeAction/browser/lightBulbWidget": [ - "preferredcodeActionWithKb", - "codeActionWithKb", - "codeAction" - ], "vs/editor/contrib/codeAction/browser/codeActionCommands": [ "args.schema.kind", "args.schema.apply", @@ -13268,6 +13357,11 @@ "hideMoreActions", "showMoreActions" ], + "vs/editor/contrib/codeAction/browser/lightBulbWidget": [ + "preferredcodeActionWithKb", + "codeActionWithKb", + "codeAction" + ], "vs/base/browser/ui/actionbar/actionViewItems": [ { "key": "titleLabel", @@ -13299,6 +13393,14 @@ "postDropWidgetTitle", "dropIntoEditorProgress" ], + "vs/editor/contrib/folding/browser/foldingDecorations": [ + "foldBackgroundBackground", + "editorGutter.foldingControlForeground", + "foldingExpandedIcon", + "foldingCollapsedIcon", + "foldingManualCollapedIcon", + "foldingManualExpandedIcon" + ], "vs/editor/contrib/find/browser/findWidget": [ "findSelectionIcon", "findCollapsedIcon", @@ -13328,23 +13430,6 @@ "ariaSearchNoResultWithLineNumNoCurrentMatch", "ctrlEnter.keybindingChanged" ], - "vs/editor/contrib/folding/browser/foldingDecorations": [ - "foldBackgroundBackground", - "editorGutter.foldingControlForeground", - "foldingExpandedIcon", - "foldingCollapsedIcon", - "foldingManualCollapedIcon", - "foldingManualExpandedIcon" - ], - "vs/editor/contrib/format/browser/format": [ - "hint11", - "hintn1", - "hint1n", - "hintnn" - ], - "vs/editor/contrib/inlineCompletions/browser/hoverParticipant": [ - "inlineSuggestionFollows" - ], "vs/editor/contrib/inlineCompletions/browser/commands": [ "action.inlineSuggest.showNext", "action.inlineSuggest.showPrevious", @@ -13358,6 +13443,9 @@ "action.inlineSuggest.hide", "action.inlineSuggest.alwaysShowToolbar" ], + "vs/editor/contrib/inlineCompletions/browser/hoverParticipant": [ + "inlineSuggestionFollows" + ], "vs/editor/contrib/inlineCompletions/browser/inlineCompletionsController": [ "showAccessibleViewHint" ], @@ -13366,11 +13454,6 @@ "labelLoading", "metaTitle.N" ], - "vs/editor/contrib/gotoSymbol/browser/symbolNavigation": [ - "hasSymbols", - "location.kb", - "location" - ], "vs/editor/contrib/gotoSymbol/browser/referencesModel": [ "aria.oneReference", { @@ -13386,6 +13469,11 @@ "aria.result.n1", "aria.result.nm" ], + "vs/editor/contrib/gotoSymbol/browser/symbolNavigation": [ + "hasSymbols", + "location.kb", + "location" + ], "vs/editor/contrib/message/browser/messageController": [ "messageVisible" ], @@ -13405,16 +13493,6 @@ "editorMarkerNavigationInfoHeaderBackground", "editorMarkerNavigationBackground" ], - "vs/editor/contrib/inlayHints/browser/inlayHintsHover": [ - "hint.dbl", - "links.navigate.kb.meta.mac", - "links.navigate.kb.meta", - "links.navigate.kb.alt.mac", - "links.navigate.kb.alt", - "hint.defAndCommand", - "hint.def", - "hint.cmd" - ], "vs/editor/contrib/hover/browser/markdownHoverParticipant": [ "modesContentHover.loading", "stopped rendering", @@ -13440,6 +13518,16 @@ "previous", "next" ], + "vs/editor/contrib/inlayHints/browser/inlayHintsHover": [ + "hint.dbl", + "links.navigate.kb.meta.mac", + "links.navigate.kb.meta", + "links.navigate.kb.alt.mac", + "links.navigate.kb.alt", + "hint.defAndCommand", + "hint.def", + "hint.cmd" + ], "vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [ "wordHighlight", "wordHighlightStrong", @@ -13590,30 +13678,35 @@ "expandAll" ], "vs/workbench/contrib/comments/browser/commentsTreeViewer": [ - "comments.view.title", "commentsCount", "commentCount", "imageWithLabel", "image", "commentLine", "commentRange", - "lastReplyFrom" + "lastReplyFrom", + "comments.view.title" ], "vs/workbench/contrib/testing/common/testResult": [ "runFinished" ], - "vs/workbench/browser/parts/compositeBarActions": [ - "titleKeybinding", - "badgeTitle", - "additionalViews", - "numberBadge", - "manageExtension", - "hide", - "keep", - "hideBadge", - "showBadge", - "toggle", - "toggleBadge" + "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" + ], + "vs/workbench/browser/parts/views/checkbox": [ + "checked", + "unchecked" ], "vs/base/browser/ui/splitview/paneview": [ "viewSection" @@ -13645,7 +13738,6 @@ "tunnelPrivacy.unknown", "tunnelPrivacy.private", "tunnel.focusContext", - "remote.tunnel", "tunnelView", "remote.tunnel.label", "remote.tunnelsView.labelPlaceholder", @@ -13678,7 +13770,8 @@ "remote.tunnel.protocolHttps", "tunnelContext.privacyMenu", "tunnelContext.protocolMenu", - "portWithRunningProcess.foreground" + "portWithRunningProcess.foreground", + "remote.tunnel" ], "vs/workbench/contrib/remote/browser/remoteIcons": [ "getStartedIcon", @@ -13699,13 +13792,6 @@ "forwardedPortWithoutProcessIcon", "forwardedPortWithProcessIcon" ], - "vs/base/browser/ui/tree/treeDefaults": [ - "collapse all" - ], - "vs/workbench/browser/parts/views/checkbox": [ - "checked", - "unchecked" - ], "vs/workbench/browser/parts/editor/textCodeEditor": [ "textEditor" ], @@ -13714,145 +13800,49 @@ "binaryError", "openAnyway" ], - "vs/workbench/browser/parts/activitybar/activitybarActions": [ - "loading", - "authProviderUnavailable", - "manageTrustedExtensions", - "signOut", - "noAccounts", - "hideAccounts", - "manage", - "previousSideBarView", - "nextSideBarView", - "focusActivityBar" - ], - "vs/workbench/browser/parts/compositeBar": [ - "activityBarAriaLabel" + "vs/workbench/browser/parts/paneCompositePart": [ + "pane.emptyMessage", + "moreActions", + "views" ], - "vs/workbench/browser/parts/titlebar/menubarControl": [ - { - "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": "mTerminal", - "comment": [ - "&& denotes a mnemonic" - ] - }, - { - "key": "mHelp", - "comment": [ - "&& denotes a mnemonic" - ] - }, - { - "key": "mPreferences", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "menubar.customTitlebarAccessibilityNotification", - "goToSetting", - "focusMenu", + "vs/workbench/browser/parts/activitybar/activitybarPart": [ + "menu", + "hideMenu", + "activity bar position", + "positionActivityBarSide", { - "key": "checkForUpdates", + "key": "miSideActivityBar", "comment": [ "&& denotes a mnemonic" ] }, - "checkingForUpdates", + "side", + "positionActivityBarTop", { - "key": "download now", + "key": "miTopActivityBar", "comment": [ "&& denotes a mnemonic" ] }, - "DownloadingUpdate", + "top", + "hideActivityBar", { - "key": "installUpdate...", + "key": "miHideActivityBar", "comment": [ "&& denotes a mnemonic" ] }, - "installingUpdate", - { - "key": "restartToUpdate", - "comment": [ - "&& denotes a mnemonic" - ] - } - ], - "vs/workbench/browser/parts/compositePart": [ - "ariaCompositeToolbarLabel", - "viewsAndMoreActions", - "titleTooltip" + "hide", + "positionActivituBar", + "positionActivituBar", + "positionActivituBar", + "previousSideBarView", + "nextSideBarView", + "focusActivityBar" ], "vs/workbench/browser/parts/sidebar/sidebarActions": [ "focusSideBar" ], - "vs/base/browser/ui/toolbar/toolbar": [ - "moreActions" - ], - "vs/workbench/browser/parts/editor/editorPanes": [ - "editorOpenErrorDialog", - { - "key": "ok", - "comment": [ - "&& denotes a mnemonic" - ] - } - ], - "vs/workbench/browser/parts/editor/editorGroupWatermark": [ - "watermark.showCommands", - "watermark.quickAccess", - "watermark.openFile", - "watermark.openFolder", - "watermark.openFileFolder", - "watermark.openRecent", - "watermark.newUntitledFile", - "watermark.findInFiles", - { - "key": "watermark.toggleTerminal", - "comment": [ - "toggle is a verb here" - ] - }, - "watermark.startDebugging", - { - "key": "watermark.toggleFullscreen", - "comment": [ - "toggle is a verb here" - ] - }, - "watermark.showSettings" - ], "vs/base/browser/ui/iconLabel/iconLabelHover": [ "iconLabel.loading" ], @@ -13940,6 +13930,18 @@ "vscode.extension.contributes.grammars.balancedBracketScopes", "vscode.extension.contributes.grammars.unbalancedBracketScopes" ], + "vs/workbench/contrib/preferences/browser/preferencesWidgets": [ + "userSettings", + "userSettingsRemote", + "workspaceSettings", + "folderSettings", + "settingsSwitcherBarAriaLabel", + "userSettings", + "userSettingsRemote", + "workspaceSettings", + "userSettings", + "workspaceSettings" + ], "vs/base/browser/ui/keybindingLabel/keybindingLabel": [ "unbound" ], @@ -13984,17 +13986,28 @@ "manage workspace trust", "unsupportedProperty" ], - "vs/workbench/contrib/preferences/browser/preferencesWidgets": [ - "userSettings", - "userSettingsRemote", - "workspaceSettings", - "folderSettings", - "settingsSwitcherBarAriaLabel", - "userSettings", - "userSettingsRemote", - "workspaceSettings", - "userSettings", - "workspaceSettings" + "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", @@ -14046,26 +14059,6 @@ "security", "workspace" ], - "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/tocTree": [ { "key": "settingsTOC", @@ -14091,23 +14084,91 @@ "policySettingsSearch", "policySettingsSearchTooltip" ], - "vs/workbench/contrib/notebook/browser/viewParts/notebookKernelView": [ - "notebookActions.selectKernel", - "notebookActions.selectKernel.args" - ], - "vs/workbench/contrib/notebook/browser/notebookExtensionPoint": [ - "contributes.notebook.provider", - "contributes.notebook.provider.viewType", - "contributes.notebook.provider.displayName", - "contributes.notebook.provider.selector", - "contributes.notebook.provider.selector.filenamePattern", - "contributes.notebook.selector.provider.excludeFileNamePattern", - "contributes.priority", - "contributes.priority.default", - "contributes.priority.option", - "contributes.notebook.renderer", - "contributes.notebook.renderer.viewType", - "contributes.notebook.renderer.displayName", + "vs/workbench/contrib/chat/browser/actions/chatAccessibilityHelp": [ + "chat.overview", + "chat.requestHistory", + "chat.inspectResponse", + "chat.inspectResponseNoKb", + "chat.announcement", + "workbench.action.chat.focus", + "workbench.action.chat.focusNoKb", + "workbench.action.chat.focusInput", + "workbench.action.interactiveSession.focusInputNoKb", + "workbench.action.chat.nextCodeBlock", + "workbench.action.chat.nextCodeBlockNoKb", + "workbench.action.chat.nextFileTree", + "workbench.action.chat.nextFileTreeNoKb", + "workbench.action.chat.clear", + "workbench.action.chat.clearNoKb", + "inlineChat.overview", + "inlineChat.access", + "inlineChat.requestHistory", + "inlineChat.inspectResponse", + "inlineChat.inspectResponseNoKb", + "inlineChat.contextActions", + "inlineChat.fix", + "inlineChat.diff", + "inlineChat.diffNoKb", + "inlineChat.toolbar", + "chat.audioCues" + ], + "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", + "chat", + "commandFollowUpInfo", + "commandFollowUpInfoMany", + "singleFileTreeHint", + "multiFileTreeHint", + "noCodeBlocksHint", + "noCodeBlocks", + "singleCodeBlockHint", + "singleCodeBlock", + "multiCodeBlockHint", + "multiCodeBlock", + "treeAriaLabel" + ], + "vs/platform/actions/browser/toolbar": [ + "hide", + "resetThisMenu" + ], + "vs/editor/contrib/inlineCompletions/browser/inlineCompletionContextKeys": [ + "inlineSuggestionVisible", + "inlineSuggestionHasIndentation", + "inlineSuggestionHasIndentationLessThanTabSize", + "suppressSuggestions" + ], + "vs/workbench/contrib/notebook/browser/viewParts/notebookKernelView": [ + "notebookActions.selectKernel", + "notebookActions.selectKernel.args" + ], + "vs/workbench/contrib/notebook/browser/notebookExtensionPoint": [ + "contributes.notebook.provider", + "contributes.notebook.provider.viewType", + "contributes.notebook.provider.displayName", + "contributes.notebook.provider.selector", + "contributes.notebook.provider.selector.filenamePattern", + "contributes.notebook.selector.provider.excludeFileNamePattern", + "contributes.priority", + "contributes.priority.default", + "contributes.priority.option", + "contributes.notebook.renderer", + "contributes.notebook.renderer.viewType", + "contributes.notebook.renderer.displayName", "contributes.notebook.renderer.hardDependencies", "contributes.notebook.renderer.optionalDependencies", "contributes.notebook.renderer.requiresMessaging.always", @@ -14177,18 +14238,22 @@ "readonly", "deleted", "confirmOverwrite", - "irreversible", + "overwriteIrreversible", { "key": "replaceButtonLabel", "comment": [ "&& denotes a mnemonic" ] + }, + "confirmMakeWriteable", + "confirmMakeWriteableDetail", + { + "key": "makeWriteableButtonLabel", + "comment": [ + "&& denotes a mnemonic" + ] } ], - "vs/platform/actions/browser/toolbar": [ - "hide", - "resetThisMenu" - ], "vs/workbench/contrib/notebook/browser/viewParts/notebookKernelQuickPickStrategy": [ "current1", "current2", @@ -14207,10 +14272,6 @@ "kernels.detecting", "select" ], - "vs/workbench/contrib/notebook/browser/controller/cellOperations": [ - "notebookActions.joinSelectedCells", - "notebookActions.joinSelectedCells.label" - ], "vs/workbench/contrib/notebook/browser/contrib/find/notebookFindWidget": [ "ariaSearchNoResultEmpty", "ariaSearchNoResult", @@ -14219,76 +14280,27 @@ "vs/editor/contrib/codeAction/browser/codeAction": [ "applyCodeActionFailed" ], - "vs/workbench/contrib/chat/browser/actions/chatAccessibilityHelp": [ - "chat.overview", - "chat.requestHistory", - "chat.inspectResponse", - "chat.inspectResponseNoKb", - "chat.announcement", - "workbench.action.chat.focus", - "workbench.action.chat.focusNoKb", - "workbench.action.chat.focusInput", - "workbench.action.interactiveSession.focusInputNoKb", - "workbench.action.chat.nextCodeBlock", - "workbench.action.chat.nextCodeBlockNoKb", - "workbench.action.chat.nextFileTree", - "workbench.action.chat.nextFileTreeNoKb", - "workbench.action.chat.clear", - "workbench.action.chat.clearNoKb", - "inlineChat.overview", - "inlineChat.access", - "inlineChat.requestHistory", - "inlineChat.inspectResponse", - "inlineChat.inspectResponseNoKb", - "inlineChat.contextActions", - "inlineChat.fix", - "inlineChat.diff", - "inlineChat.diffNoKb", - "inlineChat.toolbar", - "chat.audioCues" - ], - "vs/workbench/contrib/chat/browser/chatInputPart": [ - "actions.chat.accessibiltyHelp", - "chatInput.accessibilityHelpNoKb", - "chatInput" - ], - "vs/workbench/contrib/chat/browser/chatListRenderer": [ - "chat", - "commandFollowUpInfo", - "commandFollowUpInfoMany", - "singleFileTreeHint", - "multiFileTreeHint", - "noCodeBlocksHint", - "noCodeBlocks", - "singleCodeBlockHint", - "singleCodeBlock", - "multiCodeBlockHint", - "multiCodeBlock", - "chat.codeBlockHelp", - "chat.codeBlock.toolbarVerbose", - "chat.codeBlock.toolbar", - "chat.codeBlockLabel", - "treeAriaLabel" - ], "vs/workbench/contrib/inlineChat/browser/inlineChatStrategies": [ "lines.0", "lines.1", "lines.N" ], - "vs/editor/contrib/inlineCompletions/browser/inlineCompletionContextKeys": [ - "inlineSuggestionVisible", - "inlineSuggestionHasIndentation", - "inlineSuggestionHasIndentationLessThanTabSize", - "suppressSuggestions" - ], "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/workbench/contrib/testing/browser/theme": [ "testing.iconFailed", "testing.iconErrored", @@ -14304,6 +14316,29 @@ "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" + ], "vs/workbench/contrib/testing/common/constants": [ "testState.errored", "testState.failed", @@ -14334,36 +14369,6 @@ "testing.filters.showExcludedTests", "testing.filters.removeTestExclusions" ], - "vs/workbench/contrib/terminal/browser/xterm/xtermTerminal": [ - "terminal.integrated.copySelection.noSelection", - "yes", - "no", - "dontShowAgain", - "terminal.slowRendering" - ], - "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/platform/quickinput/browser/commandsQuickAccess": [ "recentlyUsed", "suggested", @@ -14438,6 +14443,12 @@ ] } ], + "vs/workbench/contrib/files/browser/views/explorerDecorationsProvider": [ + "canNotResolve", + "symbolicLlink", + "unknown", + "label" + ], "vs/workbench/contrib/files/browser/views/explorerViewer": [ "treeAriaLabel", "fileInputAriaLabel", @@ -14459,21 +14470,6 @@ "numberOfFolders", "numberOfFiles" ], - "vs/workbench/contrib/files/browser/views/explorerDecorationsProvider": [ - "canNotResolve", - "symbolicLlink", - "unknown", - "label" - ], - "vs/workbench/contrib/searchEditor/browser/searchEditorSerialization": [ - "invalidQueryStringError", - "numFiles", - "oneFile", - "numResults", - "oneResult", - "noResults", - "searchMaxResultsWarning" - ], "vs/workbench/contrib/bulkEdit/browser/preview/bulkEditTree": [ "bulkEdit", "aria.renameAndEdit", @@ -14492,9 +14488,6 @@ "detail.del", "title" ], - "vs/workbench/contrib/search/browser/searchFindInput": [ - "searchFindInputNotebookFilter.label" - ], "vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess": [ "cannotRunGotoSymbolWithoutEditor", "cannotRunGotoSymbolWithoutSymbolProvider", @@ -14534,9 +14527,31 @@ "searchReplace.source", "fileReplaceChanges" ], + "vs/workbench/contrib/search/browser/searchFindInput": [ + "searchFindInputNotebookFilter.label" + ], + "vs/workbench/contrib/searchEditor/browser/searchEditorSerialization": [ + "invalidQueryStringError", + "numFiles", + "oneFile", + "numResults", + "oneResult", + "noResults", + "searchMaxResultsWarning" + ], + "vs/workbench/contrib/scm/browser/dirtyDiffSwitcher": [ + "remotes", + "quickDiff.base.switch" + ], + "vs/workbench/contrib/scm/browser/menus": [ + "miShare" + ], "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", @@ -14571,38 +14586,6 @@ "workspace", "user settings" ], - "vs/workbench/contrib/debug/browser/debugTaskRunner": [ - "preLaunchTaskErrors", - "preLaunchTaskError", - "preLaunchTaskExitCode", - "preLaunchTaskTerminated", - { - "key": "debugAnyway", - "comment": [ - "&& denotes a mnemonic" - ] - }, - { - "key": "showErrors", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "abort", - "remember", - { - "key": "debugAnyway", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "rememberTask", - "invalidTaskReference", - "DebugTaskNotFoundWithTaskId", - "DebugTaskNotFound", - "taskNotTrackedWithTaskId", - "taskNotTracked" - ], "vs/workbench/contrib/debug/browser/debugSession": [ "noDebugAdapter", "noDebugAdapter", @@ -14641,32 +14624,45 @@ "noDebugAdapter", "noDebugAdapter", "noDebugAdapter", + "debuggingStartedNoDebug", "debuggingStarted", "debuggingStopped" ], - "vs/workbench/contrib/debug/common/debugSource": [ - "unknownSource" - ], - "vs/workbench/contrib/scm/browser/menus": [ - "miShare" - ], - "vs/workbench/contrib/scm/browser/dirtyDiffSwitcher": [ - "remotes", - "quickDiff.base.switch" - ], - "vs/base/browser/ui/findinput/replaceInput": [ - "defaultLabel", - "label.preserveCaseToggle" + "vs/workbench/contrib/debug/browser/debugTaskRunner": [ + "preLaunchTaskErrors", + "preLaunchTaskError", + "preLaunchTaskExitCode", + "preLaunchTaskTerminated", + { + "key": "debugAnyway", + "comment": [ + "&& denotes a mnemonic" + ] + }, + { + "key": "showErrors", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "abort", + "remember", + { + "key": "debugAnyway", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "rememberTask", + "invalidTaskReference", + "DebugTaskNotFoundWithTaskId", + "DebugTaskNotFound", + "taskNotTrackedWithTaskId", + "taskNotTracked" ], "vs/base/browser/ui/dropdown/dropdownActionViewItem": [ "moreActions" ], - "vs/workbench/contrib/markers/browser/markersTable": [ - "codeColumnLabel", - "messageColumnLabel", - "fileColumnLabel", - "sourceColumnLabel" - ], "vs/workbench/contrib/mergeEditor/common/mergeEditor": [ "is", "isr", @@ -14677,13 +14673,6 @@ "baseUri", "resultUri" ], - "vs/workbench/contrib/markers/browser/markersTreeViewer": [ - "problemsView", - "expandedIcon", - "collapsedIcon", - "single line", - "multi line" - ], "vs/workbench/contrib/mergeEditor/browser/mergeEditorInputModel": [ "messageN", "message1", @@ -14760,14 +14749,16 @@ }, "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", @@ -14796,12 +14787,22 @@ "mergeEditor.conflict.input1.background", "mergeEditor.conflict.input2.background" ], - "vs/workbench/contrib/mergeEditor/browser/view/editors/resultCodeEditorView": [ - "result", - "mergeEditor.remainingConflicts", - "mergeEditor.remainingConflict", - "goToNextConflict", - "allConflictHandled" + "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", @@ -14811,72 +14812,18 @@ "hasCommentRanges", "pickCommentService" ], + "vs/workbench/contrib/mergeEditor/browser/view/editors/baseCodeEditorView": [ + "base", + "compareWith", + "compareWithTooltip" + ], "vs/workbench/contrib/customEditor/common/contributedCustomEditors": [ "builtinProviderDisplayName" ], - "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/workspaceRecommendations": [ - "workspaceRecommendation" - ], - "vs/workbench/contrib/extensions/browser/fileBasedRecommendations": [ - "fileBasedRecommendation", - "languageName" - ], - "vs/workbench/contrib/extensions/browser/exeBasedRecommendations": [ - "exeBasedRecommendation" - ], - "vs/workbench/contrib/extensions/browser/configBasedRecommendations": [ - "exeBasedRecommendation" - ], - "vs/workbench/contrib/extensions/browser/webRecommendations": [ - "reason" - ], "vs/platform/files/browser/htmlFileSystemProvider": [ "fileSystemRenameError", "fileSystemNotAllowedError" ], - "vs/workbench/contrib/terminal/browser/terminalService": [ - "terminalService.terminalCloseConfirmationSingular", - "terminalService.terminalCloseConfirmationPlural", - { - "key": "terminate", - "comment": [ - "&& denotes a mnemonic" - ] - }, - "localTerminalVirtualWorkspace", - "localTerminalRemote" - ], "vs/workbench/contrib/terminal/browser/terminalActions": [ "showTerminalTabs", "workbench.action.terminal.newWorkspacePlaceholder", @@ -14963,6 +14910,18 @@ "workbench.action.terminal.newWithProfilePlus", "renameTerminal" ], + "vs/workbench/contrib/terminal/browser/terminalService": [ + "terminalService.terminalCloseConfirmationSingular", + "terminalService.terminalCloseConfirmationPlural", + { + "key": "terminate", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "localTerminalVirtualWorkspace", + "localTerminalRemote" + ], "vs/workbench/contrib/terminal/common/terminalConfiguration": [ "cwd", "cwdFolder", @@ -15114,7 +15073,8 @@ "terminal.integrated.focusAfterRun", "terminal.integrated.focusAfterRun.terminal", "terminal.integrated.focusAfterRun.accessible-buffer", - "terminal.integrated.focusAfterRun.none" + "terminal.integrated.focusAfterRun.none", + "terminal.integrated.accessibleViewPreserveCursorPosition" ], "vs/workbench/contrib/terminal/browser/terminalMenus": [ { @@ -15190,6 +15150,8 @@ "doNotShowAgain", "currentSessionCategory", "previousSessionCategory", + "task", + "local", "terminalCategory", "workbench.action.terminal.focus", "workbench.action.terminal.focusAndHideAccessibleBuffer", @@ -15232,6 +15194,7 @@ "vs/workbench/contrib/terminalContrib/accessibility/browser/terminalAccessibilityHelp": [ "focusAccessibleBuffer", "focusAccessibleBufferNoKb", + "preserveCursor", "commandPromptMigration", "shellIntegration", "goToNextCommand", @@ -15250,8 +15213,16 @@ "openDetectedLinkNoKb", "newWithProfile", "newWithProfileNoKb", - "focusAfterRun", - "accessibilitySettings" + "focusAfterRun" + ], + "vs/workbench/contrib/terminalContrib/links/browser/terminalLinkManager": [ + "terminalLinkHandler.followLinkAlt.mac", + "terminalLinkHandler.followLinkAlt", + "terminalLinkHandler.followLinkCmd", + "terminalLinkHandler.followLinkCtrl", + "followLink", + "followForwardedLink", + "followLinkUrl" ], "vs/workbench/contrib/terminalContrib/links/browser/terminalLinkQuickpick": [ "terminal.integrated.urlLinks", @@ -15264,15 +15235,6 @@ "terminal.integrated.localFolderLinks", "terminal.integrated.searchLinks" ], - "vs/workbench/contrib/terminalContrib/links/browser/terminalLinkManager": [ - "terminalLinkHandler.followLinkAlt.mac", - "terminalLinkHandler.followLinkAlt", - "terminalLinkHandler.followLinkCmd", - "terminalLinkHandler.followLinkCtrl", - "followLink", - "followForwardedLink", - "followLinkUrl" - ], "vs/workbench/contrib/terminalContrib/quickFix/browser/quickFixAddon": [ "quickFix.command", "quickFix.opener", @@ -15290,44 +15252,91 @@ "vscode.extension.contributes.terminalQuickFixes.commandExitResult", "vscode.extension.contributes.terminalQuickFixes.kind" ], - "vs/workbench/contrib/tasks/common/jsonSchemaCommon": [ - "JsonSchema.options", - "JsonSchema.options.cwd", - "JsonSchema.options.env", - "JsonSchema.tasks.matcherError", - "JsonSchema.tasks.matcherError", - "JsonSchema.shellConfiguration", - "JsonSchema.shell.executable", - "JsonSchema.shell.args", - "JsonSchema.command", - "JsonSchema.tasks.args", - "JsonSchema.tasks.taskName", - "JsonSchema.command", - "JsonSchema.tasks.args", - "JsonSchema.tasks.windows", - "JsonSchema.tasks.matchers", - "JsonSchema.tasks.mac", - "JsonSchema.tasks.matchers", - "JsonSchema.tasks.linux", - "JsonSchema.tasks.matchers", - "JsonSchema.tasks.suppressTaskName", - "JsonSchema.tasks.showOutput", - "JsonSchema.echoCommand", - "JsonSchema.tasks.watching.deprecation", - "JsonSchema.tasks.watching", - "JsonSchema.tasks.background", - "JsonSchema.tasks.promptOnClose", - "JsonSchema.tasks.build", - "JsonSchema.tasks.test", - "JsonSchema.tasks.matchers", - "JsonSchema.command", - "JsonSchema.args", - "JsonSchema.showOutput", - "JsonSchema.watching.deprecation", - "JsonSchema.watching", - "JsonSchema.background", - "JsonSchema.promptOnClose", - "JsonSchema.echoCommand", + "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/extensions/browser/configBasedRecommendations": [ + "exeBasedRecommendation" + ], + "vs/workbench/contrib/extensions/browser/webRecommendations": [ + "reason" + ], + "vs/workbench/contrib/tasks/common/jsonSchemaCommon": [ + "JsonSchema.options", + "JsonSchema.options.cwd", + "JsonSchema.options.env", + "JsonSchema.tasks.matcherError", + "JsonSchema.tasks.matcherError", + "JsonSchema.shellConfiguration", + "JsonSchema.shell.executable", + "JsonSchema.shell.args", + "JsonSchema.command", + "JsonSchema.tasks.args", + "JsonSchema.tasks.taskName", + "JsonSchema.command", + "JsonSchema.tasks.args", + "JsonSchema.tasks.windows", + "JsonSchema.tasks.matchers", + "JsonSchema.tasks.mac", + "JsonSchema.tasks.matchers", + "JsonSchema.tasks.linux", + "JsonSchema.tasks.matchers", + "JsonSchema.tasks.suppressTaskName", + "JsonSchema.tasks.showOutput", + "JsonSchema.echoCommand", + "JsonSchema.tasks.watching.deprecation", + "JsonSchema.tasks.watching", + "JsonSchema.tasks.background", + "JsonSchema.tasks.promptOnClose", + "JsonSchema.tasks.build", + "JsonSchema.tasks.test", + "JsonSchema.tasks.matchers", + "JsonSchema.command", + "JsonSchema.args", + "JsonSchema.showOutput", + "JsonSchema.watching.deprecation", + "JsonSchema.watching", + "JsonSchema.background", + "JsonSchema.promptOnClose", + "JsonSchema.echoCommand", "JsonSchema.suppressTaskName", "JsonSchema.taskSelector", "JsonSchema.matchers", @@ -15355,8 +15364,7 @@ "JsonSchema.input.command.args" ], "vs/workbench/contrib/remote/browser/explorerViewItems": [ - "remotes", - "remote.explorer.switch" + "switchRemote.label" ], "vs/workbench/contrib/snippets/browser/commands/abstractSnippetsActions": [ "snippets" @@ -15380,6 +15388,11 @@ "snippetSuggest.longLabel", "snippetSuggest.longLabel" ], + "vs/workbench/contrib/update/browser/releaseNotesEditor": [ + "releaseNotesInputName", + "unassigned", + "showOnUpdate" + ], "vs/workbench/contrib/welcomeGettingStarted/common/gettingStartedContent": [ "getting-started-setup-icon", "getting-started-beginner-icon", @@ -15406,12 +15419,12 @@ "gettingStarted.topLevelOpenTunnel.description", "gettingStarted.setup.title", "gettingStarted.setup.description", - "gettingStarted.pickColor.title", - "gettingStarted.pickColor.description.interpolated", - "titleID", "gettingStarted.settingsSync.title", "gettingStarted.settingsSync.description.interpolated", "enableSync", + "gettingStarted.pickColor.title", + "gettingStarted.pickColor.description.interpolated", + "titleID", "gettingStarted.commandPalette.title", "gettingStarted.commandPalette.description.interpolated", "commandPalette", @@ -15432,12 +15445,12 @@ "quickOpen", "gettingStarted.setupWeb.title", "gettingStarted.setupWeb.description", - "gettingStarted.pickColor.title", - "gettingStarted.pickColor.description.interpolated", - "titleID", "gettingStarted.settingsSync.title", "gettingStarted.settingsSync.description.interpolated", "enableSync", + "gettingStarted.pickColor.title", + "gettingStarted.pickColor.description.interpolated", + "titleID", "gettingStarted.commandPalette.title", "gettingStarted.commandPalette.description.interpolated", "commandPalette", @@ -15516,10 +15529,17 @@ "gettingStarted.notebookProfile.title", "gettingStarted.notebookProfile.description" ], - "vs/workbench/contrib/update/browser/releaseNotesEditor": [ - "releaseNotesInputName", - "unassigned", - "showOnUpdate" + "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", @@ -15563,17 +15583,15 @@ "vs/workbench/contrib/welcomeWalkthrough/common/walkThroughUtils": [ "walkThrough.embeddedEditorBackground" ], - "vs/workbench/contrib/welcomeGettingStarted/browser/featuredExtensionService": [ - "gettingStarted.featuredTitle" + "vs/workbench/contrib/callHierarchy/browser/callHierarchyTree": [ + "tree.aria", + "from", + "to" ], - "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/typeHierarchy/browser/typeHierarchyTree": [ + "tree.aria", + "supertypes", + "subtypes" ], "vs/editor/contrib/symbolIcons/browser/symbolIcons": [ "symbolIcon.arrayForeground", @@ -15610,24 +15628,9 @@ "symbolIcon.unitForeground", "symbolIcon.variableForeground" ], - "vs/workbench/contrib/typeHierarchy/browser/typeHierarchyTree": [ - "tree.aria", - "supertypes", - "subtypes" - ], - "vs/workbench/contrib/callHierarchy/browser/callHierarchyTree": [ - "tree.aria", - "from", - "to" - ], "vs/workbench/contrib/userDataSync/browser/userDataSyncViews": [ - "conflicts", - "synced machines", "workbench.actions.sync.editMachineName", "workbench.actions.sync.turnOffSyncOnMachine", - "remote sync activity title", - "local sync activity title", - "downloaded sync activity title", "workbench.actions.sync.loadActivity", "select sync activity file", "workbench.actions.sync.resolveResourceRef", @@ -15652,7 +15655,6 @@ "A confirmation message to replace current user data (settings, extensions, keybindings, snippets) with selected version" ] }, - "troubleshoot", "reset", "sideBySideLabels", { @@ -15693,7 +15695,13 @@ "comment": [ "Represents current log file" ] - } + }, + "conflicts", + "synced machines", + "remote sync activity title", + "local sync activity title", + "downloaded sync activity title", + "troubleshoot" ], "vs/workbench/browser/parts/notifications/notificationsList": [ "notificationAccessibleViewHint", @@ -15724,6 +15732,86 @@ "vs/workbench/services/textfile/common/textFileSaveParticipant": [ "saveParticipants" ], + "vs/workbench/browser/parts/titlebar/menubarControl": [ + { + "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": "mTerminal", + "comment": [ + "&& denotes a mnemonic" + ] + }, + { + "key": "mHelp", + "comment": [ + "&& denotes a mnemonic" + ] + }, + { + "key": "mPreferences", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "menubar.customTitlebarAccessibilityNotification", + "goToSetting", + "focusMenu", + { + "key": "checkForUpdates", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "checkingForUpdates", + { + "key": "download now", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "DownloadingUpdate", + { + "key": "installUpdate...", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "installingUpdate", + { + "key": "restartToUpdate", + "comment": [ + "&& denotes a mnemonic" + ] + } + ], "vs/workbench/browser/parts/titlebar/commandCenterControl": [ "label.dfl", "label1", @@ -15732,10 +15820,19 @@ "title2", "title3" ], - "vs/workbench/browser/parts/titlebar/windowTitle": [ - "userIsAdmin", - "userIsSudo", - "devExtensionWindowTitlePrefix" + "vs/workbench/browser/parts/globalCompositeBar": [ + "accountsViewBarIcon", + "hideAccounts", + "manage", + "accounts", + "accounts", + "loading", + "authProviderUnavailable", + "manageTrustedExtensions", + "signOut", + "noAccounts", + "manage", + "manage profile" ], "vs/workbench/services/workingCopy/common/storedFileWorkingCopy": [ "staleSaveError", @@ -15764,14 +15861,14 @@ "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/workbench/api/common/extHostDiagnostics": [ { "key": "limitHit", @@ -15802,6 +15899,9 @@ "emptyResponse", "errorResponse" ], + "vs/workbench/api/common/extHostChatAgents2": [ + "errorResponse" + ], "vs/base/browser/ui/findinput/findInputToggles": [ "caseDescription", "wordsDescription", @@ -15838,12 +15938,6 @@ "insertLine", "deleteLine" ], - "vs/editor/browser/widget/diffEditor/movedBlocksLines": [ - "codeMovedToWithChanges", - "codeMovedFromWithChanges", - "codeMovedTo", - "codeMovedFrom" - ], "vs/editor/browser/widget/diffEditor/hideUnchangedRegionsFeature": [ "foldUnchanged", "diff.hiddenLines.top", @@ -15852,6 +15946,12 @@ "hiddenLines", "diff.hiddenLines.expandAll" ], + "vs/editor/browser/widget/diffEditor/movedBlocksLines": [ + "codeMovedToWithChanges", + "codeMovedFromWithChanges", + "codeMovedTo", + "codeMovedFrom" + ], "vs/editor/browser/widget/diffEditor/diffEditorEditors": [ "diff-aria-navigation-tip" ], @@ -15866,15 +15966,6 @@ "accessibilityOffAriaLabelNoKb", "accessibilityOffAriaLabelNoKbs" ], - "vs/platform/actionWidget/browser/actionWidget": [ - "actionBar.toggledBackground", - "codeActionMenuVisible", - "hideCodeActionWidget.title", - "selectPrevCodeAction.title", - "selectNextCodeAction.title", - "acceptSelected.title", - "previewSelected.title" - ], "vs/editor/contrib/codeAction/browser/codeActionMenu": [ "codeAction.widget.id.more", "codeAction.widget.id.quickfix", @@ -15885,6 +15976,15 @@ "codeAction.widget.id.surround", "codeAction.widget.id.source" ], + "vs/platform/actionWidget/browser/actionWidget": [ + "actionBar.toggledBackground", + "codeActionMenuVisible", + "hideCodeActionWidget.title", + "selectPrevCodeAction.title", + "selectNextCodeAction.title", + "acceptSelected.title", + "previewSelected.title" + ], "vs/editor/contrib/colorPicker/browser/colorPickerWidget": [ "clickToToggleColorOptions", "closeIcon" @@ -15968,17 +16068,6 @@ "comments", "resolved" ], - "vs/workbench/browser/parts/editor/editorPlaceholder": [ - "trustRequiredEditor", - "requiresFolderTrustText", - "requiresWorkspaceTrustText", - "manageTrust", - "errorEditor", - "unavailableResourceErrorEditorText", - "unknownErrorEditorTextWithError", - "unknownErrorEditorTextWithoutError", - "retry" - ], "vs/workbench/contrib/comments/browser/commentColors": [ "resolvedCommentIcon", "unresolvedCommentIcon", @@ -15987,35 +16076,60 @@ "commentThreadRangeBackground", "commentThreadActiveRangeBackground" ], - "vs/base/browser/ui/menu/menubar": [ - "mAppMenu", - "mMore" - ], - "vs/workbench/browser/parts/editor/multiEditorTabsControl": [ - "ariaLabelTabActions" - ], - "vs/workbench/browser/parts/editor/breadcrumbsControl": [ - "separatorIcon", - "breadcrumbsPossible", - "breadcrumbsVisible", - "breadcrumbsActive", - "empty", - "cmd.toggle", + "vs/workbench/browser/parts/editor/editorPanes": [ + "editorUnsupportedInAuxWindow", + "openFolder", + "editorOpenErrorDialog", { - "key": "miBreadcrumbs", + "key": "ok", "comment": [ "&& denotes a mnemonic" ] + } + ], + "vs/workbench/browser/parts/editor/editorGroupWatermark": [ + "watermark.showCommands", + "watermark.quickAccess", + "watermark.openFile", + "watermark.openFolder", + "watermark.openFileFolder", + "watermark.openRecent", + "watermark.newUntitledFile", + "watermark.findInFiles", + { + "key": "watermark.toggleTerminal", + "comment": [ + "toggle is a verb here" + ] }, - "cmd.toggle2", + "watermark.startDebugging", { - "key": "miBreadcrumbs2", + "key": "watermark.toggleFullscreen", "comment": [ - "&& denotes a mnemonic" + "toggle is a verb here" ] }, - "cmd.focusAndSelect", - "cmd.focus" + "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", @@ -16110,6 +16224,12 @@ "objectKeyHeader", "objectValueHeader" ], + "vs/workbench/contrib/chat/browser/codeBlockPart": [ + "chat.codeBlockHelp", + "chat.codeBlock.toolbarVerbose", + "chat.codeBlock.toolbar", + "chat.codeBlockLabel" + ], "vs/workbench/contrib/notebook/browser/view/renderers/cellRenderer": [ "cellExecutionOrderCountLabel" ], @@ -16153,11 +16273,24 @@ "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/chat/browser/chatSlashCommandContentWidget": [ - "exited slash command mode" + "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": [ "terminal.rerunCommand", @@ -16177,19 +16310,6 @@ "gutter", "overviewRuler" ], - "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/common/debugSchemas": [ "vscode.extension.contributes.debuggers", "vscode.extension.contributes.debuggers.type", @@ -16233,10 +16353,6 @@ "app.launch.json.compound.stopAll", "compoundPrelaunchTask" ], - "vs/workbench/contrib/mergeEditor/browser/mergeMarkers/mergeMarkersController": [ - "conflictingLine", - "conflictingLines" - ], "vs/workbench/contrib/debug/browser/rawDebugSession": [ "noDebugAdapterStart", "canNotStart", @@ -16253,6 +16369,10 @@ "setInputHandled", "undoMarkAsHandled" ], + "vs/workbench/contrib/mergeEditor/browser/mergeMarkers/mergeMarkersController": [ + "conflictingLine", + "conflictingLines" + ], "vs/workbench/contrib/mergeEditor/browser/view/conflictActions": [ "accept", "acceptTooltip", @@ -16283,10 +16403,6 @@ "editorGutterCommentGlyphForeground", "editorGutterCommentUnresolvedGlyphForeground" ], - "vs/workbench/contrib/terminal/browser/terminalConfigHelper": [ - "useWslExtension.title", - "install" - ], "vs/workbench/contrib/customEditor/common/extensionPoint": [ "contributes.customEditors", "contributes.viewType", @@ -16297,9 +16413,24 @@ "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": [ - "terminalTypeTask", - "terminalTypeLocal", "terminal.integrated.a11yPromptLabel", "terminal.integrated.useAccessibleBuffer", "terminal.integrated.useAccessibleBufferNoKb", @@ -16337,19 +16468,6 @@ "terminated.exitCodeOnly", "launchFailed.errorMessage" ], - "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", @@ -16371,13 +16489,6 @@ }, "label" ], - "vs/workbench/contrib/terminalContrib/links/browser/terminalLinkDetectorAdapter": [ - "searchWorkspace", - "openFile", - "focusFolder", - "openFolder", - "followLink" - ], "vs/workbench/contrib/codeEditor/browser/find/simpleFindWidget": [ "label.find", "placeholder.find", @@ -16390,6 +16501,13 @@ "ariaSearchNoResultWithLineNumNoCurrentMatch", "simpleFindWidget.sashBorder" ], + "vs/workbench/contrib/terminalContrib/links/browser/terminalLinkDetectorAdapter": [ + "searchWorkspace", + "openFile", + "focusFolder", + "openFolder", + "followLink" + ], "vs/workbench/contrib/terminal/browser/xterm/decorationStyles": [ "terminalPromptContextMenu", "terminalPromptCommandFailed", @@ -16403,6 +16521,11 @@ "HighContrastLight", "seeMore" ], + "vs/workbench/contrib/welcomeGettingStarted/common/media/notebookProfile": [ + "default", + "jupyter", + "colab" + ], "vs/workbench/contrib/userDataSync/browser/userDataSyncConflictsView": [ "explanation", { @@ -16423,11 +16546,6 @@ "Theirs", "Yours" ], - "vs/workbench/contrib/welcomeGettingStarted/common/media/notebookProfile": [ - "default", - "jupyter", - "colab" - ], "vs/workbench/browser/parts/notifications/notificationsViewer": [ "executeCommand", "notificationActions", @@ -16438,6 +16556,28 @@ "close", "find" ], + "vs/base/browser/ui/menu/menubar": [ + "mAppMenu", + "mMore" + ], + "vs/workbench/browser/parts/compositeBarActions": [ + "titleKeybinding", + "badgeTitle", + "additionalViews", + "numberBadge", + "manageExtension", + "hide", + "keep", + "hideBadge", + "showBadge", + "toggle", + "toggleBadge" + ], + "vs/editor/browser/widget/diffEditor/decorations": [ + "diffInsertIcon", + "diffRemoveIcon", + "revertChangeHoverMessage" + ], "vs/editor/common/viewLayout/viewLineRenderer": [ "showMore", "overflow.chars" @@ -16451,11 +16591,6 @@ "diff.clipboard.copyChangedLineContent.label", "diff.inline.revertChange.label" ], - "vs/editor/browser/widget/diffEditor/decorations": [ - "diffInsertIcon", - "diffRemoveIcon", - "revertChangeHoverMessage" - ], "vs/platform/actionWidget/browser/actionList": [ { "key": "label-preview", @@ -16487,55 +16622,34 @@ "referenceCount", "treeAriaLabel" ], - "vs/workbench/browser/parts/editor/editorTabsControl": [ - "ariaLabelEditorActions", - "draggedEditorGroup" + "vs/workbench/browser/parts/editor/multiEditorTabsControl": [ + "ariaLabelTabActions" ], - "vs/workbench/browser/parts/editor/breadcrumbs": [ - "title", - "enabled", - "filepath", - "filepath.on", - "filepath.off", - "filepath.last", - "symbolpath", - "symbolpath.on", - "symbolpath.off", - "symbolpath.last", - "symbolSortOrder", - "symbolSortOrder.position", - "symbolSortOrder.name", - "symbolSortOrder.type", - "icons", - "filteredTypes.file", - "filteredTypes.module", - "filteredTypes.namespace", - "filteredTypes.package", - "filteredTypes.class", - "filteredTypes.method", - "filteredTypes.property", - "filteredTypes.field", - "filteredTypes.constructor", - "filteredTypes.enum", - "filteredTypes.interface", - "filteredTypes.function", - "filteredTypes.variable", - "filteredTypes.constant", - "filteredTypes.string", - "filteredTypes.number", - "filteredTypes.boolean", - "filteredTypes.array", - "filteredTypes.object", - "filteredTypes.key", - "filteredTypes.null", - "filteredTypes.enumMember", - "filteredTypes.struct", - "filteredTypes.event", - "filteredTypes.operator", - "filteredTypes.typeParameter" + "vs/workbench/browser/parts/editor/breadcrumbsControl": [ + "separatorIcon", + "breadcrumbsPossible", + "breadcrumbsVisible", + "breadcrumbsActive", + "empty", + "cmd.toggle", + { + "key": "miBreadcrumbs", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "cmd.toggle2", + { + "key": "miBreadcrumbs2", + "comment": [ + "&& denotes a mnemonic" + ] + }, + "cmd.focusAndSelect", + "cmd.focus" ], - "vs/workbench/browser/parts/editor/breadcrumbsPicker": [ - "breadcrumbs" + "vs/workbench/browser/parts/compositeBar": [ + "activityBarAriaLabel" ], "vs/platform/quickinput/browser/quickInputUtils": [ "executeCommand" @@ -16562,6 +16676,11 @@ "vs/workbench/contrib/notebook/browser/view/cellParts/codeCellRunToolbar": [ "notebook.moreRunActionsLabel" ], + "vs/workbench/contrib/notebook/browser/view/cellParts/collapsedCellOutput": [ + "cellOutputsCollapsedMsg", + "cellExpandOutputButtonLabelWithDoubleClick", + "cellExpandOutputButtonLabel" + ], "vs/workbench/contrib/notebook/browser/view/cellParts/foldedCellHint": [ "hiddenCellsLabel", "hiddenCellsLabelPlural" @@ -16570,11 +16689,6 @@ "cellExpandInputButtonLabelWithDoubleClick", "cellExpandInputButtonLabel" ], - "vs/workbench/contrib/notebook/browser/view/cellParts/collapsedCellOutput": [ - "cellOutputsCollapsedMsg", - "cellExpandOutputButtonLabelWithDoubleClick", - "cellExpandOutputButtonLabel" - ], "vs/workbench/services/suggest/browser/simpleSuggestWidget": [ "suggest", "label.full", @@ -16587,6 +16701,10 @@ "commentLabelWithKeybinding", "commentLabelWithKeybindingNoKeybinding" ], + "vs/workbench/contrib/terminal/browser/terminalProcessManager": [ + "killportfailure", + "ptyHostRelaunch" + ], "vs/workbench/contrib/terminal/browser/terminalRunRecentQuickPick": [ "removeCommand", "viewCommandOutput", @@ -16596,9 +16714,55 @@ "selectRecentDirectoryMac", "selectRecentDirectory" ], - "vs/workbench/contrib/terminal/browser/terminalProcessManager": [ - "killportfailure", - "ptyHostRelaunch" + "vs/workbench/browser/parts/editor/editorTabsControl": [ + "ariaLabelEditorActions", + "draggedEditorGroup" + ], + "vs/workbench/browser/parts/editor/breadcrumbs": [ + "title", + "enabled", + "filepath", + "filepath.on", + "filepath.off", + "filepath.last", + "symbolpath", + "symbolpath.on", + "symbolpath.off", + "symbolpath.last", + "symbolSortOrder", + "symbolSortOrder.position", + "symbolSortOrder.name", + "symbolSortOrder.type", + "icons", + "filteredTypes.file", + "filteredTypes.module", + "filteredTypes.namespace", + "filteredTypes.package", + "filteredTypes.class", + "filteredTypes.method", + "filteredTypes.property", + "filteredTypes.field", + "filteredTypes.constructor", + "filteredTypes.enum", + "filteredTypes.interface", + "filteredTypes.function", + "filteredTypes.variable", + "filteredTypes.constant", + "filteredTypes.string", + "filteredTypes.number", + "filteredTypes.boolean", + "filteredTypes.array", + "filteredTypes.object", + "filteredTypes.key", + "filteredTypes.null", + "filteredTypes.enumMember", + "filteredTypes.struct", + "filteredTypes.event", + "filteredTypes.operator", + "filteredTypes.typeParameter" + ], + "vs/workbench/browser/parts/editor/breadcrumbsPicker": [ + "breadcrumbs" ], "vs/workbench/contrib/notebook/browser/view/cellParts/cellOutput": [ "empty", @@ -16674,6 +16838,9 @@ "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.", @@ -16685,9 +16852,6 @@ "{0}\n\nPlease make sure the following directories are writeable:\n\n{1}", "&&Close" ], - "vs/code/node/cliProcessMain": [ - "CLI" - ], "vs/code/node/sharedProcess/sharedProcessMain": [ "Shared" ], @@ -16745,6 +16909,8 @@ "Keyboard", "Enables the macOS touchbar buttons on the keyboard if available.", "A set of identifiers for entries in the touchbar that should not show up (for example `workbench.action.navigateBack`).", + "If enabled, a dialog will ask for confirmation whenever a local file or workspace is about to open through a protocol handler.", + "If enabled, a dialog will ask for confirmation whenever a remote file or workspace is about to open through a protocol handler.", "The display Language to use. Picking a different language requires the associated language pack to be installed.", "Disables hardware acceleration. ONLY change this option if you encounter graphic issues.", "Allows to override the color profile to use. If you experience colors appear badly, try to set this to `srgb` and restart.", @@ -16753,7 +16919,9 @@ "Enable proposed APIs for a list of extension ids (such as `vscode.git`). Proposed APIs are unstable and subject to breaking without warning at any time. This should only be set for extension development and testing purposes.", "Log level to use. Default is 'info'. Allowed values are 'error', 'warn', 'info', 'debug', 'trace', 'off'.", "Disables the Chromium sandbox. This is useful when running VS Code as elevated on Linux and running under Applocker on Windows.", - "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." + "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." ], "vs/workbench/services/textfile/electron-sandbox/nativeTextFileService": [ "Saving text files" @@ -16792,19 +16960,6 @@ "More Information", "Don't Show Again" ], - "vs/workbench/contrib/files/electron-sandbox/fileActions.contribution": [ - "Reveal in File Explorer", - "Reveal in Finder", - "Open Containing Folder", - "Share", - "File" - ], - "vs/workbench/services/voiceRecognition/electron-sandbox/workbenchVoiceRecognitionService": [ - "Voice Transcription", - "Getting microphone ready...", - "Recording from microphone...", - "Voice transcription failed: {0}" - ], "vs/workbench/services/workingCopy/electron-sandbox/workingCopyBackupService": [ "Backup working copies" ], @@ -16826,19 +16981,18 @@ "Restart Extension Host", "Restarting extension host on explicit request." ], - "vs/workbench/contrib/extensions/electron-sandbox/extensions.contribution": [ - "Running Extensions" + "vs/workbench/contrib/files/electron-sandbox/fileActions.contribution": [ + "Reveal in File Explorer", + "Reveal in Finder", + "Open Containing Folder", + "Share", + "File" ], "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/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/contrib/issue/electron-sandbox/issue.contribution": [ "Report Performance Issue...", "Open Process Explorer", @@ -16849,11 +17003,22 @@ "Creating trace file...", "This can take up to one minute to complete." ], + "vs/workbench/contrib/extensions/electron-sandbox/extensions.contribution": [ + "Running Extensions" + ], + "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/contrib/userDataSync/electron-sandbox/userDataSync.contribution": [ - "Open Local Backups Folder", "Local backups folder does not exist", "Successfully downloaded Settings Sync activity.", - "Open Folder" + "Open Folder", + "Open Local Backups Folder" + ], + "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?", @@ -16861,9 +17026,6 @@ "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/performance/electron-sandbox/performance.contribution": [ - "When enabled slow renderers are automatically profiled" - ], "vs/workbench/contrib/externalTerminal/electron-sandbox/externalTerminal.contribution": [ "Open New External Terminal", "External Terminal", @@ -16925,10 +17087,61 @@ "vs/base/common/platform": [ "_" ], + "vs/platform/environment/node/argv": [ + "Options", + "Extensions Management", + "Troubleshooting", + "Directory where CLI metadata should be stored.", + "Directory where CLI metadata should be stored.", + "Compare two files with each other.", + "Perform a three-way merge by providing paths for two modified versions of a file, the common origin of both modified versions and the output file to save merge results.", + "Add folder(s) to the last active window.", + "Open a file at the path on the specified line and character position.", + "Force to open a new window.", + "Force to open a file or folder in an already opened window.", + "Wait for the files to be closed before returning.", + "The locale to use (e.g. en-US or zh-TW).", + "Specifies the directory that user data is kept in. Can be used to open multiple distinct instances of Code.", + "Opens the provided folder or workspace with the given profile and associates the profile with the workspace. If the profile does not exist, a new empty one is created.", + "Print usage.", + "Set the root path for extensions.", + "List the installed extensions.", + "Show versions of installed extensions, when using --list-extensions.", + "Filters installed extensions by provided category, when using --list-extensions.", + "Installs or updates an extension. The argument is either an extension id or a path to a VSIX. The identifier of an extension is '${publisher}.${name}'. Use '--force' argument to update to latest version. To install a specific version provide '@${version}'. For example: 'vscode.csharp@1.2.3'.", + "Installs the pre-release version of the extension, when using --install-extension", + "Uninstalls an extension.", + "Enables proposed API features for extensions. Can receive one or more extension IDs to enable individually.", + "Print version.", + "Print verbose output (implies --wait).", + "Log level to use. Default is 'info'. Allowed values are 'critical', 'error', 'warn', 'info', 'debug', 'trace', 'off'. You can also configure the log level of an extension by passing extension id and log level in the following format: '${publisher}.${name}:${logLevel}'. For example: 'vscode.csharp:trace'. Can receive one or more such entries.", + "Print process usage and diagnostics information.", + "Run CPU profiler during startup.", + "Disable all installed extensions. This option is not persisted and is effective only when the command opens a new window.", + "Disable the provided extension. This option is not persisted and is effective only when the command opens a new window.", + "Turn sync on or off.", + "Allow debugging and profiling of extensions. Check the developer tools for the connection URI.", + "Allow debugging and profiling of extensions with the extension host being paused after start. Check the developer tools for the connection URI.", + "Disable GPU hardware acceleration.", + "Use this option only when there is requirement to launch the application as sudo user on Linux or when running as an elevated user in an applocker environment on Windows.", + "Shows all telemetry events which VS code collects.", + "Use {0} instead.", + "paths", + "Usage", + "options", + "To read output from another program, append '-' (e.g. 'echo Hello World | {0} -')", + "To read from stdin, append '-' (e.g. 'ps aux | grep code | {0} -')", + "Subcommands", + "Unknown version", + "Unknown commit" + ], + "vs/platform/terminal/node/ptyService": [ + "History restored" + ], "vs/editor/common/config/editorOptions": [ - "Use platform APIs to detect when a Screen Reader is attached", - "Optimize for usage with a Screen Reader", - "Assume a screen reader is not attached", + "Use platform APIs to detect when a Screen Reader is attached.", + "Optimize for usage with a Screen Reader.", + "Assume a screen reader is not attached.", "Controls if the UI should run in a mode where it is optimized for screen readers.", "Controls whether a space character is inserted when commenting.", "Controls if empty lines should be ignored with toggle, add or remove actions for line comments.", @@ -16971,7 +17184,7 @@ "Controls whether the hover is shown.", "Controls the delay in milliseconds after which the hover is shown.", "Controls whether the hover should remain visible when mouse is moved over it.", - "Controls the delay in milliseconds after thich the hover is hidden. Requires `editor.hover.sticky` to be enabled.", + "Controls the delay in milliseconds after which the hover is hidden. Requires `editor.hover.sticky` to be enabled.", "Prefer showing hovers above the line, if there's space.", "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.", @@ -16980,7 +17193,7 @@ "Shows the nested current scopes during the scroll at the top of the editor.", "Defines the maximum number of sticky lines to show.", "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.", - "Enable scrolling of the sticky scroll widget with the editor's horizontal scrollbar.", + "Enable scrolling of Sticky Scroll with the editor's horizontal scrollbar.", "Enables the inlay hints in the editor.", "Inlay hints are enabled", "Inlay hints are showing by default and hide when holding {0}", @@ -17031,6 +17244,7 @@ "The width of the vertical scrollbar.", "The height of the horizontal scrollbar.", "Controls whether clicks scroll by page or jump to click position.", + "When set, the horizontal scrollbar will not increase the size of the editor's content.", "Controls whether all non-basic ASCII characters are highlighted. Only characters between U+0020 and U+007E, tab, line-feed and carriage-return are considered basic ASCII.", "Controls whether characters that just reserve space or have no width at all are highlighted.", "Controls whether characters are highlighted that can be confused with basic ASCII characters, except those that are common in the current user locale.", @@ -17208,6 +17422,7 @@ "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.", "Controls whether a border should be drawn around the overview ruler.", "Focus the tree when opening peek", "Focus the editor when opening peek", @@ -17273,57 +17488,6 @@ "Controls whether inline color decorations should be shown using the default document color provider", "Controls whether the editor receives tabs or defers them to the workbench for navigation." ], - "vs/platform/environment/node/argv": [ - "Options", - "Extensions Management", - "Troubleshooting", - "Directory where CLI metadata should be stored.", - "Directory where CLI metadata should be stored.", - "Compare two files with each other.", - "Perform a three-way merge by providing paths for two modified versions of a file, the common origin of both modified versions and the output file to save merge results.", - "Add folder(s) to the last active window.", - "Open a file at the path on the specified line and character position.", - "Force to open a new window.", - "Force to open a file or folder in an already opened window.", - "Wait for the files to be closed before returning.", - "The locale to use (e.g. en-US or zh-TW).", - "Specifies the directory that user data is kept in. Can be used to open multiple distinct instances of Code.", - "Opens the provided folder or workspace with the given profile and associates the profile with the workspace. If the profile does not exist, a new empty one is created. A folder or workspace must be provided for the profile to take effect.", - "Print usage.", - "Set the root path for extensions.", - "List the installed extensions.", - "Show versions of installed extensions, when using --list-extensions.", - "Filters installed extensions by provided category, when using --list-extensions.", - "Installs or updates an extension. The argument is either an extension id or a path to a VSIX. The identifier of an extension is '${publisher}.${name}'. Use '--force' argument to update to latest version. To install a specific version provide '@${version}'. For example: 'vscode.csharp@1.2.3'.", - "Installs the pre-release version of the extension, when using --install-extension", - "Uninstalls an extension.", - "Enables proposed API features for extensions. Can receive one or more extension IDs to enable individually.", - "Print version.", - "Print verbose output (implies --wait).", - "Log level to use. Default is 'info'. Allowed values are 'critical', 'error', 'warn', 'info', 'debug', 'trace', 'off'. You can also configure the log level of an extension by passing extension id and log level in the following format: '${publisher}.${name}:${logLevel}'. For example: 'vscode.csharp:trace'. Can receive one or more such entries.", - "Print process usage and diagnostics information.", - "Run CPU profiler during startup.", - "Disable all installed extensions. This option is not persisted and is effective only when the command opens a new window.", - "Disable the provided extension. This option is not persisted and is effective only when the command opens a new window.", - "Turn sync on or off.", - "Allow debugging and profiling of extensions. Check the developer tools for the connection URI.", - "Allow debugging and profiling of extensions with the extension host being paused after start. Check the developer tools for the connection URI.", - "Disable GPU hardware acceleration.", - "Use this option only when there is requirement to launch the application as sudo user on Linux or when running as an elevated user in an applocker environment on Windows.", - "Shows all telemetry events which VS code collects.", - "Use {0} instead.", - "paths", - "Usage", - "options", - "To read output from another program, append '-' (e.g. 'echo Hello World | {0} -')", - "To read from stdin, append '-' (e.g. 'ps aux | grep code | {0} -')", - "Subcommands", - "Unknown version", - "Unknown commit" - ], - "vs/platform/terminal/node/ptyService": [ - "History restored" - ], "vs/base/common/errorMessage": [ "{0}: {1}", "A system error occurred ({0})", @@ -17332,11 +17496,47 @@ "{0} ({1} errors in total)", "An unknown error occurred. Please consult the log for more details." ], - "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'" + "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/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/files/common/files": [ "Unknown Error", @@ -17346,22 +17546,16 @@ "{0}GB", "{0}TB" ], - "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/node/diskFileSystemProvider": [ - "File already exists", - "File does not exist", - "Unable to move '{0}' into '{1}' ({2}).", - "Unable to copy '{0}' into '{1}' ({2}).", - "File cannot be copied to same path with different path case", - "File 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/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}'", @@ -17392,6 +17586,18 @@ "Unable to modify read-only file '{0}'", "Unable to modify read-only file '{0}'" ], + "vs/platform/files/node/diskFileSystemProvider": [ + "File already exists", + "File does not exist", + "Unable to move '{0}' into '{1}' ({2}).", + "Unable to copy '{0}' into '{1}' ({2}).", + "File cannot be copied to same path with different path case", + "File 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", @@ -17407,6 +17613,45 @@ "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/telemetry/common/telemetryService": [ + "Controls {0} telemetry, first-party extension telemetry, and participating third-party extension telemetry. Some third party extensions might not respect this setting. Consult the specific extension's documentation to be sure. Telemetry helps us better understand how {0} is performing, where improvements need to be made, and how features are being used.", + "Read more about the [data we collect]({0}).", + "Read more about the [data we collect]({0}) and our [privacy statement]({1}).", + "A full restart of the application is necessary for crash reporting changes to take effect.", + "Crash Reports", + "Error Telemetry", + "Usage Data", + "The following table outlines the data sent with each setting:", + "****Note:*** If this setting is 'off', no telemetry will be sent regardless of other telemetry settings. If this setting is set to anything except 'off' and telemetry is disabled with deprecated settings, no telemetry will be sent.*", + "Telemetry", + "Sends usage data, errors, and crash reports.", + "Sends general error telemetry and crash reports.", + "Sends OS level crash reports.", + "Disables all product telemetry.", + "Telemetry", + "Enable diagnostic data to be collected. This helps us to better understand how {0} is performing and where improvements need to be made.", + "Enable diagnostic data to be collected. This helps us to better understand how {0} is performing and where improvements need to be made. [Read more]({1}) about what we collect and our privacy statement.", + "If this setting is false, no telemetry will be sent regardless of the new setting's value. Deprecated in favor of the {0} setting." + ], + "vs/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", @@ -17437,6 +17682,7 @@ "Include my workspace metadata", "Include my enabled extensions", "Include A/B experiment info", + "Include additional extension info", "Before you report an issue here please review the guidance we provide.", "Please complete the form in English.", "This is a", @@ -17454,6 +17700,8 @@ "Please enter details.", "A description is required.", "show", + "Extension does not have additional data to include.", + "show", "show", "show", "show", @@ -17494,85 +17742,6 @@ "Extensions are disabled", "No current experiments." ], - "vs/platform/extensionManagement/common/extensionManagement": [ - "Extensions", - "Preferences" - ], - "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/languagePacks/common/languagePacks": [ - " (Current)" - ], - "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/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/telemetry/common/telemetryService": [ - "Controls {0} telemetry, first-party extension telemetry, and participating third-party extension telemetry. Some third party extensions might not respect this setting. Consult the specific extension's documentation to be sure. Telemetry helps us better understand how {0} is performing, where improvements need to be made, and how features are being used.", - "Read more about the [data we collect]({0}).", - "Read more about the [data we collect]({0}) and our [privacy statement]({1}).", - "A full restart of the application is necessary for crash reporting changes to take effect.", - "Crash Reports", - "Error Telemetry", - "Usage Data", - "The following table outlines the data sent with each setting:", - "****Note:*** If this setting is 'off', no telemetry will be sent regardless of other telemetry settings. If this setting is set to anything except 'off' and telemetry is disabled with deprecated settings, no telemetry will be sent.*", - "Telemetry", - "Sends usage data, errors, and crash reports.", - "Sends general error telemetry and crash reports.", - "Sends OS level crash reports.", - "Disables all product telemetry.", - "Telemetry", - "Enable diagnostic data to be collected. This helps us to better understand how {0} is performing and where improvements need to be made.", - "Enable diagnostic data to be collected. This helps us to better understand how {0} is performing and where improvements need to be made. [Read more]({1}) about what we collect and our privacy statement.", - "If this setting is false, no telemetry will be sent regardless of the new setting's value. Deprecated in favor of the {0} setting." - ], - "vs/platform/userDataProfile/common/userDataProfile": [ - "Default" - ], "vs/platform/telemetry/common/telemetryLogAppender": [ "Telemetry{0}" ], @@ -17583,18 +17752,18 @@ "Expected format '${publisher}.${name}'. Example: 'vscode.csharp'.", "Configure settings to be ignored while synchronizing." ], - "vs/platform/userDataSync/common/userDataSyncMachines": [ - "Cannot read machines data as the current version is incompatible. Please update {0} and try again." - ], "vs/platform/userDataSync/common/userDataSyncLog": [ "Settings Sync" ], - "vs/platform/userDataSync/common/userDataSyncResourceProvider": [ - "Cannot parse sync data as it is not compatible with the current version." + "vs/platform/userDataSync/common/userDataSyncMachines": [ + "Cannot read machines data as the current version is incompatible. Please update {0} and try again." ], "vs/platform/remoteTunnel/common/remoteTunnel": [ "Remote Tunnel Service" ], + "vs/platform/userDataSync/common/userDataSyncResourceProvider": [ + "Cannot parse sync data as it is not compatible with the current version." + ], "vs/platform/remoteTunnel/node/remoteTunnelService": [ "Building CLI from sources", "Connecting as {0} ({1})", @@ -17629,14 +17798,6 @@ "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 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.", @@ -17650,14 +17811,33 @@ "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.", "Controls the height of the scrollbars used for tabs and breadcrumbs in the editor title area.", - "Controls whether opened editors should show in tabs or not.", - "Controls whether tabs should be wrapped over multiple lines when exceeding available space or whether a scrollbar should appear instead. This value is ignored when `#workbench.editor.showTabs#` is disabled.", - "Controls whether scrolling over tabs will open them or not. By default tabs will only reveal upon scrolling, but not open. You can press and hold the Shift-key while scrolling to change this behavior for that duration. This value is ignored when `#workbench.editor.showTabs#` is disabled.", - "Controls whether a top border is drawn on tabs for editors that have unsaved changes. This value is ignored when `#workbench.editor.showTabs#` is disabled.", + "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.", + "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`.", "Controls whether editor file decorations should use badges.", "Controls whether editor file decorations should use colors.", "Show the name of the file. When tabs are enabled and two files have the same name in one group the distinguishing sections of each file's path are added. When tabs are disabled, the path relative to the workspace folder is shown if the editor is active.", @@ -17675,19 +17855,19 @@ "When enabled, shows a Status bar Quick Fix when the editor language doesn't match detected content language.", "Show in untitled text editors", "Show in notebook editors", - "Controls the position of the editor's tabs close buttons, or disables them when set to 'off'. This value is ignored when `#workbench.editor.showTabs#` is disabled.", + "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`.", "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 disabled.", + "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 disabled.", + "Controls the height of editor tabs. Also applies to the title control bar when `#workbench.editor.showTabs#` is not set to `multiple`.", "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 disabled.", - "When enabled, displays pinned tabs in a separate row above all other tabs. This value is ignored when `#workbench.editor.showTabs#` is disabled.", + "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`.", "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.", @@ -17720,7 +17900,10 @@ "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 whether to maximize/restore the editor group when double clicking on a tab. This value is ignored when `#workbench.editor.showTabs#` is disabled.", + "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`.", + "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.", "Controls if the number of opened editors should be limited or not. When enabled, less recently used editors will close to make space for newly opening editors.", "Controls the maximum number of opened editors. Use the {0} setting to control this limit per editor group or across all groups.", "Controls if the maximum number of opened editors should exclude dirty editors for counting towards the configured limit.", @@ -17749,7 +17932,10 @@ "Never maximize the panel when opening it. The panel will open un-maximized.", "Open the panel to the state that it was in, before it was closed.", "Controls the visibility of the status bar at the bottom of the workbench.", - "Controls the visibility of the activity bar in the workbench.", + "Controls the 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.", @@ -17828,31 +18014,45 @@ "Zen Mode", "Controls whether turning on Zen Mode also puts the workbench into full screen mode.", "Controls whether turning on Zen Mode also centers the layout.", - "Controls whether turning on Zen Mode also hides workbench tabs.", + "Controls whether turning on Zen Mode 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.", "Controls whether turning on Zen Mode also hides the status bar at the bottom of the workbench.", "Controls whether turning on Zen Mode also hides the activity bar either at the left or right of the workbench.", "Controls whether turning on Zen Mode also hides the editor line numbers.", "Controls whether a window should restore to Zen Mode if it was exited in Zen Mode.", "Controls whether notifications do not disturb mode should be enabled while in Zen Mode. If true, only error notifications will pop out." ], - "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", + "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/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", "Workspace", "Machine", @@ -17879,25 +18079,6 @@ "Controls the color in hex (#RGB, #RGBA, #RRGGBB or #RRGGBBAA) of the mouse indicator in screencast mode.", "Controls the size (in pixels) of the mouse indicator in screencast mode." ], - "vs/workbench/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/layoutActions": [ "Represents the menu bar", "Represents the activity bar in the left position", @@ -17917,7 +18098,6 @@ "Represents zen mode", "Close Primary Side Bar", "Toggle Activity Bar Visibility", - "&&Activity Bar", "Toggle Centered Layout", "&&Centered Layout", "Move Primary Side Bar Right", @@ -17948,7 +18128,10 @@ "Toggle Primary Side Bar", "Toggle Status Bar Visibility", "S&&tatus Bar", - "Toggle Editor Tab Visibility", + "Hide Editor Tabs", + "Show Multiple Editor Tabs", + "Show Single Editor Tab", + "Tab Bar", "Separate Pinned Editor Tabs", "Toggle Zen Mode", "Zen Mode", @@ -18241,6 +18424,9 @@ "A transient workspace will disappear when restarting or reloading.", "Unknown workspace configuration property" ], + "vs/workbench/browser/parts/editor/editorParts": [ + "Window {0}" + ], "vs/workbench/api/browser/viewsExtensionPoint": [ "Unique id used to identify the container in which views can be contributed using 'views' contribution point", "Human readable string used to render the container", @@ -18315,8 +18501,10 @@ "Split Down", "Split Left", "Split Right", - "Editor Tabs", - "Separate Pinned Editor Tabs", + "Tab Bar", + "Multiple Tabs", + "Single Tab", + "Hide", "Close", "Close Others", "Close to the Right", @@ -18337,6 +18525,8 @@ "Close All", "Close Saved", "Enable Preview Editors", + "Maximize Group", + "Unmaximize Group", "Lock Group", "Split Editor Right", "Split Editor Down", @@ -18426,13 +18616,14 @@ "Group &&Below", "Switch &&Group" ], - "vs/workbench/browser/parts/statusbar/statusbarPart": [ - "Hide Status Bar" - ], "vs/workbench/browser/parts/banner/bannerPart": [ "Focus Banner" ], + "vs/workbench/browser/parts/statusbar/statusbarPart": [ + "Hide Status Bar" + ], "vs/workbench/browser/parts/views/viewsService": [ + "Text Editor", "Show {0}", "Toggle {0}", "Show {0}", @@ -18713,6 +18904,16 @@ "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", + "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" + ], "vs/workbench/services/filesConfiguration/common/filesConfigurationService": [ "Editor is read-only because the file system of the file is read-only.", "Editor is read-only because the file was set read-only in this session. [Click here](command:{0}) to set writeable.", @@ -18773,6 +18974,42 @@ "vs/workbench/services/assignment/common/assignmentService": [ "Fetches experiments to run from a Microsoft online service." ], + "vs/workbench/services/issue/browser/issueTroubleshoot": [ + "Troubleshoot Issue", + "Issue troubleshooting is a process to help you identify the cause for an issue. The cause for an issue can be a misconfiguration, due to an extension, or be {0} itself.\n\nDuring the process the window reloads repeatedly. Each time you must confirm if you are still seeing the issue.", + "&&Troubleshoot Issue", + "Issue troubleshooting is active and has temporarily disabled all installed extensions. Check if you can still reproduce the problem and proceed by selecting from these options.", + "Issue troubleshooting is active and has temporarily reset your configurations to defaults. Check if you can still reproduce the problem and proceed by selecting from these options.", + "Issue troubleshooting has identified that the issue is caused by your configurations. Please report the issue by exporting your configurations using \"Export Profile\" command and share the file in the issue report.", + "Issue troubleshooting has identified that the issue is with {0}.", + "I Can't Reproduce", + "I Can Reproduce", + "Stop", + "Troubleshoot Issue", + "This likely means that the issue has been addressed already and will be available in an upcoming release. You can safely use {0} insiders until the new stable version is available.", + "Troubleshoot Issue", + "Download {0} Insiders", + "Report Issue Anyway", + "Please try to download and reproduce the issue in {0} insiders.", + "Troubleshoot Issue", + "I can't reproduce", + "I can reproduce", + "Stop", + "Please try to reproduce the issue in {0} insiders and confirm if the issue exists there.", + "Troubleshoot Issue...", + "Stop Troubleshoot Issue" + ], + "vs/workbench/contrib/preferences/browser/keybindingsEditorContribution": [ + "You won't be able to produce this key combination under your current keyboard layout.", + "**{0}** for your current keyboard layout (**{1}** for US standard).", + "**{0}** for your current keyboard layout." + ], + "vs/workbench/contrib/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", @@ -18820,41 +19057,16 @@ "Open Settings (JSON)", "&&Preferences" ], - "vs/workbench/services/issue/browser/issueTroubleshoot": [ - "Troubleshoot Issue", - "Issue troubleshooting is a process to help you identify the cause for an issue. The cause for an issue can be a misconfiguration, due to an extension, or be {0} itself.\n\nDuring the process the window reloads repeatedly. Each time you must confirm if you are still seeing the issue.", - "&&Troubleshoot Issue", - "Issue troubleshooting is active and has temporarily disabled all installed extensions. Check if you can still reproduce the problem and proceed by selecting from these options.", - "Issue troubleshooting is active and has temporarily reset your configurations to defaults. Check if you can still reproduce the problem and proceed by selecting from these options.", - "Issue troubleshooting has identified that the issue is caused by your configurations. Please report the issue by exporting your configurations using \"Export Profile\" command and share the file in the issue report.", - "Issue troubleshooting has identified that the issue is with {0}.", - "I Can't Reproduce", - "I Can Reproduce", - "Stop", - "Troubleshoot Issue", - "This likely means that the issue has been addressed already and will be available in an upcoming release. You can safely use {0} insiders until the new stable version is available.", - "Troubleshoot Issue", - "Download {0} Insiders", - "Report Issue Anyway", - "Please try to download and reproduce the issue in {0} insiders.", - "Troubleshoot Issue", - "I can't reproduce", - "I can reproduce", - "Stop", - "Please try to reproduce the issue in {0} insiders and confirm if the issue exists there.", - "Troubleshoot Issue...", - "Stop Troubleshoot Issue" - ], - "vs/workbench/contrib/preferences/browser/keybindingsEditorContribution": [ - "You won't be able to produce this key combination under your current keyboard layout.", - "**{0}** for your current keyboard layout (**{1}** for US standard).", - "**{0}** for your current keyboard layout." - ], - "vs/workbench/contrib/performance/browser/performance.contribution": [ - "Startup Performance", - "Print Service Cycles", - "Print Service Traces", - "Print Emitter Profiles" + "vs/workbench/contrib/chat/browser/chat.contribution": [ + "Chat", + "Controls the font size in pixels in chat codeblocks.", + "Controls the font family in chat codeblocks.", + "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.", + "Chat", + "Chat", + "Clear the session" ], "vs/workbench/contrib/notebook/browser/notebook.contribution": [ "Settings for code editors used in notebooks. This can be used to customize most editor.* settings.", @@ -18893,10 +19105,10 @@ "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.", "Font size for the output text within notebook cells. When set to 0, {0} is used.", "The font family of the output text within notebook cells. When set to empty, the {0} is used.", - "Initially render notebook outputs in a scrollable region when longer than the limit", + "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.", - "Run a series of CodeActions for a notebook on save. CodeActions must be specified, the file must not be saved after delay, and the editor must not be shutting down. Example: `\"notebook.source.organizeImports\": \"explicit\"`", + "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.", "Triggers Code Actions only when explicitly saved. This value will be deprecated in favor of \"explicit\".", @@ -18914,24 +19126,13 @@ "Always anchor the viewport to the focused cell.", "The focused cell may shift around as cells resize." ], - "vs/workbench/contrib/chat/browser/chat.contribution": [ - "Chat", - "Controls the font size in pixels in chat codeblocks.", - "Controls the font family in chat codeblocks.", - "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.", - "Chat", - "Chat", - "Clear the session" - ], "vs/workbench/contrib/testing/browser/testing.contribution": [ "Testing", "T&&esting", - "Test Results", - "Test Results", "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": [ @@ -19007,14 +19208,12 @@ "A&&uto Save", "Re&&vert File", "&&Close Editor", - "Go to &&File..." + "Go to &&File...", + "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.", - "Folders", - "Explorer", - "Explorer", "&&Explorer", "Open Folder", "add a folder", @@ -19023,7 +19222,10 @@ "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}" + "You have not yet opened a folder.\n{0}", + "Folders", + "Explorer", + "Explorer" ], "vs/workbench/contrib/files/browser/files.contribution": [ "Text File Editor", @@ -19117,7 +19319,7 @@ "Appends the word \"copy\" at the end of the duplicated name potentially followed by a number.", "Adds a number at the end of the duplicated name. If some number is already part of the name, tries to increase that number.", "Disables incremental naming. If two files with the same name exist you will be prompted to overwrite the existing file.", - "Controls what naming strategy to use when a giving a new name to a duplicated Explorer item on paste.", + "Controls which naming strategy to use when giving a new name to a duplicated Explorer item on paste.", "Controls whether the Explorer should render folders in a compact form. In such a form, single child folders will be compressed in a combined tree element. Useful for Java package structures, for example.", "Use slash as path separation character.", "Use backslash as path separation character.", @@ -19153,6 +19355,7 @@ "Another refactoring is being previewed.", "Press 'Continue' to discard the previous refactoring and continue with the current refactoring.", "&&Continue", + "View icon of the refactor preview view.", "Apply Refactoring", "Refactor Preview", "Discard Refactoring", @@ -19165,35 +19368,10 @@ "Refactor Preview", "Group Changes By Type", "Refactor Preview", - "View icon of the refactor preview view.", "Refactor Preview", "Refactor Preview" ], - "vs/workbench/contrib/searchEditor/browser/searchEditor.contribution": [ - "Search Editor", - "Search Editor", - "Search Editor", - "Delete File Results", - "New Search Editor", - "Open Search Editor", - "Open New Search Editor to the Side", - "Open Results in Editor", - "Search Again", - "Focus Search Editor Input", - "Focus Search Editor Files to Include", - "Focus Search Editor Files to Exclude", - "Toggle Match Case", - "Toggle Match Whole Word", - "Toggle Use Regular Expression", - "Toggle Context Lines", - "Increase Context Lines", - "Decrease Context Lines", - "Select All Matches", - "Open New Search Editor" - ], "vs/workbench/contrib/search/browser/search.contribution": [ - "Search", - "Search", "&&Search", "Search files by name (append {0} to go to line or {1} to go to symbol)", "Go to File", @@ -19214,7 +19392,7 @@ "The search cache is kept in the extension host which never shuts down, so this setting is no longer needed.", "When enabled, the searchService process will be kept alive instead of being shut down after an hour of inactivity. This will keep the file search cache in memory.", "Controls whether to use `.gitignore` and `.ignore` files when searching for files.", - "Controls whether to use your global gitignore file (e.g., from `$HOME/.config/git/ignore`) when searching for files. Requires `#search.useIgnoreFiles#` to be enabled.", + "Controls whether to use your global gitignore file (for example, from `$HOME/.config/git/ignore`) when searching for files. Requires `#search.useIgnoreFiles#` to be enabled.", "Controls whether to use `.gitignore` and `.ignore` files in parent directories when searching for files. Requires `#search.useIgnoreFiles#` to be enabled.", "Whether to include results from a global symbol search in the file results for Quick Open.", "Whether to include results from recently opened files in the file results for Quick Open.", @@ -19259,69 +19437,160 @@ "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." - ], - "vs/workbench/contrib/search/browser/searchView": [ - "Search was canceled before any results could be found - ", - "Toggle Search Details", - "files to include", - "e.g. *.ts, src/**/include", - "files to exclude", - "e.g. *.ts, src/**/exclude", - "Replace All", - "&&Replace", - "Replaced {0} occurrence across {1} file with '{2}'.", - "Replaced {0} occurrence across {1} file.", - "Replaced {0} occurrence across {1} files with '{2}'.", - "Replaced {0} occurrence across {1} files.", - "Replaced {0} occurrences across {1} file with '{2}'.", - "Replaced {0} occurrences across {1} file.", - "Replaced {0} occurrences across {1} files with '{2}'.", - "Replaced {0} occurrences across {1} files.", - "Replace {0} occurrence across {1} file with '{2}'?", - "Replace {0} occurrence across {1} file?", - "Replace {0} occurrence across {1} files with '{2}'?", - "Replace {0} occurrence across {1} files?", - "Replace {0} occurrences across {1} file with '{2}'?", - "Replace {0} occurrences across {1} file?", - "Replace {0} occurrences across {1} files with '{2}'?", - "Replace {0} occurrences across {1} files?", - "Empty Search", - "The search results have been cleared", - "Search path not found: {0}", - "No results found in open editors matching '{0}' excluding '{1}' - ", - "No results found in open editors matching '{0}' - ", - "No results found in open editors excluding '{0}' - ", - "No results found in open editors. Review your settings for configured exclusions and check your gitignore files - ", - "No results found in '{0}' excluding '{1}' - ", - "No results found in '{0}' - ", - "No results found excluding '{0}' - ", - "No results found. Review your settings for configured exclusions and check your gitignore files - ", - "Search again", - "Search again in all files", - "Open Settings", - "Learn More", - "Search returned {0} results in {1} files", - "The result set only contains a subset of all matches. Be more specific in your search to narrow down the results.", - " - Search: {0}", - "exclude settings and ignore files are disabled", - "enable", - "Use Exclude Settings and Ignore Files", - "searching only in open files", - "disable", - "Search in entire workspace", - "Copy current search results to an editor", - "Open in editor", - "{0} result in {1} file", - "{0} result in {1} files", - "{0} results in {1} file", - "{0} results in {1} files", - "You have not opened or specified a folder. Only open files are currently searched - ", - "Open Folder" + "Controls whether the last typed input to Quick Search should be restored when opening it the next time.", + "Search", + "Search" ], - "vs/workbench/contrib/sash/browser/sash.contribution": [ - "Controls the feedback area size in pixels of the dragging area in between views/editors. Set it to a larger value if you feel it's hard to resize views using the mouse.", - "Controls the hover feedback delay in milliseconds of the dragging area in between views/editors." + "vs/workbench/contrib/searchEditor/browser/searchEditor.contribution": [ + "Search Editor", + "Search Editor", + "Search Editor", + "Delete File Results", + "New Search Editor", + "Open Search Editor", + "Open New Search Editor to the Side", + "Open Results in Editor", + "Search Again", + "Focus Search Editor Input", + "Focus Search Editor Files to Include", + "Focus Search Editor Files to Exclude", + "Toggle Match Case", + "Toggle Match Whole Word", + "Toggle Use Regular Expression", + "Toggle Context Lines", + "Increase Context Lines", + "Decrease Context Lines", + "Select All Matches", + "Open New Search Editor" + ], + "vs/workbench/contrib/sash/browser/sash.contribution": [ + "Controls the feedback area size in pixels of the dragging area in between views/editors. Set it to a larger value if you feel it's hard to resize views using the mouse.", + "Controls the hover feedback delay in milliseconds of the dragging area in between views/editors." + ], + "vs/workbench/contrib/scm/browser/scm.contribution": [ + "View icon of the Source Control view.", + "Source Control", + "No source control providers registered.", + "None of the registered source control providers work in Restricted Mode.", + "Manage Workspace Trust", + "Source &&Control", + "Source Control", + "Show the diff decorations in all available locations.", + "Show the diff decorations only in the editor gutter.", + "Show the diff decorations only in the overview ruler.", + "Show the diff decorations only in the minimap.", + "Do not show the diff decorations.", + "Controls diff decorations in the editor.", + "Controls the width(px) of diff decorations in gutter (added & modified).", + "Show the diff decorator in the gutter at all times.", + "Show the diff decorator in the gutter only on hover.", + "Controls the visibility of the Source Control diff decorator in the gutter.", + "Show the inline diff Peek view on click.", + "Do nothing.", + "Controls the behavior of Source Control diff gutter decorations.", + "Controls whether a pattern is used for the diff decorations in gutter.", + "Use pattern for the diff decorations in gutter for added lines.", + "Use pattern for the diff decorations in gutter for modified lines.", + "Ignore leading and trailing whitespace.", + "Do not ignore leading and trailing whitespace.", + "Inherit from `diffEditor.ignoreTrimWhitespace`.", + "Controls whether leading and trailing whitespace is ignored in Source Control diff gutter decorations.", + "Controls whether inline actions are always visible in the Source Control view.", + "Show the sum of all Source Control Provider count badges.", + "Show the count badge of the focused Source Control Provider.", + "Disable the Source Control count badge.", + "Controls the count badge on the Source Control icon on the Activity Bar.", + "Hide Source Control Provider count badges.", + "Only show count badge for Source Control Provider when non-zero.", + "Show Source Control Provider count badges.", + "Controls the count badges on Source Control Provider headers. These headers 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.", + "Show the repository changes as a tree.", + "Show the repository changes as a list.", + "Controls the default Source Control repository view mode.", + "Sort the repository changes by file name.", + "Sort the repository changes by path.", + "Sort the repository changes by Source Control status.", + "Controls the default Source Control repository changes sort order when viewed as a list.", + "Controls whether the Source Control view should automatically reveal and select files when opening them.", + "Controls the font for the input message. Use `default` for the workbench user interface font family, `editor` for the `#editor.fontFamily#`'s value, or a custom font family.", + "Controls the font size for the input message in pixels.", + "Controls whether repositories should always be visible in the Source Control view.", + "Repositories in the Source Control Repositories view are sorted by discovery time. Repositories in the Source Control view are sorted in the order that they were selected.", + "Repositories in the Source Control Repositories and Source Control views are sorted by repository name.", + "Repositories in the Source Control Repositories and Source Control views are sorted by repository path.", + "Controls the sort order of the repositories in the source control repositories view.", + "Controls how many repositories are visible in the Source Control Repositories section. Set to 0, to be able to manually resize the view.", + "Controls whether an action button can be shown in the Source Control view.", + "Controls whether the Source Control Sync view is shown.", + "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." ], "vs/workbench/contrib/debug/browser/debug.contribution": [ "Debug", @@ -19330,11 +19599,6 @@ "Type the name of a debug console to open.", "Show All Debug Consoles", "Terminate Thread", - "Focus on Debug Console View", - "Jump to Cursor", - "Set Next Statement", - "Inline Breakpoint", - "Terminate Thread", "Restart Frame", "Copy Call Stack", "View Binary Data", @@ -19350,7 +19614,6 @@ "Copy Value", "View Binary Data", "Remove Expression", - "Run or Debug...", "&&Run", "&&Start Debugging", "Run &&Without Debugging", @@ -19364,16 +19627,8 @@ "Inline Breakp&&oint", "&&New Breakpoint", "&&Install Additional Debuggers...", - "Debug Console", - "Debug Console", "De&&bug Console", - "Run and Debug", "&&Run", - "Variables", - "Watch", - "Call Stack", - "Breakpoints", - "Loaded Scripts", "Disassembly", "Debug", "Allow setting breakpoints in any file.", @@ -19421,7 +19676,26 @@ "Always confirm if there are debug sessions.", "Show Source Code in Disassembly View.", "Automatically show values for variables that are lazily resolved by the debugger, such as getters.", - "Color status bar when debugger is active" + "Color of the Status bar when debugger is active.", + "Hide 'Start Debugging' control in title bar of 'Run and Debug' view while debugging is active. Only relevant when `{0}` is not `docked`.", + "Terminate Thread", + "Focus on Debug Console View", + "Jump to Cursor", + "Set Next Statement", + "Inline Breakpoint", + "Run or Debug...", + "Debug Console", + "Debug Console", + "Run and Debug", + "Variables", + "Watch", + "Call Stack", + "Breakpoints", + "Loaded Scripts" + ], + "vs/workbench/contrib/debug/browser/callStackEditorContribution": [ + "Background color for the highlight of line at the top stack frame position.", + "Background color for the highlight of line at focused stack frame position." ], "vs/workbench/contrib/debug/browser/breakpointEditorContribution": [ "Logpoint", @@ -19463,73 +19737,16 @@ "Icon color for the current breakpoint stack frame.", "Icon color for all breakpoint stack frames." ], - "vs/workbench/contrib/scm/browser/scm.contribution": [ - "View icon of the Source Control view.", - "Source Control", - "No source control providers registered.", - "None of the registered source control providers work in Restricted Mode.", - "Manage Workspace Trust", - "Source Control", - "Source &&Control", - "Source Control Repositories", - "Source Control Sync", - "Source Control", - "Show the diff decorations in all available locations.", - "Show the diff decorations only in the editor gutter.", - "Show the diff decorations only in the overview ruler.", - "Show the diff decorations only in the minimap.", - "Do not show the diff decorations.", - "Controls diff decorations in the editor.", - "Controls the width(px) of diff decorations in gutter (added & modified).", - "Show the diff decorator in the gutter at all times.", - "Show the diff decorator in the gutter only on hover.", - "Controls the visibility of the Source Control diff decorator in the gutter.", - "Show the inline diff Peek view on click.", - "Do nothing.", - "Controls the behavior of Source Control diff gutter decorations.", - "Controls whether a pattern is used for the diff decorations in gutter.", - "Use pattern for the diff decorations in gutter for added lines.", - "Use pattern for the diff decorations in gutter for modified lines.", - "Ignore leading and trailing whitespace.", - "Do not ignore leading and trailing whitespace.", - "Inherit from `diffEditor.ignoreTrimWhitespace`.", - "Controls whether leading and trailing whitespace is ignored in Source Control diff gutter decorations.", - "Controls whether inline actions are always visible in the Source Control view.", - "Show the sum of all Source Control Provider count badges.", - "Show the count badge of the focused Source Control Provider.", - "Disable the Source Control count badge.", - "Controls the count badge on the Source Control icon on the Activity Bar.", - "Hide Source Control Provider count badges.", - "Only show count badge for Source Control Provider when non-zero.", - "Show Source Control Provider count badges.", - "Controls the count badges on Source Control Provider headers. These headers only appear when there is more than one provider.", - "Show the repository changes as a tree.", - "Show the repository changes as a list.", - "Controls the default Source Control repository view mode.", - "Sort the repository changes by file name.", - "Sort the repository changes by path.", - "Sort the repository changes by Source Control status.", - "Controls the default Source Control repository changes sort order when viewed as a list.", - "Controls whether the Source Control view should automatically reveal and select files when opening them.", - "Controls the font for the input message. Use `default` for the workbench user interface font family, `editor` for the `#editor.fontFamily#`'s value, or a custom font family.", - "Controls the font size for the input message in pixels.", - "Controls whether repositories should always be visible in the Source Control view.", - "Repositories in the Source Control Repositories view are sorted by discovery time. Repositories in the Source Control view are sorted in the order that they were selected.", - "Repositories in the Source Control Repositories and Source Control views are sorted by repository name.", - "Repositories in the Source Control Repositories and Source Control views are sorted by repository path.", - "Controls the sort order of the repositories in the source control repositories view.", - "Controls how many repositories are visible in the Source Control Repositories section. Set to 0, to be able to manually resize the view.", - "Controls whether an action button can be shown in the Source Control view.", - "Controls whether the Source Control Sync view is shown.", - "Source Control: Accept Input", - "Source Control: View Next Commit", - "Source Control: View Previous Commit", - "Open in External Terminal", - "Open in Integrated Terminal" + "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/debug/browser/debugEditorContribution": [ - "Color for the debug inline value text.", - "Color for the debug inline value background." + "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)", @@ -19541,16 +19758,11 @@ "Debug: Console Copy All", "Select Debug Console", "Clear Console", - "Debug console was cleared", "Collapse All", "Paste", "Copy All", "Copy" ], - "vs/workbench/contrib/debug/browser/callStackEditorContribution": [ - "Background color for the highlight of line at the top stack frame position.", - "Background color for the highlight of line at focused stack frame position." - ], "vs/workbench/contrib/markers/browser/markers.contribution": [ "View icon of the markers view.", "&&Problems", @@ -19591,17 +19803,6 @@ "10K+", "Total {0} Problems" ], - "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/commands/common/commands.contribution": [ "Run Commands", "Run several commands", @@ -19609,6 +19810,11 @@ "'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?" ], + "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/comments/browser/comments.contribution": [ "Comments", "Controls when the comments panel should open.", @@ -19640,18 +19846,98 @@ "- Submit Comment ({0})", "- Submit Comment, accessible via tabbing, as it's currently not triggerable with a keybinding." ], - "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/webviewPanel/browser/webviewPanel.contribution": [ + "webview editor" ], "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.", + "{0} extensions found in the {1} section.", + "{0} extensions found.", + "Marketplace returned 'ECONNREFUSED'. Please check the 'http.proxy' setting.", + "Open User Settings", + "{0} requires update", + "{0} require update", + "{0} requires reload", + "{0} require reload", + "We have uninstalled '{0}' which was reported to be problematic.", + "Reload Now", + "Popular", + "Recommended", + "Enabled", + "Disabled", + "Marketplace", + "Installed", + "Recently Updated", + "Enabled", + "Disabled", + "Available Updates", + "Builtin", + "Workspace Unsupported", + "Workspace Recommendations", + "Other Recommendations", + "Features", + "Themes", + "Programming Languages", + "Disabled in Restricted Mode", + "Limited in Restricted Mode", + "Disabled in Virtual Workspaces", + "Limited in Virtual Workspaces", + "Deprecated" + ], + "vs/workbench/contrib/output/browser/outputView": [ + "{0} - Output", + "Output channel for '{0}'", + "Output", + "Output panel" + ], + "vs/workbench/contrib/output/browser/output.contribution": [ + "View icon of the output view.", + "&&Output", + "Switch Output", + "Switch Output", + "Select Output Channel", + "Turn Auto Scrolling Off", + "Turn Auto Scrolling On", + "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", + "Select Log File", + "Output", + "Enable/disable the ability of smart scrolling in the output view. Smart scrolling allows you to lock scrolling automatically when you click in the output view and unlocks when you click in the last line.", + "Output", + "Output", + "Show Output Channels...", + "Output", + "Clear Output", + "Toggle Auto Scrolling", + "Open Log Output File", + "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.", @@ -19791,92 +20077,6 @@ "Extensions", "Extensions" ], - "vs/workbench/contrib/extensions/browser/extensionsViewlet": [ - "Remote", - "Installed", - "Install Local Extensions in '{0}'...", - "Install Remote Extensions Locally...", - "Popular", - "Recommended", - "Enabled", - "Disabled", - "Marketplace", - "Installed", - "Recently Updated", - "Enabled", - "Disabled", - "Available Updates", - "Builtin", - "Workspace Unsupported", - "Workspace Recommendations", - "Other Recommendations", - "Features", - "Themes", - "Programming Languages", - "Disabled in Restricted Mode", - "Limited in Restricted Mode", - "Disabled in Virtual Workspaces", - "Limited in Virtual Workspaces", - "Deprecated", - "Search Extensions in Marketplace", - "1 extension found in the {0} section.", - "1 extension found.", - "{0} extensions found in the {1} section.", - "{0} extensions found.", - "Marketplace returned 'ECONNREFUSED'. Please check the 'http.proxy' setting.", - "Open User Settings", - "{0} requires update", - "{0} require update", - "{0} requires reload", - "{0} require reload", - "We have uninstalled '{0}' which was reported to be problematic.", - "Reload Now" - ], - "vs/workbench/contrib/output/browser/output.contribution": [ - "View icon of the output view.", - "Output", - "Output", - "&&Output", - "Switch Output", - "Switch Output", - "Show Output Channels...", - "Output", - "Select Output Channel", - "Clear Output", - "Output was cleared", - "Toggle Auto Scrolling", - "Turn Auto Scrolling Off", - "Turn Auto Scrolling On", - "Open Log Output File", - "Show Logs...", - "Extension Logs", - "Select Log", - "Open Log File...", - "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", - "Select Log File", - "Output", - "Enable/disable the ability of smart scrolling in the output view. Smart scrolling allows you to lock scrolling automatically when you click in the output view and unlocks when you click in the last line." - ], - "vs/workbench/contrib/output/browser/outputView": [ - "{0} - Output", - "Output channel for '{0}'", - "Output", - "Output panel" - ], - "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...", "Running Tasks", @@ -19984,14 +20184,14 @@ "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", "Defines a default folding range provider that takes precedence over all other folding range providers. Must be the identifier of an extension contributing a folding range provider." ], - "vs/workbench/contrib/keybindings/browser/keybindings.contribution": [ - "Toggle Keyboard Shortcuts Troubleshooting" - ], "vs/workbench/contrib/limitIndicator/browser/limitIndicator.contribution": [ "Configure", "Color Decorator Status", @@ -20021,6 +20221,17 @@ "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", @@ -20064,23 +20275,12 @@ "Cancel", "Visual Studio Code now ships with a new default theme '{0}'. Do you want to give it a try?" ], - "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/languageSurveys.contribution": [ "Help us improve our support for {0}", "Take Short 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/welcomeGettingStarted/browser/gettingStarted.contribution": [ "Welcome", "Welcome", @@ -20117,21 +20317,6 @@ "Create New File ({0})", "Text File" ], - "vs/workbench/contrib/codeEditor/browser/outline/documentSymbolsOutline": [ - "Document Symbols" - ], - "vs/workbench/contrib/typeHierarchy/browser/typeHierarchy.contribution": [ - "Whether a type hierarchy provider is available", - "Whether type hierarchy peek is currently showing", - "whether type hierarchy shows super types or subtypes", - "No results", - "Failed to show type hierarchy", - "Peek Type Hierarchy", - "Show Supertypes", - "Show Subtypes", - "Refocus Type Hierarchy", - "Close" - ], "vs/workbench/contrib/callHierarchy/browser/callHierarchy.contribution": [ "Whether a call hierarchy provider is available", "Whether call hierarchy peek is currently showing", @@ -20146,17 +20331,24 @@ "Refocus Call Hierarchy", "Close" ], - "vs/workbench/contrib/languageDetection/browser/languageDetection.contribution": [ - "Accept Detected Language: {0}", - "Language Detection", - "Change to Detected Language: {0}", - "Detect Language from Content", - "Unable to detect editor language" + "vs/workbench/contrib/typeHierarchy/browser/typeHierarchy.contribution": [ + "Whether a type hierarchy provider is available", + "Whether type hierarchy peek is currently showing", + "whether type hierarchy shows super types or subtypes", + "No results", + "Failed to show type hierarchy", + "Peek Type Hierarchy", + "Show Supertypes", + "Show Subtypes", + "Refocus Type Hierarchy", + "Close" + ], + "vs/workbench/contrib/codeEditor/browser/outline/documentSymbolsOutline": [ + "Document Symbols" ], "vs/workbench/contrib/outline/browser/outline.contribution": [ "View icon of the outline view.", "Outline", - "Outline", "Render Outline elements with icons.", "Controls whether Outline items are collapsed or expanded.", "Collapse all items.", @@ -20189,19 +20381,47 @@ "When enabled, Outline shows `struct`-symbols.", "When enabled, Outline shows `event`-symbols.", "When enabled, Outline shows `operator`-symbols.", - "When enabled, Outline shows `typeParameter`-symbols." + "When enabled, Outline shows `typeParameter`-symbols.", + "Outline" ], - "vs/workbench/contrib/userDataSync/browser/userDataSync.contribution": [ - "Settings sync is suspended temporarily because the current device is making too many requests. Please reload {0} to resume.", - "Settings sync is suspended temporarily because the current device is making too many requests. Please restart {0} to resume.", - "Show Log", - "Reload", - "Restart", + "vs/workbench/contrib/languageDetection/browser/languageDetection.contribution": [ + "Accept Detected Language: {0}", + "Language Detection", + "Change to Detected Language: {0}", + "Detect Language from Content", + "Unable to detect editor language" + ], + "vs/workbench/contrib/languageStatus/browser/languageStatus.contribution": [ + "Editor Language Status", + "Editor Language Status: {0}", + "Add to Status Bar", + "Remove from Status Bar", + "{0}, {1}", + "{0}", + "{0} (Language Status)", + "Reset Language Status Interaction Counter" + ], + "vs/workbench/contrib/userDataSync/browser/userDataSync.contribution": [ + "Settings sync is suspended temporarily because the current device is making too many requests. Please reload {0} to resume.", + "Settings sync is suspended temporarily because the current device is making too many requests. Please restart {0} to resume.", + "Show Log", + "Reload", + "Restart", "Operation Id: {0}", "Settings sync is disabled because the current device is making too many requests. Please wait for 10 minutes and turn on sync.", "Settings Sync. Operation Id: {0}", "Show Log" ], + "vs/workbench/contrib/timeline/browser/timeline.contribution": [ + "View icon of the timeline view.", + "Icon for the open timeline action.", + "Timeline", + "The number of items to show in the Timeline view by default and when loading more items. Setting to `null` (the default) will automatically choose a page size based on the visible area of the Timeline view.", + "Experimental. Controls whether the Timeline view will load the next page of items when you scroll to the end of the list.", + "Open Timeline", + "Icon for the filter timeline action.", + "Filter Timeline" + ], "vs/workbench/contrib/editSessions/browser/editSessions.contribution": [ "Continue Working On...", "Open In Local Folder", @@ -20257,26 +20477,6 @@ "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." ], - "vs/workbench/contrib/timeline/browser/timeline.contribution": [ - "View icon of the timeline view.", - "Icon for the open timeline action.", - "Timeline", - "The number of items to show in the Timeline view by default and when loading more items. Setting to `null` (the default) will automatically choose a page size based on the visible area of the Timeline view.", - "Experimental. Controls whether the Timeline view will load the next page of items when you scroll to the end of the list.", - "Open Timeline", - "Icon for the filter timeline action.", - "Filter Timeline" - ], - "vs/workbench/contrib/languageStatus/browser/languageStatus.contribution": [ - "Editor Language Status", - "Editor Language Status: {0}", - "Add to Status Bar", - "Remove from Status Bar", - "{0}, {1}", - "{0}", - "{0} (Language Status)", - "Reset Language Status Interaction Counter" - ], "vs/workbench/contrib/workspaces/browser/workspaces.contribution": [ "This folder contains a workspace file '{0}'. Do you want to open it? [Learn more]({1}) about workspace files.", "Open Workspace", @@ -20286,12 +20486,6 @@ "Open Workspace", "This workspace is already open." ], - "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/workspace/browser/workspace.contribution": [ "You are trying to open untrusted files in a workspace which is trusted.", "You are trying to open untrusted files in a window which is trusted.", @@ -20361,6 +20555,15 @@ "Always open untrusted files in a separate window in restricted mode without prompting.", "Controls whether or not the empty window is trusted by default within VS Code. When used with `#{0}#`, you can enable the full functionality of VS Code without prompting in an empty window." ], + "vs/workbench/contrib/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.", @@ -20378,34 +20581,35 @@ "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 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." - ], - "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}." + "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/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/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/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/electron-sandbox/window": [ "Restart", @@ -20445,21 +20649,21 @@ "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.", - "You are running {0} 32-bit, which will soon stop receiving updates on Windows. Consider upgrading to the 64-bit build.", - "Learn More", - "{0}. Use navigation keys to access banner actions.", - "Learn More", "{0} on {1} will soon stop receiving updates. Consider upgrading your macOS version.", "Learn More", - "{0}. Use navigation keys to access banner actions.", - "Learn More", "Resolving shell environment...", "Learn More" ], - "vs/workbench/services/remote/electron-sandbox/remoteAgentService": [ - "Open Developer Tools", - "Open in browser", - "Failed to connect to the remote extension host server (Error: {0})" + "vs/platform/workspace/common/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", @@ -20470,8 +20674,16 @@ "Profiles", "Profile" ], - "vs/workbench/services/log/electron-sandbox/logService": [ - "Window" + "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", @@ -20485,12 +20697,6 @@ "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/developerActions": [ - "Toggle Developer Tools", - "Configure Runtime Arguments", - "Reload With Extensions Disabled", - "Open User Data Folder" - ], "vs/workbench/electron-sandbox/actions/windowActions": [ "Close Window", "Clos&&e Window", @@ -20506,7 +20712,9 @@ "{0}, window with unsaved changes", "Current Window", "Switch Window...", - "Quick Switch Window..." + "Quick Switch Window...", + "Split Window (Experimental)", + "&&Split Window (Experimental)" ], "vs/platform/contextkey/common/contextkeys": [ "Whether the operating system is macOS", @@ -20519,13 +20727,12 @@ "Quality type of VS Code", "Whether keyboard focus is inside an input box" ], - "vs/workbench/common/configuration": [ - "Application", - "Workbench", - "Security", - "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/actions/installActions": [ + "Shell Command", + "Install '{0}' command in PATH", + "Shell command '{0}' successfully installed in PATH.", + "Uninstall '{0}' command from PATH", + "Shell command '{0}' successfully uninstalled from PATH." ], "vs/workbench/common/contextkeys": [ "The kind of workspace opened in the window, either 'empty' (no workspace), 'folder' (single folder) or 'workspace' (multi-root workspace)", @@ -20561,10 +20768,13 @@ "Whether editors split vertically", "Whether the editor area 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", "Whether the status bar has keyboard focus", + "Style of the window title bar", + "Whether the title bar is visible", "Whether the banner has keyboard focus", "Whether a notification has keyboard focus", "Whether the notifications center is visible", @@ -20589,6 +20799,24 @@ "Whether a resource is present or not", "Whether the resource is backed by a file system provider" ], + "vs/workbench/common/configuration": [ + "Application", + "Workbench", + "Security", + "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/browser/parts/dialogs/dialogHandler": [ + "Version: {0}\nCommit: {1}\nDate: {2}\nBrowser: {3}", + "&&Copy", + "OK" + ], + "vs/workbench/electron-sandbox/parts/dialogs/dialogHandler": [ + "Version: {0}\nCommit: {1}\nDate: {2}\nElectron: {3}\nElectronBuildId: {4}\nChromium: {5}\nNode.js: {6}\nV8: {7}\nOS: {8}", + "&&Copy", + "OK" + ], "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}?", @@ -20606,13 +20834,6 @@ "All Files", "No Extension" ], - "vs/workbench/electron-sandbox/actions/installActions": [ - "Shell Command", - "Install '{0}' command in PATH", - "Shell command '{0}' successfully installed in PATH.", - "Uninstall '{0}' command from PATH", - "Shell command '{0}' successfully uninstalled from PATH." - ], "vs/workbench/services/textfile/browser/textFileService": [ "File Created", "File Replaced", @@ -20623,17 +20844,10 @@ "File seems to be binary and cannot be opened as text", "'{0}' already exists. Do you want to replace it?", "A file or folder with the name '{0}' already exists in the folder '{1}'. Replacing it will overwrite its current contents.", - "&&Replace" - ], - "vs/workbench/browser/parts/dialogs/dialogHandler": [ - "Version: {0}\nCommit: {1}\nDate: {2}\nBrowser: {3}", - "&&Copy", - "OK" - ], - "vs/workbench/electron-sandbox/parts/dialogs/dialogHandler": [ - "Version: {0}\nCommit: {1}\nDate: {2}\nElectron: {3}\nElectronBuildId: {4}\nChromium: {5}\nNode.js: {6}\nV8: {7}\nOS: {8}", - "&&Copy", - "OK" + "&&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/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.", @@ -20665,7 +20879,7 @@ "Border color of an empty editor group that is focused. Editor groups are the containers of editors.", "Background color of the editor group title header when tabs are enabled. Editor groups are the containers of editors.", "Border color of the editor group title header when tabs are enabled. Editor groups are the containers of editors.", - "Background color of the editor group title header when tabs are disabled (`\"workbench.editor.showTabs\": false`). Editor groups are the containers of editors.", + "Background color of the editor group title header when (`\"workbench.editor.showTabs\": \"single\"`). Editor groups are the containers of editors.", "Border color of the editor group title header. Editor groups are the containers of editors.", "Color to separate multiple editor groups from each other. Editor groups are the containers of editors.", "Background color when dragging editors around. The color should have transparency so that the editor contents can still shine through.", @@ -20787,6 +21001,7 @@ "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.", @@ -21003,11 +21218,6 @@ "Unable to write into workspace configuration file. Please open the file to correct errors/warnings in it and try again.", "Open Workspace Configuration" ], - "vs/platform/keyboardLayout/common/keyboardConfig": [ - "Keyboard", - "Controls the dispatching logic for key presses to use either `code` (recommended) or `keyCode`.", - "Controls if the AltGraph+ modifier should be treated as Ctrl+Alt+." - ], "vs/workbench/services/configurationResolver/browser/baseConfigurationResolverService": [ "Cannot substitute command variable '{0}' because command did not return a result of type string.", "Variable '{0}' must be defined in an '{1}' section of the debug or task configuration.", @@ -21017,6 +21227,11 @@ "Input variable '{0}' can only be of type 'promptString', 'pickString', or 'command'.", "Undefined input variable '{0}' encountered. Remove or define '{0}' to continue." ], + "vs/platform/keyboardLayout/common/keyboardConfig": [ + "Keyboard", + "Controls the dispatching logic for key presses to use either `code` (recommended) or `keyCode`.", + "Controls if the AltGraph+ modifier should be treated as Ctrl+Alt+." + ], "vs/workbench/services/extensionManagement/common/extensionManagementService": [ "Cannot uninstall extension '{0}'. Extension '{1}' depends on this.", "Cannot uninstall extension '{0}'. Extensions '{1}' and '{2}' depend on this.", @@ -21040,15 +21255,59 @@ "Contains extensions which are not supported.", "'{0}' contains extensions which are not supported in {1}." ], + "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 or reverted.", + "Try saving or reverting the editors with unsaved changes first and then try again.", + "Backing up editors with unsaved changes is taking a bit longer...", + "Click 'Cancel' to stop waiting and to save or revert editors with unsaved changes.", + "Saving editors with unsaved changes is taking a bit longer...", + "Reverting editors with unsaved changes is taking a bit longer...", + "Discarding backups is taking a bit longer..." + ], "vs/workbench/services/workingCopy/common/workingCopyHistoryService": [ "File Saved", "File Moved", "File Renamed", "Saving local history" ], - "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/platform/action/common/actionCommonCategories": [ + "View", + "Help", + "Test", + "File", + "Preferences", + "Developer" + ], + "vs/workbench/services/extensions/common/abstractExtensionService": [ + "The following extensions contain dependency loops and have been disabled: {0}", + "The following extensions contain dependency loops and have been disabled: {0}", + "No extension host found that can launch the test runner at {0}.", + "{0} (Error: {1})", + "The following operation was blocked: {0}", + "The reason for blocking the operation: {0}", + "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" + ], + "vs/workbench/services/extensions/electron-sandbox/cachedExtensionScanner": [ + "Extensions have been modified on disk. Please reload the window.", + "Reload Window" + ], + "vs/workbench/services/auxiliaryWindow/browser/auxiliaryWindowService": [ + "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/editor/common/editorContextKeys": [ "Whether the editor text has focus (cursor is blinking)", @@ -21091,15 +21350,11 @@ "Whether the editor has multiple document formatting providers", "Whether the editor has multiple document selection formatting providers" ], - "vs/workbench/services/workingCopy/electron-sandbox/workingCopyBackupTracker": [ - "The following editors with unsaved changes could not be saved to the back up location.", - "The following editors with unsaved changes could not be saved or reverted.", - "Try saving or reverting the editors with unsaved changes first and then try again.", - "Backing up editors with unsaved changes is taking a bit longer...", - "Click 'Cancel' to stop waiting and to save or revert editors with unsaved changes.", - "Saving editors with unsaved changes is taking a bit longer...", - "Reverting editors with unsaved changes is taking a bit longer...", - "Discarding backups is taking a bit longer..." + "vs/workbench/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", @@ -21107,52 +21362,31 @@ "Open Anyway", "Configure Limit" ], - "vs/platform/action/common/actionCommonCategories": [ - "View", - "Help", - "Test", - "File", - "Preferences", - "Developer" + "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/extensions/common/abstractExtensionService": [ - "The following extensions contain dependency loops and have been disabled: {0}", - "The following extensions contain dependency loops and have been disabled: {0}", - "No extension host found that can launch the test runner at {0}.", - "{0} (Error: {1})", - "The following operation was blocked: {0}", - "The reason for blocking the operation: {0}", - "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" - ], - "vs/workbench/contrib/logs/electron-sandbox/logsActions": [ - "Open Logs Folder", - "Open Extension Logs Folder" - ], - "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/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/browser/editor": [ - "{0}, preview", - "{0}, pinned" - ], "vs/workbench/contrib/codeEditor/electron-sandbox/startDebugTextMate": [ "Start Text Mate Syntax Grammar Logging" ], - "vs/workbench/contrib/extensions/common/runtimeExtensionsInput": [ - "Running Extensions" + "vs/workbench/contrib/issue/common/issue.contribution": [ + "Report Issue...", + "Report &&Issue" ], "vs/workbench/contrib/extensions/electron-sandbox/runtimeExtensionsEditor": [ "Start Extension Host Profile", @@ -21161,6 +21395,10 @@ "Save Extension Host Profile", "Save" ], + "vs/workbench/browser/editor": [ + "{0}, preview", + "{0}, pinned" + ], "vs/workbench/contrib/extensions/electron-sandbox/debugExtensionHostAction": [ "Start Debugging Extension Host", "Profile Extensions", @@ -21172,6 +21410,9 @@ "Open Extensions Folder", "Cleanup Extensions Folder" ], + "vs/workbench/contrib/extensions/common/runtimeExtensionsInput": [ + "Running Extensions" + ], "vs/workbench/contrib/extensions/electron-sandbox/extensionProfileService": [ "Extension Profiler", "Profiling Extension Host", @@ -21186,21 +21427,14 @@ "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/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/terminal/common/terminal": [ + "Contributes terminal functionality.", + "Defines additional terminal profiles that the user can create.", + "The ID of the terminal profile provider.", + "Title for this terminal profile.", + "A codicon, URI, or light and dark URIs to associate with this terminal type.", + "Icon path when a light theme is used", + "Icon path when a dark theme is used" ], "vs/workbench/services/dialogs/browser/simpleFileDialog": [ "Open Local File...", @@ -21223,19 +21457,6 @@ "Please select a file.", "Please select a folder." ], - "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.", - "The ID of the terminal profile provider.", - "Title for this terminal profile.", - "A codicon, URI, or light and dark URIs to associate with this terminal type.", - "Icon path when a light theme is used", - "Icon path when a dark theme is used" - ], "vs/editor/common/languages": [ "array", "boolean", @@ -21274,15 +21495,22 @@ "UI State", "Profiles", "Workspace State", - "Settings Sync", "View icon of the Settings Sync view.", - "Download Settings Sync Activity" + "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." + ], "vs/workbench/contrib/performance/electron-sandbox/startupProfiler": [ "Successfully created profiles.", "Please create an issue and manually attach the following files:\n{0}", @@ -21292,18 +21520,86 @@ "A final restart is required to continue to use '{0}'. Again, thank you for your contribution.", "&&Restart" ], - "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/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.", + "Whether a terminal in the editor area is focused.", + "The current number of terminals.", + "Whether the terminal tabs widget is focused.", + "The shell type of the active terminal, this is set to the last known value when no terminals exist.", + "Whether the terminal's alt buffer is active.", + "Whether the terminal's suggest widget is visible.", + "Whether the terminal view is showing", + "Whether text is selected in the active terminal.", + "Whether text is selected in a focused terminal.", + "Whether terminal processes can be launched in the current workspace.", + "Whether one terminal is selected in the terminal tabs list.", + "Whether the focused tab's terminal is a split terminal.", + "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/mergeEditor/electron-sandbox/devCommands": [ + "Merge Editor (Dev)", + "Open Merge Editor State from JSON", + "Enter JSON", + "Open Selection In Temporary Merge Editor" + ], + "vs/workbench/contrib/tasks/browser/terminalTaskSystem": [ + "A unknown error has occurred while executing a task. See task output log for details.", + "There are issues with task \"{0}\". See the output for more details.", + "There is a dependency cycle. See task \"{0}\".", + "Couldn't resolve dependent task '{0}' in workspace folder '{1}'", + "Task {0} is a background task but uses a problem matcher without a background pattern", + "Executing task in folder {0}: {1}", + "Executing task: {0}", + "Executing task in folder {0}: {1}", + "Executing task: {0}", + "Executing task: {0}", + "Can't execute a shell command on an UNC drive using cmd.exe.", + "Problem matcher {0} can't be resolved. The matcher will be ignored", + "Press any key to close the terminal.", + "Terminal will be reused by tasks, press any key to close it." + ], "vs/workbench/contrib/tasks/browser/abstractTaskService": [ "Configure Task", "Tasks", @@ -21394,77 +21690,6 @@ "Open diff", "Open diffs" ], - "vs/workbench/contrib/tasks/browser/terminalTaskSystem": [ - "A unknown error has occurred while executing a task. See task output log for details.", - "There are issues with task \"{0}\". See the output for more details.", - "There is a dependency cycle. See task \"{0}\".", - "Couldn't resolve dependent task '{0}' in workspace folder '{1}'", - "Task {0} is a background task but uses a problem matcher without a background pattern", - "Executing task in folder {0}: {1}", - "Executing task: {0}", - "Executing task in folder {0}: {1}", - "Executing task: {0}", - "Executing task: {0}", - "Can't execute a shell command on an UNC drive using cmd.exe.", - "Problem matcher {0} can't be resolved. The matcher will be ignored", - "Press any key to close the terminal.", - "Terminal will be reused by tasks, press any key to close it." - ], - "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" - ], - "vs/workbench/contrib/webview/electron-sandbox/webviewCommands": [ - "Open Webview Developer Tools", - "Using standard dev tools to debug iframe based webview" - ], - "vs/workbench/contrib/terminal/common/terminalContextKey": [ - "Whether the terminal is focused.", - "Whether any terminal is focused, including detached terminals used in other UI.", - "Whether a terminal in the editor area is focused.", - "The current number of terminals.", - "Whether the terminal tabs widget is focused.", - "The shell type of the active terminal, this is set to the last known value when no terminals exist.", - "Whether the terminal's alt buffer is active.", - "Whether the terminal's suggest widget is visible.", - "Whether the terminal view is showing", - "Whether text is selected in the active terminal.", - "Whether text is selected in a focused terminal.", - "Whether terminal processes can be launched in the current workspace.", - "Whether one terminal is selected in the terminal tabs list.", - "Whether the focused tab's terminal is a split terminal.", - "Whether the terminal run command picker is currently open.", - "Whether shell integration is enabled in the active terminal" - ], - "vs/workbench/contrib/localHistory/electron-sandbox/localHistoryCommands": [ - "Reveal in File Explorer", - "Reveal in Finder", - "Open Containing Folder" - ], - "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/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.", @@ -21472,24 +21697,25 @@ "True when voice recording from microphone is in progress for inline 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", "Inline Voice Chat", "Quick Voice Chat", - "Start Voice Chat", - "Stop Voice Chat", - "Stop Voice Chat (Chat View)", - "Stop Voice Chat (Chat Editor)", - "Stop Voice Chat (Quick Chat)", - "Stop Voice Chat (Inline Editor)", - "Stop Voice Chat and Submit" + "Use Microphone", + "Stop Listening", + "Stop Listening", + "Stop Listening", + "Stop Listening", + "Stop Listening", + "Stop Listening and Submit" + ], + "vs/workbench/api/common/extHostTelemetry": [ + "Extension Telemetry{0}" ], "vs/workbench/api/common/extHostExtensionService": [ "Cannot load test runner.", "Path {0} does not point to a valid extension test runner." ], - "vs/workbench/api/common/extHostTelemetry": [ - "Extension Telemetry{0}" - ], "vs/workbench/api/common/extHostWorkspace": [ "Extension '{0}' failed to update workspace folders: {1}" ], @@ -21505,18 +21731,77 @@ "Extension Host (Worker)", "Extension Host" ], - "vs/workbench/api/node/extHostDebugService": [ - "Debug Process" - ], "vs/platform/terminal/node/terminalProcess": [ "Starting directory (cwd) \"{0}\" is not a directory", "Starting directory (cwd) \"{0}\" does not exist", "Path to shell executable \"{0}\" does not exist", "Path to shell executable \"{0}\" is not a file or a symlink" ], - "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}", + "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": [ @@ -21526,6 +21811,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/externalTerminal/node/externalTerminalService": [ "VS Code Console", "Script '{0}' failed with exit code {1}", @@ -21534,10 +21823,6 @@ "'{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", - "Failed to move '{0}' to the trash" - ], "vs/platform/issue/electron-main/issueMainService": [ "Local", "Issue Reporter", @@ -21563,6 +21848,19 @@ "Unable to uninstall the shell command '{0}'.", "Unable to find shell script in '{0}'" ], + "vs/platform/workspaces/electron-main/workspacesHistoryMainService": [ + "New Window", + "Opens a new window", + "Recent Folders & Workspaces", + "Recent Folders", + "Untitled (Workspace)", + "{0} (Workspace)" + ], + "vs/platform/workspaces/electron-main/workspacesManagementMainService": [ + "&&OK", + "Unable to save workspace '{0}'", + "The workspace is already opened in another window. Please close that window first and then try again." + ], "vs/platform/windows/electron-main/windowsMainService": [ "&&OK", "Path does not exist", @@ -21576,78 +21874,9 @@ "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/workspaces/electron-main/workspacesManagementMainService": [ - "&&OK", - "Unable to save workspace '{0}'", - "The workspace is already opened in another window. Please close that window first and then try again." - ], - "vs/platform/workspaces/electron-main/workspacesHistoryMainService": [ - "New Window", - "Opens a new window", - "Recent Folders & Workspaces", - "Recent Folders", - "Untitled (Workspace)", - "{0} (Workspace)" - ], - "vs/platform/files/common/io": [ - "File is too large to open" - ], "vs/base/browser/ui/button/button": [ "More Actions..." ], - "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/base/common/date": [ "in {0}", "now", @@ -21704,9 +21933,6 @@ "{0} years", "{0} yrs" ], - "vs/platform/extensionManagement/node/extensionManagementUtil": [ - "VSIX invalid: package.json is not a JSON file." - ], "vs/platform/userDataSync/common/keybindingsSync": [ "Unable to sync keybindings because the content in the file is not valid. Please open the file and correct it.", "Unable to sync keybindings because the content in the file is not valid. Please open the file and correct it." @@ -21812,6 +22038,11 @@ "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", @@ -21828,6 +22059,10 @@ "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" + ], "vs/platform/contextkey/common/scanner": [ "Did you mean {0}?", "Did you mean {0} or {1}?", @@ -21835,11 +22070,6 @@ "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/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}", @@ -21848,10 +22078,6 @@ "Select from Anchor to Cursor", "Cancel Selection Anchor" ], - "vs/editor/contrib/caretOperations/browser/caretOperations": [ - "Move Selected Text Left", - "Move Selected Text Right" - ], "vs/editor/contrib/bracketMatching/browser/bracketMatching": [ "Overview ruler marker color for matching brackets.", "Go to Bracket", @@ -21859,9 +22085,9 @@ "Remove Brackets", "Go to &&Bracket" ], - "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" + "vs/editor/contrib/caretOperations/browser/caretOperations": [ + "Move Selected Text Left", + "Move Selected Text Right" ], "vs/editor/contrib/caretOperations/browser/transpose": [ "Transpose Letters" @@ -21888,7 +22114,7 @@ ], "vs/editor/contrib/codeAction/browser/codeActionContributions": [ "Enable/disable showing group headers in the Code Action menu.", - "Enable/disable showing nearest quickfix within a line when not currently on a diagnostic." + "Enable/disable showing nearest Quick Fix within a line when not currently on a diagnostic." ], "vs/editor/contrib/codelens/browser/codelensController": [ "Show CodeLens Commands For Current Line", @@ -21931,6 +22157,26 @@ "vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorContribution": [ "Configures the default drop provider to use for content of a given mime type." ], + "vs/editor/contrib/folding/browser/folding": [ + "Unfold", + "Unfold Recursively", + "Fold", + "Toggle Fold", + "Fold Recursively", + "Fold All Block Comments", + "Fold All Regions", + "Unfold All Regions", + "Fold All Except Selected", + "Unfold All Except Selected", + "Fold All", + "Unfold All", + "Go to Parent Fold", + "Go to Previous Folding Range", + "Go to Next Folding Range", + "Create Folding Range from Selection", + "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", @@ -21958,26 +22204,6 @@ "Editor Font Zoom Out", "Editor Font Zoom Reset" ], - "vs/editor/contrib/folding/browser/folding": [ - "Unfold", - "Unfold Recursively", - "Fold", - "Toggle Fold", - "Fold Recursively", - "Fold All Block Comments", - "Fold All Regions", - "Unfold All Regions", - "Fold All Except Selected", - "Unfold All Except Selected", - "Fold All", - "Unfold All", - "Go to Parent Fold", - "Go to Previous Folding Range", - "Go to Next Folding Range", - "Create Folding Range from Selection", - "Remove Manual Folding Ranges", - "Fold Level {0}" - ], "vs/editor/contrib/format/browser/formatActions": [ "Format Document", "Format Selection" @@ -22036,6 +22262,18 @@ "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", @@ -22050,40 +22288,12 @@ "Reindent Lines", "Reindent Selected Lines" ], - "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/lineSelection/browser/lineSelection": [ - "Expand Line Selection" - ], - "vs/editor/contrib/linkedEditing/browser/linkedEditing": [ - "Start Linked Editing", - "Background color when the editor auto renames on type." - ], "vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace": [ "Replace with Previous Value", "Replace with Next Value" ], - "vs/editor/contrib/links/browser/links": [ - "Failed to open this link because it is not well-formed: {0}", - "Failed to open this link because its target is missing.", - "Execute command", - "Follow link", - "cmd + click", - "ctrl + click", - "option + click", - "alt + click", - "Execute command {0}", - "Open Link" + "vs/editor/contrib/lineSelection/browser/lineSelection": [ + "Expand Line Selection" ], "vs/editor/contrib/linesOperations/browser/linesOperations": [ "Copy Line Up", @@ -22116,6 +22326,22 @@ "Transform to Camel Case", "Transform to Kebab Case" ], + "vs/editor/contrib/linkedEditing/browser/linkedEditing": [ + "Start Linked Editing", + "Background color when the editor auto renames on type." + ], + "vs/editor/contrib/links/browser/links": [ + "Failed to open this link because it is not well-formed: {0}", + "Failed to open this link because its target is missing.", + "Execute command", + "Follow link", + "cmd + click", + "ctrl + click", + "option + click", + "alt + click", + "Execute command {0}", + "Open Link" + ], "vs/editor/contrib/multicursor/browser/multicursor": [ "Cursor added: {0}", "Cursors added: {0}", @@ -22167,6 +22393,9 @@ "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", @@ -22179,21 +22408,11 @@ "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" ], - "vs/editor/contrib/unusualLineTerminators/browser/unusualLineTerminators": [ - "Unusual Line Terminators", - "Detected unusual line terminators", - "The file '{0}' contains one or more unusual line terminator characters, like Line Separator (LS) or Paragraph Separator (PS).\n\nIt is recommended to remove them from the file. This can be configured via `editor.unusualLineTerminators`.", - "&&Remove Unusual Line Terminators", - "Ignore" - ], "vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter": [ "Icon shown with a warning message in the extensions editor.", "This document contains many non-basic ASCII unicode characters", @@ -22220,6 +22439,13 @@ "Allow unicode characters that are more common in the language \"{0}\".", "Configure Unicode Highlight Options" ], + "vs/editor/contrib/unusualLineTerminators/browser/unusualLineTerminators": [ + "Unusual Line Terminators", + "Detected unusual line terminators", + "The file '{0}' contains one or more unusual line terminator characters, like Line Separator (LS) or Paragraph Separator (PS).\n\nIt is recommended to remove them from the file. This can be configured via `editor.unusualLineTerminators`.", + "&&Remove Unusual Line Terminators", + "Ignore" + ], "vs/editor/contrib/wordHighlighter/browser/wordHighlighter": [ "Go to Next Symbol Highlight", "Go to Previous Symbol Highlight", @@ -22252,6 +22478,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.", "Developer: Inspect Tokens", "Go to Line/Column...", "Show all Quick Access Providers", @@ -22264,6 +22496,64 @@ "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 '!'", @@ -22275,6 +22565,21 @@ "'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`." + ], "vs/workbench/services/themes/common/colorExtensionPoint": [ "Contributes extension defined themable colors", "The identifier of the themable color", @@ -22293,21 +22598,6 @@ "If defined, 'configuration.colors.defaults.highContrast' must be a string.", "If defined, 'configuration.colors.defaults.highContrastLight' must be a string." ], - "vs/workbench/services/themes/common/iconExtensionPoint": [ - "Contributes extension defined themable icons", - "The identifier of the themable icon", - "Identifiers can only contain letters, digits and minuses and need to consist of at least two segments in the form `component-iconname`.", - "The description of the themable icon", - "The 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.", "The identifier of the semantic token type", @@ -22506,64 +22796,6 @@ "The extension '{0}' wants to sign in using {1}.", "&&Allow" ], - "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/services/extensions/common/extensionsRegistry": [ "UI extension kind. In a remote window, such extensions are enabled only when available on the local machine.", "Workspace extension kind. In a remote window, such extensions are enabled only when available on the remote.", @@ -22645,6 +22877,20 @@ "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.", + "Whether the tree view with id {0} enables refresh.", + "Refresh", + "Collapse All", + "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/contrib/debug/common/debug": [ "Debug type of the active debug session. For example 'python'.", "Debug type of the selected launch configuration. For example 'python'.", @@ -22700,6 +22946,14 @@ "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.", @@ -22716,14 +22970,6 @@ "True when the focus is inside a compact item's last part in the EXPLORER view.", "True when a workspace in the EXPLORER view has some collapsible root child." ], - "vs/workbench/browser/parts/views/viewPaneContainer": [ - "Views", - "Move View Up", - "Move View Left", - "Move View Down", - "Move View Right", - "Move Views" - ], "vs/workbench/contrib/remote/browser/remoteExplorer": [ "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})", @@ -22739,24 +22985,15 @@ "Make Public", "Use Port {0} as Sudo..." ], - "vs/workbench/browser/parts/views/treeView": [ - "There is no data provider registered that can provide view data.", - "Whether the the tree view with id {0} enables collapse all.", - "Whether the tree view with id {0} enables refresh.", - "Refresh", - "Collapse All", - "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/common/editor/sideBySideEditorInput": [ "{0} - {1}" ], - "vs/workbench/common/editor/diffEditorInput": [ - "{0} ↔ {1}" - ], "vs/workbench/browser/parts/editor/sideBySideEditor": [ "Side by Side Editor" ], + "vs/workbench/common/editor/diffEditorInput": [ + "{0} ↔ {1}" + ], "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}).", @@ -22827,25 +23064,47 @@ "Select File Encoding to Reopen File", "Select File Encoding to Save with" ], - "vs/workbench/browser/parts/editor/editorActions": [ - "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", - "Navigate Between Editor Groups", - "Focus Active Editor Group", - "Focus First Editor Group", - "Focus Last Editor Group", - "Focus Next Editor Group", - "Focus Previous Editor Group", - "Focus Left Editor Group", - "Focus Right Editor Group", + "vs/workbench/browser/parts/editor/editorCommands": [ + "Move the active editor by tabs or groups", + "Active editor move argument", + "Argument Properties:\n\t* 'to': String value providing where to move.\n\t* 'by': String value providing the unit for move (by tab or by group).\n\t* 'value': Number value providing how many positions or an absolute position to move.", + "Copy the active editor by groups", + "Active editor copy argument", + "Argument Properties:\n\t* 'to': String value providing where to copy.\n\t* 'value': Number value providing how many positions or an absolute position to copy.", + "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", + "Toggle Layout of Split Editor in Group", + "Focus First Side in Active Editor", + "Focus Second Side in Active Editor", + "Focus Other Side in Active Editor", + "Toggle Editor Group Lock", + "Lock Editor Group", + "Unlock Editor Group" + ], + "vs/workbench/browser/parts/editor/editorActions": [ + "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", + "Navigate Between Editor Groups", + "Focus Active Editor Group", + "Focus First Editor Group", + "Focus Last Editor Group", + "Focus Next Editor Group", + "Focus Previous Editor Group", + "Focus Left Editor Group", + "Focus Right Editor Group", "Focus Editor Group Above", "Focus Editor Group Below", "Close Editor", @@ -22865,10 +23124,11 @@ "Duplicate Editor Group Right", "Duplicate Editor Group Up", "Duplicate Editor Group Down", - "Maximize Editor Group", + "Expand Editor Group", "Reset Editor Group Sizes", "Toggle Editor Group Sizes", "Maximize Editor Group and Hide Side Bars", + "Toggle Maximize Editor Group", "Open Next Editor", "Open Previous Editor", "Open Next Editor in Group", @@ -22943,7 +23203,9 @@ "New Editor Group Above", "New Editor Group Below", "Toggle Editor Type", - "Reopen Editor With Text Editor" + "Reopen Editor With Text Editor", + "Move Active Editor into a New Window (Experimental)", + "&&Move Active Editor into a New Window (Experimental)" ], "vs/editor/browser/editorExtensions": [ "&&Undo", @@ -22953,28 +23215,6 @@ "&&Select All", "Select All" ], - "vs/workbench/browser/parts/editor/editorCommands": [ - "Move the active editor by tabs or groups", - "Active editor move argument", - "Argument Properties:\n\t* 'to': String value providing where to move.\n\t* 'by': String value providing the unit for move (by tab or by group).\n\t* 'value': Number value providing how many positions or an absolute position to move.", - "Copy the active editor by groups", - "Active editor copy argument", - "Argument Properties:\n\t* 'to': String value providing where to copy.\n\t* 'value': Number value providing how many positions or an absolute position to copy.", - "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", - "Toggle Layout of Split Editor in Group", - "Focus First Side in Active Editor", - "Focus Second Side in Active Editor", - "Focus Other Side in Active Editor", - "Toggle Editor Group Lock", - "Lock Editor Group", - "Unlock Editor Group" - ], "vs/workbench/browser/parts/editor/editorQuickAccess": [ "No matching editors", "{0}, unsaved changes, {1}", @@ -22990,41 +23230,19 @@ "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": [ - "Move Secondary Side Bar Left", - "Move Secondary Side Bar Right", - "Hide Secondary Side Bar" - ], - "vs/workbench/browser/parts/activitybar/activitybarPart": [ - "Accounts icon in the view bar.", - "Menu", - "Hide Menu", - "Accounts", - "Hide Activity Bar", - "Reset Location", - "Reset Location", - "Manage", - "Accounts", - "Manage", - "Accounts" - ], "vs/workbench/browser/parts/panel/panelPart": [ - "Reset Location", - "Reset Location", - "Drag a view here to display.", - "More Actions...", "Panel Position", "Align Panel", "Hide Panel" ], - "vs/workbench/browser/parts/editor/editorGroupView": [ - "Empty editor group actions", - "{0} (empty)", - "Group {0}", - "Editor Group {0}" + "vs/workbench/browser/parts/sidebar/sidebarPart": [ + "Manage", + "Accounts" ], - "vs/workbench/browser/parts/editor/editorDropTarget": [ - "Hold __{0}__ to drop into editor" + "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}'", @@ -23048,19 +23266,16 @@ "In Progress", "Close Dialog" ], - "vs/workbench/services/preferences/browser/keybindingsEditorInput": [ - "Keyboard Shortcuts" - ], "vs/workbench/services/preferences/common/preferencesEditorInput": [ "Settings" ], + "vs/workbench/services/preferences/browser/keybindingsEditorInput": [ + "Keyboard Shortcuts" + ], "vs/workbench/services/preferences/common/preferencesModels": [ "Commonly Used", "Override key bindings by placing them into your key bindings file." ], - "vs/workbench/services/editor/common/editorResolverService": [ - "Configure [glob patterns](https://aka.ms/vscode-glob-patterns) to editors (for example `\"*.hex\": \"hexEditor.hexedit\"`). These have precedence over the default behavior." - ], "vs/workbench/services/textfile/common/textFileEditorModel": [ "File Encoding Changed" ], @@ -23086,10 +23301,35 @@ "Alt", "Super" ], + "vs/platform/keybinding/common/abstractKeybindingService": [ + "({0}) was pressed. Waiting for second key of chord...", + "({0}) was pressed. Waiting for next key of chord...", + "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.", + "Problem parsing color theme file: {0}. Property 'colors' is not of type 'object'.", + "Problem parsing color theme file: {0}. Property 'tokenColors' should be either an array specifying colors or a path to a TextMate theme file", + "Problem parsing color theme file: {0}. Property 'semanticTokenColors' contains a invalid selector", + "Problem parsing tmTheme file: {0}. 'settings' is not array.", + "Problems parsing tmTheme file: {0}", + "Problems loading tmTheme file {0}: {1}" + ], "vs/workbench/services/themes/common/fileIconThemeSchema": [ "The folder icon for expanded folders. The expanded folder icon is optional. If not set, the icon defined for folder will be shown.", "The folder icon for collapsed folders, and if folderExpanded is not set, also for expanded folders.", "The default file icon, shown for all files that don't match any extension, filename or language id.", + "The folder icon for collapsed root folders, and if rootFolderExpanded is not set, also for expanded root folders.", + "The folder icon for expanded root folders. The expanded root folder icon is optional. If not set, the icon defined for root folder will be shown.", + "Associates root folder names to icons. The object key is the root folder name. No patterns or wildcards are allowed. Root folder name matching is case insensitive.", + "The ID of the icon definition for the association.", + "Associates root folder names to icons for expanded root folders. The object key is the root folder name. No patterns or wildcards are allowed. Root folder name matching is case insensitive.", + "The ID of the icon definition for the association.", "Associates folder names to icons. The object key is the folder name, not including any path segments. No patterns or wildcards are allowed. Folder name matching is case insensitive.", "The ID of the icon definition for the association.", "Associates folder names to icons for expanded folders. The object key is the folder name, not including any path segments. No patterns or wildcards are allowed. Folder name matching is case insensitive.", @@ -23125,22 +23365,6 @@ "Problems parsing file icons file: {0}", "Invalid format for file icons theme file: Object expected." ], - "vs/workbench/services/themes/common/colorThemeData": [ - "Problems parsing JSON theme file: {0}", - "Invalid format for JSON theme file: Object expected.", - "Problem parsing color theme file: {0}. Property 'colors' is not of type 'object'.", - "Problem parsing color theme file: {0}. Property 'tokenColors' should be either an array specifying colors or a path to a TextMate theme file", - "Problem parsing color theme file: {0}. Property 'semanticTokenColors' contains a invalid selector", - "Problem parsing tmTheme file: {0}. 'settings' is not array.", - "Problems parsing tmTheme file: {0}", - "Problems loading tmTheme file {0}: {1}" - ], - "vs/platform/keybinding/common/abstractKeybindingService": [ - "({0}) was pressed. Waiting for second key of chord...", - "({0}) was pressed. Waiting for next key of chord...", - "The key combination ({0}, {1}) is not a command.", - "The key combination ({0}, {1}) is not a command." - ], "vs/workbench/services/themes/common/colorThemeSchema": [ "Colors and styles for the token.", "Foreground color for the token.", @@ -23189,16 +23413,6 @@ "Skipping icon definition '{0}'. Unknown font.", "Skipping icon definition '{0}'. Unknown fontCharacter." ], - "vs/workbench/services/themes/common/productIconThemeSchema": [ - "The ID of the font.", - "The ID must only contain letters, numbers, underscore and minus.", - "The location of the font.", - "The font path, relative to the current product icon theme file.", - "The format of the font.", - "The weight of the font. See https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight for valid values.", - "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/themeConfiguration": [ "Specifies the color theme used in the workbench.", "Theme is unknown or not installed.", @@ -23220,7 +23434,7 @@ "Default", "Default", "Product icon theme is unknown or not installed.", - "If enabled, will automatically change to high contrast theme if the OS is using a high contrast theme. The high contrast theme to use is specified by {0} and {1}", + "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.", @@ -23237,6 +23451,16 @@ "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.", + "The location of the font.", + "The font path, relative to the current product icon theme file.", + "The format of the font.", + "The weight of the font. See https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight for valid values.", + "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/extensionManagement/browser/extensionBisect": [ "I can't reproduce", "I can reproduce", @@ -23272,8 +23496,8 @@ "Snippets", "Select Snippet {0}" ], - "vs/workbench/services/userDataProfile/browser/globalStateResource": [ - "UI State" + "vs/workbench/services/userDataProfile/browser/tasksResource": [ + "User Tasks" ], "vs/workbench/services/userDataProfile/browser/extensionsResource": [ "Extensions", @@ -23281,12 +23505,15 @@ "Select {0} Extension", "Select {0} Extension" ], - "vs/workbench/services/userDataProfile/browser/tasksResource": [ - "User Tasks" + "vs/workbench/services/userDataProfile/browser/globalStateResource": [ + "UI State" ], "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", @@ -23294,12 +23521,6 @@ "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/workingCopy/common/storedFileWorkingCopySaveParticipant": [ - "Saving '{0}'" - ], - "vs/workbench/services/views/common/viewContainerModel": [ - "Views" - ], "vs/workbench/services/hover/browser/hoverWidget": [ "Hold {0} key to mouse over" ], @@ -23316,6 +23537,18 @@ "Invalid value in `contributes.{0}.tokenTypes`. Must be an object map from scope name to token type. Provided value: {1}", "Expected `contributes.{0}.path` ({1}) to be included inside extension's folder ({2}). This might make the extension non-portable." ], + "vs/workbench/contrib/preferences/browser/keybindingWidgets": [ + "Press desired key combination and then press ENTER.", + "1 existing command has this keybinding", + "{0} existing commands have this keybinding", + "chord to" + ], + "vs/workbench/contrib/performance/browser/perfviewEditor": [ + "Startup Performance" + ], + "vs/workbench/contrib/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", @@ -23361,11 +23594,6 @@ "No when context", "use space or enter to change the keybinding." ], - "vs/workbench/contrib/preferences/browser/preferencesActions": [ - "Configure Language Specific Settings...", - "({0})", - "Select Language" - ], "vs/workbench/contrib/preferences/browser/preferencesIcons": [ "Icon for the folder dropdown button in the split JSON Settings editor.", "Icon for the 'more actions' action in the Settings UI.", @@ -23380,6 +23608,18 @@ "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.", + "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": [ "Search settings", "Clear Settings Search Input", @@ -23394,32 +23634,158 @@ "Backup and Sync Settings", "Last synced: {0}" ], - "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.", - "Controls the behavior of the settings editor Table of Contents while searching." + "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/preferences/browser/keybindingWidgets": [ - "Press desired key combination and then press ENTER.", - "1 existing command has this keybinding", - "{0} existing commands have this keybinding", - "chord to" + "vs/workbench/contrib/chat/browser/actions/chatCodeblockActions": [ + "Copy", + "Insert at Cursor", + "Insert Into New File", + "Run in Terminal", + "Next Code Block", + "Previous Code Block" ], - "vs/workbench/contrib/performance/browser/perfviewEditor": [ - "Startup Performance" + "vs/workbench/contrib/chat/browser/actions/chatCopyActions": [ + "Copy All", + "Copy" ], - "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.", - "Cannot open resource with notebook editor type '{0}', please check if you have the right extension installed and enabled.", - "Enable extension for '{0}'", - "Install extension for '{0}'", - "Open As Text", - "Open in Text Editor" + "vs/workbench/contrib/chat/browser/actions/chatExecuteActions": [ + "Submit", + "Cancel" ], - "vs/workbench/contrib/notebook/common/notebookEditorInput": [ - "Notebook '{0}' could not be saved." + "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/chat/browser/actions/chatClearActions": [ + "Clear", + "Clear", + "Clear" + ], + "vs/workbench/contrib/accessibility/browser/accessibleView": [ + "({0}) {1}", + "({0}) {1}", + "{0} accessibility verbosity is now disabled", + "\n\nOpen a browser window with more information related to accessibility (H).", + "\n\nExit this dialog (Escape).", + "Explore actions such as disabling this hint (Shift+Tab), use Escape to exit this dialog.", + "Explore actions such as disabling this hint (Shift+Tab).", + "Accessibility Help", + "Accessible View", + "Accessible View, {0}", + "Accessibility Help, {0}", + "Accessibility Help", + "Accessible View", + "Navigate to the toolbar (Shift+Tab)).", + "In the accessible view, you can:\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})", + "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": [ + "{0} Source: {1}", + "{0}", + "Clear Notification", + "Clear Notification" + ], + "vs/workbench/contrib/accessibility/browser/accessibleViewActions": [ + "Show Next in Accessible View", + "Show Previous in Accessible View", + "Go To Symbol in Accessible View", + "Open Accessibility Help", + "Open Accessible View", + "Disable Accessible View Hint", + "Accept Inline Completion" + ], + "vs/workbench/contrib/chat/browser/actions/chatFileTreeActions": [ + "Next File Tree", + "Previous File Tree" + ], + "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.", + "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 input has text.", + "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." + ], + "vs/workbench/contrib/chat/browser/contrib/chatInputEditorContrib": [ + "Pick a file" + ], + "vs/workbench/contrib/chat/common/chatColors": [ + "The border 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/notebook/browser/notebookEditor": [ + "Cannot open resource with notebook editor type '{0}', please check if you have the right extension installed and enabled.", + "Cannot open resource with notebook editor type '{0}', please check if you have the right extension installed and enabled.", + "Enable extension for '{0}'", + "Install extension for '{0}'", + "Open As Text", + "Open in Text Editor" ], "vs/workbench/contrib/notebook/browser/services/notebookServiceImpl": [ "Install extension for '{0}'" @@ -23427,14 +23793,14 @@ "vs/workbench/contrib/notebook/browser/diff/notebookDiffEditor": [ "Notebook Text Diff" ], + "vs/workbench/contrib/notebook/browser/services/notebookExecutionServiceImpl": [ + "Executing a notebook cell will run code from this workspace." + ], "vs/workbench/contrib/notebook/browser/services/notebookKeymapServiceImpl": [ "Disable other keymaps ({0}) to avoid conflicts between keybindings?", "Yes", "No" ], - "vs/workbench/contrib/notebook/browser/services/notebookExecutionServiceImpl": [ - "Executing a notebook cell will run code from this workspace." - ], "vs/editor/common/languages/modesRegistry": [ "Plain Text" ], @@ -23458,54 +23824,45 @@ "The Quit Edit command will set focus on the cell container and is currently not triggerable by a keybinding.", "The Focus Output command ({0}) will set focus in the cell's output.", "The Quit Edit command will set focus in the cell's output and is currently not triggerable by a keybinding.", - "The up and down arrows will move focus between cells while focused on the outer cell container", + "The Focus Next Cell Editor command ({0}) will set focus in the next cell's editor.", + "The Focus Next Cell Editor command will set focus in the next cell's editor and is currently not triggerable by a keybinding.", + "The Focus Previous Cell Editor command ({0}) will set focus in the previous cell's editor.", + "The Focus Previous Cell Editor command will set focus in the previous cell's editor and is currently not triggerable by a keybinding.", + "The up and down arrows will also move focus between cells while focused on the outer cell container.", "The Execute Cell command ({0}) executes the cell that currently has focus.", "The Execute Cell command executes the cell that currently has focus and is currently not triggerable by a keybinding.", "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/accessibility/browser/accessibleViewActions": [ - "Show Next in Accessible View", - "Show Previous in Accessible View", - "Go To Symbol in Accessible View", - "Open Accessibility Help", - "Open Accessible View", - "Disable Accessible View Hint", - "Accept Inline Completion" - ], - "vs/workbench/contrib/accessibility/browser/accessibleView": [ - "({0}) {1}", - "({0}) {1}", - "{0} accessibility verbosity is now disabled", - "\n\nOpen a browser window with more information related to accessibility (H).", - "\n\nExit this dialog (Escape).", - "Explore actions such as disabling this hint (Shift+Tab), use Escape to exit this dialog.", - "Explore actions such as disabling this hint (Shift+Tab).", - "Accessibility Help", - "Accessible View", - "Accessible View, {0}", - "Accessibility Help, {0}", - "Accessibility Help", - "Accessible View", - "Navigate to the toolbar (Shift+Tab)).", - "In the accessible view, you can:\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})", - "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/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" + ], "vs/workbench/contrib/notebook/browser/controller/insertCellActions": [ "Insert Code Cell Above", "Insert Code Cell Above and Focus Container", @@ -23532,32 +23889,6 @@ "Markdown", "Add Markdown Cell" ], - "vs/workbench/contrib/notebook/browser/controller/executeActions": [ - "Render All Markdown Cells", - "Run All", - "Run All", - "Execute Cell", - "Execute Cell", - "Execute Above Cells", - "Execute Cell and Below", - "Execute Cell and Focus Container", - "Execute Cell and Focus Container", - "Stop Cell Execution", - "Stop Cell Execution", - "Execute Notebook Cell and Select Below", - "Execute Notebook Cell and Insert Below", - "Stop Execution", - "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" - ], - "vs/workbench/contrib/notebook/browser/controller/cellOutputActions": [ - "Copy Output" - ], "vs/workbench/contrib/notebook/browser/controller/layoutActions": [ "Select between Notebook Layouts", "Customize Notebook Layout", @@ -23592,34 +23923,48 @@ "Accept Detected Language for Cell", "Unable to detect cell language" ], + "vs/workbench/contrib/notebook/browser/controller/cellOutputActions": [ + "Copy Output" + ], "vs/workbench/contrib/notebook/browser/controller/foldingController": [ "Fold Cell", "Unfold Cell", "Fold Cell" ], + "vs/workbench/contrib/notebook/browser/contrib/clipboard/notebookClipboard": [ + "Copy Cell", + "Cut Cell", + "Paste Cell", + "Paste Cell Above", + "Toggle Notebook Clipboard Troubleshooting" + ], + "vs/workbench/contrib/notebook/browser/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" ], + "vs/workbench/contrib/notebook/browser/contrib/saveParticipants/saveParticipants": [ + "Formatting", + "Format Notebook", + "Notebook Trim Trailing Whitespace", + "Trim Final New Lines", + "Insert Final New Line", + "Running 'Notebook' code actions", + "Running 'Cell' code actions", + "Getting code actions from '{0}' ([configure]({1})).", + "Applying code action '{0}'." + ], "vs/workbench/contrib/notebook/browser/contrib/gettingStarted/notebookGettingStarted": [ "Reset notebook getting started" ], "vs/workbench/contrib/notebook/browser/contrib/layout/layoutActions": [ "Toggle Cell Toolbar Position" ], - "vs/workbench/contrib/notebook/browser/contrib/clipboard/notebookClipboard": [ - "Copy Cell", - "Cut Cell", - "Paste Cell", - "Paste Cell Above", - "Toggle Notebook Clipboard Troubleshooting" - ], - "vs/workbench/contrib/notebook/browser/contrib/find/notebookFind": [ - "Hide Find in Notebook", - "Find in Notebook" - ], "vs/workbench/contrib/notebook/browser/contrib/navigation/arrow": [ "Focus Next Cell Editor", "Focus Previous Cell Editor", @@ -23634,21 +23979,10 @@ "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/saveParticipants/saveParticipants": [ - "Formatting", - "Format Notebook", - "Notebook Trim Trailing Whitespace", - "Trim Final New Lines", - "Insert Final New Line", - "Running 'Notebook' code actions", - "Running 'Cell' code actions", - "Getting code actions from '{0}' ([configure]({1})).", - "Applying code action '{0}'." - ], "vs/workbench/contrib/notebook/browser/contrib/outline/notebookOutline": [ "When enabled notebook outline shows code cells.", "When enabled notebook breadcrumbs contain code cells.", - "When enabled goto symbol quickpick will display full code symbols from the notebook, as well as markdown headers." + "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" @@ -23676,11 +24010,6 @@ "Cell {0} ({1} selected)", "Cell {0} of {1}" ], - "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": [ "Move Cell Up", "Move Cell Down", @@ -23717,120 +24046,10 @@ "Hide Metadata Differences", "Hide Outputs Differences" ], - "vs/workbench/contrib/chat/browser/actions/chatActions": [ - "Chat", - "Quick Chat", - "Accept Chat Input", - "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/chatCopyActions": [ - "Copy All", - "Copy" - ], - "vs/workbench/contrib/chat/browser/actions/chatExecuteActions": [ - "Submit", - "Cancel" - ], - "vs/workbench/contrib/chat/browser/actions/chatTitleActions": [ - "Helpful", - "Unhelpful", - "Insert into Notebook", - "Remove Request and Response" - ], - "vs/workbench/contrib/chat/browser/actions/chatQuickInputActions": [ - "Open in Chat View", - "Close Quick Chat", - "Quick Chat", - "Open Quick Chat ({0})" - ], - "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/chatImportExport": [ - "Chat Session", - "Export Session", - "Import Session" - ], - "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/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/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.", - "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 input has text.", - "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." - ], - "vs/workbench/contrib/chat/browser/actions/chatClearActions": [ - "Clear", - "Clear", - "Clear" - ], - "vs/workbench/contrib/chat/common/chatViewModel": [ - "Thinking" - ], - "vs/workbench/contrib/chat/common/chatSlashCommands": [ - "The name of the slash command which will be used as prefix.", - "The details of the slash command.", - "Contributes slash commands to chat", - "Invalid {0}: {1}" - ], - "vs/workbench/contrib/chat/browser/actions/chatFileTreeActions": [ - "Next File Tree", - "Previous File Tree" - ], - "vs/workbench/contrib/accessibility/browser/accessibilityContributions": [ - "{0} Source: {1}", - "{0}", - "Clear Notification", - "Clear Notification" - ], - "vs/workbench/contrib/chat/common/chatAgents": [ - "The name of the agent which will be used as prefix.", - "The details of the agent.", - "Contributes agents to chat", - "Invalid {0}: {1}" - ], - "vs/workbench/contrib/chat/common/chatColors": [ - "The border color of a chat request.", - "The background color of a chat slash command.", - "The foreground color of a chat slash command." - ], - "vs/workbench/contrib/chat/browser/contrib/chatInputEditorContrib": [ - "Ask a question or type '@' or '/'", - "Ask a question" + "vs/workbench/contrib/notebook/browser/contrib/troubleshoot/layout": [ + "Toggle Layout Troubleshoot", + "Inspect Notebook Layout", + "Clear Notebook Editor Type Cache" ], "vs/workbench/contrib/inlineChat/browser/inlineChatController": [ "AI-generated code may be incorrect", @@ -23841,9 +24060,9 @@ "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", - "{0}", - "Use tab to navigate to the diff editor and review proposed changes.", "Failed to apply changes.", "Failed to discard changes." ], @@ -23881,11 +24100,12 @@ "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." + "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/inlineChat/browser/inlineChatActions": [ - "Start Code Chat", - "Resume Last Dismissed Code Chat", + "Start Inline Chat", + "Resume Last Dismissed Inline Chat", "Inline Chat", "Make Request", "Regenerate Response", @@ -23915,6 +24135,10 @@ "Show More", "Show Less" ], + "vs/workbench/contrib/inlineChat/browser/inlineChatDecorations": [ + "Icon which spawns the inline chat from the gutter", + "Toggle Inline Chat Icon" + ], "vs/workbench/contrib/files/browser/fileConstants": [ "Save As...", "Save", @@ -23923,47 +24147,6 @@ "Remove Folder from Workspace", "New Untitled Text File" ], - "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/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", - "Run Test", - "Debug Test", - "Execute Using Profile...", - "Peek Error", - "Reveal in Test Explorer", - "Run All Tests", - "Debug All Tests" - ], "vs/workbench/contrib/testing/browser/testingProgressUiService": [ "Running tests...", "Running tests, {0}/{1} passed ({2}%)", @@ -23971,20 +24154,32 @@ "{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/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", + "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" ], "vs/workbench/contrib/testing/browser/testingViewPaneContainer": [ "Testing" @@ -24017,35 +24212,20 @@ "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." ], - "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/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", "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" - ], - "vs/workbench/contrib/testing/common/testingContentProvider": [ - "The test run did not record any output." + "Execute Using Profile...", + "Peek Error", + "Reveal in Test Explorer", + "Run All Tests", + "Debug All Tests" ], "vs/workbench/contrib/testing/common/testServiceImpl": [ "Running tests may execute code in your workspace.", @@ -24053,6 +24233,35 @@ "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.", @@ -24077,27 +24286,6 @@ "Pick a test profile to use", "Update Test Configuration" ], - "vs/workbench/contrib/logs/common/logsActions": [ - "Set Log Level...", - "All", - "Extension Logs", - "Logs", - "Set Log Level", - " {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/workbench/contrib/testing/browser/testExplorerActions": [ "Hide Test", "Unhide Test", @@ -24150,6 +24338,27 @@ "Refresh Tests", "Cancel Test Refresh" ], + "vs/workbench/contrib/logs/common/logsActions": [ + "Set Log Level...", + "All", + "Extension Logs", + "Logs", + "Set Log Level", + " {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", @@ -24169,6 +24378,50 @@ "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.", @@ -24197,66 +24450,6 @@ "Icon for the previous change action in the diff editor.", "Icon for the next change action in the diff editor." ], - "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/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/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/fileCommands": [ - "{0} (in file) ↔ {1}", - "Failed to save '{0}': {1}", - "Retry", - "Discard", - "Failed to revert '{0}': {1}", - "Create File" - ], - "vs/workbench/contrib/files/browser/editors/textFileSaveErrorHandler": [ - "Use the actions in the editor tool bar to either undo your changes or overwrite the content of the file with your changes.", - "Failed to save '{0}': The content of the file is newer. Please compare your version with the file contents or overwrite the content of the file with your changes.", - "Failed to save '{0}': File is read-only. Select 'Overwrite as Admin' to retry as administrator.", - "Failed to save '{0}': File is read-only. Select 'Overwrite as Sudo' to retry as superuser.", - "Failed to save '{0}': File is read-only. Select 'Overwrite' to attempt to make it writeable.", - "Failed to save '{0}': Insufficient permissions. Select 'Retry as Admin' to retry as administrator.", - "Failed to save '{0}': Insufficient permissions. Select 'Retry as Sudo' to retry as superuser.", - "Failed to save '{0}': {1}", - "Learn More", - "Don't Show Again", - "Compare", - "{0} (in file) ↔ {1} (in {2}) - Resolve save conflict", - "Overwrite as Admin...", - "Overwrite as Sudo...", - "Retry as Admin...", - "Retry as Sudo...", - "Retry", - "Discard", - "Overwrite", - "Overwrite", - "Configure" - ], "vs/workbench/contrib/files/browser/fileActions": [ "New File...", "New Folder...", @@ -24303,7 +24496,6 @@ "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...", - "Toggle Auto Save", "Save All in Group", "Close Group", "Focus on Files Explorer", @@ -24336,10 +24528,40 @@ "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" + "Reset Active Editor Read-only in Session", + "Toggle Auto Save", + "Toggle the ability to save files automatically after typing" + ], + "vs/workbench/contrib/files/browser/editors/textFileSaveErrorHandler": [ + "Use the actions in the editor tool bar to either undo your changes or overwrite the content of the file with your changes.", + "Failed to save '{0}': The content of the file is newer. Please compare your version with the file contents or overwrite the content of the file with your changes.", + "Failed to save '{0}': File is read-only. Select 'Overwrite as Admin' to retry as administrator.", + "Failed to save '{0}': File is read-only. Select 'Overwrite as Sudo' to retry as superuser.", + "Failed to save '{0}': File is read-only. Select 'Overwrite' to attempt to make it writeable.", + "Failed to save '{0}': Insufficient permissions. Select 'Retry as Admin' to retry as administrator.", + "Failed to save '{0}': Insufficient permissions. Select 'Retry as Sudo' to retry as superuser.", + "Failed to save '{0}': {1}", + "Learn More", + "Don't Show Again", + "Compare", + "{0} (in file) ↔ {1} (in {2}) - Resolve save conflict", + "Overwrite as Admin...", + "Overwrite as Sudo...", + "Retry as Admin...", + "Retry as Sudo...", + "Retry", + "Discard", + "Overwrite", + "Overwrite", + "Configure" ], - "vs/workbench/contrib/files/browser/views/emptyView": [ - "No Folder Opened" + "vs/workbench/contrib/files/browser/fileCommands": [ + "{0} (in file) ↔ {1}", + "Failed to save '{0}': {1}", + "Retry", + "Discard", + "Failed to revert '{0}': {1}", + "Create File" ], "vs/workbench/contrib/files/browser/views/explorerView": [ "Explorer Section: {0}", @@ -24349,17 +24571,23 @@ "Collapse Folders in Explorer" ], "vs/workbench/contrib/files/browser/views/openEditorsView": [ - "Open Editors", "{0} unsaved", "Open Editors", "Toggle Vertical/Horizontal Editor Layout", "Flip Layout", "Flip &&Layout", - "New Untitled Text File" + "New Untitled Text File", + "Open Editors" ], "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.", + "Instructions", + "File changes watcher stopped unexpectedly. A reload of the window may enable the watcher again unless the workspace cannot be watched for file changes.", + "Reload" + ], "vs/editor/common/config/editorConfigurationSchema": [ "Editor", "The number of spaces a tab is equal to. This setting is overridden based on the file contents when {0} is on.", @@ -24413,12 +24641,6 @@ "1 unsaved file", "{0} unsaved files" ], - "vs/workbench/contrib/files/browser/workspaceWatcher": [ - "Unable to watch for file changes in this large workspace folder. Please follow the instructions link to resolve this issue.", - "Instructions", - "File changes watcher stopped unexpectedly. A reload of the window may enable the watcher again unless the workspace cannot be watched for file changes.", - "Reload" - ], "vs/workbench/contrib/files/browser/editors/textFileEditor": [ "Text File Editor", "Open Folder", @@ -24444,8 +24666,32 @@ "vs/workbench/contrib/bulkEdit/browser/preview/bulkEditPreview": [ "Other" ], - "vs/workbench/contrib/search/browser/searchActionsBase": [ - "Search" + "vs/editor/contrib/quickAccess/browser/gotoLineQuickAccess": [ + "Open a text editor first to go to a line.", + "Go to line {0} and character {1}.", + "Go to line {0}.", + "Current Line: {0}, Character: {1}. Type a line number between 1 and {2} to navigate to.", + "Current Line: {0}, Character: {1}. Type a line number to navigate to." + ], + "vs/workbench/contrib/codeEditor/browser/quickaccess/gotoSymbolQuickAccess": [ + "No matching entries", + "Go to Symbol in Editor...", + "Go to &&Symbol in Editor...", + "Type the name of a symbol to go to.", + "Go to Symbol in Editor", + "Go to Symbol in Editor by Category" + ], + "vs/workbench/contrib/search/browser/anythingQuickAccess": [ + "No matching results", + "recently opened", + "file and symbol results", + "file results", + "{0}, {1}", + "Open Quick Chat", + "Open to the Side", + "Open to the Bottom", + "Remove from Recently Opened", + "{0} unsaved changes" ], "vs/workbench/contrib/search/browser/searchIcons": [ "Icon to make search details visible.", @@ -24466,101 +24712,25 @@ "Icon for the action to open a new search editor.", "Icon for the action to go to the file of the current search result." ], - "vs/workbench/contrib/searchEditor/browser/searchEditor": [ - "Toggle Search Details", - "files to include", - "Search Include Patterns", - "files to exclude", - "Search Exclude Patterns", - "Run Search", - "Matched {0} at {1} in file {2}", + "vs/workbench/contrib/search/browser/searchWidget": [ + "Replace All (Submit Search to Enable)", + "Replace All", + "Toggle Replace", + "Search: Type Search Term and press Enter to search", "Search", - "Search editor text input box border." - ], - "vs/workbench/contrib/searchEditor/browser/searchEditorInput": [ - "Search: {0}", - "Search: {0}", - "Search" + "Toggle Context Lines", + "Replace: Type replace term and press Enter to preview", + "Replace" ], - "vs/workbench/contrib/search/browser/patternInputWidget": [ - "input", - "Search only in Open Editors", - "Use Exclude Settings and Ignore Files" + "vs/workbench/contrib/search/browser/symbolsQuickAccess": [ + "No matching workspace symbols", + "Open to the Side", + "Open to the Bottom" ], - "vs/workbench/contrib/search/browser/searchMessage": [ - "Unable to open command link from untrusted source: {0}", - "Unable to open unknown link: {0}" - ], - "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/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/editor/contrib/quickAccess/browser/gotoLineQuickAccess": [ - "Open a text editor first to go to a line.", - "Go to line {0} and character {1}.", - "Go to line {0}.", - "Current Line: {0}, Character: {1}. Type a line number between 1 and {2} to navigate to.", - "Current Line: {0}, Character: {1}. Type a line number to navigate to." - ], - "vs/workbench/contrib/search/browser/searchWidget": [ - "Replace All (Submit Search to Enable)", - "Replace All", - "Toggle Replace", - "Search: Type Search Term and press Enter to search", - "Search", - "Toggle Context Lines", - "Replace: Type replace term and press Enter to preview", - "Replace" - ], - "vs/workbench/services/search/common/queryBuilder": [ - "Workspace folder does not exist: {0}" - ], - "vs/workbench/contrib/codeEditor/browser/quickaccess/gotoSymbolQuickAccess": [ - "No matching entries", - "Go to Symbol in Editor...", - "Go to &&Symbol in Editor...", - "Type the name of a symbol to go to.", - "Go to Symbol in Editor", - "Go to Symbol in Editor by Category" - ], - "vs/workbench/contrib/search/browser/symbolsQuickAccess": [ - "No matching workspace symbols", - "Open to the Side", - "Open to the Bottom" - ], - "vs/workbench/contrib/search/browser/anythingQuickAccess": [ - "No matching results", - "recently opened", - "file and symbol results", - "file results", - "{0}, {1}", - "Open Quick Chat", - "Open to the Side", - "Open to the Bottom", - "Remove from Recently Opened", - "{0} unsaved changes" - ], - "vs/workbench/contrib/search/browser/quickTextSearch/textSearchQuickAccess": [ - "See More Files", - "Open File", - "More" + "vs/workbench/contrib/search/browser/quickTextSearch/textSearchQuickAccess": [ + "See More Files", + "Open File", + "More" ], "vs/workbench/contrib/search/browser/searchActionsCopy": [ "Copy", @@ -24603,11 +24773,6 @@ "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", @@ -24618,77 +24783,147 @@ "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)" ], - "vs/workbench/contrib/debug/browser/debugColors": [ - "Debug toolbar background color.", - "Debug toolbar border color.", - "Debug toolbar icon for start debugging.", - "Debug toolbar icon for pause.", - "Debug toolbar icon for stop.", - "Debug toolbar icon for disconnect.", - "Debug toolbar icon for restart.", - "Debug toolbar icon for step over.", - "Debug toolbar icon for step into.", - "Debug toolbar icon for step over.", - "Debug toolbar icon for continue.", - "Debug toolbar icon for step back." + "vs/workbench/contrib/search/browser/searchActionsBase": [ + "Search" ], - "vs/workbench/contrib/debug/browser/debugConsoleQuickAccess": [ - "Start a New Debug Session" + "vs/workbench/contrib/searchEditor/browser/searchEditor": [ + "Toggle Search Details", + "files to include", + "Search Include Patterns", + "files to exclude", + "Search Exclude Patterns", + "Run Search", + "Matched {0} at {1} in file {2}", + "Search", + "Search editor text input box border." ], - "vs/workbench/contrib/debug/browser/callStackView": [ - "Running", - "Show More Stack Frames", - "Session", - "Running", - "Restart Frame", - "Load More Stack Frames", - "Show {0} More: {1}", - "Show {0} More Stack Frames", + "vs/workbench/contrib/searchEditor/browser/searchEditorInput": [ + "Search: {0}", + "Search: {0}", + "Search" + ], + "vs/workbench/contrib/scm/browser/dirtydiffDecorator": [ + "{0} - {1} of {2} changes", + "{0} - {1} of {2} change", + "{0} of {1} changes", + "{0} of {1} change", + "Close", + "Show Previous Change", + "Show Next Change", + "Next &&Change", + "Previous &&Change", + "Go to Previous Change", + "Go to Next Change", + "Editor gutter background color for lines that are modified.", + "Editor gutter background color for lines that are added.", + "Editor gutter background color for lines that are deleted.", + "Minimap gutter background color for lines that are modified.", + "Minimap gutter background color for lines that are added.", + "Minimap gutter background color for lines that are deleted.", + "Overview ruler marker color for modified content.", + "Overview ruler marker color for added content.", + "Overview ruler marker color for deleted content." + ], + "vs/workbench/contrib/scm/browser/activity": [ + "Source Control", + "{0} pending changes" + ], + "vs/workbench/contrib/scm/browser/scmViewPaneContainer": [ + "Source Control" + ], + "vs/workbench/contrib/scm/browser/scmViewPane": [ + "Source Control Management", + "Source Control Input", + "View & Sort", + "Repositories", + "View as List", + "View as Tree", + "Sort by Discovery Time", + "Sort by Name", + "Sort by Path", + "Sort Changes by Name", + "Sort Changes by Path", + "Sort Changes by Status", + "Collapse All Repositories", + "Expand All Repositories", + "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", - "Debug Call Stack", - "Thread {0} {1}", - "Stack Frame {0}, line {1}, {2}", "Running", - "Session {0} {1}", - "Show {0} More Stack Frames", - "Collapse All" - ], - "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" + "Unverified breakpoint. File is modified, please restart debug session." ], "vs/workbench/contrib/debug/browser/breakpointsView": [ "Unverified Exception Breakpoint", @@ -24744,6 +24979,98 @@ "Edit Function Breakpoint...", "Edit Hit Count..." ], + "vs/workbench/contrib/debug/browser/callStackView": [ + "Running", + "Show More Stack Frames", + "Session", + "Running", + "Restart Frame", + "Load More Stack Frames", + "Show {0} More: {1}", + "Show {0} More Stack Frames", + "Paused on {0}", + "Paused", + "Debug Call Stack", + "Thread {0} {1}", + "Stack Frame {0}, line {1}, {2}", + "Running", + "Session {0} {1}", + "Show {0} More Stack Frames", + "Collapse All" + ], + "vs/workbench/contrib/debug/browser/debugColors": [ + "Debug toolbar background color.", + "Debug toolbar border color.", + "Debug toolbar icon for start debugging.", + "Debug toolbar icon for pause.", + "Debug toolbar icon for stop.", + "Debug toolbar icon for disconnect.", + "Debug toolbar icon for restart.", + "Debug toolbar icon for step over.", + "Debug toolbar icon for step into.", + "Debug toolbar icon for step over.", + "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: Edit Breakpoint", + "&&Edit Breakpoint", + "Open Disassembly View", + "&&DisassemblyView", + "Toggle Source Code in Disassembly View", + "&&ToggleSource", + "Debug: Show Hover", + "Step targets are not available here", + "Step Into Target", + "Debug: Go to Next Breakpoint", + "Debug: Go to Previous Breakpoint", + "Close Exception Widget", + "Run to Cursor", + "Evaluate in Debug Console", + "Add to Watch" + ], "vs/workbench/contrib/debug/browser/debugIcons": [ "View icon of the debug console view.", "View icon of the run view.", @@ -24801,28 +25128,15 @@ "Icon for the debug evaluation prompt.", "Icon for the inspect memory action." ], - "vs/workbench/contrib/debug/browser/debugEditorActions": [ - "Debug: Toggle Breakpoint", - "Toggle &&Breakpoint", - "Debug: Add Conditional Breakpoint...", - "&&Conditional Breakpoint...", - "Debug: Add Logpoint...", - "&&Logpoint...", - "Debug: Edit Breakpoint", - "&&Edit Breakpoint", - "Open Disassembly View", - "&&DisassemblyView", - "Toggle Source Code in Disassembly View", - "&&ToggleSource", - "Run to Cursor", - "Evaluate in Debug Console", - "Add to Watch", - "Debug: Show Hover", - "Step targets are not available here", - "Step Into Target", - "Debug: Go to Next Breakpoint", - "Debug: Go to Previous Breakpoint", - "Close Exception Widget" + "vs/workbench/contrib/debug/browser/debugQuickAccess": [ + "No matching launch configurations", + "Configure Launch Configuration", + "contributed", + "Remove Launch Configuration", + "{0} contributed configurations", + "configure", + "Add Config ({0})...", + "Add Configuration..." ], "vs/workbench/contrib/debug/browser/debugService": [ "1 active session", @@ -24847,26 +25161,16 @@ "Added breakpoint, line {0}, file {1}", "Removed breakpoint, line {0}, file {1}" ], - "vs/workbench/contrib/debug/browser/debugQuickAccess": [ - "No matching launch configurations", - "Configure Launch Configuration", - "contributed", - "Remove Launch Configuration", - "{0} contributed configurations", - "configure", - "Add Config ({0})...", - "Add Configuration..." + "vs/workbench/contrib/debug/browser/debugStatus": [ + "Debug", + "Debug: {0}", + "Select and start debug configuration" ], "vs/workbench/contrib/debug/browser/debugToolBar": [ "More...", "Step Back", "Reverse" ], - "vs/workbench/contrib/debug/browser/debugStatus": [ - "Debug", - "Debug: {0}", - "Select and start debug configuration" - ], "vs/workbench/contrib/debug/browser/disassemblyView": [ "Disassembly not available.", "instructions", @@ -24912,28 +25216,28 @@ "Add Expression", "Remove All Expressions" ], - "vs/workbench/contrib/debug/browser/welcomeView": [ - "Run", - "[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." - ], "vs/workbench/contrib/debug/common/debugContentProvider": [ "Unable to resolve the resource without a debug session", "Could not load source '{0}': {1}.", "Could not load source '{0}'." ], - "vs/workbench/contrib/debug/common/disassemblyViewInput": [ - "Disassembly" - ], "vs/workbench/contrib/debug/common/debugLifecycle": [ "There is an active debug session, are you sure you want to stop it?", "There are active debug sessions, are you sure you want to stop them?", "&&Stop Debugging" ], + "vs/workbench/contrib/debug/common/disassemblyViewInput": [ + "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/debug/browser/breakpointWidget": [ "Message to log when breakpoint is hit. Expressions within {} are interpolated. '{0}' to accept, '{1}' to cancel.", "Break when hit count condition is met. '{0}' to accept, '{1}' to cancel.", @@ -24943,104 +25247,72 @@ "Log Message", "Breakpoint Type" ], - "vs/workbench/contrib/scm/browser/activity": [ - "Source Control", - "{0} pending changes" + "vs/platform/actions/browser/menuEntryActionViewItem": [ + "{0} ({1})", + "{0} ({1})", + "{0}\n[{1}] {2}" ], - "vs/workbench/contrib/scm/browser/scmViewPaneContainer": [ - "Source Control" + "vs/workbench/contrib/debug/browser/debugActionViewItems": [ + "Debug Launch Configurations", + "No Configurations", + "Add Config ({0})...", + "Add Configuration...", + "Debug Session" ], - "vs/workbench/contrib/scm/browser/dirtydiffDecorator": [ - "{0} - {1} of {2} changes", - "{0} - {1} of {2} change", - "{0} of {1} changes", - "{0} of {1} change", - "Close", - "Show Previous Change", - "Show Next Change", - "Next &&Change", - "Previous &&Change", - "Go to Previous Change", - "Go to Next Change", - "Editor gutter background color for lines that are modified.", - "Editor gutter background color for lines that are added.", - "Editor gutter background color for lines that are deleted.", - "Minimap gutter background color for lines that are modified.", - "Minimap gutter background color for lines that are added.", - "Minimap gutter background color for lines that are deleted.", - "Overview ruler marker color for modified content.", - "Overview ruler marker color for added content.", - "Overview ruler marker color for deleted content." + "vs/workbench/contrib/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/scm/browser/scmRepositoriesViewPane": [ - "Source Control Repositories" + "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/workspace/common/workspace": [ - "Whether the workspace trust feature is enabled.", - "Whether the current workspace has been trusted by the user." - ], - "vs/workbench/contrib/scm/browser/scmViewPane": [ - "Source Control Management", - "Source Control Input", - "View & Sort", - "Repositories", - "View as List", - "View as Tree", - "Sort by Discovery Time", - "Sort by Name", - "Sort by Path", - "Sort Changes by Name", - "Sort Changes by Path", - "Sort Changes by Status", - "Collapse All Repositories", - "Expand All Repositories", - "Close", - "SCM Provider separator border." - ], - "vs/workbench/contrib/scm/browser/scmSyncViewPane": [ - "Source Control Sync", - "Incoming Changes", - "Outgoing Changes", - "Refresh", - "View as List", - "View as Tree" - ], - "vs/workbench/contrib/debug/browser/exceptionWidget": [ - "Exception widget border color.", - "Exception widget background color.", - "Exception has occurred: {0}", - "Exception has occurred.", - "Close" - ], - "vs/workbench/contrib/debug/browser/debugHover": [ - "Hold {0} key to switch to editor language hover", - "Debug Hover", - "{0}, value {1}, variables, debug" + "vs/workbench/contrib/mergeEditor/browser/mergeEditorInput": [ + "Merging: {0}" ], - "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/mergeEditor/browser/view/mergeEditor": [ + "Text Merge Editor" ], "vs/platform/history/browser/contextScopedHistoryWidget": [ "Whether suggestion are visible" ], - "vs/workbench/contrib/debug/browser/debugActionViewItems": [ - "Debug Launch Configurations", - "No Configurations", - "Add Config ({0})...", - "Add Configuration...", - "Debug Session" - ], - "vs/platform/actions/browser/menuEntryActionViewItem": [ - "{0} ({1})", - "{0} ({1})", - "{0}\n[{1}] {2}" - ], "vs/workbench/contrib/debug/browser/linkDetector": [ "follow link using forwarded port", "follow link", @@ -25049,9 +25321,6 @@ "Cmd + click to {0}", "Ctrl + click to {0}" ], - "vs/workbench/contrib/debug/common/replModel": [ - "Console was cleared" - ], "vs/workbench/contrib/debug/browser/replViewer": [ "Debug Console", "Variable {0}, value {1}", @@ -25059,6 +25328,9 @@ "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", @@ -25075,7 +25347,6 @@ "Controls the order in which problems are navigated.", "Navigate problems ordered by severity", "Navigate problems ordered by position", - "Problems", "No problems have been detected in the workspace.", "No problems have been detected in the current file.", "No results found with provided filter criteria.", @@ -25112,67 +25383,31 @@ "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" + "Show Errors and Warnings", + "Problems" ], "vs/workbench/browser/parts/views/viewFilter": [ "More Filters..." ], - "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/markers/browser/markersFileDecorations": [ "Problems", "1 problem in this file", "{0} problems in this file", "Show Errors & Warnings on files and folder." ], - "vs/workbench/contrib/mergeEditor/browser/mergeEditorInput": [ - "Merging: {0}" - ], - "vs/workbench/contrib/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/url/browser/trustedDomains": [ + "Manage Trusted Domains", + "Trust {0}", + "Trust {0} on all ports", + "Trust {0} and all its subdomains", + "Trust all domains (disables link protection)", + "Manage Trusted Domains" ], - "vs/workbench/contrib/mergeEditor/browser/view/mergeEditor": [ - "Text Merge Editor" + "vs/workbench/contrib/url/browser/trustedDomainsValidator": [ + "Do you want {0} to open the external website?", + "&&Open", + "&&Copy", + "Configure &&Trusted Domains" ], "vs/workbench/contrib/comments/common/commentContextKeys": [ "Whether the position at the active cursor has a commenting range", @@ -25185,14 +25420,6 @@ "The comment controller id associated with a comment thread", "Set when the comment is focused" ], - "vs/workbench/contrib/url/browser/trustedDomains": [ - "Manage Trusted Domains", - "Trust {0}", - "Trust {0} on all ports", - "Trust {0} and all its subdomains", - "Trust all domains (disables link protection)", - "Manage Trusted Domains" - ], "vs/workbench/contrib/comments/browser/commentsEditorContribution": [ "Go to Next Commenting Range", "Go to Previous Commenting Range", @@ -25203,12 +25430,6 @@ "Expand All Comments", "Expand Unresolved Comments" ], - "vs/workbench/contrib/url/browser/trustedDomainsValidator": [ - "Do you want {0} to open the external website?", - "&&Open", - "&&Copy", - "Configure &&Trusted Domains" - ], "vs/workbench/contrib/webviewPanel/browser/webviewCommands": [ "Show find", "Stop find", @@ -25219,11 +25440,8 @@ "vs/workbench/contrib/webviewPanel/browser/webviewEditor": [ "The viewType of the currently active webview panel." ], - "vs/workbench/contrib/externalUriOpener/common/externalUriOpenerService": [ - "Open in new browser window", - "Open in default browser", - "Configure default opener...", - "How would you like to open: {0}" + "vs/workbench/contrib/customEditor/common/customEditor": [ + "The viewType of the currently active custom editor." ], "vs/workbench/contrib/externalUriOpener/common/configuration": [ "Configure the opener to use for external URIs (http, https).", @@ -25231,148 +25449,56 @@ "Map URI pattern to an opener id.\nExample patterns: \n{0}", "Open using VS Code's standard opener." ], - "vs/workbench/contrib/customEditor/common/customEditor": [ - "The viewType of the currently active custom editor." + "vs/workbench/contrib/externalUriOpener/common/externalUriOpenerService": [ + "Open in new browser window", + "Open in default browser", + "Configure default opener...", + "How would you like to open: {0}" ], "vs/workbench/contrib/extensions/common/extensionsInput": [ "Extension: {0}" ], - "vs/workbench/contrib/extensions/common/extensionsUtils": [ - "Disable other keymaps ({0}) to avoid conflicts between keybindings?", - "Yes", - "No" + "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/extensionEditor": [ - "Extension Version", - "Pre-Release", - "Extension name", - "Preview", - "Preview", - "Built-in", - "Publisher", - "Install count", - "Rating", - "Details", - "Extension details, rendered from the extension's 'README.md' file", - "Feature Contributions", - "Lists contributions to VS Code 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})", - "No README available.", - "Readme", - "Categories", - "Marketplace", - "Repository", - "License", - "Extension Resources", - "More Info", - "Published", - "Last released", - "Last updated", - "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/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..." + "vs/workbench/contrib/extensions/browser/extensionsIcons": [ + "View icon of the extensions view.", + "Icon for the 'Manage' action in the extensions view.", + "Icon for the 'Clear Search Result' action in the extensions view.", + "Icon for the 'Refresh' action in the extensions view.", + "Icon for the 'Filter' action in the extensions view.", + "Icon for the 'Install Local Extension in Remote' action in the extensions view.", + "Icon for the 'Install Workspace Recommended Extensions' action in the extensions view.", + "Icon for the 'Configure Recommended Extensions' action in the extensions view.", + "Icon to indicate that an extension is synced.", + "Icon to indicate that an extension is ignored when syncing.", + "Icon to indicate that an extension is remote in the extensions view and editor.", + "Icon shown along with the install count in the extensions view and editor.", + "Icon shown along with the rating in the extensions view and editor.", + "Icon used for the verified extension publisher in the extensions view and editor.", + "Icon shown for extensions having pre-release versions in extensions view and editor.", + "Icon used for sponsoring extensions in the extensions view and editor.", + "Full star icon used for the rating in the extensions editor.", + "Half star icon used for the rating in the extensions editor.", + "Empty star icon used for the rating in the extensions editor.", + "Icon shown with a error message in the extensions editor.", + "Icon shown with a warning message in the extensions editor.", + "Icon shown with an info message in the extensions editor.", + "Icon shown with a workspace trust message in the extension editor.", + "Icon shown with a activation time message in the extension editor." ], - "vs/workbench/contrib/extensions/browser/extensionsDependencyChecker": [ - "Extensions", - "Install Missing Dependencies", - "Finished installing missing dependencies. Please reload the window now.", - "Reload Window", - "There are no missing dependencies to install." + "vs/platform/dnd/browser/dnd": [ + "File is too large to open as untitled editor. Please upload it first into the file explorer and then try again." ], "vs/workbench/contrib/extensions/browser/extensionsActions": [ "{0} for the Web", @@ -25534,132 +25660,12 @@ "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/extensions/browser/extensionsQuickAccess": [ - "Type an extension name to install or search.", - "Press Enter to search for extension '{0}'.", - "Press Enter to install extension '{0}'.", - "Press Enter to manage your extensions." - ], - "vs/workbench/contrib/extensions/browser/extensionRecommendationNotificationService": [ - "Don't Show Again", - "Do you want to ignore all extension recommendations?", - "Yes, Ignore All", - "No", - "this repository", - "'{0}' extension from {1}", - "extensions from {0}, {1} and others", - "extensions from {0} and {1}", - "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?", - "Install", - "Install (Do not sync)", - "Show Recommendations" - ], - "vs/workbench/contrib/extensions/browser/extensionEnablementWorkspaceTrustTransitionParticipant": [ - "Restarting extension host due to workspace trust change." - ], - "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/extensionsIcons": [ - "View icon of the extensions view.", - "Icon for the 'Manage' action in the extensions view.", - "Icon for the 'Clear Search Result' action in the extensions view.", - "Icon for the 'Refresh' action in the extensions view.", - "Icon for the 'Filter' action in the extensions view.", - "Icon for the 'Install Local Extension in Remote' action in the extensions view.", - "Icon for the 'Install Workspace Recommended Extensions' action in the extensions view.", - "Icon for the 'Configure Recommended Extensions' action in the extensions view.", - "Icon to indicate that an extension is synced.", - "Icon to indicate that an extension is ignored when syncing.", - "Icon to indicate that an extension is remote in the extensions view and editor.", - "Icon shown along with the install count in the extensions view and editor.", - "Icon shown along with the rating in the extensions view and editor.", - "Icon used for the verified extension publisher in the extensions view and editor.", - "Icon shown for extensions having pre-release versions in extensions view and editor.", - "Icon used for sponsoring extensions in the extensions view and editor.", - "Full star icon used for the rating in the extensions editor.", - "Half star icon used for the rating in the extensions editor.", - "Empty star icon used for the rating in the extensions editor.", - "Icon shown with a error message in the extensions editor.", - "Icon shown with a warning message in the extensions editor.", - "Icon shown with an info message in the extensions editor.", - "Icon shown with a workspace trust message in the extension editor.", - "Icon shown with a activation time message in the extension editor." - ], - "vs/workbench/contrib/extensions/browser/abstractRuntimeExtensionsEditor": [ - "Activated by {0} on start-up", - "Activated by {1} because a file matching {0} exists in your workspace", - "Activated by {1} because file {0} exists in your workspace", - "Activated by {1} because searching for {0} took too long", - "Activated by {0} after start-up finished", - "Activated by {1} because you opened a {0} file", - "Activated by {1} on {0}", - "Extension is activating...", - "Extension has caused the extension host to freeze.", - "{0} uncaught errors", - "Runtime Extensions", - "Copy id ({0})", - "Disable (Workspace)", - "Disable", - "Show Running 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/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/workbench/contrib/terminal/browser/terminal.contribution": [ "Type the name of a terminal to open.", "Show All Opened Terminals", + "&&Terminal", "Terminal", - "Terminal", - "&&Terminal" - ], - "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" + "Terminal" ], "vs/workbench/contrib/terminal/browser/terminalView": [ "Use 'monospace'", @@ -25672,34 +25678,241 @@ "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/links/browser/terminal.links.contribution": [ - "Open Detected Link...", - "Open Last URL Link", - "Open Last Local File Link" + "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'." + ], + "vs/workbench/contrib/extensions/browser/extensionEditor": [ + "Extension Version", + "Pre-Release", + "Extension name", + "Preview", + "Preview", + "Built-in", + "Publisher", + "Install count", + "Rating", + "Details", + "Extension details, rendered from the extension's 'README.md' file", + "Feature Contributions", + "Lists contributions to VS Code 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})", + "No README available.", + "Readme", + "Categories", + "Marketplace", + "Repository", + "License", + "Extension Resources", + "More Info", + "Published", + "Last released", + "Last updated", + "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/browser/extensionsActivationProgress": [ + "Activating Extensions..." + ], + "vs/workbench/contrib/extensions/browser/extensionsDependencyChecker": [ + "Extensions", + "Install Missing Dependencies", + "Finished installing missing dependencies. Please reload the window now.", + "Reload Window", + "There are no missing dependencies to install." + ], + "vs/workbench/contrib/extensions/browser/extensionsQuickAccess": [ + "Type an extension name to install or search.", + "Press Enter to search for extension '{0}'.", + "Press Enter to install extension '{0}'.", + "Press Enter to manage your extensions." + ], + "vs/workbench/contrib/extensions/browser/extensionRecommendationNotificationService": [ + "Don't Show Again", + "Do you want to ignore all extension recommendations?", + "Yes, Ignore All", + "No", + "this repository", + "'{0}' extension from {1}", + "extensions from {0}, {1} and others", + "extensions from {0} and {1}", + "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?", + "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/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/extensions/browser/extensionsCompletionItemsProvider": [ + "Example" ], - "vs/workbench/contrib/terminalContrib/quickFix/browser/terminal.quickFix.contribution": [ - "Show Terminal Quick Fixes" + "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/tasks/browser/runAutomaticTasks": [ - "Manage Automatic Tasks", - "Allow Automatic Tasks", - "Disallow Automatic Tasks" + "vs/workbench/contrib/extensions/browser/abstractRuntimeExtensionsEditor": [ + "Activated by {0} on start-up", + "Activated by {1} because a file matching {0} exists in your workspace", + "Activated by {1} because file {0} exists in your workspace", + "Activated by {1} because searching for {0} took too long", + "Activated by {0} after start-up finished", + "Activated by {1} because you opened a {0} file", + "Activated by {1} on {0}", + "Extension is activating...", + "Extension has caused the extension host to freeze.", + "{0} uncaught errors", + "Runtime Extensions", + "Copy id ({0})", + "Disable (Workspace)", + "Disable", + "Show Running Extensions" ], "vs/workbench/contrib/tasks/common/problemMatcher": [ "The problem pattern is missing a regular expression.", @@ -25771,6 +25984,11 @@ "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_v2": [ "Specifies whether the command is a shell command or an external program. Defaults to false if omitted.", "The property isShellCommand is deprecated. Use the type property of the task and the shell property in the options instead. See also the 1.14 release notes.", @@ -25855,16 +26073,8 @@ "Mac specific command configuration", "Linux specific command configuration" ], - "vs/workbench/contrib/tasks/browser/tasksQuickAccess": [ - "No matching tasks", - "Select the task to run" - ], - "vs/workbench/contrib/tasks/common/taskDefinitionRegistry": [ - "The actual task type. Please note that types starting with a '$' are reserved for internal usage.", - "Additional properties of the task type", - "Condition which must be true to enable this type of task. Consider using `shellExecutionSupported`, `processExecutionSupported`, and `customExecutionSupported` as appropriate for this task definition. See the [API documentation](https://code.visualstudio.com/api/extension-guides/task-provider#when-clause) for more information.", - "The task type configuration is missing the required 'taskType' property", - "Contributes task kinds" + "vs/workbench/contrib/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", @@ -25876,25 +26086,27 @@ "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/browser/tasksQuickAccess": [ + "No matching tasks", + "Select the task to run" + ], + "vs/workbench/contrib/tasks/common/taskDefinitionRegistry": [ + "The actual task type. Please note that types starting with a '$' are reserved for internal usage.", + "Additional properties of the task type", + "Condition which must be true to enable this type of task. Consider using `shellExecutionSupported`, `processExecutionSupported`, and `customExecutionSupported` as appropriate for this task definition. See the [API documentation](https://code.visualstudio.com/api/extension-guides/task-provider#when-clause) for more information.", + "The task type configuration is missing the required 'taskType' property", + "Contributes task kinds" + ], "vs/workbench/contrib/remote/browser/tunnelFactory": [ "Private", "Public" ], "vs/workbench/contrib/remote/browser/remote": [ - "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", "Get Started", "Read Documentation", "Review Issues", "Report Issue", "Select url to open", - "Help and feedback", "Remote Help", "Remote Explorer", "Remote Explorer", @@ -25905,11 +26117,8 @@ "Connection Lost", "Disconnected. Attempting to reconnect...", "Cannot reconnect. Please reload the window.", - "&&Reload Window" - ], - "vs/workbench/contrib/emmet/browser/actions/expandAbbreviation": [ - "Emmet: Expand Abbreviation", - "Emmet: E&&xpand Abbreviation" + "&&Reload Window", + "Help and feedback" ], "vs/workbench/contrib/remote/browser/remoteIndicator": [ "Remote", @@ -25936,81 +26145,9 @@ "Select an option to open a Remote Window", "Installing extension... " ], - "vs/workbench/contrib/format/browser/formatActionsNone": [ - "Format Document", - "This file cannot be formatted because it is too large", - "There is no formatter for '{0}' files installed.", - "&&Install Formatter..." - ], - "vs/workbench/contrib/format/browser/formatModified": [ - "Format Modified Lines" - ], - "vs/workbench/contrib/snippets/browser/commands/configureSnippets": [ - "(global)", - "({0})", - "({0}) {1}", - "Type snippet file name", - "Invalid file name", - "'{0}' is not a valid file name", - "'{0}' already exists", - "Configure User Snippets", - "User Snippets", - "User &&Snippets", - "global", - "New Global Snippets file...", - "{0} workspace", - "New Snippets file for '{0}'...", - "Existing Snippets", - "New Snippets", - "New Snippets", - "Select Snippets File or Create Snippets" - ], - "vs/workbench/contrib/format/browser/formatActionsMultiple": [ - "None", - "None", - "Extension '{0}' is configured as formatter but it cannot format '{1}'-files", - "There are multiple formatters for '{0}' files. One of them should be configured as default formatter.", - "Extension '{0}' is configured as formatter but not available. Select a different default formatter to continue.", - "Configure Default Formatter", - "&&Configure...", - "Configure...", - "Select a default formatter for '{0}' files", - "Configure...", - "Formatter Conflicts", - "Formatting", - "Defines a default formatter which takes precedence over all other formatter settings. Must be the identifier of an extension contributing a formatter.", - "(default)", - "Configure Default Formatter...", - "Select a formatter", - "Select a default formatter for '{0}' files", - "Format Document With...", - "Format Selection With..." - ], - "vs/workbench/contrib/snippets/browser/commands/fileTemplateSnippets": [ - "Fill File with Snippet", - "Select a snippet" - ], - "vs/workbench/contrib/snippets/browser/commands/surroundWithSnippet": [ - "Surround With Snippet..." - ], - "vs/workbench/contrib/snippets/browser/commands/insertSnippet": [ - "Insert Snippet" - ], - "vs/workbench/contrib/snippets/browser/snippetCodeActionProvider": [ - "Surround With: {0}", - "Start with Snippet", - "Start with: {0}" - ], - "vs/workbench/contrib/snippets/browser/snippetsService": [ - "Expected string in `contributes.{0}.path`. Provided value: {1}", - "When omitting the language, the value of `contributes.{0}.path` must be a `.code-snippets`-file. Provided value: {1}", - "Unknown language in `contributes.{0}.language`. Provided value: {1}", - "Expected `contributes.{0}.path` ({1}) to be included inside extension's folder ({2}). This might make the extension non-portable.", - "Contributes snippets.", - "Language identifier for which this snippet is contributed to.", - "Path of the snippets file. The path is relative to the extension folder and typically starts with './snippets/'.", - "One or more snippets from the extension '{0}' very likely confuse snippet-variables and snippet-placeholders (see https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax for more details)", - "The snippet file \"{0}\" could not be read." + "vs/workbench/contrib/emmet/browser/actions/expandAbbreviation": [ + "Emmet: Expand Abbreviation", + "Emmet: E&&xpand Abbreviation" ], "vs/workbench/contrib/codeEditor/browser/accessibility/accessibility": [ "Toggle Screen Reader Accessibility Mode" @@ -26036,11 +26173,6 @@ "Developer: Inspect Editor Tokens and Scopes", "Loading..." ], - "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/saveParticipants": [ "Running '{0}' Formatter ([configure]({1})).", "Quick Fixes", @@ -26055,9 +26187,10 @@ "Toggle Minimap", "&&Minimap" ], - "vs/workbench/contrib/codeEditor/browser/toggleRenderWhitespace": [ - "Toggle Render Whitespace", - "&&Render Whitespace" + "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/toggleMultiCursorModifier": [ "Toggle Multi-Cursor Modifier", @@ -26069,6 +26202,10 @@ "Toggle Control Characters", "Render &&Control Characters" ], + "vs/workbench/contrib/codeEditor/browser/toggleRenderWhitespace": [ + "Toggle Render Whitespace", + "&&Render Whitespace" + ], "vs/workbench/contrib/codeEditor/browser/toggleWordWrap": [ "Whether the editor is currently using word wrapping.", "View: Toggle Word Wrap", @@ -26076,13 +26213,89 @@ "Enable wrapping for this file", "&&Word Wrap" ], - "vs/workbench/contrib/codeEditor/browser/emptyTextEditorHint/emptyTextEditorHint": [ - "Press {0} to ask {1} to do something. ", - "Start typing to dismiss.", - "[[Ask {0} to do something]] or start typing to dismiss.", - "[[Select a language]], or [[fill with template]], or [[open a different editor]] to get started.\nStart typing to dismiss or [[don't show]] this again.", - "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/emptyTextEditorHint/emptyTextEditorHint": [ + "Press {0} to ask {1} to do something. ", + "Start typing to dismiss.", + "[[Ask {0} to do something]] or start typing to dismiss.", + "[[Select a language]], or [[fill with template]], or [[open a different editor]] to get started.\nStart typing to dismiss or [[don't show]] this again.", + "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/snippets/browser/commands/configureSnippets": [ + "(global)", + "({0})", + "({0}) {1}", + "Type snippet file name", + "Invalid file name", + "'{0}' is not a valid file name", + "'{0}' already exists", + "Configure User Snippets", + "User Snippets", + "User &&Snippets", + "global", + "New Global Snippets file...", + "{0} workspace", + "New Snippets file for '{0}'...", + "Existing Snippets", + "New Snippets", + "New Snippets", + "Select Snippets File or Create Snippets" + ], + "vs/workbench/contrib/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..." + ], + "vs/workbench/contrib/snippets/browser/snippetCodeActionProvider": [ + "Surround With: {0}", + "Start with Snippet", + "Start with: {0}" + ], + "vs/workbench/contrib/snippets/browser/snippetsService": [ + "Expected string in `contributes.{0}.path`. Provided value: {1}", + "When omitting the language, the value of `contributes.{0}.path` must be a `.code-snippets`-file. Provided value: {1}", + "Unknown language in `contributes.{0}.language`. Provided value: {1}", + "Expected `contributes.{0}.path` ({1}) to be included inside extension's folder ({2}). This might make the extension non-portable.", + "Contributes snippets.", + "Language identifier for which this snippet is contributed to.", + "Path of the snippets file. The path is relative to the extension folder and typically starts with './snippets/'.", + "One or more snippets from the extension '{0}' very likely confuse snippet-variables and snippet-placeholders (see https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax for more details)", + "The snippet file \"{0}\" could not be read." + ], + "vs/workbench/contrib/format/browser/formatActionsNone": [ + "Format Document", + "This file cannot be formatted because it is too large", + "There is no formatter for '{0}' files installed.", + "&&Install Formatter..." + ], + "vs/workbench/contrib/format/browser/formatActionsMultiple": [ + "None", + "None", + "Extension '{0}' is configured as formatter but it cannot format '{1}'-files", + "There are multiple formatters for '{0}' files. One of them should be configured as default formatter.", + "Extension '{0}' is configured as formatter but not available. Select a different default formatter to continue.", + "Configure Default Formatter", + "&&Configure...", + "Configure...", + "Select a default formatter for '{0}' files", + "Configure...", + "Formatter Conflicts", + "Formatting", + "Defines a default formatter which takes precedence over all other formatter settings. Must be the identifier of an extension contributing a formatter.", + "(default)", + "Configure Default Formatter...", + "Select a formatter", + "Select a default formatter for '{0}' files", + "Format Document With...", + "Format Selection With..." + ], + "vs/workbench/contrib/format/browser/formatModified": [ + "Format Modified Lines" ], "vs/workbench/contrib/update/browser/update": [ "This version of {0} does not have release notes online", @@ -26134,19 +26347,6 @@ "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/gettingStartedService": [ - "Built-In", - "Developer", - "Reset Welcome Page Walkthrough Progress" - ], - "vs/workbench/contrib/welcomeWalkthrough/browser/walkThroughPart": [ - "unbound", - "It looks like Git is not installed on your system." - ], "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted": [ "Overview of how to get up to speed with your editor.", "Open Walkthrough...", @@ -26180,6 +26380,19 @@ "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/walkThroughPart": [ + "unbound", + "It looks like Git is not installed on your system." + ], "vs/workbench/contrib/welcomeWalkthrough/browser/editor/editorWalkThrough": [ "Editor Playground", "Interactive Editor Playground" @@ -26197,11 +26410,12 @@ "Group to which this welcome content belongs. Proposed API.", "Condition when the welcome content buttons and command links should be enabled." ], - "vs/workbench/contrib/codeEditor/browser/outline/documentSymbolsTree": [ - "{0} ({1})", - "1 problem in this element", - "{0} problems in this element", - "Contains elements with problems" + "vs/workbench/contrib/callHierarchy/browser/callHierarchyPeek": [ + "Calls from '{0}'", + "Callers of '{0}'", + "Loading...", + "No calls from '{0}'", + "No callers of '{0}'" ], "vs/workbench/contrib/typeHierarchy/browser/typeHierarchyPeek": [ "Supertypes of '{0}'", @@ -26210,12 +26424,11 @@ "No supertypes of '{0}'", "No subtypes of '{0}'" ], - "vs/workbench/contrib/callHierarchy/browser/callHierarchyPeek": [ - "Calls from '{0}'", - "Callers of '{0}'", - "Loading...", - "No calls from '{0}'", - "No callers of '{0}'" + "vs/workbench/contrib/codeEditor/browser/outline/documentSymbolsTree": [ + "{0} ({1})", + "1 problem in this element", + "{0} problems in this element", + "Contains elements with problems" ], "vs/workbench/contrib/outline/browser/outlinePane": [ "The active editor cannot provide outline information.", @@ -26231,42 +26444,6 @@ "Sort By: Name", "Sort By: Category" ], - "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", - "Manage...", - "Cleanup Profiles", - "Reset Workspace Profiles Associations" - ], - "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" - ], "vs/workbench/contrib/userDataSync/browser/userDataSync": [ "Turn Off", "Configure...", @@ -26346,41 +26523,41 @@ "Successfully downloaded Settings Sync activity.", "Clear Data in Cloud..." ], - "vs/workbench/contrib/editSessions/common/editSessions": [ - "Cloud Changes", - "Cloud Changes", - "View icon of the cloud changes view." - ], - "vs/workbench/contrib/editSessions/common/editSessionsLogService": [ - "Cloud Changes" - ], - "vs/workbench/contrib/editSessions/browser/editSessionsStorageService": [ - "Select an account to restore your working changes from the cloud", - "Select an account to store your working changes in the cloud", - "Signed In", - "Others", - "Sign in with {0}", - "Turn on Cloud Changes...", - "Turn on Cloud Changes... (1)", - "Turn off Cloud Changes...", - "Do you want to disable storing working changes in the cloud?", - "Delete all stored data from the 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" ], - "vs/workbench/contrib/editSessions/browser/editSessionsViews": [ - "You have no stored changes in the cloud to display.\n{0}", - "Store Working Changes", - "Resume Working Changes", - "Store Working Changes", - "Delete Working Changes", - "Are you sure you want to permanently delete your working changes with ref {0}?", - " You cannot undo this action.", - "Delete All Working Changes from Cloud", - "Are you sure you want to permanently delete all stored changes from the cloud?", - " You cannot undo this action.", - "Compare Changes", - "Local Copy", - "Cloud Changes", - "Open File" + "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", + "Manage...", + "Cleanup Profiles", + "Reset Workspace Profiles Associations" ], "vs/workbench/contrib/codeActions/common/codeActionsExtensionPoint": [ "Configure which editor to use for a resource.", @@ -26404,13 +26581,12 @@ "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 CodeActions for the editor on save. CodeActions must be specified and the editor must not be shutting down. Example: `\"source.organizeImports\": \"explicit\" `", + "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", - "Timeline", "The active editor cannot provide timeline information.", "All timeline sources have been filtered out.", "Local History will track recent changes as you save them unless the file has been excluded or is too large.", @@ -26429,6 +26605,7 @@ "Pin the Current Timeline", "Timeline", "Unpin the Current Timeline", + "Timeline", "Timeline" ], "vs/workbench/contrib/localHistory/browser/localHistoryTimeline": [ @@ -26469,14 +26646,41 @@ "{0} ({1} • {2}) ↔ {3}", "{0} ({1} • {2}) ↔ {3} ({4} • {5})" ], - "vs/workbench/services/workspaces/browser/workspaceTrustEditorInput": [ - "Workspace Trust" + "vs/workbench/contrib/editSessions/common/editSessions": [ + "Cloud Changes", + "View icon of the cloud changes view.", + "Cloud Changes" ], - "vs/workbench/contrib/audioCues/browser/commands": [ - "Help: List Audio Cues", - "Disabled", - "Enable/Disable Audio Cue", - "Select an audio cue to play" + "vs/workbench/contrib/editSessions/common/editSessionsLogService": [ + "Cloud Changes" + ], + "vs/workbench/contrib/editSessions/browser/editSessionsStorageService": [ + "Select an account to restore your working changes from the cloud", + "Select an account to store your working changes in the cloud", + "Signed In", + "Others", + "Sign in with {0}", + "Turn on Cloud Changes...", + "Turn on Cloud Changes... (1)", + "Turn off Cloud Changes...", + "Do you want to disable storing working changes in the cloud?", + "Delete all stored data from the cloud." + ], + "vs/workbench/contrib/editSessions/browser/editSessionsViews": [ + "You have no stored changes in the cloud to display.\n{0}", + "Store Working Changes", + "Resume Working Changes", + "Store Working Changes", + "Delete Working Changes", + "Are you sure you want to permanently delete your working changes with ref {0}?", + " You cannot undo this action.", + "Delete All Working Changes from Cloud", + "Are you sure you want to permanently delete all stored changes from the cloud?", + " You cannot undo this action.", + "Compare Changes", + "Local Copy", + "Cloud Changes", + "Open File" ], "vs/workbench/contrib/workspace/browser/workspaceTrustEditor": [ "Icon for workspace trust ion the banner.", @@ -26551,21 +26755,38 @@ "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 which 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 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." + "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" ], "vs/workbench/contrib/accessibility/browser/accessibilityStatus": [ "Are you using a screen reader to operate VS Code?", @@ -26574,6 +26795,12 @@ "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/share/browser/shareService": [ "The number of available share providers", "Choose how to share {0}" @@ -26584,6 +26811,11 @@ "Notification Center Actions", "Notifications Center" ], + "vs/workbench/browser/parts/notifications/notificationsAlerts": [ + "Error: {0}", + "Warning: {0}", + "Info: {0}" + ], "vs/workbench/browser/parts/notifications/notificationsStatus": [ "Notifications", "Notifications", @@ -26599,23 +26831,18 @@ "{0} New Notifications ({1} in progress)", "Status Message" ], - "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/workbench/browser/parts/notifications/notificationsToasts": [ "{0}, notification", "{0}, source: {1}, notification" ], - "vs/workbench/browser/parts/notifications/notificationsAlerts": [ - "Error: {0}", - "Warning: {0}", - "Info: {0}" + "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/workbench/services/configuration/common/configurationEditing": [ "Error while writing to {0}. {1}", @@ -26661,12 +26888,12 @@ "Workspace Settings", "Folder Settings" ], - "vs/workbench/common/editor/textEditorModel": [ - "Language {0} was automatically detected and set as the language mode." - ], "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/workbench/browser/parts/titlebar/titlebarPart": [ "Focus Title Bar", "Command Center", @@ -26692,24 +26919,25 @@ "vs/workbench/services/workingCopy/common/workingCopyHistoryTracker": [ "Undo / Redo" ], + "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/services/extensions/common/extensionHostManager": [ - "Measure Extension Host Latency" - ], - "vs/workbench/contrib/extensions/common/reportExtensionIssueAction": [ - "Report Issue" - ], "vs/workbench/contrib/localization/common/localizationsActions": [ - "Configure Display Language", "Select Display Language", "Installed", "Available", "More Info", - "Clear Display Language Preference" + "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." + ], + "vs/workbench/contrib/extensions/common/reportExtensionIssueAction": [ + "Report Issue" ], "vs/workbench/contrib/extensions/electron-sandbox/extensionsSlowActions": [ "Performance Issue", @@ -26723,6 +26951,46 @@ "vs/workbench/contrib/terminal/electron-sandbox/terminalRemote": [ "Create New Integrated Terminal (Local)" ], + "vs/workbench/contrib/terminal/browser/baseTerminalBackend": [ + "Pty Host Status", + "Pty Host", + "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/workbench/contrib/tasks/common/taskConfiguration": [ + "Warning: options.cwd must be of type string. Ignoring value {0}\n", + "Error: command argument must either be a string or a quoted string. Provided value is:\n{0}", + "Warning: shell configuration is only supported when executing tasks in the terminal.", + "Error: Problem Matcher in declare scope must have a name:\n{0}\n", + "Warning: the defined problem matcher is unknown. Supported types are string | ProblemMatcher | Array.\n{0}\n", + "Error: Invalid problemMatcher reference: {0}\n", + "Error: tasks configuration must have a type property. The configuration will be ignored.\n{0}\n", + "Error: there is no registered task type '{0}'. Did you miss installing an extension that provides a corresponding task provider?", + "Error: the task configuration '{0}' is missing the required property 'type'. The task configuration will be ignored.", + "Error: the task configuration '{0}' is using an unknown type. The task configuration will be ignored.", + "Error: tasks is not declared as a custom task. The configuration will be ignored.\n{0}\n", + "Error: a task must provide a label property. The task will be ignored.\n{0}\n", + "Warning: {0} tasks are unavailable in the current environment.\n", + "Error: the task '{0}' neither specifies a command nor a dependsOn property. The task will be ignored. Its definition is:\n{1}", + "Error: the task '{0}' doesn't define a command. The task will be ignored. Its definition is:\n{1}", + "Task version 2.0.0 doesn't support global OS specific tasks. Convert them to a task with a OS specific command. Affected tasks are:\n{0}" + ], "vs/workbench/contrib/tasks/common/taskTemplates": [ "Executes .NET Core build command", "Executes the build target", @@ -26748,46 +27016,6 @@ "No {0} tasks found. Go back ↩", "There is no task provider registered for tasks of type \"{0}\"." ], - "vs/workbench/contrib/tasks/common/taskConfiguration": [ - "Warning: options.cwd must be of type string. Ignoring value {0}\n", - "Error: command argument must either be a string or a quoted string. Provided value is:\n{0}", - "Warning: shell configuration is only supported when executing tasks in the terminal.", - "Error: Problem Matcher in declare scope must have a name:\n{0}\n", - "Warning: the defined problem matcher is unknown. Supported types are string | ProblemMatcher | Array.\n{0}\n", - "Error: Invalid problemMatcher reference: {0}\n", - "Error: tasks configuration must have a type property. The configuration will be ignored.\n{0}\n", - "Error: there is no registered task type '{0}'. Did you miss installing an extension that provides a corresponding task provider?", - "Error: the task configuration '{0}' is missing the required property 'type'. The task configuration will be ignored.", - "Error: the task configuration '{0}' is using an unknown type. The task configuration will be ignored.", - "Error: tasks is not declared as a custom task. The configuration will be ignored.\n{0}\n", - "Error: a task must provide a label property. The task will be ignored.\n{0}\n", - "Warning: {0} tasks are unavailable in the current environment.\n", - "Error: the task '{0}' neither specifies a command nor a dependsOn property. The task will be ignored. Its definition is:\n{1}", - "Error: the task '{0}' doesn't define a command. The task will be ignored. Its definition is:\n{1}", - "Task version 2.0.0 doesn't support global OS specific tasks. Convert them to a task with a OS specific command. Affected tasks are:\n{0}" - ], - "vs/workbench/contrib/tasks/browser/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/terminal/browser/baseTerminalBackend": [ - "Pty Host Status", - "Pty Host", - "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/debug/common/abstractDebugAdapter": [ "Timeout after {0} ms for '{1}'" ], @@ -26885,6 +27113,9 @@ "The default terminal profile on macOS.", "The default terminal profile on Windows." ], + "vs/base/browser/ui/findinput/findInput": [ + "input" + ], "vs/base/browser/ui/inputbox/inputBox": [ "Error: {0}", "Warning: {0}", @@ -26892,14 +27123,6 @@ "for history", "Cleared Input" ], - "vs/base/browser/ui/findinput/findInput": [ - "input" - ], - "vs/editor/contrib/codeAction/browser/lightBulbWidget": [ - "Show Code Actions. Preferred Quick Fix Available ({0})", - "Show Code Actions ({0})", - "Show Code Actions" - ], "vs/editor/contrib/codeAction/browser/codeActionCommands": [ "Kind of the code action to run.", "Controls when the returned actions are applied.", @@ -26935,6 +27158,11 @@ "Hide Disabled", "Show Disabled" ], + "vs/editor/contrib/codeAction/browser/lightBulbWidget": [ + "Show Code Actions. Preferred Quick Fix Available ({0})", + "Show Code Actions ({0})", + "Show Code Actions" + ], "vs/base/browser/ui/actionbar/actionViewItems": [ "{0} ({1})" ], @@ -26960,6 +27188,14 @@ "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." + ], "vs/editor/contrib/find/browser/findWidget": [ "Icon for 'Find in Selection' in the editor find widget.", "Icon to indicate that the editor find widget is collapsed.", @@ -26989,23 +27225,6 @@ "{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/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." - ], - "vs/editor/contrib/format/browser/format": [ - "Made 1 formatting edit on line {0}", - "Made {0} formatting edits on line {1}", - "Made 1 formatting edit between lines {0} and {1}", - "Made {0} formatting edits between lines {1} and {2}" - ], - "vs/editor/contrib/inlineCompletions/browser/hoverParticipant": [ - "Suggestion:" - ], "vs/editor/contrib/inlineCompletions/browser/commands": [ "Show Next Inline Suggestion", "Show Previous Inline Suggestion", @@ -27019,6 +27238,9 @@ "Hide Inline Suggestion", "Always Show Toolbar" ], + "vs/editor/contrib/inlineCompletions/browser/hoverParticipant": [ + "Suggestion:" + ], "vs/editor/contrib/inlineCompletions/browser/inlineCompletionsController": [ "Inspect this in the accessible view ({0})" ], @@ -27027,11 +27249,6 @@ "Loading...", "{0} ({1})" ], - "vs/editor/contrib/gotoSymbol/browser/symbolNavigation": [ - "Whether there are symbol locations that can be navigated via keyboard-only.", - "Symbol {0} of {1}, {2} for next", - "Symbol {0} of {1}" - ], "vs/editor/contrib/gotoSymbol/browser/referencesModel": [ "in {0} on line {1} at column {2}", "{0} in {1} on line {2} at column {3}", @@ -27042,6 +27259,11 @@ "Found {0} symbols in {1}", "Found {0} symbols in {1} files" ], + "vs/editor/contrib/gotoSymbol/browser/symbolNavigation": [ + "Whether there are symbol locations that can be navigated via keyboard-only.", + "Symbol {0} of {1}, {2} for next", + "Symbol {0} of {1}" + ], "vs/editor/contrib/message/browser/messageController": [ "Whether the editor is currently showing an inline message" ], @@ -27061,16 +27283,6 @@ "Editor marker navigation widget info heading background.", "Editor marker navigation widget background." ], - "vs/editor/contrib/inlayHints/browser/inlayHintsHover": [ - "Double-click to insert", - "cmd + click", - "ctrl + click", - "option + click", - "alt + click", - "Go to Definition ({0}), right click for more", - "Go to Definition ({0})", - "Execute Command" - ], "vs/editor/contrib/hover/browser/markdownHoverParticipant": [ "Loading...", "Rendering paused for long line for performance reasons. This can be configured via `editor.stopRenderingLineAfter`.", @@ -27090,6 +27302,16 @@ "Previous", "Next" ], + "vs/editor/contrib/inlayHints/browser/inlayHintsHover": [ + "Double-click to insert", + "cmd + click", + "ctrl + click", + "option + click", + "alt + click", + "Go to Definition ({0}), right click for more", + "Go to Definition ({0})", + "Execute Command" + ], "vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [ "Background color of a symbol during read-access, like reading a variable. The color must not be opaque so as not to hide underlying decorations.", "Background color of a symbol during write-access, like writing to a variable. The color must not be opaque so as not to hide underlying decorations.", @@ -27215,30 +27437,35 @@ "Expand All" ], "vs/workbench/contrib/comments/browser/commentsTreeViewer": [ - "Comments", "{0} comments", "1 comment", "Image: {0}", "Image", "[Ln {0}]", "[Ln {0}-{1}]", - "Last reply from {0}" + "Last reply from {0}", + "Comments" ], "vs/workbench/contrib/testing/common/testResult": [ "Test run at {0}" ], - "vs/workbench/browser/parts/compositeBarActions": [ - "{0} ({1})", - "{0} - {1}", - "Additional Views", - "{0} ({1})", - "Manage Extension", - "Hide '{0}'", - "Keep '{0}'", - "Hide Badge", - "Show Badge", - "Toggle View Pinned", - "Toggle View Badge" + "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" + ], + "vs/workbench/browser/parts/views/checkbox": [ + "Checked", + "Unchecked" ], "vs/base/browser/ui/splitview/paneview": [ "{0} Section" @@ -27270,7 +27497,6 @@ "Unknown", "Private", "Whether the Ports view has focus.", - "Ports", "Tunnel View", "Set Port Label", "Port label", @@ -27303,7 +27529,8 @@ "HTTPS", "Port Visibility", "Change Port Protocol", - "The color of the icon for a port that has an associated running process." + "The color of the icon for a port that has an associated running process.", + "Ports" ], "vs/workbench/contrib/remote/browser/remoteIcons": [ "Getting started icon in the remote explorer view.", @@ -27320,88 +27547,45 @@ "Icon for the open browser action.", "Icon for the open preview action.", "Icon for the copy local address action.", - "Icon for the label port action.", - "Icon for forwarded ports that don't have a running process.", - "Icon for forwarded ports that do have a running process." - ], - "vs/base/browser/ui/tree/treeDefaults": [ - "Collapse All" - ], - "vs/workbench/browser/parts/views/checkbox": [ - "Checked", - "Unchecked" - ], - "vs/workbench/browser/parts/editor/textCodeEditor": [ - "Text Editor" - ], - "vs/workbench/browser/parts/editor/binaryEditor": [ - "Binary Viewer", - "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/activitybar/activitybarActions": [ - "Loading...", - "{0} is currently unavailable", - "Manage Trusted Extensions", - "Sign Out", - "You are not signed in to any accounts", - "Hide Accounts", - "Manage {0} (Profile)", - "Previous Primary Side Bar View", - "Next Primary Side Bar View", - "Focus Activity Bar" - ], - "vs/workbench/browser/parts/compositeBar": [ - "Active View Switcher" - ], - "vs/workbench/browser/parts/titlebar/menubarControl": [ - "&&File", - "&&Edit", - "&&Selection", - "&&View", - "&&Go", - "&&Terminal", - "&&Help", - "Preferences", - "Accessibility support is enabled for you. For the most accessible experience, we recommend the custom title bar style.", - "Open Settings", - "Focus Application Menu", - "Check for &&Updates...", - "Checking for Updates...", - "D&&ownload Update", - "Downloading Update...", - "Install &&Update...", - "Installing Update...", - "Restart to &&Update" + "Icon for the label port action.", + "Icon for forwarded ports that don't have a running process.", + "Icon for forwarded ports that do have a running process." ], - "vs/workbench/browser/parts/compositePart": [ - "{0} actions", - "Views and More Actions...", - "{0} ({1})" + "vs/workbench/browser/parts/editor/textCodeEditor": [ + "Text Editor" ], - "vs/workbench/browser/parts/sidebar/sidebarActions": [ - "Focus into Primary Side Bar" + "vs/workbench/browser/parts/editor/binaryEditor": [ + "Binary Viewer", + "The file is not displayed in the text editor because it is either binary or uses an unsupported text encoding.", + "Open Anyway" ], - "vs/base/browser/ui/toolbar/toolbar": [ - "More Actions..." + "vs/workbench/browser/parts/paneCompositePart": [ + "Drag a view here to display.", + "More Actions...", + "Views" ], - "vs/workbench/browser/parts/editor/editorPanes": [ - "Unable to open '{0}'", - "&&OK" + "vs/workbench/browser/parts/activitybar/activitybarPart": [ + "Menu", + "Hide Menu", + "Activity Bar Position", + "Move Activity Bar to Side", + "&&Side", + "Side", + "Move Activity Bar to Top", + "&&Top", + "Top", + "Hide Activity Bar", + "&&Hidden", + "Hidden", + "Activity Bar Position", + "Activity Bar Position", + "Activity Bar Position", + "Previous Primary Side Bar View", + "Next Primary Side Bar View", + "Focus Activity Bar" ], - "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/workbench/browser/parts/sidebar/sidebarActions": [ + "Focus into Primary Side Bar" ], "vs/base/browser/ui/iconLabel/iconLabelHover": [ "Loading..." @@ -27475,6 +27659,18 @@ "Defines which scope names contain balanced brackets.", "Defines which scope names do not contain balanced brackets." ], + "vs/workbench/contrib/preferences/browser/preferencesWidgets": [ + "User", + "Remote", + "Workspace", + "Folder", + "Settings Switcher", + "User", + "Remote", + "Workspace", + "User", + "Workspace" + ], "vs/base/browser/ui/keybindingLabel/keybindingLabel": [ "Unbound" ], @@ -27519,17 +27715,28 @@ "Manage Workspace Trust", "Unsupported Property" ], - "vs/workbench/contrib/preferences/browser/preferencesWidgets": [ - "User", - "Remote", - "Workspace", - "Folder", - "Settings Switcher", - "User", - "Remote", - "Workspace", - "User", - "Workspace" + "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", @@ -27581,26 +27788,6 @@ "Security", "Workspace" ], - "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/tocTree": [ "Settings Table of Contents", "{0}, group" @@ -27621,6 +27808,74 @@ "Policy services", "Show settings for policy services" ], + "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}", + "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.", + "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, 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.", + "To focus the next file tree within a response, invoke the Chat: Next File Tree command ({0}).", + "To focus the next file tree within a response, invoke the Chat: Next File Tree command, which is currently not triggerable by a keybinding.", + "To clear the request/response list, invoke the Chat Clear command ({0}).", + "To clear the request/response list, invoke the Chat Clear command, which is currently not triggerable by a keybinding.", + "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}", + "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." + ], + "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", + "Chat", + "Command: {0}", + "Commands: {0}", + "1 file tree", + "{0} file trees", + "{0} {1} {2}", + "{0} {1}", + "{0} 1 code block: {1} {2}", + "{0} 1 code block: {1}", + "{0} {1} code blocks: {2}", + "{0} {1} code blocks", + "File Tree" + ], + "vs/platform/actions/browser/toolbar": [ + "Hide", + "Reset Menu" + ], + "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/notebook/browser/viewParts/notebookKernelView": [ "Select Notebook Kernel", "Notebook Kernel Args" @@ -27698,11 +27953,10 @@ "Deleted", "'{0}' already exists. Do you want to replace it?", "A file or folder with the name '{0}' already exists in the folder '{1}'. Replacing it will overwrite its current contents.", - "&&Replace" - ], - "vs/platform/actions/browser/toolbar": [ - "Hide", - "Reset Menu" + "&&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/contrib/notebook/browser/viewParts/notebookKernelQuickPickStrategy": [ "Currently Selected", @@ -27722,10 +27976,6 @@ "Detecting Kernels", "Select Kernel" ], - "vs/workbench/contrib/notebook/browser/controller/cellOperations": [ - "Cannot join cells of different kinds", - "Join Notebook Cells" - ], "vs/workbench/contrib/notebook/browser/contrib/find/notebookFindWidget": [ "{0} found", "{0} found for '{1}'", @@ -27734,76 +27984,27 @@ "vs/editor/contrib/codeAction/browser/codeAction": [ "An unknown error occurred while applying the code action" ], - "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}", - "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.", - "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, 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.", - "To focus the next file tree within a response, invoke the Chat: Next File Tree command ({0}).", - "To focus the next file tree within a response, invoke the Chat: Next File Tree command, which is currently not triggerable by a keybinding.", - "To clear the request/response list, invoke the Chat Clear command ({0}).", - "To clear the request/response list, invoke the Chat Clear command, which is currently not triggerable by a keybinding.", - "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 Code 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}", - "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." - ], - "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": [ - "Chat", - "Command: {0}", - "Commands: {0}", - "1 file tree", - "{0} file trees", - "{0} {1} {2}", - "{0} {1}", - "{0} 1 code block: {1} {2}", - "{0} 1 code block: {1}", - "{0} {1} code blocks: {2}", - "{0} {1} code blocks", - "Code block", - "Toolbar for code block which can be reached via tab", - "Code block toolbar", - "Code block {0}", - "File Tree" - ], "vs/workbench/contrib/inlineChat/browser/inlineChatStrategies": [ "Nothing changed", "Changed 1 line", "Changed {0} lines" ], - "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/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/workbench/contrib/testing/browser/theme": [ "Color for the 'failed' icon in the test explorer.", "Color for the 'Errored' icon in the test explorer.", @@ -27819,6 +28020,29 @@ "Text color of test info messages shown inline in the editor.", "Margin color beside info messages shown inline in the editor." ], + "vs/workbench/contrib/terminal/common/terminalColorRegistry": [ + "The background color of the terminal, this allows coloring the terminal differently to the panel.", + "The foreground color of the terminal.", + "The foreground color of the terminal cursor.", + "The background color of the terminal cursor. Allows customizing the color of a character overlapped by a block cursor.", + "The selection background color of the terminal.", + "The selection background color of the terminal when it does not have focus.", + "The selection foreground color of the terminal. When this is null the selection foreground will be retained and have the minimum contrast ratio feature applied.", + "The default terminal command decoration background color.", + "The terminal command decoration background color for successful commands.", + "The terminal command decoration background color for error commands.", + "The overview ruler cursor color.", + "The color of the border that separates split panes within the terminal. This defaults to panel.border.", + "Color of the current search match in the terminal. The color must not be opaque so as not to hide underlying terminal content.", + "Border color of the other search matches in the terminal.", + "Border color of the current search match in the terminal.", + "Color of the other search matches in the terminal. The color must not be opaque so as not to hide underlying terminal content.", + "Border color of the other search matches in the terminal.", + "Overview ruler marker color for find matches in the terminal.", + "Background color when dragging on top of terminals. The color should have transparency so that the terminal contents can still shine through.", + "Border on the side of the terminal tab in the panel. This defaults to tab.activeBorder.", + "'{0}' ANSI color in the terminal." + ], "vs/workbench/contrib/testing/common/constants": [ "Errored", "Failed", @@ -27844,36 +28068,6 @@ "Show Hidden Tests", "Unhide All Tests" ], - "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/workbench/contrib/terminal/common/terminalColorRegistry": [ - "The background color of the terminal, this allows coloring the terminal differently to the panel.", - "The foreground color of the terminal.", - "The foreground color of the terminal cursor.", - "The background color of the terminal cursor. Allows customizing the color of a character overlapped by a block cursor.", - "The selection background color of the terminal.", - "The selection background color of the terminal when it does not have focus.", - "The selection foreground color of the terminal. When this is null the selection foreground will be retained and have the minimum contrast ratio feature applied.", - "The default terminal command decoration background color.", - "The terminal command decoration background color for successful commands.", - "The terminal command decoration background color for error commands.", - "The overview ruler cursor color.", - "The color of the border that separates split panes within the terminal. This defaults to panel.border.", - "Color of the current search match in the terminal. The color must not be opaque so as not to hide underlying terminal content.", - "Border color of the other search matches in the terminal.", - "Border color of the current search match in the terminal.", - "Color of the other search matches in the terminal. The color must not be opaque so as not to hide underlying terminal content.", - "Border color of the other search matches in the terminal.", - "Overview ruler marker color for find matches in the terminal.", - "Background color when dragging on top of terminals. The color should have transparency so that the terminal contents can still shine through.", - "Border on the side of the terminal tab in the panel. This defaults to tab.activeBorder.", - "'{0}' ANSI color in the terminal." - ], "vs/platform/quickinput/browser/commandsQuickAccess": [ "recently used", "similar commands", @@ -27918,6 +28112,12 @@ "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.", @@ -27934,21 +28134,6 @@ "{0} folders", "{0} files" ], - "vs/workbench/contrib/files/browser/views/explorerDecorationsProvider": [ - "Unable to resolve workspace folder ({0})", - "Symbolic Link", - "Unknown File Type", - "Explorer" - ], - "vs/workbench/contrib/searchEditor/browser/searchEditorSerialization": [ - "All backslashes in Query string must be escaped (\\\\)", - "{0} files", - "1 file", - "{0} results", - "1 result", - "No Results", - "The result set only contains a subset of all matches. Be more specific in your search to narrow down the results." - ], "vs/workbench/contrib/bulkEdit/browser/preview/bulkEditTree": [ "Bulk Edit", "Renaming {0} to {1}, also making text edits", @@ -27967,9 +28152,6 @@ "(deleting)", "{0} - {1}" ], - "vs/workbench/contrib/search/browser/searchFindInput": [ - "Notebook Find Filters" - ], "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.", @@ -28009,9 +28191,31 @@ "Search and Replace", "{0} ↔ {1} (Replace Preview)" ], + "vs/workbench/contrib/search/browser/searchFindInput": [ + "Notebook Find Filters" + ], + "vs/workbench/contrib/searchEditor/browser/searchEditorSerialization": [ + "All backslashes in Query string must be escaped (\\\\)", + "{0} files", + "1 file", + "{0} results", + "1 result", + "No Results", + "The result set only contains a subset of all matches. Be more specific in your search to narrow down the results." + ], + "vs/workbench/contrib/scm/browser/dirtyDiffSwitcher": [ + "Switch quick diff base", + "Switch Quick Diff Base" + ], + "vs/workbench/contrib/scm/browser/menus": [ + "Share" + ], "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", @@ -28041,23 +28245,6 @@ "workspace", "user settings" ], - "vs/workbench/contrib/debug/browser/debugTaskRunner": [ - "Errors exist after running preLaunchTask '{0}'.", - "Error exists after running preLaunchTask '{0}'.", - "The preLaunchTask '{0}' terminated with exit code {1}.", - "The preLaunchTask '{0}' terminated.", - "&&Debug Anyway", - "&&Show Errors", - "Abort", - "Remember my choice in user settings", - "&&Debug Anyway", - "Remember my choice for this task", - "Task '{0}' can not be referenced from a launch configuration that is in a different workspace folder.", - "Could not find the task '{0}'.", - "Could not find the specified task.", - "The task '{0}' cannot be tracked. Make sure to have a problem matcher defined.", - "The task '{0}' cannot be tracked. Make sure to have a problem matcher defined." - ], "vs/workbench/contrib/debug/browser/debugSession": [ "No debugger available, can not send '{0}'", "No debugger available, can not send '{0}'", @@ -28096,32 +28283,30 @@ "No debugger available, can not send '{0}'", "No debugger available, can not send '{0}'", "No debugger available, can not send '{0}'", + "Started running without debugging.", "Debugging started.", "Debugging stopped." ], - "vs/workbench/contrib/debug/common/debugSource": [ - "Unknown Source" - ], - "vs/workbench/contrib/scm/browser/menus": [ - "Share" - ], - "vs/workbench/contrib/scm/browser/dirtyDiffSwitcher": [ - "Switch quick diff base", - "Switch Quick Diff Base" - ], - "vs/base/browser/ui/findinput/replaceInput": [ - "input", - "Preserve Case" + "vs/workbench/contrib/debug/browser/debugTaskRunner": [ + "Errors exist after running preLaunchTask '{0}'.", + "Error exists after running preLaunchTask '{0}'.", + "The preLaunchTask '{0}' terminated with exit code {1}.", + "The preLaunchTask '{0}' terminated.", + "&&Debug Anyway", + "&&Show Errors", + "Abort", + "Remember my choice in user settings", + "&&Debug Anyway", + "Remember my choice for this task", + "Task '{0}' can not be referenced from a launch configuration that is in a different workspace folder.", + "Could not find the task '{0}'.", + "Could not find the specified task.", + "The task '{0}' cannot be tracked. Make sure to have a problem matcher defined.", + "The task '{0}' cannot be tracked. Make sure to have a problem matcher defined." ], "vs/base/browser/ui/dropdown/dropdownActionViewItem": [ "More Actions..." ], - "vs/workbench/contrib/markers/browser/markersTable": [ - "Code", - "Message", - "File", - "Source" - ], "vs/workbench/contrib/mergeEditor/common/mergeEditor": [ "The editor is a merge editor", "The editor is a the result editor of a merge editor.", @@ -28132,13 +28317,6 @@ "The uri of the baser of a merge editor", "The uri of the result of a merge editor" ], - "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/mergeEditor/browser/mergeEditorInputModel": [ "Do you want keep the merge result of {0} files?", "Do you want keep the merge result of {0}?", @@ -28170,14 +28348,16 @@ "&&Close", "Don't ask 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", @@ -28206,12 +28386,22 @@ "The background color of decorations in input 1.", "The background color of decorations in input 2." ], - "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/base/browser/ui/findinput/replaceInput": [ + "input", + "Preserve Case" + ], + "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/workbench/contrib/comments/browser/commentsController": [ "Line {0}", @@ -28221,67 +28411,18 @@ "Editor has commenting ranges.", "Select Comment Provider" ], + "vs/workbench/contrib/mergeEditor/browser/view/editors/baseCodeEditorView": [ + "Base", + "Comparing with {0}", + "Differences are highlighted with a background color." + ], "vs/workbench/contrib/customEditor/common/contributedCustomEditors": [ "Built-in" ], - "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/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/extensions/browser/exeBasedRecommendations": [ - "This extension is recommended because you have {0} installed." - ], - "vs/workbench/contrib/extensions/browser/configBasedRecommendations": [ - "This extension is recommended because of the current workspace configuration" - ], - "vs/workbench/contrib/extensions/browser/webRecommendations": [ - "This extension is recommended for {0} for the Web" - ], "vs/platform/files/browser/htmlFileSystemProvider": [ "Rename is only supported for files.", "Insufficient permissions. Please retry and allow the operation." ], - "vs/workbench/contrib/terminal/browser/terminalService": [ - "Do you want to terminate the active terminal session?", - "Do you want to terminate the {0} active terminal sessions?", - "&&Terminate", - "This shell is open to a {0}local{1} folder, NOT to the virtual folder", - "This shell is running on your {0}local{1} machine, NOT on the connected remote machine" - ], "vs/workbench/contrib/terminal/browser/terminalActions": [ "Show Tabs", "Select current working directory for new terminal", @@ -28368,6 +28509,13 @@ "Create New Terminal With Profile", "Rename Terminal" ], + "vs/workbench/contrib/terminal/browser/terminalService": [ + "Do you want to terminate the active terminal session?", + "Do you want to terminate the {0} active terminal sessions?", + "&&Terminate", + "This shell is open to a {0}local{1} folder, NOT to the virtual folder", + "This shell is running on your {0}local{1} machine, NOT on the connected remote machine" + ], "vs/workbench/contrib/terminal/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.", @@ -28519,7 +28667,8 @@ "Controls whether the terminal, accessible buffer, or neither will be focused after `Terminal: Run Selected Text In Active Terminal` has been run.", "Always focus the terminal.", "Always focus the accessible buffer.", - "Do nothing." + "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", @@ -28575,6 +28724,8 @@ "Do Not Show Again", "current session", "previous session", + "Task", + "Local", "Terminal", "Focus Terminal", "Focus Terminal and Hide Accessible Buffer", @@ -28612,6 +28763,7 @@ "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.", + "Customize the behavior of the cursor when toggling between the terminal and accessible view with `terminal.integrated.accessibleViewPreserveCursorPosition.`", "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", @@ -28630,8 +28782,16 @@ "The Open Detected Link command enables screen readers to easily open links found in the terminal and is currently not triggerable by a keybinding.", "The Create New Terminal (With Profile) ({0}) command allows for easy terminal creation using a specific profile.", "The Create New Terminal (With Profile) command allows for easy terminal creation using a specific profile and is currently not triggerable by a keybinding.", - "Configure what gets focused after running selected text in the terminal with `{0}`.", - "Access accessibility settings such as `terminal.integrated.tabFocusMode` via the Preferences: Open Accessibility Settings command." + "Configure what gets focused after running selected text in the terminal with `{0}`." + ], + "vs/workbench/contrib/terminalContrib/links/browser/terminalLinkManager": [ + "option + click", + "alt + click", + "cmd + click", + "ctrl + click", + "Follow link", + "Follow link using forwarded port", + "Link" ], "vs/workbench/contrib/terminalContrib/links/browser/terminalLinkQuickpick": [ "Url", @@ -28644,15 +28804,6 @@ "Folder", "Workspace Search" ], - "vs/workbench/contrib/terminalContrib/links/browser/terminalLinkManager": [ - "option + click", - "alt + click", - "cmd + click", - "ctrl + click", - "Follow link", - "Follow link using forwarded port", - "Link" - ], "vs/workbench/contrib/terminalContrib/quickFix/browser/quickFixAddon": [ "Run: {0}", "Open: {0}", @@ -28670,6 +28821,53 @@ "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/extensions/browser/configBasedRecommendations": [ + "This extension is recommended because of the current workspace configuration" + ], + "vs/workbench/contrib/extensions/browser/webRecommendations": [ + "This extension is recommended for {0} for the Web" + ], "vs/workbench/contrib/tasks/common/jsonSchemaCommon": [ "Additional command options", "The current working directory of the executed program or script. If omitted Code's current workspace root is used.", @@ -28735,7 +28933,6 @@ "Optional arguments passed to the command." ], "vs/workbench/contrib/remote/browser/explorerViewItems": [ - "Switch Remote", "Switch Remote" ], "vs/workbench/contrib/snippets/browser/commands/abstractSnippetsActions": [ @@ -28760,6 +28957,11 @@ "{0}, {1}", "{0}, {1}" ], + "vs/workbench/contrib/update/browser/releaseNotesEditor": [ + "Release Notes: {0}", + "unassigned", + "Show release notes after an update" + ], "vs/workbench/contrib/welcomeGettingStarted/common/gettingStartedContent": [ "Icon used for the setup category of welcome page", "Icon used for the beginner category of welcome page", @@ -28786,12 +28988,12 @@ "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}", "Browse Color Themes", - "Sync to and from other devices", - "Keep your essential VS Code customizations backed up and updated across all your devices.\n{0}", - "Enable Settings Sync", "One shortcut to access everything", "Commands are the keyboard way to accomplish any task in VS Code. **Practice** by looking up your frequent ones to save time.\n{0}\n__Try searching for 'view toggle'.__", "Open Command Palette", @@ -28812,12 +29014,12 @@ "Quick Open a File", "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}", "Browse Color Themes", - "Sync to and from other devices", - "Keep your essential VS Code customizations backed up and updated across all your devices.\n{0}", - "Enable Settings Sync", "One shortcut to access everything", "Commands are the keyboard way to accomplish any task in VS Code. **Practice** by looking up your frequent ones to save time.\n{0}\n__Try searching for 'view toggle'.__", "Open Command Palette", @@ -28891,10 +29093,17 @@ "Select the layout for your notebooks", "Get notebooks to feel just the way you prefer" ], - "vs/workbench/contrib/update/browser/releaseNotesEditor": [ - "Release Notes: {0}", - "unassigned", - "Show release notes after an update" + "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", @@ -28938,17 +29147,15 @@ "vs/workbench/contrib/welcomeWalkthrough/common/walkThroughUtils": [ "Background color for the embedded editors on the Interactive Playground." ], - "vs/workbench/contrib/welcomeGettingStarted/browser/featuredExtensionService": [ - "Recommended" + "vs/workbench/contrib/callHierarchy/browser/callHierarchyTree": [ + "Call Hierarchy", + "calls from {0}", + "callers of {0}" ], - "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/typeHierarchy/browser/typeHierarchyTree": [ + "Type Hierarchy", + "supertypes of {0}", + "subtypes of {0}" ], "vs/editor/contrib/symbolIcons/browser/symbolIcons": [ "The foreground color for array symbols. These symbols appear in the outline, breadcrumb, and suggest widget.", @@ -28985,24 +29192,9 @@ "The foreground color for unit symbols. These symbols appear in the outline, breadcrumb, and suggest widget.", "The foreground color for variable symbols. These symbols appear in the outline, breadcrumb, and suggest widget." ], - "vs/workbench/contrib/typeHierarchy/browser/typeHierarchyTree": [ - "Type Hierarchy", - "supertypes of {0}", - "subtypes of {0}" - ], - "vs/workbench/contrib/callHierarchy/browser/callHierarchyTree": [ - "Call Hierarchy", - "calls from {0}", - "callers of {0}" - ], "vs/workbench/contrib/userDataSync/browser/userDataSyncViews": [ - "Conflicts", - "Synced Machines", "Edit Name", "Turn off Settings Sync", - "Sync Activity (Remote)", - "Sync Activity (Local)", - "Sync Activity (Developer)", "Load Sync Activity", "Select Sync Activity File or Folder", "Show raw JSON sync data", @@ -29012,7 +29204,6 @@ "{0} (Local)", "Restore", "Would you like to replace your current {0} with selected?", - "Troubleshoot", "Reset Synced Data", "{0} ↔ {1}", "Current", @@ -29028,7 +29219,13 @@ "Machine name should be unique and not empty", "Logs", "Last Synced Remotes", - "Current" + "Current", + "Conflicts", + "Synced Machines", + "Sync Activity (Remote)", + "Sync Activity (Local)", + "Sync Activity (Developer)", + "Troubleshoot" ], "vs/workbench/browser/parts/notifications/notificationsList": [ "Inspect the response in the accessible view with {0}", @@ -29059,6 +29256,26 @@ "vs/workbench/services/textfile/common/textFileSaveParticipant": [ "Saving '{0}'" ], + "vs/workbench/browser/parts/titlebar/menubarControl": [ + "&&File", + "&&Edit", + "&&Selection", + "&&View", + "&&Go", + "&&Terminal", + "&&Help", + "Preferences", + "Accessibility support is enabled for you. For the most accessible experience, we recommend the custom title bar style.", + "Open Settings", + "Focus Application Menu", + "Check for &&Updates...", + "Checking for Updates...", + "D&&ownload Update", + "Downloading Update...", + "Install &&Update...", + "Installing Update...", + "Restart to &&Update" + ], "vs/workbench/browser/parts/titlebar/commandCenterControl": [ "Search", "{0} {1}", @@ -29067,10 +29284,19 @@ "Search {0} — {1}", "Command Center" ], - "vs/workbench/browser/parts/titlebar/windowTitle": [ - "[Administrator]", - "[Superuser]", - "[Extension Development Host]" + "vs/workbench/browser/parts/globalCompositeBar": [ + "Accounts icon in the view bar.", + "Hide Accounts", + "Manage", + "Accounts", + "Accounts", + "Loading...", + "{0} is currently unavailable", + "Manage Trusted Extensions", + "Sign Out", + "You are not signed in to any accounts", + "Manage", + "Manage {0} (Profile)" ], "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?", @@ -29094,14 +29320,14 @@ "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/workbench/api/common/extHostDiagnostics": [ "Not showing {0} further errors and warnings." ], @@ -29127,6 +29353,9 @@ "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", @@ -29148,12 +29377,6 @@ "+ {0} modified line {1}", "- {0} original line {1}" ], - "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/hideUnchangedRegionsFeature": [ "Fold Unchanged Region", "Click or drag to show more above", @@ -29162,6 +29385,12 @@ "{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." ], @@ -29176,15 +29405,6 @@ "{0} To enable screen reader optimized mode, open the quick pick with {1} and run the command Toggle Screen Reader Accessibility Mode, which is currently not triggerable via keyboard.", "{0} Please assign a keybinding for the command Toggle Screen Reader Accessibility Mode by accessing the keybindings editor with {1} and run it." ], - "vs/platform/actionWidget/browser/actionWidget": [ - "Background color for toggled action items in action bar.", - "Whether the action widget list is visible", - "Hide action widget", - "Select previous action", - "Select next action", - "Accept selected action", - "Preview selected action" - ], "vs/editor/contrib/codeAction/browser/codeActionMenu": [ "More Actions...", "Quick Fix", @@ -29195,6 +29415,15 @@ "Surround With", "Source Action" ], + "vs/platform/actionWidget/browser/actionWidget": [ + "Background color for toggled action items in action bar.", + "Whether the action widget list is visible", + "Hide action widget", + "Select previous action", + "Select next action", + "Accept selected action", + "Preview selected action" + ], "vs/editor/contrib/colorPicker/browser/colorPickerWidget": [ "Click to toggle color options (rgb/hsl/hex)", "Icon to close the color picker" @@ -29272,6 +29501,34 @@ "Comments", "Show Resolved" ], + "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/workbench/browser/parts/editor/editorPanes": [ + "This type of editor cannot be opened in floating windows yet.", + "Close Editor", + "Unable to open '{0}'", + "&&OK" + ], + "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/workbench/browser/parts/editor/editorPlaceholder": [ "Workspace Trust Required", "The file is not displayed in the editor because trust has not been granted to the folder.", @@ -29283,33 +29540,14 @@ "The editor could not be opened due to an unexpected error.", "Try Again" ], - "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/base/browser/ui/menu/menubar": [ - "Application Menu", - "More" - ], - "vs/workbench/browser/parts/editor/multiEditorTabsControl": [ - "Tab actions" + "vs/workbench/browser/parts/compositePart": [ + "{0} actions", + "Views and More Actions...", + "{0} ({1})" ], - "vs/workbench/browser/parts/editor/breadcrumbsControl": [ - "Icon for the separator in the breadcrumbs.", - "Whether the editor can show breadcrumbs", - "Whether breadcrumbs are currently visible", - "Whether breadcrumbs have focus", - "no elements", - "Toggle Breadcrumbs", - "Toggle &&Breadcrumbs", - "Breadcrumbs", - "&&Breadcrumbs", - "Focus and Select Breadcrumbs", - "Focus Breadcrumbs" + "vs/workbench/browser/parts/paneCompositeBar": [ + "Reset Location", + "Reset Location" ], "vs/platform/quickinput/browser/quickInput": [ "Back", @@ -29404,6 +29642,12 @@ "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/notebook/browser/view/renderers/cellRenderer": [ "Execution Order" ], @@ -29437,11 +29681,24 @@ "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/chat/browser/chatSlashCommandContentWidget": [ - "Exited {0} mode" + "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": [ "Rerun Command", @@ -29461,19 +29718,6 @@ "Gutter command decorations", "Overview ruler command decorations" ], - "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/common/debugSchemas": [ "Contributes debug adapters.", "Unique identifier for this debug adapter.", @@ -29517,10 +29761,6 @@ "Controls whether manually terminating one session will stop all of the compound sessions.", "Task to run before any of the compound configurations start." ], - "vs/workbench/contrib/mergeEditor/browser/mergeMarkers/mergeMarkersController": [ - "1 Conflicting Line", - "{0} Conflicting Lines" - ], "vs/workbench/contrib/debug/browser/rawDebugSession": [ "No debug adapter, can not start debug session.", "The debugger needs to open a new tab or window for the debuggee but the browser prevented this. You must give permission to continue.", @@ -29532,6 +29772,10 @@ "Set Input Handled", "Undo Mark As Handled" ], + "vs/workbench/contrib/mergeEditor/browser/mergeMarkers/mergeMarkersController": [ + "1 Conflicting Line", + "{0} Conflicting Lines" + ], "vs/workbench/contrib/mergeEditor/browser/view/conflictActions": [ "Accept {0}", "Accept {0} in the result document.", @@ -29562,10 +29806,6 @@ "Editor gutter decoration color for commenting glyphs.", "Editor gutter decoration color for commenting glyphs for unresolved comment threads." ], - "vs/workbench/contrib/terminal/browser/terminalConfigHelper": [ - "The '{0}' extension is recommended for opening a terminal in WSL.", - "Install" - ], "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).", @@ -29576,9 +29816,24 @@ "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": [ - "Task", - "Local", "Terminal input", "Use the accessible buffer {0} to manually review output", "Use the Terminal: Focus Accessible Buffer command to manually review output", @@ -29611,19 +29866,6 @@ "The terminal process terminated with exit code: {0}.", "The terminal process failed to launch: {0}." ], - "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", @@ -29631,13 +29873,6 @@ "Terminal {0} {1}", "Terminal" ], - "vs/workbench/contrib/terminalContrib/links/browser/terminalLinkDetectorAdapter": [ - "Search workspace", - "Open file in editor", - "Focus folder in explorer", - "Open folder in new window", - "Follow link" - ], "vs/workbench/contrib/codeEditor/browser/find/simpleFindWidget": [ "Find", "Find (⇅ for history)", @@ -29650,6 +29885,13 @@ "{0} found for '{1}'", "Border color of the sash border." ], + "vs/workbench/contrib/terminalContrib/links/browser/terminalLinkDetectorAdapter": [ + "Search workspace", + "Open file in editor", + "Focus folder in explorer", + "Open folder in new window", + "Follow link" + ], "vs/workbench/contrib/terminal/browser/xterm/decorationStyles": [ "Show Command Actions", "Command executed {0} and failed", @@ -29663,6 +29905,11 @@ "Light High Contrast", "See More Themes..." ], + "vs/workbench/contrib/welcomeGettingStarted/common/media/notebookProfile": [ + "Default", + "Jupyter", + "Colab" + ], "vs/workbench/contrib/userDataSync/browser/userDataSyncConflictsView": [ "Please go through each entry and merge to resolve conflicts.", "Show Conflicts", @@ -29673,11 +29920,6 @@ "Theirs", "Yours" ], - "vs/workbench/contrib/welcomeGettingStarted/common/media/notebookProfile": [ - "Default", - "Jupyter", - "Colab" - ], "vs/workbench/browser/parts/notifications/notificationsViewer": [ "Click to execute command '{0}'", "Notification Actions", @@ -29688,6 +29930,28 @@ "close", "find" ], + "vs/base/browser/ui/menu/menubar": [ + "Application Menu", + "More" + ], + "vs/workbench/browser/parts/compositeBarActions": [ + "{0} ({1})", + "{0} - {1}", + "Additional Views", + "{0} ({1})", + "Manage Extension", + "Hide '{0}'", + "Keep '{0}'", + "Hide Badge", + "Show Badge", + "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" @@ -29701,11 +29965,6 @@ "Copy changed line ({0})", "Revert this change" ], - "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/platform/actionWidget/browser/actionList": [ "{0} to apply, {1} to preview", "{0} to apply", @@ -29717,55 +29976,24 @@ "{0} reference", "References" ], - "vs/workbench/browser/parts/editor/editorTabsControl": [ - "Editor actions", - "{0} (+{1})" + "vs/workbench/browser/parts/editor/multiEditorTabsControl": [ + "Tab actions" ], - "vs/workbench/browser/parts/editor/breadcrumbs": [ - "Breadcrumb Navigation", - "Enable/disable navigation breadcrumbs.", - "Controls whether and how file paths are shown in the breadcrumbs view.", - "Show the file path in the breadcrumbs view.", - "Do not show the file path in the breadcrumbs view.", - "Only show the last element of the file path in the breadcrumbs view.", - "Controls whether and how symbols are shown in the breadcrumbs view.", - "Show all symbols in the breadcrumbs view.", - "Do not show symbols in the breadcrumbs view.", - "Only show the current symbol in the breadcrumbs view.", - "Controls how symbols are sorted in the breadcrumbs outline view.", - "Show symbol outline in file position order.", - "Show symbol outline in alphabetical order.", - "Show symbol outline in symbol type order.", - "Render breadcrumb items with icons.", - "When enabled breadcrumbs show `file`-symbols.", - "When enabled breadcrumbs show `module`-symbols.", - "When enabled breadcrumbs show `namespace`-symbols.", - "When enabled breadcrumbs show `package`-symbols.", - "When enabled breadcrumbs show `class`-symbols.", - "When enabled breadcrumbs show `method`-symbols.", - "When enabled breadcrumbs show `property`-symbols.", - "When enabled breadcrumbs show `field`-symbols.", - "When enabled breadcrumbs show `constructor`-symbols.", - "When enabled breadcrumbs show `enum`-symbols.", - "When enabled breadcrumbs show `interface`-symbols.", - "When enabled breadcrumbs show `function`-symbols.", - "When enabled breadcrumbs show `variable`-symbols.", - "When enabled breadcrumbs show `constant`-symbols.", - "When enabled breadcrumbs show `string`-symbols.", - "When enabled breadcrumbs show `number`-symbols.", - "When enabled breadcrumbs show `boolean`-symbols.", - "When enabled breadcrumbs show `array`-symbols.", - "When enabled breadcrumbs show `object`-symbols.", - "When enabled breadcrumbs show `key`-symbols.", - "When enabled breadcrumbs show `null`-symbols.", - "When enabled breadcrumbs show `enumMember`-symbols.", - "When enabled breadcrumbs show `struct`-symbols.", - "When enabled breadcrumbs show `event`-symbols.", - "When enabled breadcrumbs show `operator`-symbols.", - "When enabled breadcrumbs show `typeParameter`-symbols." + "vs/workbench/browser/parts/editor/breadcrumbsControl": [ + "Icon for the separator in the breadcrumbs.", + "Whether the editor can show breadcrumbs", + "Whether breadcrumbs are currently visible", + "Whether breadcrumbs have focus", + "no elements", + "Toggle Breadcrumbs", + "Toggle &&Breadcrumbs", + "Breadcrumbs", + "&&Breadcrumbs", + "Focus and Select Breadcrumbs", + "Focus Breadcrumbs" ], - "vs/workbench/browser/parts/editor/breadcrumbsPicker": [ - "Breadcrumbs" + "vs/workbench/browser/parts/compositeBar": [ + "Active View Switcher" ], "vs/platform/quickinput/browser/quickInputUtils": [ "Click to execute command '{0}'" @@ -29792,6 +30020,11 @@ "vs/workbench/contrib/notebook/browser/view/cellParts/codeCellRunToolbar": [ "More..." ], + "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" @@ -29800,11 +30033,6 @@ "Double-click to expand cell input ({0})", "Expand Cell Input ({0})" ], - "vs/workbench/contrib/notebook/browser/view/cellParts/collapsedCellOutput": [ - "Outputs are collapsed", - "Double-click to expand cell output ({0})", - "Expand Cell Output (${0})" - ], "vs/workbench/services/suggest/browser/simpleSuggestWidget": [ "Suggest", "{0}{1}, {2}", @@ -29817,6 +30045,10 @@ "{0}, use ({1}) for accessibility help", "{0}, run the command Open Accessibility Help which is currently not triggerable via keybinding." ], + "vs/workbench/contrib/terminal/browser/terminalProcessManager": [ + "Could not kill process listening on port {0}, command exited with error {1}", + "Restarting the terminal because the connection to the shell process was lost..." + ], "vs/workbench/contrib/terminal/browser/terminalRunRecentQuickPick": [ "Remove from Command History", "View Command Output", @@ -29826,9 +30058,55 @@ "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/contrib/terminal/browser/terminalProcessManager": [ - "Could not kill process listening on port {0}, command exited with error {1}", - "Restarting the terminal because the connection to the shell process was lost..." + "vs/workbench/browser/parts/editor/editorTabsControl": [ + "Editor actions", + "{0} (+{1})" + ], + "vs/workbench/browser/parts/editor/breadcrumbs": [ + "Breadcrumb Navigation", + "Enable/disable navigation breadcrumbs.", + "Controls whether and how file paths are shown in the breadcrumbs view.", + "Show the file path in the breadcrumbs view.", + "Do not show the file path in the breadcrumbs view.", + "Only show the last element of the file path in the breadcrumbs view.", + "Controls whether and how symbols are shown in the breadcrumbs view.", + "Show all symbols in the breadcrumbs view.", + "Do not show symbols in the breadcrumbs view.", + "Only show the current symbol in the breadcrumbs view.", + "Controls how symbols are sorted in the breadcrumbs outline view.", + "Show symbol outline in file position order.", + "Show symbol outline in alphabetical order.", + "Show symbol outline in symbol type order.", + "Render breadcrumb items with icons.", + "When enabled breadcrumbs show `file`-symbols.", + "When enabled breadcrumbs show `module`-symbols.", + "When enabled breadcrumbs show `namespace`-symbols.", + "When enabled breadcrumbs show `package`-symbols.", + "When enabled breadcrumbs show `class`-symbols.", + "When enabled breadcrumbs show `method`-symbols.", + "When enabled breadcrumbs show `property`-symbols.", + "When enabled breadcrumbs show `field`-symbols.", + "When enabled breadcrumbs show `constructor`-symbols.", + "When enabled breadcrumbs show `enum`-symbols.", + "When enabled breadcrumbs show `interface`-symbols.", + "When enabled breadcrumbs show `function`-symbols.", + "When enabled breadcrumbs show `variable`-symbols.", + "When enabled breadcrumbs show `constant`-symbols.", + "When enabled breadcrumbs show `string`-symbols.", + "When enabled breadcrumbs show `number`-symbols.", + "When enabled breadcrumbs show `boolean`-symbols.", + "When enabled breadcrumbs show `array`-symbols.", + "When enabled breadcrumbs show `object`-symbols.", + "When enabled breadcrumbs show `key`-symbols.", + "When enabled breadcrumbs show `null`-symbols.", + "When enabled breadcrumbs show `enumMember`-symbols.", + "When enabled breadcrumbs show `struct`-symbols.", + "When enabled breadcrumbs show `event`-symbols.", + "When enabled breadcrumbs show `operator`-symbols.", + "When enabled breadcrumbs show `typeParameter`-symbols." + ], + "vs/workbench/browser/parts/editor/breadcrumbsPicker": [ + "Breadcrumbs" ], "vs/workbench/contrib/notebook/browser/view/cellParts/cellOutput": [ "Cell has no output", @@ -29955,7 +30233,6 @@ "vs/editor/contrib/folding/browser/folding", "vs/editor/contrib/folding/browser/foldingDecorations", "vs/editor/contrib/fontZoom/browser/fontZoom", - "vs/editor/contrib/format/browser/format", "vs/editor/contrib/format/browser/formatActions", "vs/editor/contrib/gotoError/browser/gotoError", "vs/editor/contrib/gotoError/browser/gotoErrorWidget", @@ -30097,7 +30374,6 @@ "vs/workbench/browser/actions/workspaceActions", "vs/workbench/browser/actions/workspaceCommands", "vs/workbench/browser/editor", - "vs/workbench/browser/parts/activitybar/activitybarActions", "vs/workbench/browser/parts/activitybar/activitybarPart", "vs/workbench/browser/parts/auxiliarybar/auxiliaryBarActions", "vs/workbench/browser/parts/auxiliarybar/auxiliaryBarPart", @@ -30119,6 +30395,7 @@ "vs/workbench/browser/parts/editor/editorGroupView", "vs/workbench/browser/parts/editor/editorGroupWatermark", "vs/workbench/browser/parts/editor/editorPanes", + "vs/workbench/browser/parts/editor/editorParts", "vs/workbench/browser/parts/editor/editorPlaceholder", "vs/workbench/browser/parts/editor/editorQuickAccess", "vs/workbench/browser/parts/editor/editorStatus", @@ -30128,6 +30405,7 @@ "vs/workbench/browser/parts/editor/textCodeEditor", "vs/workbench/browser/parts/editor/textDiffEditor", "vs/workbench/browser/parts/editor/textEditor", + "vs/workbench/browser/parts/globalCompositeBar", "vs/workbench/browser/parts/notifications/notificationsActions", "vs/workbench/browser/parts/notifications/notificationsAlerts", "vs/workbench/browser/parts/notifications/notificationsCenter", @@ -30136,9 +30414,12 @@ "vs/workbench/browser/parts/notifications/notificationsStatus", "vs/workbench/browser/parts/notifications/notificationsToasts", "vs/workbench/browser/parts/notifications/notificationsViewer", + "vs/workbench/browser/parts/paneCompositeBar", + "vs/workbench/browser/parts/paneCompositePart", "vs/workbench/browser/parts/panel/panelActions", "vs/workbench/browser/parts/panel/panelPart", "vs/workbench/browser/parts/sidebar/sidebarActions", + "vs/workbench/browser/parts/sidebar/sidebarPart", "vs/workbench/browser/parts/statusbar/statusbarActions", "vs/workbench/browser/parts/statusbar/statusbarPart", "vs/workbench/browser/parts/titlebar/commandCenterControl", @@ -30165,8 +30446,10 @@ "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/accountEntitlements/browser/accountsEntitlements.contribution", "vs/workbench/contrib/audioCues/browser/audioCues.contribution", "vs/workbench/contrib/audioCues/browser/commands", "vs/workbench/contrib/bulkEdit/browser/bulkEditService", @@ -30194,13 +30477,11 @@ "vs/workbench/contrib/chat/browser/chatInputPart", "vs/workbench/contrib/chat/browser/chatListRenderer", "vs/workbench/contrib/chat/browser/chatSlashCommandContentWidget", + "vs/workbench/contrib/chat/browser/codeBlockPart", "vs/workbench/contrib/chat/browser/contrib/chatInputEditorContrib", - "vs/workbench/contrib/chat/common/chatAgents", "vs/workbench/contrib/chat/common/chatColors", "vs/workbench/contrib/chat/common/chatContextKeys", "vs/workbench/contrib/chat/common/chatServiceImpl", - "vs/workbench/contrib/chat/common/chatSlashCommands", - "vs/workbench/contrib/chat/common/chatViewModel", "vs/workbench/contrib/chat/electron-sandbox/actions/voiceChatActions", "vs/workbench/contrib/codeActions/browser/codeActionsContribution", "vs/workbench/contrib/codeActions/common/codeActionsExtensionPoint", @@ -30348,7 +30629,6 @@ "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", @@ -30364,6 +30644,7 @@ "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/inlineChatStrategies", "vs/workbench/contrib/inlineChat/browser/inlineChatWidget", "vs/workbench/contrib/inlineChat/common/inlineChat", @@ -30548,6 +30829,7 @@ "vs/workbench/contrib/snippets/browser/snippets.contribution", "vs/workbench/contrib/snippets/browser/snippetsFile", "vs/workbench/contrib/snippets/browser/snippetsService", + "vs/workbench/contrib/speech/common/speechService", "vs/workbench/contrib/surveys/browser/ces.contribution", "vs/workbench/contrib/surveys/browser/languageSurveys.contribution", "vs/workbench/contrib/surveys/browser/nps.contribution", @@ -30683,6 +30965,7 @@ "vs/workbench/services/actions/common/menusExtensionPoint", "vs/workbench/services/assignment/common/assignmentService", "vs/workbench/services/authentication/browser/authenticationService", + "vs/workbench/services/auxiliaryWindow/browser/auxiliaryWindowService", "vs/workbench/services/configuration/browser/configurationService", "vs/workbench/services/configuration/common/configurationEditing", "vs/workbench/services/configuration/common/jsonEditingService", @@ -30728,6 +31011,7 @@ "vs/workbench/services/preferences/common/preferencesModels", "vs/workbench/services/preferences/common/preferencesValidation", "vs/workbench/services/progress/browser/progressService", + "vs/workbench/services/remote/common/remoteExplorerService", "vs/workbench/services/remote/common/tunnelModel", "vs/workbench/services/remote/electron-sandbox/remoteAgentService", "vs/workbench/services/search/common/queryBuilder", @@ -30765,8 +31049,6 @@ "vs/workbench/services/userDataSync/browser/userDataSyncWorkbenchService", "vs/workbench/services/userDataSync/common/userDataSync", "vs/workbench/services/views/browser/viewDescriptorService", - "vs/workbench/services/views/common/viewContainerModel", - "vs/workbench/services/voiceRecognition/electron-sandbox/workbenchVoiceRecognitionService", "vs/workbench/services/workingCopy/common/fileWorkingCopyManager", "vs/workbench/services/workingCopy/common/storedFileWorkingCopy", "vs/workbench/services/workingCopy/common/storedFileWorkingCopyManager", @@ -30801,6 +31083,7 @@ "vs/platform/theme/common/iconRegistry", "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", @@ -30869,6 +31152,7 @@ "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", @@ -30972,7 +31256,8 @@ "vs/base/common/actions", "vs/base/common/platform", "vs/code/electron-sandbox/issue/issueReporterPage", - "vs/code/electron-sandbox/issue/issueReporterService" + "vs/code/electron-sandbox/issue/issueReporterService", + "vs/platform/theme/common/iconRegistry" ], "vs/code/node/sharedProcess/sharedProcessMain": [ "vs/base/common/date", diff --git a/packages/editor/src/browser/editor-generated-preference-schema.ts b/packages/editor/src/browser/editor-generated-preference-schema.ts index 7b164b19d5fcf..37d5749bee459 100644 --- a/packages/editor/src/browser/editor-generated-preference-schema.ts +++ b/packages/editor/src/browser/editor-generated-preference-schema.ts @@ -272,9 +272,9 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties'] "off" ], "enumDescriptions": [ - nls.localizeByDefault('Use platform APIs to detect when a Screen Reader is attached'), - nls.localizeByDefault("Optimize for usage with a Screen Reader"), - nls.localizeByDefault("Assume a screen reader is not attached") + nls.localizeByDefault('Use platform APIs to detect when a Screen Reader is attached.'), + nls.localizeByDefault("Optimize for usage with a Screen Reader."), + nls.localizeByDefault("Assume a screen reader is not attached.") ], "default": "auto", "description": nls.localizeByDefault("Controls if the UI should run in a mode where it is optimized for screen readers."), diff --git a/packages/navigator/src/browser/navigator-widget.tsx b/packages/navigator/src/browser/navigator-widget.tsx index bf193fd0572de..c4a2ae3857cb3 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.localizeByDefault('No Folder Opened'); +export const LABEL = nls.localize('theia/navigator/noFolderOpened', 'No Folder Opened'); export const CLASS = 'theia-Files'; @injectable()