@codingame/monaco-vscode-api 31.0.1 → 32.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/external/@vscode/tree-sitter-wasm/wasm/tree-sitter.js +14 -14
- package/external/vscode-semver/semver.js +43 -43
- package/external/vscode-textmate/release/main.js +1 -1
- package/missing-services.js +143 -47
- package/package.json +9 -9
- package/services.js +3 -3
- package/vscode/product.json.js +1 -1
- package/vscode/src/vs/base/browser/animatedValue.d.ts +49 -0
- package/vscode/src/vs/{editor/contrib/inlineCompletions/browser/model/animation.js → base/browser/animatedValue.js} +32 -23
- package/vscode/src/vs/base/browser/dom.d.ts +42 -2
- package/vscode/src/vs/base/browser/dom.js +28 -3
- package/vscode/src/vs/base/browser/mouseEvent.js +2 -8
- package/vscode/src/vs/base/browser/overlayLayoutElement.d.ts +9 -6
- package/vscode/src/vs/base/browser/overlayLayoutElement.js +55 -90
- package/vscode/src/vs/base/browser/ui/actionbar/actionbar.d.ts +3 -2
- package/vscode/src/vs/base/browser/ui/actionbar/actionbar.js +11 -20
- package/vscode/src/vs/base/browser/ui/button/button.d.ts +7 -0
- package/vscode/src/vs/base/browser/ui/button/button.js +15 -0
- package/vscode/src/vs/base/browser/ui/codicons/codicon/codicon.ttf +0 -0
- package/vscode/src/vs/base/browser/ui/findinput/replaceInput.d.ts +0 -1
- package/vscode/src/vs/base/browser/ui/findinput/replaceInput.js +0 -3
- package/vscode/src/vs/base/browser/ui/toolbar/toolbar.js +1 -1
- package/vscode/src/vs/base/common/async.d.ts +2 -0
- package/vscode/src/vs/base/common/async.js +8 -2
- package/vscode/src/vs/base/common/codicons.d.ts +1 -0
- package/vscode/src/vs/base/common/codiconsLibrary.d.ts +3 -0
- package/vscode/src/vs/base/common/codiconsLibrary.js +3 -0
- package/vscode/src/vs/base/common/event.d.ts +9 -3
- package/vscode/src/vs/base/common/event.js +12 -7
- package/vscode/src/vs/base/common/filters.js +31 -6
- package/vscode/src/vs/base/common/htmlContent.d.ts +9 -0
- package/vscode/src/vs/base/common/network.js +2 -2
- package/vscode/src/vs/base/common/objects.d.ts +13 -0
- package/vscode/src/vs/base/common/objects.js +33 -1
- package/vscode/src/vs/base/common/observableInternal/index.d.ts +2 -2
- package/vscode/src/vs/base/common/observableInternal/reactions/autorun.d.ts +26 -0
- package/vscode/src/vs/base/common/observableInternal/reactions/autorun.js +24 -1
- package/vscode/src/vs/base/common/observableInternal/utils/promise.d.ts +13 -0
- package/vscode/src/vs/base/common/observableInternal/utils/promise.js +23 -1
- package/vscode/src/vs/base/common/platform.d.ts +0 -1
- package/vscode/src/vs/base/common/policy.d.ts +12 -1
- package/vscode/src/vs/base/common/product.d.ts +8 -6
- package/vscode/src/vs/base/common/resources.js +2 -2
- package/vscode/src/vs/base/common/yaml.d.ts +24 -0
- package/vscode/src/vs/base/common/yaml.js +6 -1
- package/vscode/src/vs/base/parts/ipc/common/ipc.net.d.ts +14 -1
- package/vscode/src/vs/base/parts/ipc/common/ipc.net.js +29 -1
- package/vscode/src/vs/base/parts/storage/common/storage.d.ts +13 -0
- package/vscode/src/vs/base/parts/storage/common/storage.js +48 -2
- package/vscode/src/vs/editor/browser/config/elementSizeObserver.js +1 -1
- package/vscode/src/vs/editor/browser/controller/mouseHandler.d.ts +0 -1
- package/vscode/src/vs/editor/browser/controller/mouseHandler.js +0 -3
- package/vscode/src/vs/editor/browser/editorDom.d.ts +6 -3
- package/vscode/src/vs/editor/browser/editorDom.js +9 -2
- package/vscode/src/vs/editor/browser/observableCodeEditor.js +1 -1
- package/vscode/src/vs/editor/browser/services/editorWorkerService.d.ts +0 -1
- package/vscode/src/vs/editor/browser/services/editorWorkerService.js +0 -3
- package/vscode/src/vs/editor/browser/services/inlineCompletionsService.d.ts +1 -0
- package/vscode/src/vs/editor/browser/services/inlineCompletionsService.js +56 -9
- package/vscode/src/vs/editor/browser/viewParts/blockDecorations/blockDecorations.d.ts +0 -1
- package/vscode/src/vs/editor/browser/viewParts/blockDecorations/blockDecorations.js +0 -3
- package/vscode/src/vs/editor/browser/viewParts/editorScrollbar/editorScrollbar.d.ts +0 -1
- package/vscode/src/vs/editor/browser/viewParts/editorScrollbar/editorScrollbar.js +0 -3
- package/vscode/src/vs/editor/browser/viewParts/margin/margin.d.ts +0 -1
- package/vscode/src/vs/editor/browser/viewParts/margin/margin.js +0 -3
- package/vscode/src/vs/editor/browser/viewParts/rulers/rulers.d.ts +0 -1
- package/vscode/src/vs/editor/browser/viewParts/rulers/rulers.js +0 -3
- package/vscode/src/vs/editor/browser/viewParts/scrollDecoration/scrollDecoration.d.ts +0 -1
- package/vscode/src/vs/editor/browser/viewParts/scrollDecoration/scrollDecoration.js +0 -3
- package/vscode/src/vs/editor/browser/widget/codeEditor/codeEditorWidget.js +2 -2
- package/vscode/src/vs/editor/browser/widget/diffEditor/commands.js +12 -12
- package/vscode/src/vs/editor/browser/widget/diffEditor/components/accessibleDiffViewer.js +12 -12
- package/vscode/src/vs/editor/browser/widget/diffEditor/components/diffEditorEditors.js +1 -1
- package/vscode/src/vs/editor/browser/widget/diffEditor/components/diffEditorViewZones/inlineDiffDeletedCodeMargin.js +4 -4
- package/vscode/src/vs/editor/browser/widget/diffEditor/diffEditor.contribution.js +5 -5
- package/vscode/src/vs/editor/browser/widget/diffEditor/diffEditorViewModel.js +12 -6
- package/vscode/src/vs/editor/browser/widget/diffEditor/features/hideUnchangedRegionsFeature.js +7 -7
- package/vscode/src/vs/editor/browser/widget/diffEditor/features/movedBlocksLinesFeature.js +4 -4
- package/vscode/src/vs/editor/browser/widget/diffEditor/features/revertButtonsFeature.js +1 -1
- package/vscode/src/vs/editor/browser/widget/diffEditor/registrations.contribution.js +5 -5
- package/vscode/src/vs/editor/browser/widget/diffEditor/utils/editorGutter.js +1 -1
- package/vscode/src/vs/editor/browser/widget/diffEditor/utils.js +5 -1
- package/vscode/src/vs/editor/browser/widget/multiDiffEditor/colors.js +3 -3
- package/vscode/src/vs/editor/browser/widget/multiDiffEditor/diffEditorItemTemplate.js +1 -1
- package/vscode/src/vs/editor/browser/widget/multiDiffEditor/multiDiffEditorViewModel.d.ts +5 -3
- package/vscode/src/vs/editor/browser/widget/multiDiffEditor/multiDiffEditorViewModel.js +41 -13
- package/vscode/src/vs/editor/browser/widget/multiDiffEditor/multiDiffEditorWidgetImpl.js +1 -1
- package/vscode/src/vs/editor/common/config/editorConfigurationSchema.js +73 -55
- package/vscode/src/vs/editor/common/config/editorOptions.js +371 -370
- package/vscode/src/vs/editor/common/core/editorColorRegistry.js +72 -72
- package/vscode/src/vs/editor/common/editorContextKeys.js +49 -49
- package/vscode/src/vs/editor/common/languages/modesRegistry.js +1 -1
- package/vscode/src/vs/editor/common/languages.js +56 -56
- package/vscode/src/vs/editor/common/model/editStack.js +1 -1
- package/vscode/src/vs/editor/common/services/languageService.js +2 -1
- package/vscode/src/vs/editor/common/standaloneStrings.js +50 -50
- package/vscode/src/vs/editor/common/viewLayout/viewLayout.d.ts +0 -1
- package/vscode/src/vs/editor/common/viewLayout/viewLayout.js +0 -3
- package/vscode/src/vs/editor/common/viewLayout/viewLineRenderer.js +2 -2
- package/vscode/src/vs/editor/contrib/anchorSelect/browser/anchorSelect.js +6 -6
- package/vscode/src/vs/editor/contrib/bracketMatching/browser/bracketMatching.js +6 -6
- package/vscode/src/vs/editor/contrib/caretOperations/browser/caretOperations.js +2 -2
- package/vscode/src/vs/editor/contrib/caretOperations/browser/transpose.js +1 -1
- package/vscode/src/vs/editor/contrib/clipboard/browser/clipboard.js +17 -17
- package/vscode/src/vs/editor/contrib/codeAction/browser/codeAction.js +1 -1
- package/vscode/src/vs/editor/contrib/codeAction/browser/codeActionCommands.js +18 -18
- package/vscode/src/vs/editor/contrib/codeAction/browser/codeActionContributions.js +3 -3
- package/vscode/src/vs/editor/contrib/codeAction/browser/codeActionController.js +3 -3
- package/vscode/src/vs/editor/contrib/codeAction/browser/codeActionMenu.js +8 -8
- package/vscode/src/vs/editor/contrib/codeAction/browser/lightBulbWidget.js +9 -9
- package/vscode/src/vs/editor/contrib/codelens/browser/codelensController.js +2 -2
- package/vscode/src/vs/editor/contrib/colorPicker/browser/colorPickerParts/colorPickerCloseButton.js +1 -1
- package/vscode/src/vs/editor/contrib/colorPicker/browser/colorPickerParts/colorPickerHeader.js +1 -1
- package/vscode/src/vs/editor/contrib/colorPicker/browser/hoverColorPicker/hoverColorPickerParticipant.js +1 -1
- package/vscode/src/vs/editor/contrib/colorPicker/browser/standaloneColorPicker/standaloneColorPickerActions.js +7 -7
- package/vscode/src/vs/editor/contrib/comment/browser/comment.js +6 -6
- package/vscode/src/vs/editor/contrib/contextmenu/browser/contextmenu.js +13 -13
- package/vscode/src/vs/editor/contrib/cursorUndo/browser/cursorUndo.js +2 -2
- package/vscode/src/vs/editor/contrib/dropOrPasteInto/browser/copyPasteContribution.js +4 -4
- package/vscode/src/vs/editor/contrib/dropOrPasteInto/browser/copyPasteController.js +9 -9
- package/vscode/src/vs/editor/contrib/dropOrPasteInto/browser/defaultProviders.js +5 -5
- package/vscode/src/vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorController.js +3 -3
- package/vscode/src/vs/editor/contrib/dropOrPasteInto/browser/postEditWidget.js +2 -2
- package/vscode/src/vs/editor/contrib/editorState/browser/keybindingCancellation.js +1 -1
- package/vscode/src/vs/editor/contrib/find/browser/findController.js +17 -17
- package/vscode/src/vs/editor/contrib/find/browser/findWidget.js +28 -28
- package/vscode/src/vs/editor/contrib/folding/browser/folding.js +20 -20
- package/vscode/src/vs/editor/contrib/folding/browser/foldingDecorations.js +9 -9
- package/vscode/src/vs/editor/contrib/fontZoom/browser/fontZoom.js +3 -3
- package/vscode/src/vs/editor/contrib/format/browser/formatActions.js +2 -2
- package/vscode/src/vs/editor/contrib/gotoError/browser/gotoError.js +8 -8
- package/vscode/src/vs/editor/contrib/gotoError/browser/gotoErrorWidget.js +13 -13
- package/vscode/src/vs/editor/contrib/gotoSymbol/browser/goToCommands.js +33 -33
- package/vscode/src/vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition.js +1 -1
- package/vscode/src/vs/editor/contrib/gotoSymbol/browser/peek/referencesController.js +3 -3
- package/vscode/src/vs/editor/contrib/gotoSymbol/browser/peek/referencesTree.js +3 -3
- package/vscode/src/vs/editor/contrib/gotoSymbol/browser/peek/referencesWidget.js +3 -3
- package/vscode/src/vs/editor/contrib/gotoSymbol/browser/referencesModel.js +8 -8
- package/vscode/src/vs/editor/contrib/gotoSymbol/browser/symbolNavigation.js +3 -3
- package/vscode/src/vs/editor/contrib/gpu/browser/gpuActions.js +4 -4
- package/vscode/src/vs/editor/contrib/hover/browser/contentHoverRendered.js +3 -3
- package/vscode/src/vs/editor/contrib/hover/browser/hoverAccessibleViews.js +2 -2
- package/vscode/src/vs/editor/contrib/hover/browser/hoverActionIds.js +2 -2
- package/vscode/src/vs/editor/contrib/hover/browser/hoverActions.js +22 -22
- package/vscode/src/vs/editor/contrib/hover/browser/hoverCopyButton.js +2 -2
- package/vscode/src/vs/editor/contrib/hover/browser/markdownHoverParticipant.js +7 -7
- package/vscode/src/vs/editor/contrib/hover/browser/markerHoverParticipant.js +5 -5
- package/vscode/src/vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace.js +2 -2
- package/vscode/src/vs/editor/contrib/indentation/browser/indentation.js +18 -18
- package/vscode/src/vs/editor/contrib/inlayHints/browser/inlayHintsHover.js +5 -5
- package/vscode/src/vs/editor/contrib/inlineCompletions/browser/controller/commands.js +21 -21
- package/vscode/src/vs/editor/contrib/inlineCompletions/browser/controller/inlineCompletionContextKeys.js +13 -13
- package/vscode/src/vs/editor/contrib/inlineCompletions/browser/controller/inlineCompletionsController.js +1 -1
- package/vscode/src/vs/editor/contrib/inlineCompletions/browser/hintsWidget/hoverParticipant.js +2 -2
- package/vscode/src/vs/editor/contrib/inlineCompletions/browser/hintsWidget/inlineCompletionsHintsWidget.js +4 -4
- package/vscode/src/vs/editor/contrib/inlineCompletions/browser/model/inlineCompletionsModel.js +3 -4
- package/vscode/src/vs/editor/contrib/inlineCompletions/browser/model/renameSymbolProcessor.js +2 -2
- package/vscode/src/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/components/gutterIndicatorMenu.js +6 -6
- package/vscode/src/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/components/gutterIndicatorView.js +2 -2
- package/vscode/src/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsViews/inlineEditsWordReplacementView.js +9 -3
- package/vscode/src/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/theme.js +20 -20
- package/vscode/src/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/utils/utils.js +1 -1
- package/vscode/src/vs/editor/contrib/insertFinalNewLine/browser/insertFinalNewLine.js +1 -1
- package/vscode/src/vs/editor/contrib/lineSelection/browser/lineSelection.js +1 -1
- package/vscode/src/vs/editor/contrib/linesOperations/browser/linesOperations.js +31 -31
- package/vscode/src/vs/editor/contrib/linkedEditing/browser/linkedEditing.js +2 -2
- package/vscode/src/vs/editor/contrib/links/browser/links.js +6 -6
- package/vscode/src/vs/editor/contrib/message/browser/messageController.js +1 -1
- package/vscode/src/vs/editor/contrib/middleScroll/browser/middleScrollController.js +1 -1
- package/vscode/src/vs/editor/contrib/multicursor/browser/multicursor.js +22 -22
- package/vscode/src/vs/editor/contrib/parameterHints/browser/parameterHints.js +1 -1
- package/vscode/src/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.js +4 -4
- package/vscode/src/vs/editor/contrib/peekView/browser/peekView.js +18 -18
- package/vscode/src/vs/editor/contrib/placeholderText/browser/placeholderText.contribution.js +1 -1
- package/vscode/src/vs/editor/contrib/quickAccess/browser/editorNavigationQuickAccess.js +1 -1
- package/vscode/src/vs/editor/contrib/quickAccess/browser/gotoLineQuickAccess.js +11 -11
- package/vscode/src/vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess.js +32 -32
- package/vscode/src/vs/editor/contrib/readOnlyMessage/browser/contribution.js +2 -2
- package/vscode/src/vs/editor/contrib/rename/browser/rename.js +11 -11
- package/vscode/src/vs/editor/contrib/rename/browser/renameWidget.js +6 -6
- package/vscode/src/vs/editor/contrib/smartSelect/browser/smartSelect.js +4 -4
- package/vscode/src/vs/editor/contrib/snippet/browser/snippetController2.js +4 -4
- package/vscode/src/vs/editor/contrib/snippet/browser/snippetParser.js +1 -1
- package/vscode/src/vs/editor/contrib/snippet/browser/snippetSession.d.ts +1 -0
- package/vscode/src/vs/editor/contrib/snippet/browser/snippetSession.js +39 -24
- package/vscode/src/vs/editor/contrib/snippet/browser/snippetVariables.d.ts +1 -0
- package/vscode/src/vs/editor/contrib/snippet/browser/snippetVariables.js +36 -24
- package/vscode/src/vs/editor/contrib/stickyScroll/browser/stickyScrollActions.js +11 -11
- package/vscode/src/vs/editor/contrib/suggest/browser/suggest.js +9 -9
- package/vscode/src/vs/editor/contrib/suggest/browser/suggestController.js +11 -11
- package/vscode/src/vs/editor/contrib/suggest/browser/suggestWidget.js +17 -17
- package/vscode/src/vs/editor/contrib/suggest/browser/suggestWidgetDetails.js +2 -2
- package/vscode/src/vs/editor/contrib/suggest/browser/suggestWidgetRenderer.js +2 -2
- package/vscode/src/vs/editor/contrib/suggest/browser/wordContextKey.js +1 -1
- package/vscode/src/vs/editor/contrib/symbolIcons/browser/symbolIcons.js +33 -33
- package/vscode/src/vs/editor/contrib/toggleTabFocusMode/browser/toggleTabFocusMode.js +4 -4
- package/vscode/src/vs/editor/contrib/tokenization/browser/tokenization.js +1 -1
- package/vscode/src/vs/editor/contrib/unicodeHighlighter/browser/bannerController.js +1 -1
- package/vscode/src/vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter.js +24 -24
- package/vscode/src/vs/editor/contrib/unusualLineTerminators/browser/unusualLineTerminators.js +5 -5
- package/vscode/src/vs/editor/contrib/wordHighlighter/browser/highlightDecorations.js +9 -9
- package/vscode/src/vs/editor/contrib/wordHighlighter/browser/wordHighlighter.js +3 -3
- package/vscode/src/vs/editor/contrib/wordOperations/browser/wordOperations.js +3 -3
- package/vscode/src/vs/editor/standalone/browser/standaloneCodeEditor.d.ts +0 -2
- package/vscode/src/vs/editor/standalone/browser/standaloneCodeEditor.js +0 -6
- package/vscode/src/vs/editor/standalone/browser/standaloneServices.js +5 -0
- package/vscode/src/vs/platform/accessibilitySignal/browser/accessibilitySignalService.js +62 -62
- package/vscode/src/vs/platform/action/common/actionCommonCategories.js +6 -6
- package/vscode/src/vs/platform/actionWidget/browser/actionList.d.ts +52 -10
- package/vscode/src/vs/platform/actionWidget/browser/actionList.js +242 -90
- package/vscode/src/vs/platform/actionWidget/browser/actionWidget.css +97 -23
- package/vscode/src/vs/platform/actionWidget/browser/actionWidget.js +15 -12
- package/vscode/src/vs/platform/actions/browser/menuEntryActionViewItem.js +3 -3
- package/vscode/src/vs/platform/actions/browser/toolbar.js +2 -2
- package/vscode/src/vs/platform/actions/common/actions.d.ts +6 -3
- package/vscode/src/vs/platform/actions/common/actions.js +18 -9
- package/vscode/src/vs/platform/actions/common/menuResetAction.js +1 -1
- package/vscode/src/vs/platform/actions/common/menuService.d.ts +2 -1
- package/vscode/src/vs/platform/actions/common/menuService.js +6 -5
- package/vscode/src/vs/platform/agentHost/browser/nullAgentHostService.d.ts +21 -18
- package/vscode/src/vs/platform/agentHost/browser/nullAgentHostService.js +11 -0
- package/vscode/src/vs/platform/agentHost/browser/nullSshRemoteAgentHostService.d.ts +3 -0
- package/vscode/src/vs/platform/agentHost/browser/nullSshRemoteAgentHostService.js +6 -0
- package/vscode/src/vs/platform/agentHost/common/agentHostPermissionService.service.d.ts +47 -0
- package/vscode/src/vs/platform/agentHost/common/agentHostPermissionService.service.js +6 -0
- package/vscode/src/vs/platform/agentHost/common/agentHostUri.js +1 -1
- package/vscode/src/vs/platform/agentHost/common/agentPluginManager.d.ts +2 -2
- package/vscode/src/vs/platform/agentHost/common/agentService.service.d.ts +63 -22
- package/vscode/src/vs/platform/agentHost/common/remoteAgentHostService.d.ts +56 -6
- package/vscode/src/vs/platform/agentHost/common/remoteAgentHostService.js +49 -4
- package/vscode/src/vs/platform/agentHost/common/remoteAgentHostService.service.d.ts +12 -1
- package/vscode/src/vs/platform/agentHost/common/sshRemoteAgentHost.d.ts +2 -0
- package/vscode/src/vs/platform/agentHost/common/sshRemoteAgentHost.service.d.ts +21 -1
- package/vscode/src/vs/platform/agentHost/common/state/protocol/action-origin.generated.d.ts +14 -10
- package/vscode/src/vs/platform/agentHost/common/state/protocol/commands.d.ts +957 -0
- package/vscode/src/vs/platform/agentHost/common/state/protocol/commands.js +18 -0
- package/vscode/src/vs/platform/agentHost/common/state/protocol/messages.d.ts +135 -71
- package/vscode/src/vs/platform/agentHost/common/state/protocol/state.d.ts +1673 -0
- package/vscode/src/vs/platform/agentHost/common/state/protocol/state.js +126 -0
- package/vscode/src/vs/platform/agentHost/common/state/sessionProtocol.d.ts +40 -0
- package/vscode/src/vs/platform/agentHost/common/state/sessionProtocol.js +22 -0
- package/vscode/src/vs/platform/browserView/common/browserView.d.ts +67 -38
- package/vscode/src/vs/platform/browserView/common/browserView.js +57 -0
- package/vscode/src/vs/platform/browserView/common/browserViewTelemetry.d.ts +2 -1
- package/vscode/src/vs/platform/browserView/common/playwrightService.service.d.ts +24 -7
- package/vscode/src/vs/platform/browserView/common/playwrightService.service.js +6 -0
- package/vscode/src/vs/platform/configuration/common/configurationRegistry.d.ts +14 -0
- package/vscode/src/vs/platform/configuration/common/configurationRegistry.js +10 -10
- package/vscode/src/vs/platform/configuration/common/configurations.d.ts +2 -0
- package/vscode/src/vs/platform/configuration/common/configurations.js +8 -3
- package/vscode/src/vs/platform/contextkey/browser/contextKeyService.js +2 -1
- package/vscode/src/vs/platform/contextkey/common/contextkey.js +10 -10
- package/vscode/src/vs/platform/contextkey/common/contextkeys.js +9 -9
- package/vscode/src/vs/platform/contextkey/common/scanner.js +6 -6
- package/vscode/src/vs/platform/defaultAccount/common/defaultAccount.d.ts +1 -1
- package/vscode/src/vs/platform/defaultAccount/common/defaultAccount.service.d.ts +2 -1
- package/vscode/src/vs/platform/dialogs/common/dialogs.js +9 -9
- package/vscode/src/vs/platform/dnd/browser/dnd.js +1 -1
- package/vscode/src/vs/platform/editor/common/editor.d.ts +11 -0
- package/vscode/src/vs/platform/environment/common/argv.d.ts +4 -1
- package/vscode/src/vs/platform/environment/common/environment.service.d.ts +1 -0
- package/vscode/src/vs/platform/environment/common/environmentService.d.ts +1 -1
- package/vscode/src/vs/platform/extensionManagement/common/extensionManagement.js +14 -14
- package/vscode/src/vs/platform/extensionManagement/common/extensionNls.js +1 -1
- package/vscode/src/vs/platform/extensionManagement/common/extensionsScannerService.js +7 -7
- package/vscode/src/vs/platform/extensions/common/extensionValidator.js +21 -21
- package/vscode/src/vs/platform/extensions/common/extensionsApiProposals.d.ts +18 -0
- package/vscode/src/vs/platform/extensions/common/extensionsApiProposals.js +19 -1
- package/vscode/src/vs/platform/files/browser/htmlFileSystemProvider.js +2 -2
- package/vscode/src/vs/platform/files/common/files.js +6 -6
- package/vscode/src/vs/platform/history/browser/contextScopedHistoryWidget.js +1 -1
- package/vscode/src/vs/platform/hover/browser/hoverService.js +15 -9
- package/vscode/src/vs/platform/hover/browser/hoverWidget.d.ts +1 -0
- package/vscode/src/vs/platform/hover/browser/hoverWidget.js +21 -4
- package/vscode/src/vs/platform/hover/browser/updatableHoverWidget.js +1 -1
- package/vscode/src/vs/platform/keybinding/common/abstractKeybindingService.d.ts +0 -1
- package/vscode/src/vs/platform/keybinding/common/abstractKeybindingService.js +5 -8
- package/vscode/src/vs/platform/languagePacks/common/languagePacks.js +1 -1
- package/vscode/src/vs/platform/languagePacks/common/localizedStrings.js +3 -3
- package/vscode/src/vs/platform/list/browser/listService.js +25 -25
- package/vscode/src/vs/platform/log/common/log.d.ts +7 -0
- package/vscode/src/vs/platform/log/common/log.js +38 -17
- package/vscode/src/vs/platform/markers/common/markerService.js +2 -2
- package/vscode/src/vs/platform/markers/common/markers.js +6 -6
- package/vscode/src/vs/platform/mcp/common/mcpManagementService.js +1 -1
- package/vscode/src/vs/platform/meteredConnection/common/meteredConnection.config.contribution.js +5 -5
- package/vscode/src/vs/platform/native/common/native.d.ts +2 -9
- package/vscode/src/vs/platform/networkFilter/common/networkFilterService.service.d.ts +5 -3
- package/vscode/src/vs/platform/notification/common/notification.js +3 -3
- package/vscode/src/vs/platform/policy/common/policy.d.ts +8 -1
- package/vscode/src/vs/platform/product/common/product.js +3 -3
- package/vscode/src/vs/platform/quickinput/browser/media/quickInput.css +1 -1
- package/vscode/src/vs/platform/quickinput/browser/quickInput.js +10 -10
- package/vscode/src/vs/platform/quickinput/browser/quickInputActions.js +5 -5
- package/vscode/src/vs/platform/quickinput/browser/quickInputController.js +6 -6
- package/vscode/src/vs/platform/quickinput/browser/quickInputList.js +1 -1
- package/vscode/src/vs/platform/quickinput/browser/quickInputUtils.js +1 -1
- package/vscode/src/vs/platform/quickinput/browser/quickPickPin.js +2 -2
- package/vscode/src/vs/platform/quickinput/browser/tree/quickInputTreeAccessibilityProvider.js +1 -1
- package/vscode/src/vs/platform/quickinput/browser/tree/quickTree.js +1 -1
- package/vscode/src/vs/platform/remote/common/remoteAgentConnection.js +1 -1
- package/vscode/src/vs/platform/request/common/request.js +20 -20
- package/vscode/src/vs/platform/sandbox/common/settings.d.ts +5 -1
- package/vscode/src/vs/platform/sandbox/common/settings.js +4 -0
- package/vscode/src/vs/platform/sandbox/common/terminalSandboxService.service.d.ts +8 -2
- package/vscode/src/vs/platform/storage/common/storage.d.ts +13 -1
- package/vscode/src/vs/platform/storage/common/storage.js +48 -0
- package/vscode/src/vs/platform/storage/common/storage.service.d.ts +2 -1
- package/vscode/src/vs/platform/telemetry/common/telemetry.d.ts +5 -0
- package/vscode/src/vs/platform/telemetry/common/telemetry.js +4 -1
- package/vscode/src/vs/platform/telemetry/common/telemetryUtils.js +1 -1
- package/vscode/src/vs/platform/terminal/common/terminal.d.ts +3 -0
- package/vscode/src/vs/platform/terminal/common/terminal.js +3 -0
- package/vscode/src/vs/platform/terminal/common/terminalPlatformConfiguration.js +97 -31
- package/vscode/src/vs/platform/terminal/common/terminalProfiles.js +1 -1
- package/vscode/src/vs/platform/terminal/common/xterm/shellIntegrationAddon.js +6 -0
- package/vscode/src/vs/platform/theme/common/colorUtils.js +2 -2
- package/vscode/src/vs/platform/theme/common/colors/baseColors.d.ts +1 -0
- package/vscode/src/vs/platform/theme/common/colors/baseColors.js +27 -18
- package/vscode/src/vs/platform/theme/common/colors/chartsColors.js +8 -8
- package/vscode/src/vs/platform/theme/common/colors/editorColors.js +95 -95
- package/vscode/src/vs/platform/theme/common/colors/inputColors.js +48 -48
- package/vscode/src/vs/platform/theme/common/colors/listColors.js +36 -36
- package/vscode/src/vs/platform/theme/common/colors/menuColors.js +7 -7
- package/vscode/src/vs/platform/theme/common/colors/minimapColors.js +11 -11
- package/vscode/src/vs/platform/theme/common/colors/miscColors.js +16 -16
- package/vscode/src/vs/platform/theme/common/colors/quickpickColors.d.ts +1 -0
- package/vscode/src/vs/platform/theme/common/colors/quickpickColors.js +18 -10
- package/vscode/src/vs/platform/theme/common/colors/searchColors.js +3 -3
- package/vscode/src/vs/platform/theme/common/iconRegistry.js +7 -7
- package/vscode/src/vs/platform/theme/common/sizes/baseSizes.js +11 -11
- package/vscode/src/vs/platform/theme/common/tokenClassificationRegistry.js +42 -42
- package/vscode/src/vs/platform/undoRedo/common/undoRedoService.js +20 -20
- package/vscode/src/vs/platform/url/common/trustedDomains.d.ts +1 -0
- package/vscode/src/vs/platform/url/common/trustedDomains.js +2 -2
- package/vscode/src/vs/platform/userDataProfile/common/userDataProfile.d.ts +26 -2
- package/vscode/src/vs/platform/userDataProfile/common/userDataProfile.js +35 -31
- package/vscode/src/vs/platform/userDataProfile/common/userDataProfileStorageService.service.d.ts +3 -2
- package/vscode/src/vs/platform/userDataSync/common/abstractSynchronizer.js +2 -2
- package/vscode/src/vs/platform/userDataSync/common/globalStateSync.js +37 -11
- package/vscode/src/vs/platform/userDataSync/common/keybindingsSync.js +2 -2
- package/vscode/src/vs/platform/userDataSync/common/settingsSync.js +1 -1
- package/vscode/src/vs/platform/userDataSync/common/userDataSync.d.ts +2 -0
- package/vscode/src/vs/platform/userDataSync/common/userDataSync.js +5 -5
- package/vscode/src/vs/platform/userDataSync/common/userDataSyncMachines.js +1 -1
- package/vscode/src/vs/platform/webWorker/browser/webWorkerServiceImpl.d.ts +1 -1
- package/vscode/src/vs/platform/workspace/common/workspace.d.ts +7 -1
- package/vscode/src/vs/platform/workspace/common/workspace.js +9 -3
- package/vscode/src/vs/workbench/api/browser/statusBarExtensionPoint.js +12 -12
- package/vscode/src/vs/workbench/api/common/extHost.api.impl.js +61 -4
- package/vscode/src/vs/workbench/api/common/extHost.protocol.d.ts +86 -5
- package/vscode/src/vs/workbench/api/common/extHost.protocol.js +11 -1
- package/vscode/src/vs/workbench/api/common/extHostAuthentication.js +5 -5
- package/vscode/src/vs/workbench/api/common/extHostChatAgents2.js +29 -9
- package/vscode/src/vs/workbench/api/common/extHostChatDebug.js +7 -0
- package/vscode/src/vs/workbench/api/common/extHostChatInputNotification.d.ts +9 -0
- package/vscode/src/vs/workbench/api/common/extHostChatInputNotification.js +114 -0
- package/vscode/src/vs/workbench/api/common/extHostChatSessions.d.ts +2 -0
- package/vscode/src/vs/workbench/api/common/extHostChatSessions.js +89 -16
- package/vscode/src/vs/workbench/api/common/extHostCustomEditors.d.ts +3 -0
- package/vscode/src/vs/workbench/api/common/extHostCustomEditors.js +139 -8
- package/vscode/src/vs/workbench/api/common/extHostDiagnostics.js +1 -1
- package/vscode/src/vs/workbench/api/common/extHostExtensionActivator.js +2 -2
- package/vscode/src/vs/workbench/api/common/extHostExtensionService.js +2 -2
- package/vscode/src/vs/workbench/api/common/extHostGitExtensionService.js +3 -3
- package/vscode/src/vs/workbench/api/common/extHostLanguageFeatures.js +2 -2
- package/vscode/src/vs/workbench/api/common/extHostLanguageModelTools.js +7 -1
- package/vscode/src/vs/workbench/api/common/extHostLanguageModels.js +11 -2
- package/vscode/src/vs/workbench/api/common/extHostLogService.js +1 -1
- package/vscode/src/vs/workbench/api/common/extHostNotebook.js +2 -2
- package/vscode/src/vs/workbench/api/common/extHostSCM.js +20 -0
- package/vscode/src/vs/workbench/api/common/extHostStatusBar.js +2 -2
- package/vscode/src/vs/workbench/api/common/extHostTelemetry.js +1 -1
- package/vscode/src/vs/workbench/api/common/extHostTerminalService.js +1 -1
- package/vscode/src/vs/workbench/api/common/extHostTreeViews.d.ts +1 -1
- package/vscode/src/vs/workbench/api/common/extHostTunnelService.js +2 -2
- package/vscode/src/vs/workbench/api/common/extHostTypeConverters.d.ts +5 -1
- package/vscode/src/vs/workbench/api/common/extHostTypeConverters.js +20 -3
- package/vscode/src/vs/workbench/api/common/extHostTypes.d.ts +14 -0
- package/vscode/src/vs/workbench/api/common/extHostTypes.js +17 -1
- package/vscode/src/vs/workbench/api/common/extHostWebview.d.ts +11 -0
- package/vscode/src/vs/workbench/api/common/extHostWebview.js +9 -0
- package/vscode/src/vs/workbench/api/common/extHostWorkspace.js +1 -1
- package/vscode/src/vs/workbench/api/common/jsonValidationExtensionPoint.js +11 -11
- package/vscode/src/vs/workbench/browser/actions/developerActions.js +59 -35
- package/vscode/src/vs/workbench/browser/actions/layoutActions.d.ts +1 -2
- package/vscode/src/vs/workbench/browser/actions/layoutActions.js +141 -188
- package/vscode/src/vs/workbench/browser/actions/textInputActions.js +6 -6
- package/vscode/src/vs/workbench/browser/actions/windowActions.js +34 -34
- package/vscode/src/vs/workbench/browser/actions/workspaceActions.js +32 -32
- package/vscode/src/vs/workbench/browser/actions/workspaceCommands.js +4 -4
- package/vscode/src/vs/workbench/browser/editor.js +2 -2
- package/vscode/src/vs/workbench/browser/labels.js +4 -4
- package/vscode/src/vs/workbench/browser/parts/activitybar/activitybarPart.js +23 -23
- package/vscode/src/vs/workbench/browser/parts/auxiliarybar/auxiliaryBarActions.js +26 -26
- package/vscode/src/vs/workbench/browser/parts/auxiliarybar/auxiliaryBarPart.js +4 -4
- package/vscode/src/vs/workbench/browser/parts/compositeBar.js +1 -1
- package/vscode/src/vs/workbench/browser/parts/compositeBarActions.js +9 -9
- package/vscode/src/vs/workbench/browser/parts/compositePart.js +3 -3
- package/vscode/src/vs/workbench/browser/parts/dialogs/dialog.js +1 -1
- package/vscode/src/vs/workbench/browser/parts/editor/auxiliaryEditorPart.js +3 -3
- package/vscode/src/vs/workbench/browser/parts/editor/binaryDiffEditor.js +1 -1
- package/vscode/src/vs/workbench/browser/parts/editor/binaryEditor.js +3 -3
- package/vscode/src/vs/workbench/browser/parts/editor/breadcrumbs.js +41 -38
- package/vscode/src/vs/workbench/browser/parts/editor/breadcrumbsControl.js +12 -12
- package/vscode/src/vs/workbench/browser/parts/editor/breadcrumbsPicker.js +1 -1
- package/vscode/src/vs/workbench/browser/parts/editor/diffEditorCommands.js +32 -14
- package/vscode/src/vs/workbench/browser/parts/editor/editorActions.d.ts +2 -0
- package/vscode/src/vs/workbench/browser/parts/editor/editorActions.js +160 -137
- package/vscode/src/vs/workbench/browser/parts/editor/editorCommands.js +56 -36
- package/vscode/src/vs/workbench/browser/parts/editor/editorCommandsContext.js +2 -1
- package/vscode/src/vs/workbench/browser/parts/editor/editorDropTarget.js +1 -1
- package/vscode/src/vs/workbench/browser/parts/editor/editorGroupView.js +9 -8
- package/vscode/src/vs/workbench/browser/parts/editor/editorGroupWatermark.js +12 -12
- package/vscode/src/vs/workbench/browser/parts/editor/editorPanes.js +2 -2
- package/vscode/src/vs/workbench/browser/parts/editor/editorPart.js +28 -3
- package/vscode/src/vs/workbench/browser/parts/editor/editorParts.js +1 -1
- package/vscode/src/vs/workbench/browser/parts/editor/editorPlaceholder.js +10 -10
- package/vscode/src/vs/workbench/browser/parts/editor/editorQuickAccess.js +5 -5
- package/vscode/src/vs/workbench/browser/parts/editor/editorStatus.js +66 -66
- package/vscode/src/vs/workbench/browser/parts/editor/editorTabsControl.d.ts +9 -0
- package/vscode/src/vs/workbench/browser/parts/editor/editorTabsControl.js +80 -4
- package/vscode/src/vs/workbench/browser/parts/editor/media/modalEditorPart.css +4 -0
- package/vscode/src/vs/workbench/browser/parts/editor/media/multieditortabscontrol.css +15 -7
- package/vscode/src/vs/workbench/browser/parts/editor/modalEditorPart.d.ts +3 -1
- package/vscode/src/vs/workbench/browser/parts/editor/modalEditorPart.js +62 -31
- package/vscode/src/vs/workbench/browser/parts/editor/multiEditorTabsControl.d.ts +1 -0
- package/vscode/src/vs/workbench/browser/parts/editor/multiEditorTabsControl.js +12 -3
- package/vscode/src/vs/workbench/browser/parts/editor/noEditorTabsControl.d.ts +1 -0
- package/vscode/src/vs/workbench/browser/parts/editor/noEditorTabsControl.js +6 -0
- package/vscode/src/vs/workbench/browser/parts/editor/sideBySideEditor.js +1 -1
- package/vscode/src/vs/workbench/browser/parts/editor/singleEditorTabsControl.d.ts +1 -0
- package/vscode/src/vs/workbench/browser/parts/editor/singleEditorTabsControl.js +6 -0
- package/vscode/src/vs/workbench/browser/parts/editor/textCodeEditor.js +1 -1
- package/vscode/src/vs/workbench/browser/parts/editor/textDiffEditor.js +3 -3
- package/vscode/src/vs/workbench/browser/parts/editor/textEditor.js +1 -1
- package/vscode/src/vs/workbench/browser/parts/globalCompositeBar.js +19 -19
- package/vscode/src/vs/workbench/browser/parts/notifications/notificationsActions.js +22 -22
- package/vscode/src/vs/workbench/browser/parts/notifications/notificationsAlerts.js +3 -3
- package/vscode/src/vs/workbench/browser/parts/notifications/notificationsCenter.js +6 -6
- package/vscode/src/vs/workbench/browser/parts/notifications/notificationsCommands.js +13 -13
- package/vscode/src/vs/workbench/browser/parts/notifications/notificationsList.js +6 -6
- package/vscode/src/vs/workbench/browser/parts/notifications/notificationsStatus.js +13 -13
- package/vscode/src/vs/workbench/browser/parts/notifications/notificationsToasts.js +2 -2
- package/vscode/src/vs/workbench/browser/parts/notifications/notificationsViewer.js +4 -4
- package/vscode/src/vs/workbench/browser/parts/paneCompositeBar.js +4 -4
- package/vscode/src/vs/workbench/browser/parts/paneCompositePart.js +3 -3
- package/vscode/src/vs/workbench/browser/parts/panel/panelActions.js +27 -27
- package/vscode/src/vs/workbench/browser/parts/panel/panelPart.js +3 -3
- package/vscode/src/vs/workbench/browser/parts/sidebar/sidebarActions.js +2 -2
- package/vscode/src/vs/workbench/browser/parts/sidebar/sidebarPart.js +1 -1
- package/vscode/src/vs/workbench/browser/parts/titlebar/menubarControl.js +12 -85
- package/vscode/src/vs/workbench/browser/parts/titlebar/titlebarActions.d.ts +7 -0
- package/vscode/src/vs/workbench/browser/parts/titlebar/titlebarActions.js +17 -16
- package/vscode/src/vs/workbench/browser/parts/titlebar/windowTitle.js +2 -2
- package/vscode/src/vs/workbench/browser/parts/views/checkbox.js +1 -1
- package/vscode/src/vs/workbench/browser/parts/views/treeView.js +7 -7
- package/vscode/src/vs/workbench/browser/parts/views/viewFilter.js +4 -4
- package/vscode/src/vs/workbench/browser/parts/views/viewPane.js +5 -5
- package/vscode/src/vs/workbench/browser/parts/views/viewPaneContainer.js +6 -6
- package/vscode/src/vs/workbench/browser/quickaccess.js +1 -1
- package/vscode/src/vs/workbench/browser/window.js +15 -14
- package/vscode/src/vs/workbench/browser/workbench.contribution.js +332 -317
- package/vscode/src/vs/workbench/common/configuration.js +9 -9
- package/vscode/src/vs/workbench/common/contextkeys.d.ts +3 -0
- package/vscode/src/vs/workbench/common/contextkeys.js +91 -83
- package/vscode/src/vs/workbench/common/editor/diffEditorInput.js +1 -1
- package/vscode/src/vs/workbench/common/editor/editorGroupModel.js +2 -1
- package/vscode/src/vs/workbench/common/editor/sideBySideEditorInput.js +1 -1
- package/vscode/src/vs/workbench/common/editor/textEditorModel.js +1 -1
- package/vscode/src/vs/workbench/common/editor.d.ts +8 -0
- package/vscode/src/vs/workbench/common/editor.js +4 -4
- package/vscode/src/vs/workbench/common/memento.d.ts +1 -0
- package/vscode/src/vs/workbench/common/memento.js +19 -0
- package/vscode/src/vs/workbench/common/theme.js +161 -161
- package/vscode/src/vs/workbench/common/views.d.ts +9 -9
- package/vscode/src/vs/workbench/common/views.js +11 -11
- package/vscode/src/vs/workbench/contrib/accessibility/browser/accessibilityConfiguration.d.ts +2 -1
- package/vscode/src/vs/workbench/contrib/accessibility/browser/accessibilityConfiguration.js +164 -156
- package/vscode/src/vs/workbench/contrib/accessibility/browser/accessibleViewActions.js +12 -12
- package/vscode/src/vs/workbench/contrib/browserView/common/browserEditorInput.d.ts +25 -5
- package/vscode/src/vs/workbench/contrib/browserView/common/browserEditorInput.js +63 -39
- package/vscode/src/vs/workbench/contrib/browserView/common/browserView.d.ts +39 -33
- package/vscode/src/vs/workbench/contrib/browserView/common/browserView.js +454 -0
- package/vscode/src/vs/workbench/contrib/browserView/common/browserView.service.d.ts +20 -10
- package/vscode/src/vs/workbench/contrib/chat/browser/actions/chatActions.js +97 -67
- package/vscode/src/vs/workbench/contrib/chat/browser/agentSessions/agentHost/agentHostSessionWorkingDirectoryResolver.service.d.ts +2 -1
- package/vscode/src/vs/workbench/contrib/chat/browser/agentSessions/agentSessions.d.ts +4 -8
- package/vscode/src/vs/workbench/contrib/chat/browser/agentSessions/agentSessions.js +14 -16
- package/vscode/src/vs/workbench/contrib/chat/browser/agentSessions/agentSessionsModel.d.ts +17 -0
- package/vscode/src/vs/workbench/contrib/chat/browser/agentSessions/agentSessionsModel.js +36 -2
- package/vscode/src/vs/workbench/contrib/chat/browser/aiCustomization/aiCustomizationItemSource.d.ts +129 -0
- package/vscode/src/vs/workbench/contrib/chat/browser/aiCustomization/aiCustomizationItemsModel.service.d.ts +51 -0
- package/vscode/src/vs/workbench/contrib/chat/browser/aiCustomization/aiCustomizationItemsModel.service.js +6 -0
- package/vscode/src/vs/workbench/contrib/chat/browser/aiCustomization/aiCustomizationManagement.d.ts +3 -4
- package/vscode/src/vs/workbench/contrib/chat/browser/aiCustomization/aiCustomizationManagement.js +20 -5
- package/vscode/src/vs/workbench/contrib/chat/browser/attachments/chatAttachmentResolveService.service.d.ts +2 -1
- package/vscode/src/vs/workbench/contrib/chat/browser/attachments/chatScreenshotContext.js +1 -1
- package/vscode/src/vs/workbench/contrib/chat/browser/chat.d.ts +8 -0
- package/vscode/src/vs/workbench/contrib/chat/browser/chat.js +7 -4
- package/vscode/src/vs/workbench/contrib/chat/browser/chatEditing/chatEditingEditorContextKeys.js +7 -7
- package/vscode/src/vs/workbench/contrib/chat/browser/chatSessions/chatSessionDescription.js +2 -2
- package/vscode/src/vs/workbench/contrib/chat/browser/chatSessions/chatSessions.contribution.d.ts +13 -1
- package/vscode/src/vs/workbench/contrib/chat/browser/chatSessions/chatSessions.contribution.js +103 -67
- package/vscode/src/vs/workbench/contrib/chat/browser/chatSetup/chatSetup.js +1 -3
- package/vscode/src/vs/workbench/contrib/chat/browser/planReviewFeedback/planReviewFeedbackService.service.d.ts +26 -0
- package/vscode/src/vs/workbench/contrib/chat/browser/planReviewFeedback/planReviewFeedbackService.service.js +6 -0
- package/vscode/src/vs/workbench/contrib/chat/browser/tools/chatToolRiskAssessmentService.service.d.ts +17 -0
- package/vscode/src/vs/workbench/contrib/chat/browser/tools/chatToolRiskAssessmentService.service.js +6 -0
- package/vscode/src/vs/workbench/contrib/chat/browser/widget/input/chatInputNotificationService.service.d.ts +31 -0
- package/vscode/src/vs/workbench/contrib/chat/browser/widget/input/chatInputNotificationService.service.js +6 -0
- package/vscode/src/vs/workbench/contrib/chat/browser/widget/input/chatPhoneInputPresenter.service.d.ts +36 -0
- package/vscode/src/vs/workbench/contrib/chat/browser/widget/input/chatPhoneInputPresenter.service.js +6 -0
- package/vscode/src/vs/workbench/contrib/chat/browser/widgetHosts/editor/chatEditorInput.js +9 -9
- package/vscode/src/vs/workbench/contrib/chat/common/actions/chatContextKeys.d.ts +3 -0
- package/vscode/src/vs/workbench/contrib/chat/common/actions/chatContextKeys.js +94 -85
- package/vscode/src/vs/workbench/contrib/chat/common/attachments/chatVariableEntries.d.ts +14 -1
- package/vscode/src/vs/workbench/contrib/chat/common/attachments/chatVariableEntries.js +6 -3
- package/vscode/src/vs/workbench/contrib/chat/common/attachments/chatVariables.d.ts +7 -0
- package/vscode/src/vs/workbench/contrib/chat/common/chatDebugService.d.ts +4 -0
- package/vscode/src/vs/workbench/contrib/chat/common/chatModes.d.ts +26 -30
- package/vscode/src/vs/workbench/contrib/chat/common/chatModes.js +94 -54
- package/vscode/src/vs/workbench/contrib/chat/common/chatModes.service.d.ts +14 -9
- package/vscode/src/vs/workbench/contrib/chat/common/chatService/chatService.d.ts +49 -4
- package/vscode/src/vs/workbench/contrib/chat/common/chatSessionsService.d.ts +129 -3
- package/vscode/src/vs/workbench/contrib/chat/common/chatSessionsService.js +15 -2
- package/vscode/src/vs/workbench/contrib/chat/common/chatSessionsService.service.d.ts +23 -1
- package/vscode/src/vs/workbench/contrib/chat/common/constants.d.ts +14 -2
- package/vscode/src/vs/workbench/contrib/chat/common/constants.js +15 -3
- package/vscode/src/vs/workbench/contrib/chat/common/customizationHarnessService.d.ts +64 -49
- package/vscode/src/vs/workbench/contrib/chat/common/customizationHarnessService.js +162 -45
- package/vscode/src/vs/workbench/contrib/chat/common/customizationHarnessService.service.d.ts +38 -1
- package/vscode/src/vs/workbench/contrib/chat/common/editing/chatEditingService.js +2 -2
- package/vscode/src/vs/workbench/contrib/chat/common/enablement.d.ts +3 -3
- package/vscode/src/vs/workbench/contrib/chat/common/enablement.js +11 -11
- package/vscode/src/vs/workbench/contrib/chat/common/languageModelStats.js +3 -3
- package/vscode/src/vs/workbench/contrib/chat/common/languageModels.d.ts +6 -7
- package/vscode/src/vs/workbench/contrib/chat/common/languageModels.js +42 -122
- package/vscode/src/vs/workbench/contrib/chat/common/languageModels.service.d.ts +7 -1
- package/vscode/src/vs/workbench/contrib/chat/common/model/chatModel.d.ts +17 -2
- package/vscode/src/vs/workbench/contrib/chat/common/model/chatModel.js +48 -13
- package/vscode/src/vs/workbench/contrib/chat/common/model/chatProgressTypes/chatElicitationRequestPart.d.ts +8 -1
- package/vscode/src/vs/workbench/contrib/chat/common/model/chatProgressTypes/chatElicitationRequestPart.js +2 -1
- package/vscode/src/vs/workbench/contrib/chat/common/model/chatProgressTypes/chatPlanReviewData.d.ts +2 -0
- package/vscode/src/vs/workbench/contrib/chat/common/model/chatProgressTypes/chatPlanReviewData.js +9 -0
- package/vscode/src/vs/workbench/contrib/chat/common/model/chatProgressTypes/chatQuestionCarouselData.d.ts +5 -0
- package/vscode/src/vs/workbench/contrib/chat/common/model/chatProgressTypes/chatQuestionCarouselData.js +13 -0
- package/vscode/src/vs/workbench/contrib/chat/common/model/chatProgressTypes/chatToolInvocation.js +1 -1
- package/vscode/src/vs/workbench/contrib/chat/common/participants/chatAgents.d.ts +7 -1
- package/vscode/src/vs/workbench/contrib/chat/common/participants/chatAgents.js +1 -1
- package/vscode/src/vs/workbench/contrib/chat/common/participants/chatSlashCommands.service.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/chat/common/plugins/agentPluginService.d.ts +50 -0
- package/vscode/src/vs/workbench/contrib/chat/common/plugins/agentPluginService.js +32 -0
- package/vscode/src/vs/workbench/contrib/chat/common/plugins/agentPluginService.service.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/chat/common/plugins/pluginGitService.service.d.ts +17 -1
- package/vscode/src/vs/workbench/contrib/chat/common/plugins/pluginMarketplaceService.service.d.ts +11 -0
- package/vscode/src/vs/workbench/contrib/chat/common/promptSyntax/computeAutomaticInstructions.js +100 -39
- package/vscode/src/vs/workbench/contrib/chat/common/promptSyntax/config/config.d.ts +0 -4
- package/vscode/src/vs/workbench/contrib/chat/common/promptSyntax/config/config.js +1 -2
- package/vscode/src/vs/workbench/contrib/chat/common/promptSyntax/config/promptFileLocations.d.ts +12 -3
- package/vscode/src/vs/workbench/contrib/chat/common/promptSyntax/config/promptFileLocations.js +20 -16
- package/vscode/src/vs/workbench/contrib/chat/common/promptSyntax/hookClaudeCompat.d.ts +50 -0
- package/vscode/src/vs/workbench/contrib/chat/common/promptSyntax/hookClaudeCompat.js +77 -0
- package/vscode/src/vs/workbench/contrib/chat/common/promptSyntax/hookCompatibility.d.ts +77 -0
- package/vscode/src/vs/workbench/contrib/chat/common/promptSyntax/hookCompatibility.js +120 -0
- package/vscode/src/vs/workbench/contrib/chat/common/promptSyntax/hookCopilotCliCompat.d.ts +10 -0
- package/vscode/src/vs/workbench/contrib/chat/common/promptSyntax/hookCopilotCliCompat.js +23 -0
- package/vscode/src/vs/workbench/contrib/chat/common/promptSyntax/hookSchema.js +18 -18
- package/vscode/src/vs/workbench/contrib/chat/common/promptSyntax/hookTypes.js +20 -20
- package/vscode/src/vs/workbench/contrib/chat/common/promptSyntax/languageProviders/promptFileAttributes.js +91 -77
- package/vscode/src/vs/workbench/contrib/chat/common/promptSyntax/promptFileParser.d.ts +2 -0
- package/vscode/src/vs/workbench/contrib/chat/common/promptSyntax/promptFileParser.js +4 -0
- package/vscode/src/vs/workbench/contrib/chat/common/promptSyntax/promptTypes.d.ts +5 -0
- package/vscode/src/vs/workbench/contrib/chat/common/promptSyntax/promptTypes.js +29 -1
- package/vscode/src/vs/workbench/contrib/chat/common/promptSyntax/service/promptsService.d.ts +5 -18
- package/vscode/src/vs/workbench/contrib/chat/common/promptSyntax/service/promptsService.js +1 -4
- package/vscode/src/vs/workbench/contrib/chat/common/promptSyntax/service/promptsService.service.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.d.ts +234 -0
- package/vscode/src/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.js +1686 -0
- package/vscode/src/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.d.ts +191 -0
- package/vscode/src/vs/workbench/contrib/chat/common/promptSyntax/utils/promptFilesLocator.js +734 -0
- package/vscode/src/vs/workbench/contrib/chat/common/requestParser/chatParserTypes.d.ts +2 -1
- package/vscode/src/vs/workbench/contrib/chat/common/requestParser/chatParserTypes.js +6 -3
- package/vscode/src/vs/workbench/contrib/chat/common/requestParser/chatRequestParser.d.ts +1 -0
- package/vscode/src/vs/workbench/contrib/chat/common/requestParser/chatRequestParser.js +14 -3
- package/vscode/src/vs/workbench/contrib/chat/common/tools/builtinTools/askQuestionsTool.d.ts +4 -2
- package/vscode/src/vs/workbench/contrib/chat/common/tools/builtinTools/askQuestionsTool.js +55 -36
- package/vscode/src/vs/workbench/contrib/chat/common/tools/builtinTools/confirmationTool.js +6 -1
- package/vscode/src/vs/workbench/contrib/chat/common/tools/builtinTools/manageTodoListTool.js +10 -10
- package/vscode/src/vs/workbench/contrib/chat/common/tools/builtinTools/reviewPlanTool.js +7 -7
- package/vscode/src/vs/workbench/contrib/chat/common/tools/builtinTools/runSubagentTool.js +3 -3
- package/vscode/src/vs/workbench/contrib/chat/common/tools/builtinTools/setArtifactRulesTool.js +3 -3
- package/vscode/src/vs/workbench/contrib/chat/common/tools/builtinTools/setArtifactsTool.js +4 -4
- package/vscode/src/vs/workbench/contrib/chat/common/tools/languageModelToolsConfirmationService.d.ts +6 -0
- package/vscode/src/vs/workbench/contrib/chat/common/tools/languageModelToolsContribution.js +22 -22
- package/vscode/src/vs/workbench/contrib/chat/common/tools/languageModelToolsService.d.ts +25 -5
- package/vscode/src/vs/workbench/contrib/chat/common/tools/languageModelToolsService.js +3 -3
- package/vscode/src/vs/workbench/contrib/chat/common/tools/toolResultCompressor.d.ts +39 -0
- package/vscode/src/vs/workbench/contrib/chat/common/tools/toolResultCompressor.service.d.ts +12 -0
- package/vscode/src/vs/workbench/contrib/chat/common/tools/toolResultCompressor.service.js +6 -0
- package/vscode/src/vs/workbench/contrib/chat/common/widget/input/modelPickerWidget.js +1 -1
- package/vscode/src/vs/workbench/contrib/codeActions/browser/codeActionsContribution.js +11 -11
- package/vscode/src/vs/workbench/contrib/codeEditor/browser/dictation/editorDictation.js +4 -4
- package/vscode/src/vs/workbench/contrib/codeEditor/browser/diffEditorAccessibilityHelp.js +5 -5
- package/vscode/src/vs/workbench/contrib/codeEditor/browser/diffEditorHelper.js +3 -3
- package/vscode/src/vs/workbench/contrib/codeEditor/browser/find/simpleFindWidget.js +10 -10
- package/vscode/src/vs/workbench/contrib/codeEditor/browser/inspectEditorTokens/inspectEditorTokens.js +2 -2
- package/vscode/src/vs/workbench/contrib/codeEditor/browser/largeFileOptimizations.js +3 -3
- package/vscode/src/vs/workbench/contrib/codeEditor/browser/quickaccess/gotoSymbolQuickAccess.js +6 -6
- package/vscode/src/vs/workbench/contrib/codeEditor/browser/saveParticipants.js +4 -4
- package/vscode/src/vs/workbench/contrib/codeEditor/browser/toggleMinimap.js +2 -2
- package/vscode/src/vs/workbench/contrib/codeEditor/browser/toggleMultiCursorModifier.js +3 -3
- package/vscode/src/vs/workbench/contrib/codeEditor/browser/toggleRenderControlCharacter.js +2 -2
- package/vscode/src/vs/workbench/contrib/codeEditor/browser/toggleRenderWhitespace.js +12 -12
- package/vscode/src/vs/workbench/contrib/codeEditor/browser/toggleWordWrap.js +5 -5
- package/vscode/src/vs/workbench/contrib/codeEditor/common/languageConfigurationExtensionPoint.js +65 -65
- package/vscode/src/vs/workbench/contrib/comments/browser/commentColors.js +7 -7
- package/vscode/src/vs/workbench/contrib/comments/browser/commentGlyphWidget.js +7 -7
- package/vscode/src/vs/workbench/contrib/comments/browser/commentNode.js +2 -2
- package/vscode/src/vs/workbench/contrib/comments/browser/commentReply.js +3 -3
- package/vscode/src/vs/workbench/contrib/comments/browser/commentThreadBody.js +3 -3
- package/vscode/src/vs/workbench/contrib/comments/browser/commentThreadHeader.js +3 -3
- package/vscode/src/vs/workbench/contrib/comments/browser/commentThreadWidget.js +3 -3
- package/vscode/src/vs/workbench/contrib/comments/browser/commentThreadZoneWidget.js +3 -3
- package/vscode/src/vs/workbench/contrib/comments/browser/commentsAccessibility.js +12 -12
- package/vscode/src/vs/workbench/contrib/comments/browser/commentsController.d.ts +2 -1
- package/vscode/src/vs/workbench/contrib/comments/browser/commentsController.js +22 -13
- package/vscode/src/vs/workbench/contrib/comments/browser/commentsModel.js +1 -1
- package/vscode/src/vs/workbench/contrib/comments/browser/commentsTreeViewer.js +9 -9
- package/vscode/src/vs/workbench/contrib/comments/browser/commentsView.js +14 -14
- package/vscode/src/vs/workbench/contrib/comments/browser/commentsViewActions.js +16 -16
- package/vscode/src/vs/workbench/contrib/comments/browser/reactionsAction.js +7 -7
- package/vscode/src/vs/workbench/contrib/comments/common/commentContextKeys.js +12 -12
- package/vscode/src/vs/workbench/contrib/customEditor/browser/customEditorDiffInput.d.ts +101 -0
- package/vscode/src/vs/workbench/contrib/customEditor/browser/customEditorDiffInput.js +428 -0
- package/vscode/src/vs/workbench/contrib/customEditor/browser/customEditorInput.d.ts +1 -0
- package/vscode/src/vs/workbench/contrib/customEditor/browser/customEditorInput.js +7 -13
- package/vscode/src/vs/workbench/contrib/debug/browser/baseDebugView.js +1 -1
- package/vscode/src/vs/workbench/contrib/debug/browser/breakpointEditorContribution.js +29 -29
- package/vscode/src/vs/workbench/contrib/debug/browser/breakpointWidget.js +22 -15
- package/vscode/src/vs/workbench/contrib/debug/browser/breakpointsView.js +91 -76
- package/vscode/src/vs/workbench/contrib/debug/browser/callStackEditorContribution.js +2 -2
- package/vscode/src/vs/workbench/contrib/debug/browser/debugActionViewItems.js +17 -15
- package/vscode/src/vs/workbench/contrib/debug/browser/debugColors.js +12 -12
- package/vscode/src/vs/workbench/contrib/debug/browser/debugCommands.js +38 -38
- package/vscode/src/vs/workbench/contrib/debug/browser/debugEditorContribution.js +2 -2
- package/vscode/src/vs/workbench/contrib/debug/browser/debugHover.js +3 -3
- package/vscode/src/vs/workbench/contrib/debug/browser/debugIcons.js +57 -57
- package/vscode/src/vs/workbench/contrib/debug/browser/debugSessionPicker.js +3 -3
- package/vscode/src/vs/workbench/contrib/debug/browser/exceptionWidget.js +4 -4
- package/vscode/src/vs/workbench/contrib/debug/browser/linkDetector.js +2 -2
- package/vscode/src/vs/workbench/contrib/debug/browser/repl.js +26 -21
- package/vscode/src/vs/workbench/contrib/debug/browser/replViewer.js +5 -5
- package/vscode/src/vs/workbench/contrib/debug/browser/variablesView.js +9 -9
- package/vscode/src/vs/workbench/contrib/debug/common/abstractDebugAdapter.js +1 -1
- package/vscode/src/vs/workbench/contrib/debug/common/debug.js +65 -65
- package/vscode/src/vs/workbench/contrib/debug/common/debugModel.js +6 -6
- package/vscode/src/vs/workbench/contrib/debug/common/debugSource.js +1 -1
- package/vscode/src/vs/workbench/contrib/debug/common/disassemblyViewInput.js +2 -2
- package/vscode/src/vs/workbench/contrib/debug/common/loadedScriptsPicker.js +1 -1
- package/vscode/src/vs/workbench/contrib/debug/common/replModel.js +1 -1
- package/vscode/src/vs/workbench/contrib/dropOrPasteInto/browser/commands.js +2 -2
- package/vscode/src/vs/workbench/contrib/dropOrPasteInto/browser/configurationSchema.js +4 -4
- package/vscode/src/vs/workbench/contrib/editTelemetry/browser/telemetry/aiEditTelemetry/aiEditTelemetryService.d.ts +7 -0
- package/vscode/src/vs/workbench/contrib/editTelemetry/browser/telemetry/aiEditTelemetry/aiEditTelemetryService.service.d.ts +2 -1
- package/vscode/src/vs/workbench/contrib/extensions/browser/abstractRuntimeExtensionsEditor.js +18 -18
- package/vscode/src/vs/workbench/contrib/extensions/browser/configBasedRecommendations.js +1 -1
- package/vscode/src/vs/workbench/contrib/extensions/browser/exeBasedRecommendations.js +1 -1
- package/vscode/src/vs/workbench/contrib/extensions/browser/extensionEditor.js +42 -48
- package/vscode/src/vs/workbench/contrib/extensions/browser/extensionEnablementWorkspaceTrustTransitionParticipant.js +1 -1
- package/vscode/src/vs/workbench/contrib/extensions/browser/extensionFeaturesTab.js +15 -15
- package/vscode/src/vs/workbench/contrib/extensions/browser/extensionRecommendationNotificationService.js +14 -14
- package/vscode/src/vs/workbench/contrib/extensions/browser/extensions.contribution.js +175 -149
- package/vscode/src/vs/workbench/contrib/extensions/browser/extensionsActions.d.ts +11 -0
- package/vscode/src/vs/workbench/contrib/extensions/browser/extensionsActions.js +181 -181
- package/vscode/src/vs/workbench/contrib/extensions/browser/extensionsActivationProgress.js +1 -1
- package/vscode/src/vs/workbench/contrib/extensions/browser/extensionsCompletionItemsProvider.js +1 -1
- package/vscode/src/vs/workbench/contrib/extensions/browser/extensionsDependencyChecker.js +5 -5
- package/vscode/src/vs/workbench/contrib/extensions/browser/extensionsIcons.js +25 -25
- package/vscode/src/vs/workbench/contrib/extensions/browser/extensionsQuickAccess.js +4 -4
- package/vscode/src/vs/workbench/contrib/extensions/browser/extensionsViewer.js +7 -7
- package/vscode/src/vs/workbench/contrib/extensions/browser/extensionsViewlet.js +47 -47
- package/vscode/src/vs/workbench/contrib/extensions/browser/extensionsViews.js +5 -5
- package/vscode/src/vs/workbench/contrib/extensions/browser/extensionsWidgets.js +30 -30
- package/vscode/src/vs/workbench/contrib/extensions/browser/extensionsWorkbenchService.js +76 -76
- package/vscode/src/vs/workbench/contrib/extensions/browser/fileBasedRecommendations.js +2 -2
- package/vscode/src/vs/workbench/contrib/extensions/browser/webRecommendations.js +1 -1
- package/vscode/src/vs/workbench/contrib/extensions/browser/workspaceRecommendations.js +2 -2
- package/vscode/src/vs/workbench/contrib/extensions/common/extensions.js +1 -1
- package/vscode/src/vs/workbench/contrib/extensions/common/extensionsFileTemplate.js +5 -5
- package/vscode/src/vs/workbench/contrib/extensions/common/extensionsInput.js +2 -2
- package/vscode/src/vs/workbench/contrib/extensions/common/extensionsUtils.js +3 -3
- package/vscode/src/vs/workbench/contrib/extensions/common/runtimeExtensionsInput.js +2 -2
- package/vscode/src/vs/workbench/contrib/extensions/common/searchExtensionsTool.js +3 -3
- package/vscode/src/vs/workbench/contrib/externalUriOpener/common/configuration.js +4 -4
- package/vscode/src/vs/workbench/contrib/externalUriOpener/common/externalUriOpenerService.js +3 -3
- package/vscode/src/vs/workbench/contrib/files/browser/editors/binaryFileEditor.js +1 -1
- package/vscode/src/vs/workbench/contrib/files/browser/editors/textFileEditor.js +8 -8
- package/vscode/src/vs/workbench/contrib/files/browser/editors/textFileSaveErrorHandler.js +18 -18
- package/vscode/src/vs/workbench/contrib/files/browser/explorerViewlet.js +14 -14
- package/vscode/src/vs/workbench/contrib/files/browser/fileActions.contribution.js +49 -49
- package/vscode/src/vs/workbench/contrib/files/browser/fileActions.js +94 -89
- package/vscode/src/vs/workbench/contrib/files/browser/fileCommands._save.js +4 -4
- package/vscode/src/vs/workbench/contrib/files/browser/fileCommands.js +2 -2
- package/vscode/src/vs/workbench/contrib/files/browser/fileConstants.js +6 -6
- package/vscode/src/vs/workbench/contrib/files/browser/fileImportExport.js +30 -27
- package/vscode/src/vs/workbench/contrib/files/browser/files.contribution._configuration.js +54 -51
- package/vscode/src/vs/workbench/contrib/files/browser/files.contribution._editorPane.js +2 -2
- package/vscode/src/vs/workbench/contrib/files/browser/views/emptyView.js +1 -1
- package/vscode/src/vs/workbench/contrib/files/browser/views/explorerDecorationsProvider.js +4 -4
- package/vscode/src/vs/workbench/contrib/files/browser/views/explorerView.js +7 -7
- package/vscode/src/vs/workbench/contrib/files/browser/views/explorerViewer.js +17 -17
- package/vscode/src/vs/workbench/contrib/files/browser/views/openEditorsView.js +7 -7
- package/vscode/src/vs/workbench/contrib/files/browser/workspaceWatcher.js +4 -4
- package/vscode/src/vs/workbench/contrib/files/common/dirtyFilesIndicator.js +1 -1
- package/vscode/src/vs/workbench/contrib/files/common/files.js +16 -16
- package/vscode/src/vs/workbench/contrib/folding/browser/folding.contribution.js +3 -3
- package/vscode/src/vs/workbench/contrib/format/browser/formatActionsMultiple.js +20 -20
- package/vscode/src/vs/workbench/contrib/format/browser/formatActionsNone.js +4 -4
- package/vscode/src/vs/workbench/contrib/format/browser/formatModified.js +1 -1
- package/vscode/src/vs/workbench/contrib/inlayHints/browser/inlayHintsAccessibilty.js +4 -4
- package/vscode/src/vs/workbench/contrib/inlineChat/browser/inlineChatSessionService.service.d.ts +4 -5
- package/vscode/src/vs/workbench/contrib/list/browser/listResizeColumnAction.js +2 -2
- package/vscode/src/vs/workbench/contrib/list/browser/tableColumnResizeQuickPick.js +5 -5
- package/vscode/src/vs/workbench/contrib/mcp/browser/mcpCommandsAddConfiguration.js +67 -66
- package/vscode/src/vs/workbench/contrib/mcp/browser/mcpServerActions.js +40 -40
- package/vscode/src/vs/workbench/contrib/mcp/common/mcpConfiguration.d.ts +5 -0
- package/vscode/src/vs/workbench/contrib/mcp/common/mcpConfiguration.js +49 -43
- package/vscode/src/vs/workbench/contrib/mcp/common/mcpServer.js +22 -16
- package/vscode/src/vs/workbench/contrib/mcp/common/mcpTypes.d.ts +10 -2
- package/vscode/src/vs/workbench/contrib/mcp/common/mcpTypes.js +4 -4
- package/vscode/src/vs/workbench/contrib/mergeEditor/browser/mergeEditorInput.js +4 -4
- package/vscode/src/vs/workbench/contrib/mergeEditor/browser/mergeEditorInputModel.js +23 -23
- package/vscode/src/vs/workbench/contrib/mergeEditor/browser/model/mergeEditorModel.js +2 -2
- package/vscode/src/vs/workbench/contrib/mergeEditor/common/mergeEditor.js +8 -8
- package/vscode/src/vs/workbench/contrib/meteredConnection/browser/meteredConnection.contribution.js +8 -8
- package/vscode/src/vs/workbench/contrib/meteredConnection/browser/meteredConnectionStatus.js +4 -4
- package/vscode/src/vs/workbench/contrib/multiDiffEditor/browser/icons.contribution.js +1 -1
- package/vscode/src/vs/workbench/contrib/multiDiffEditor/browser/multiDiffEditorInput.js +4 -4
- package/vscode/src/vs/workbench/contrib/multiDiffEditor/browser/scmMultiDiffSourceResolver.js +1 -1
- package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/find/notebookFindReplaceWidget.js +17 -17
- package/vscode/src/vs/workbench/contrib/notebook/browser/controller/cellOutputActions.js +6 -6
- package/vscode/src/vs/workbench/contrib/notebook/browser/controller/coreActions.js +4 -4
- package/vscode/src/vs/workbench/contrib/notebook/browser/controller/foldingController.js +3 -3
- package/vscode/src/vs/workbench/contrib/notebook/browser/notebookAccessibilityProvider.js +3 -3
- package/vscode/src/vs/workbench/contrib/notebook/browser/notebookEditor.js +7 -7
- package/vscode/src/vs/workbench/contrib/notebook/browser/notebookEditorWidget.d.ts +0 -1
- package/vscode/src/vs/workbench/contrib/notebook/browser/notebookEditorWidget.js +34 -48
- package/vscode/src/vs/workbench/contrib/notebook/browser/notebookIcons.js +29 -29
- package/vscode/src/vs/workbench/contrib/notebook/browser/view/cellParts/cellEditorOptions.js +5 -5
- package/vscode/src/vs/workbench/contrib/notebook/browser/view/cellParts/cellOutput.js +7 -7
- package/vscode/src/vs/workbench/contrib/notebook/browser/view/cellParts/codeCell.js +2 -2
- package/vscode/src/vs/workbench/contrib/notebook/browser/view/cellParts/codeCellExecutionIcon.js +4 -4
- package/vscode/src/vs/workbench/contrib/notebook/browser/view/cellParts/codeCellRunToolbar.js +1 -1
- package/vscode/src/vs/workbench/contrib/notebook/browser/view/cellParts/collapsedCellOutput.js +3 -3
- package/vscode/src/vs/workbench/contrib/notebook/browser/view/cellParts/foldedCellHint.js +1 -1
- package/vscode/src/vs/workbench/contrib/notebook/browser/view/cellParts/markupCell.js +2 -2
- package/vscode/src/vs/workbench/contrib/notebook/browser/view/renderers/backLayerWebView.js +4 -4
- package/vscode/src/vs/workbench/contrib/notebook/browser/view/renderers/cellRenderer.js +1 -1
- package/vscode/src/vs/workbench/contrib/notebook/browser/viewParts/notebookKernelQuickPickStrategy.js +14 -14
- package/vscode/src/vs/workbench/contrib/notebook/browser/viewParts/notebookKernelView.js +2 -2
- package/vscode/src/vs/workbench/contrib/notebook/browser/viewParts/notebookViewZones.js +1 -1
- package/vscode/src/vs/workbench/contrib/notebook/common/notebookEditorInput.js +2 -2
- package/vscode/src/vs/workbench/contrib/preferences/browser/keybindingWidgets.js +3 -3
- package/vscode/src/vs/workbench/contrib/preferences/browser/preferencesIcons.js +13 -13
- package/vscode/src/vs/workbench/contrib/preferences/browser/preferencesWidgets.js +11 -11
- package/vscode/src/vs/workbench/contrib/preferences/browser/settingsLayout.js +60 -60
- package/vscode/src/vs/workbench/contrib/preferences/browser/settingsTreeModels.d.ts +8 -2
- package/vscode/src/vs/workbench/contrib/preferences/browser/settingsTreeModels.js +30 -7
- package/vscode/src/vs/workbench/contrib/preferences/common/preferences.d.ts +1 -0
- package/vscode/src/vs/workbench/contrib/preferences/common/preferences.js +5 -4
- package/vscode/src/vs/workbench/contrib/preferences/common/settingsEditorColorRegistry.js +21 -21
- package/vscode/src/vs/workbench/contrib/remote/browser/remoteExplorer.js +15 -15
- package/vscode/src/vs/workbench/contrib/remote/browser/remoteIcons.js +17 -17
- package/vscode/src/vs/workbench/contrib/remote/browser/tunnelView.js +59 -59
- package/vscode/src/vs/workbench/contrib/scm/browser/scmHistory.js +11 -11
- package/vscode/src/vs/workbench/contrib/scm/browser/scmHistoryChatContext.js +6 -6
- package/vscode/src/vs/workbench/contrib/scm/common/quickDiff.js +15 -51
- package/vscode/src/vs/workbench/contrib/search/browser/anythingQuickAccess.js +19 -14
- package/vscode/src/vs/workbench/contrib/search/browser/patternInputWidget.js +3 -3
- package/vscode/src/vs/workbench/contrib/search/browser/searchActionsBase.d.ts +17 -1
- package/vscode/src/vs/workbench/contrib/search/browser/searchActionsBase.js +66 -3
- package/vscode/src/vs/workbench/contrib/search/browser/searchActionsTopBar.js +9 -9
- package/vscode/src/vs/workbench/contrib/search/browser/searchChatContext.js +5 -5
- package/vscode/src/vs/workbench/contrib/search/browser/searchFindInput.js +1 -1
- package/vscode/src/vs/workbench/contrib/search/browser/searchIcons.js +20 -20
- package/vscode/src/vs/workbench/contrib/search/browser/searchMessage.js +2 -2
- package/vscode/src/vs/workbench/contrib/search/browser/searchResultsView.js +14 -14
- package/vscode/src/vs/workbench/contrib/search/browser/searchView.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/search/browser/searchView.js +57 -57
- package/vscode/src/vs/workbench/contrib/search/browser/searchWidget.js +11 -11
- package/vscode/src/vs/workbench/contrib/search/browser/symbolsQuickAccess.js +2 -2
- package/vscode/src/vs/workbench/contrib/search/common/search.d.ts +5 -5
- package/vscode/src/vs/workbench/contrib/searchEditor/browser/searchEditorInput.js +4 -4
- package/vscode/src/vs/workbench/contrib/searchEditor/browser/searchEditorSerialization.js +5 -5
- package/vscode/src/vs/workbench/contrib/snippets/browser/snippetCompletionProvider.js +3 -3
- package/vscode/src/vs/workbench/contrib/snippets/browser/snippetsFile.js +3 -3
- package/vscode/src/vs/workbench/contrib/snippets/browser/snippetsService.js +9 -9
- package/vscode/src/vs/workbench/contrib/speech/common/speechService.js +29 -29
- package/vscode/src/vs/workbench/contrib/tasks/common/constants.js +1 -1
- package/vscode/src/vs/workbench/contrib/tasks/common/taskDefinitionRegistry.js +6 -6
- package/vscode/src/vs/workbench/contrib/tasks/common/taskService.js +6 -6
- package/vscode/src/vs/workbench/contrib/tasks/common/tasks.js +4 -4
- package/vscode/src/vs/workbench/contrib/terminal/browser/agentHostTerminalService.service.d.ts +9 -0
- package/vscode/src/vs/workbench/contrib/terminal/browser/terminal.service.d.ts +6 -0
- package/vscode/src/vs/workbench/contrib/terminal/browser/terminalEditorInput.js +3 -3
- package/vscode/src/vs/workbench/contrib/terminal/browser/terminalIcons.js +13 -13
- package/vscode/src/vs/workbench/contrib/terminal/browser/terminalMenus.js +40 -40
- package/vscode/src/vs/workbench/contrib/terminal/browser/xterm/decorationStyles.js +15 -15
- package/vscode/src/vs/workbench/contrib/terminal/common/terminal.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/terminal/common/terminal.js +10 -10
- package/vscode/src/vs/workbench/contrib/terminal/common/terminalColorRegistry.js +23 -23
- package/vscode/src/vs/workbench/contrib/terminal/common/terminalContextKey.js +17 -17
- package/vscode/src/vs/workbench/contrib/terminal/common/terminalStrings.js +26 -26
- package/vscode/src/vs/workbench/contrib/terminal/terminalContribExports.d.ts +3 -0
- package/vscode/src/vs/workbench/contrib/terminal/terminalContribExports.js +3 -0
- package/vscode/src/vs/workbench/contrib/terminalContrib/accessibility/common/terminalAccessibilityConfiguration.js +2 -2
- package/vscode/src/vs/workbench/contrib/terminalContrib/autoReplies/common/terminalAutoRepliesConfiguration.js +2 -2
- package/vscode/src/vs/workbench/contrib/terminalContrib/chat/browser/terminalChat.js +9 -9
- package/vscode/src/vs/workbench/contrib/terminalContrib/chatAgentTools/common/terminalChatAgentToolsConfiguration.js +189 -69
- package/vscode/src/vs/workbench/contrib/terminalContrib/commandGuide/common/terminalCommandGuideConfiguration.js +1 -1
- package/vscode/src/vs/workbench/contrib/terminalContrib/history/common/terminal.history.js +1 -1
- package/vscode/src/vs/workbench/contrib/terminalContrib/inlineHint/common/terminalInitialHintConfiguration.js +6 -3
- package/vscode/src/vs/workbench/contrib/terminalContrib/notification/common/terminalNotificationConfiguration.js +1 -1
- package/vscode/src/vs/workbench/contrib/terminalContrib/stickyScroll/common/terminalStickyScrollConfiguration.js +3 -3
- package/vscode/src/vs/workbench/contrib/terminalContrib/suggest/common/terminalSuggestConfiguration.js +30 -30
- package/vscode/src/vs/workbench/contrib/terminalContrib/typeAhead/common/terminalTypeAheadConfiguration.js +5 -5
- package/vscode/src/vs/workbench/contrib/terminalContrib/zoom/common/terminal.zoom.js +2 -2
- package/vscode/src/vs/workbench/contrib/testing/common/constants.js +11 -11
- package/vscode/src/vs/workbench/contrib/testing/common/testResult.js +2 -2
- package/vscode/src/vs/workbench/contrib/testing/common/testTypes.js +3 -3
- package/vscode/src/vs/workbench/contrib/url/browser/trustedDomains.js +6 -6
- package/vscode/src/vs/workbench/contrib/webview/browser/webview.contribution.js +3 -3
- package/vscode/src/vs/workbench/contrib/webview/browser/webview.d.ts +2 -4
- package/vscode/src/vs/workbench/contrib/webview/browser/webviewFindAccessibilityHelp.js +30 -30
- package/vscode/src/vs/workbench/contrib/webviewPanel/browser/webviewEditor.d.ts +1 -2
- package/vscode/src/vs/workbench/contrib/webviewPanel/browser/webviewEditor.js +9 -24
- package/vscode/src/vs/workbench/contrib/welcomeOnboarding/common/onboardingTypes.js +14 -14
- package/vscode/src/vs/workbench/contrib/workspace/common/workspace.js +2 -2
- package/vscode/src/vs/workbench/services/accounts/browser/defaultAccount.d.ts +2 -1
- package/vscode/src/vs/workbench/services/accounts/browser/defaultAccount.js +5 -3
- package/vscode/src/vs/workbench/services/authentication/browser/authenticationService.js +11 -11
- package/vscode/src/vs/workbench/services/auxiliaryWindow/browser/auxiliaryWindowService.js +5 -5
- package/vscode/src/vs/workbench/services/chat/common/chatEntitlementService.d.ts +19 -7
- package/vscode/src/vs/workbench/services/chat/common/chatEntitlementService.js +137 -84
- package/vscode/src/vs/workbench/services/chat/common/chatEntitlementService.service.d.ts +10 -0
- package/vscode/src/vs/workbench/services/configurationResolver/common/configurationResolverSchema.js +16 -16
- package/vscode/src/vs/workbench/services/configurationResolver/common/configurationResolverUtils.js +1 -1
- package/vscode/src/vs/workbench/services/configurationResolver/common/variableResolver.js +16 -16
- package/vscode/src/vs/workbench/services/editor/browser/editorService.d.ts +2 -2
- package/vscode/src/vs/workbench/services/editor/browser/editorService.js +7 -3
- package/vscode/src/vs/workbench/services/editor/common/editorResolverService.d.ts +7 -4
- package/vscode/src/vs/workbench/services/editor/common/editorResolverService.js +14 -3
- package/vscode/src/vs/workbench/services/editor/common/editorService.d.ts +8 -0
- package/vscode/src/vs/workbench/services/editor/common/editorService.service.d.ts +2 -2
- package/vscode/src/vs/workbench/services/environment/browser/environmentService.d.ts +1 -1
- package/vscode/src/vs/workbench/services/environment/browser/environmentService.js +9 -9
- package/vscode/src/vs/workbench/services/environment/common/environmentService.service.d.ts +0 -1
- package/vscode/src/vs/workbench/services/extensionManagement/common/extensionsIcons.js +3 -3
- package/vscode/src/vs/workbench/services/extensionRecommendations/common/workspaceExtensionsConfig.js +6 -6
- package/vscode/src/vs/workbench/services/extensions/browser/extensionUrlHandler.js +10 -10
- package/vscode/src/vs/workbench/services/extensions/common/extensionManifestPropertiesService.d.ts +4 -0
- package/vscode/src/vs/workbench/services/extensions/common/extensionManifestPropertiesService.js +39 -1
- package/vscode/src/vs/workbench/services/extensions/common/extensionManifestPropertiesService.service.d.ts +1 -0
- package/vscode/src/vs/workbench/services/extensions/common/extensionsRegistry.js +88 -88
- package/vscode/src/vs/workbench/services/filesConfiguration/common/filesConfigurationService.js +5 -5
- package/vscode/src/vs/workbench/services/language/common/languageService.js +24 -24
- package/vscode/src/vs/workbench/services/log/common/logConstants.js +1 -1
- package/vscode/src/vs/workbench/services/policies/common/accountPolicyService.d.ts +43 -0
- package/vscode/src/vs/workbench/services/policies/common/accountPolicyService.js +33 -0
- package/vscode/src/vs/workbench/services/policies/common/accountPolicyService.service.d.ts +14 -0
- package/vscode/src/vs/workbench/services/policies/common/accountPolicyService.service.js +6 -0
- package/vscode/src/vs/workbench/services/preferences/browser/keybindingsEditorInput.js +2 -2
- package/vscode/src/vs/workbench/services/preferences/browser/keybindingsEditorModel.js +7 -7
- package/vscode/src/vs/workbench/services/preferences/common/preferencesEditorInput.js +4 -4
- package/vscode/src/vs/workbench/services/preferences/common/preferencesModels.js +2 -2
- package/vscode/src/vs/workbench/services/preferences/common/preferencesValidation.js +30 -30
- package/vscode/src/vs/workbench/services/remote/common/remoteExplorerService.js +8 -8
- package/vscode/src/vs/workbench/services/remote/common/tunnelModel.js +6 -6
- package/vscode/src/vs/workbench/services/search/common/ignoreFile.js +7 -2
- package/vscode/src/vs/workbench/services/search/common/queryBuilder.js +3 -3
- package/vscode/src/vs/workbench/services/search/common/search.d.ts +1 -1
- package/vscode/src/vs/workbench/services/storage/browser/storageService.d.ts +4 -0
- package/vscode/src/vs/workbench/services/storage/browser/storageService.js +30 -2
- package/vscode/src/vs/workbench/services/textMate/common/TMGrammars.js +9 -9
- package/vscode/src/vs/workbench/services/textfile/common/encoding.js +20 -15
- package/vscode/src/vs/workbench/services/textfile/common/textFileEditorModel.js +3 -3
- package/vscode/src/vs/workbench/services/themes/common/colorExtensionPoint.js +18 -18
- package/vscode/src/vs/workbench/services/themes/common/colorThemeData.js +8 -8
- package/vscode/src/vs/workbench/services/themes/common/iconExtensionPoint.js +13 -13
- package/vscode/src/vs/workbench/services/themes/common/tokenClassificationExtensionPoint.js +24 -24
- package/vscode/src/vs/workbench/services/userDataProfile/common/userDataProfile.d.ts +0 -1
- package/vscode/src/vs/workbench/services/userDataProfile/common/userDataProfile.js +4 -5
- package/vscode/src/vs/workbench/services/userDataProfile/common/userDataProfileIcons.js +1 -1
- package/vscode/src/vs/workbench/services/userDataSync/common/userDataSync.js +13 -13
- package/vscode/src/vs/workbench/services/workingCopy/common/storedFileWorkingCopy.js +16 -16
- package/vscode/src/vs/workbench/services/workspaces/common/workspaceTrust.js +3 -3
- package/vscode-dts/vscode.d.ts +3 -1
- package/vscode-dts/vscode.proposed.agentsWindowConfiguration.d.ts +8 -0
- package/vscode-dts/vscode.proposed.chatDebug.d.ts +31 -0
- package/vscode-dts/vscode.proposed.chatInputNotification.d.ts +118 -0
- package/vscode-dts/vscode.proposed.chatParticipantAdditions.d.ts +14 -0
- package/vscode-dts/vscode.proposed.chatParticipantPrivate.d.ts +32 -0
- package/vscode-dts/vscode.proposed.chatPromptFiles.d.ts +29 -0
- package/vscode-dts/vscode.proposed.chatProvider.d.ts +2 -8
- package/vscode-dts/vscode.proposed.chatSessionCustomizationProvider.d.ts +16 -0
- package/vscode-dts/vscode.proposed.chatSessionsProvider.d.ts +68 -10
- package/vscode-dts/vscode.proposed.chatStatusItem.d.ts +1 -1
- package/vscode-dts/vscode.proposed.customEditorDiffs.d.ts +67 -0
- package/vscode-dts/vscode.proposed.customEditorPriority.d.ts +6 -0
- package/vscode-dts/vscode.proposed.d.ts +6 -0
- package/vscode-dts/vscode.proposed.documentDiff.d.ts +145 -0
- package/vscode-dts/vscode.proposed.languageModelPricing.d.ts +70 -0
- package/vscode/src/vs/base/common/defaultAccount.d.ts +0 -58
- package/vscode/src/vs/editor/contrib/inlineCompletions/browser/model/animation.d.ts +0 -32
- package/vscode/src/vs/workbench/contrib/inlineChat/browser/inlineChatHistoryService.service.d.ts +0 -10
- package/vscode/src/vs/workbench/contrib/inlineChat/browser/inlineChatHistoryService.service.js +0 -6
- package/vscode/src/vs/workbench/contrib/mcp/browser/mcpServerEditor.d.ts +0 -72
- package/vscode/src/vs/workbench/contrib/mcp/browser/mcpServerEditor.js +0 -998
- package/vscode/src/vs/workbench/contrib/mcp/browser/mcpServerEditorInput.d.ts +0 -17
- package/vscode/src/vs/workbench/contrib/mcp/browser/mcpServerEditorInput.js +0 -49
- package/vscode/src/vs/workbench/contrib/mcp/browser/mcpServerIcons.d.ts +0 -5
- package/vscode/src/vs/workbench/contrib/mcp/browser/mcpServerIcons.js +0 -12
- package/vscode/src/vs/workbench/contrib/mcp/browser/mcpServerWidgets.d.ts +0 -88
- package/vscode/src/vs/workbench/contrib/mcp/browser/mcpServerWidgets.js +0 -464
- package/vscode/src/vs/workbench/contrib/mcp/browser/media/mcpServerEditor.css +0 -94
- package/vscode/src/vs/workbench/contrib/search/browser/searchActionsFind.d.ts +0 -16
- package/vscode/src/vs/workbench/contrib/search/browser/searchActionsFind.js +0 -475
|
@@ -30,7 +30,7 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
30
30
|
"workbench.externalBrowser": {
|
|
31
31
|
type: "string",
|
|
32
32
|
markdownDescription: ( localize(
|
|
33
|
-
|
|
33
|
+
3856,
|
|
34
34
|
"Configure the browser to use for opening http or https links externally. This can either be the name of the browser (`edge`, `chrome`, `firefox`) or an absolute path to the browser's executable. Will use the system default if not set."
|
|
35
35
|
)),
|
|
36
36
|
included: isNative,
|
|
@@ -39,12 +39,12 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
39
39
|
"workbench.editor.titleScrollbarSizing": {
|
|
40
40
|
type: "string",
|
|
41
41
|
enum: ["default", "large"],
|
|
42
|
-
enumDescriptions: [( localize(
|
|
43
|
-
|
|
42
|
+
enumDescriptions: [( localize(3857, "The default size.")), ( localize(
|
|
43
|
+
3858,
|
|
44
44
|
"Increases the size, so it can be grabbed more easily with the mouse."
|
|
45
45
|
))],
|
|
46
46
|
description: ( localize(
|
|
47
|
-
|
|
47
|
+
3859,
|
|
48
48
|
"Controls the height of the scrollbars used for tabs and breadcrumbs in the editor title area."
|
|
49
49
|
)),
|
|
50
50
|
default: "default"
|
|
@@ -52,9 +52,9 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
52
52
|
"workbench.editor.titleScrollbarVisibility": {
|
|
53
53
|
type: "string",
|
|
54
54
|
enum: ["auto", "visible", "hidden"],
|
|
55
|
-
enumDescriptions: [( localize(
|
|
55
|
+
enumDescriptions: [( localize(3860, "The horizontal scrollbar will be visible only when necessary.")), ( localize(3861, "The horizontal scrollbar will always be visible.")), ( localize(3862, "The horizontal scrollbar will always be hidden."))],
|
|
56
56
|
description: ( localize(
|
|
57
|
-
|
|
57
|
+
3863,
|
|
58
58
|
"Controls the visibility of the scrollbars used for tabs and breadcrumbs in the editor title area."
|
|
59
59
|
)),
|
|
60
60
|
default: "auto"
|
|
@@ -62,12 +62,12 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
62
62
|
[LayoutSettings.EDITOR_TABS_MODE]: {
|
|
63
63
|
"type": "string",
|
|
64
64
|
"enum": [EditorTabsMode.MULTIPLE, EditorTabsMode.SINGLE, EditorTabsMode.NONE],
|
|
65
|
-
"enumDescriptions": [( localize(
|
|
66
|
-
|
|
65
|
+
"enumDescriptions": [( localize(3864, "Each editor is displayed as a tab in the editor title area.")), ( localize(
|
|
66
|
+
3865,
|
|
67
67
|
"The active editor is displayed as a single large tab in the editor title area."
|
|
68
|
-
)), ( localize(
|
|
68
|
+
)), ( localize(3866, "The editor title area is not displayed."))],
|
|
69
69
|
"description": ( localize(
|
|
70
|
-
|
|
70
|
+
3867,
|
|
71
71
|
"Controls whether opened editors should show as individual tabs, one single large tab or if the title area should not be shown."
|
|
72
72
|
)),
|
|
73
73
|
"default": "multiple"
|
|
@@ -80,23 +80,27 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
80
80
|
EditorActionsLocation.HIDDEN
|
|
81
81
|
],
|
|
82
82
|
"markdownEnumDescriptions": [( localize(
|
|
83
|
-
|
|
83
|
+
3868,
|
|
84
84
|
"Show editor actions in the window title bar when {0} is set to {1}. Otherwise, editor actions are shown in the editor tab bar.",
|
|
85
85
|
"`#workbench.editor.showTabs#`",
|
|
86
86
|
"`none`"
|
|
87
87
|
)), ( localize(
|
|
88
|
-
|
|
88
|
+
3869,
|
|
89
89
|
"Show editor actions in the window title bar. If {0} is set to {1}, editor actions are hidden.",
|
|
90
90
|
"`#window.customTitleBarVisibility#`",
|
|
91
91
|
"`never`"
|
|
92
|
-
)), ( localize(
|
|
93
|
-
"markdownDescription": ( localize(
|
|
94
|
-
"default": "default"
|
|
92
|
+
)), ( localize(3870, "Editor actions are not shown."))],
|
|
93
|
+
"markdownDescription": ( localize(3871, "Controls where the editor actions are shown.")),
|
|
94
|
+
"default": "default",
|
|
95
|
+
agentsWindow: {
|
|
96
|
+
default: "default",
|
|
97
|
+
readOnly: true
|
|
98
|
+
}
|
|
95
99
|
},
|
|
96
100
|
"workbench.editor.alwaysShowEditorActions": {
|
|
97
101
|
"type": "boolean",
|
|
98
102
|
"markdownDescription": ( localize(
|
|
99
|
-
|
|
103
|
+
3872,
|
|
100
104
|
"Controls whether to always show the editor actions, even when the editor group is not active."
|
|
101
105
|
)),
|
|
102
106
|
"default": false
|
|
@@ -104,7 +108,7 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
104
108
|
"workbench.editor.wrapTabs": {
|
|
105
109
|
"type": "boolean",
|
|
106
110
|
"markdownDescription": ( localize(
|
|
107
|
-
|
|
111
|
+
3873,
|
|
108
112
|
"Controls whether tabs should be wrapped over multiple lines when exceeding available space or whether a scrollbar should appear instead. This value is ignored when {0} is not set to '{1}'.",
|
|
109
113
|
"`#workbench.editor.showTabs#`",
|
|
110
114
|
"`multiple`"
|
|
@@ -114,7 +118,7 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
114
118
|
"workbench.editor.scrollToSwitchTabs": {
|
|
115
119
|
"type": "boolean",
|
|
116
120
|
"markdownDescription": ( localize(
|
|
117
|
-
|
|
121
|
+
3874,
|
|
118
122
|
"Controls whether scrolling over tabs will open them or not. By default tabs will only reveal upon scrolling, but not open. You can press and hold the Shift-key while scrolling to change this behavior for that duration. This value is ignored when {0} is not set to {1}.",
|
|
119
123
|
"`#workbench.editor.showTabs#`",
|
|
120
124
|
"`multiple`"
|
|
@@ -124,7 +128,7 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
124
128
|
"workbench.editor.highlightModifiedTabs": {
|
|
125
129
|
"type": "boolean",
|
|
126
130
|
"markdownDescription": ( localize(
|
|
127
|
-
|
|
131
|
+
3875,
|
|
128
132
|
"Controls whether a top border is drawn on tabs for editors that have unsaved changes. This value is ignored when {0} is not set to {1}.",
|
|
129
133
|
"`#workbench.editor.showTabs#`",
|
|
130
134
|
`multiple`
|
|
@@ -133,18 +137,18 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
133
137
|
},
|
|
134
138
|
"workbench.editor.decorations.badges": {
|
|
135
139
|
"type": "boolean",
|
|
136
|
-
"markdownDescription": ( localize(
|
|
140
|
+
"markdownDescription": ( localize(3876, "Controls whether editor file decorations should use badges.")),
|
|
137
141
|
"default": true
|
|
138
142
|
},
|
|
139
143
|
"workbench.editor.decorations.colors": {
|
|
140
144
|
"type": "boolean",
|
|
141
|
-
"markdownDescription": ( localize(
|
|
145
|
+
"markdownDescription": ( localize(3877, "Controls whether editor file decorations should use colors.")),
|
|
142
146
|
"default": true
|
|
143
147
|
},
|
|
144
148
|
[CustomEditorLabelService.SETTING_ID_ENABLED]: {
|
|
145
149
|
"type": "boolean",
|
|
146
150
|
"markdownDescription": ( localize(
|
|
147
|
-
|
|
151
|
+
3878,
|
|
148
152
|
"Controls whether the custom workbench editor labels should be applied."
|
|
149
153
|
)),
|
|
150
154
|
"default": true
|
|
@@ -153,27 +157,27 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
153
157
|
"type": "object",
|
|
154
158
|
"markdownDescription": (() => {
|
|
155
159
|
let customEditorLabelDescription = ( localize(
|
|
156
|
-
|
|
160
|
+
3879,
|
|
157
161
|
"Controls the rendering of the editor label. Each __Item__ is a pattern that matches a file path. Both relative and absolute file paths are supported. The relative path must include the WORKSPACE_FOLDER (e.g `WORKSPACE_FOLDER/src/**.tsx` or `*/src/**.tsx`). Absolute patterns must start with a `/`. In case multiple patterns match, the longest matching path will be picked. Each __Value__ is the template for the rendered editor when the __Item__ matches. Variables are substituted based on the context:"
|
|
158
162
|
));
|
|
159
163
|
customEditorLabelDescription += "\n- " + [( localize(
|
|
160
|
-
|
|
164
|
+
3880,
|
|
161
165
|
"`${dirname}`: name of the folder in which the file is located (e.g. `WORKSPACE_FOLDER/folder/file.txt -> folder`)."
|
|
162
166
|
)), ( localize(
|
|
163
|
-
|
|
167
|
+
3881,
|
|
164
168
|
"`${dirname(N)}`: name of the nth parent folder in which the file is located (e.g. `N=2: WORKSPACE_FOLDER/static/folder/file.txt -> WORKSPACE_FOLDER`). Folders can be picked from the start of the path by using negative numbers (e.g. `N=-1: WORKSPACE_FOLDER/folder/file.txt -> WORKSPACE_FOLDER`). If the __Item__ is an absolute pattern path, the first folder (`N=-1`) refers to the first folder in the absolute path, otherwise it corresponds to the workspace folder."
|
|
165
169
|
)), ( localize(
|
|
166
|
-
|
|
170
|
+
3882,
|
|
167
171
|
"`${filename}`: name of the file without the file extension (e.g. `WORKSPACE_FOLDER/folder/file.txt -> file`)."
|
|
168
172
|
)), ( localize(
|
|
169
|
-
|
|
173
|
+
3883,
|
|
170
174
|
"`${extname}`: the file extension (e.g. `WORKSPACE_FOLDER/folder/file.txt -> txt`)."
|
|
171
175
|
)), ( localize(
|
|
172
|
-
|
|
176
|
+
3884,
|
|
173
177
|
"`${extname(N)}`: the nth extension of the file separated by '.' (e.g. `N=2: WORKSPACE_FOLDER/folder/file.ext1.ext2.ext3 -> ext1`). Extension can be picked from the start of the extension by using negative numbers (e.g. `N=-1: WORKSPACE_FOLDER/folder/file.ext1.ext2.ext3 -> ext2`)."
|
|
174
178
|
))].join("\n- ");
|
|
175
179
|
customEditorLabelDescription += "\n\n" + ( localize(
|
|
176
|
-
|
|
180
|
+
3885,
|
|
177
181
|
"Example: `\"**/static/**/*.html\": \"${filename} - ${dirname} (${extname})\"` will render a file `WORKSPACE_FOLDER/static/folder/file.html` as `file - folder (html)`."
|
|
178
182
|
));
|
|
179
183
|
return customEditorLabelDescription;
|
|
@@ -181,7 +185,7 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
181
185
|
additionalProperties: {
|
|
182
186
|
type: ["string", "null"],
|
|
183
187
|
markdownDescription: ( localize(
|
|
184
|
-
|
|
188
|
+
3886,
|
|
185
189
|
"The template which should be rendered when the pattern matches. May include the variables ${dirname}, ${filename} and ${extname}."
|
|
186
190
|
)),
|
|
187
191
|
minLength: 1,
|
|
@@ -193,34 +197,34 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
193
197
|
"type": "string",
|
|
194
198
|
"enum": ["default", "short", "medium", "long"],
|
|
195
199
|
"enumDescriptions": [( localize(
|
|
196
|
-
|
|
200
|
+
3887,
|
|
197
201
|
"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."
|
|
198
|
-
)), ( localize(
|
|
199
|
-
|
|
202
|
+
)), ( localize(3888, "Show the name of the file followed by its directory name.")), ( localize(
|
|
203
|
+
3889,
|
|
200
204
|
"Show the name of the file followed by its path relative to the workspace folder."
|
|
201
|
-
)), ( localize(
|
|
205
|
+
)), ( localize(3890, "Show the name of the file followed by its absolute path."))],
|
|
202
206
|
"default": "default",
|
|
203
|
-
"description": ( localize(
|
|
207
|
+
"description": ( localize(3891, "Controls the format of the label for an editor."))
|
|
204
208
|
},
|
|
205
209
|
"workbench.editor.untitled.labelFormat": {
|
|
206
210
|
"type": "string",
|
|
207
211
|
"enum": ["content", "name"],
|
|
208
212
|
"enumDescriptions": [( localize(
|
|
209
|
-
|
|
213
|
+
3892,
|
|
210
214
|
"The name of the untitled file is derived from the contents of its first line unless it has an associated file path. It will fallback to the name in case the line is empty or contains no word characters."
|
|
211
215
|
)), ( localize(
|
|
212
|
-
|
|
216
|
+
3893,
|
|
213
217
|
"The name of the untitled file is not derived from the contents of the file."
|
|
214
218
|
))],
|
|
215
219
|
"default": "content",
|
|
216
|
-
"description": ( localize(
|
|
220
|
+
"description": ( localize(3894, "Controls the format of the label for an untitled editor."))
|
|
217
221
|
},
|
|
218
222
|
"workbench.editor.empty.hint": {
|
|
219
223
|
"type": "string",
|
|
220
224
|
"enum": ["text", "hidden"],
|
|
221
225
|
"default": "text",
|
|
222
226
|
"markdownDescription": ( localize(
|
|
223
|
-
|
|
227
|
+
3895,
|
|
224
228
|
"Controls if the empty editor text hint should be visible in the editor."
|
|
225
229
|
))
|
|
226
230
|
},
|
|
@@ -228,7 +232,7 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
228
232
|
type: "boolean",
|
|
229
233
|
default: true,
|
|
230
234
|
description: ( localize(
|
|
231
|
-
|
|
235
|
+
3896,
|
|
232
236
|
"Controls whether the language in a text editor is automatically detected unless the language has been explicitly set by the language picker. This can also be scoped by language so you can specify which languages you do not want to be switched off of. This is useful for languages like Markdown that often contain other languages that might trick language detection into thinking it's the embedded language and not Markdown."
|
|
233
237
|
)),
|
|
234
238
|
scope: ConfigurationScope.LANGUAGE_OVERRIDABLE
|
|
@@ -237,7 +241,7 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
237
241
|
type: "boolean",
|
|
238
242
|
default: true,
|
|
239
243
|
description: ( localize(
|
|
240
|
-
|
|
244
|
+
3897,
|
|
241
245
|
"Enables use of editor history in language detection. This causes automatic language detection to favor languages that have been recently opened and allows for automatic language detection to operate with smaller inputs."
|
|
242
246
|
))
|
|
243
247
|
},
|
|
@@ -245,7 +249,7 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
245
249
|
type: "boolean",
|
|
246
250
|
default: false,
|
|
247
251
|
description: ( localize(
|
|
248
|
-
|
|
252
|
+
3898,
|
|
249
253
|
"When enabled, a language detection model that takes into account editor history will be given higher precedence."
|
|
250
254
|
))
|
|
251
255
|
},
|
|
@@ -256,18 +260,18 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
256
260
|
"notebookEditors": true
|
|
257
261
|
},
|
|
258
262
|
description: ( localize(
|
|
259
|
-
|
|
263
|
+
3899,
|
|
260
264
|
"When enabled, shows a status bar Quick Fix when the editor language doesn't match detected content language."
|
|
261
265
|
)),
|
|
262
266
|
additionalProperties: false,
|
|
263
267
|
properties: {
|
|
264
268
|
untitledEditors: {
|
|
265
269
|
type: "boolean",
|
|
266
|
-
description: ( localize(
|
|
270
|
+
description: ( localize(3900, "Show in untitled text editors"))
|
|
267
271
|
},
|
|
268
272
|
notebookEditors: {
|
|
269
273
|
type: "boolean",
|
|
270
|
-
description: ( localize(
|
|
274
|
+
description: ( localize(3901, "Show in notebook editors"))
|
|
271
275
|
}
|
|
272
276
|
}
|
|
273
277
|
},
|
|
@@ -276,7 +280,7 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
276
280
|
enum: ["left", "right"],
|
|
277
281
|
default: "right",
|
|
278
282
|
markdownDescription: ( localize(
|
|
279
|
-
|
|
283
|
+
3902,
|
|
280
284
|
"Controls the position of the editor's tabs action buttons (close, unpin). This value is ignored when {0} is not set to {1}.",
|
|
281
285
|
"`#workbench.editor.showTabs#`",
|
|
282
286
|
"`multiple`"
|
|
@@ -285,18 +289,18 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
285
289
|
"workbench.editor.tabActionCloseVisibility": {
|
|
286
290
|
type: "boolean",
|
|
287
291
|
default: true,
|
|
288
|
-
description: ( localize(
|
|
292
|
+
description: ( localize(3903, "Controls the visibility of the tab close action button."))
|
|
289
293
|
},
|
|
290
294
|
"workbench.editor.tabActionUnpinVisibility": {
|
|
291
295
|
type: "boolean",
|
|
292
296
|
default: true,
|
|
293
|
-
description: ( localize(
|
|
297
|
+
description: ( localize(3904, "Controls the visibility of the tab unpin action button."))
|
|
294
298
|
},
|
|
295
299
|
"workbench.editor.showTabIndex": {
|
|
296
300
|
"type": "boolean",
|
|
297
301
|
"default": false,
|
|
298
302
|
"markdownDescription": ( localize(
|
|
299
|
-
|
|
303
|
+
3905,
|
|
300
304
|
"When enabled, will show the tab index. This value is ignored when {0} is not set to {1}.",
|
|
301
305
|
"`#workbench.editor.showTabs#`",
|
|
302
306
|
"`multiple`"
|
|
@@ -306,15 +310,15 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
306
310
|
"type": "string",
|
|
307
311
|
"enum": ["fit", "shrink", "fixed"],
|
|
308
312
|
"default": "fit",
|
|
309
|
-
"enumDescriptions": [( localize(
|
|
310
|
-
|
|
313
|
+
"enumDescriptions": [( localize(3906, "Always keep tabs large enough to show the full editor label.")), ( localize(
|
|
314
|
+
3907,
|
|
311
315
|
"Allow tabs to get smaller when the available space is not enough to show all tabs at once."
|
|
312
316
|
)), ( localize(
|
|
313
|
-
|
|
317
|
+
3908,
|
|
314
318
|
"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."
|
|
315
319
|
))],
|
|
316
320
|
"markdownDescription": ( localize(
|
|
317
|
-
|
|
321
|
+
3909,
|
|
318
322
|
"Controls the size of editor tabs. This value is ignored when {0} is not set to {1}.",
|
|
319
323
|
"`#workbench.editor.showTabs#`",
|
|
320
324
|
"`multiple`"
|
|
@@ -325,7 +329,7 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
325
329
|
"default": 50,
|
|
326
330
|
"minimum": 38,
|
|
327
331
|
"markdownDescription": ( localize(
|
|
328
|
-
|
|
332
|
+
3910,
|
|
329
333
|
"Controls the minimum width of tabs when {0} size is set to {1}.",
|
|
330
334
|
"`#workbench.editor.tabSizing#`",
|
|
331
335
|
"`fixed`"
|
|
@@ -336,7 +340,7 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
336
340
|
"default": 160,
|
|
337
341
|
"minimum": 38,
|
|
338
342
|
"markdownDescription": ( localize(
|
|
339
|
-
|
|
343
|
+
3911,
|
|
340
344
|
"Controls the maximum width of tabs when {0} size is set to {1}.",
|
|
341
345
|
"`#workbench.editor.tabSizing#`",
|
|
342
346
|
"`fixed`"
|
|
@@ -347,7 +351,7 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
347
351
|
"enum": ["default", "compact"],
|
|
348
352
|
"default": "default",
|
|
349
353
|
"markdownDescription": ( localize(
|
|
350
|
-
|
|
354
|
+
3912,
|
|
351
355
|
"Controls the height of editor tabs. Also applies to the title control bar when {0} is not set to {1}.",
|
|
352
356
|
"`#workbench.editor.showTabs#`",
|
|
353
357
|
"`multiple`"
|
|
@@ -357,15 +361,15 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
357
361
|
"type": "string",
|
|
358
362
|
"enum": ["normal", "compact", "shrink"],
|
|
359
363
|
"default": "normal",
|
|
360
|
-
"enumDescriptions": [( localize(
|
|
361
|
-
|
|
364
|
+
"enumDescriptions": [( localize(3913, "A pinned tab inherits the look of non pinned tabs.")), ( localize(
|
|
365
|
+
3914,
|
|
362
366
|
"A pinned tab will show in a compact form with only icon or first letter of the editor name."
|
|
363
367
|
)), ( localize(
|
|
364
|
-
|
|
368
|
+
3915,
|
|
365
369
|
"A pinned tab shrinks to a compact fixed size showing parts of the editor name."
|
|
366
370
|
))],
|
|
367
371
|
"markdownDescription": ( localize(
|
|
368
|
-
|
|
372
|
+
3916,
|
|
369
373
|
"Controls the size of pinned editor tabs. Pinned tabs are sorted to the beginning of all opened tabs and typically do not close until unpinned. This value is ignored when {0} is not set to {1}.",
|
|
370
374
|
"`#workbench.editor.showTabs#`",
|
|
371
375
|
"`multiple`"
|
|
@@ -375,7 +379,7 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
375
379
|
"type": "boolean",
|
|
376
380
|
"default": false,
|
|
377
381
|
"markdownDescription": ( localize(
|
|
378
|
-
|
|
382
|
+
3917,
|
|
379
383
|
"When enabled, displays pinned tabs in a separate row above all other tabs. This value is ignored when {0} is not set to {1}.",
|
|
380
384
|
"`#workbench.editor.showTabs#`",
|
|
381
385
|
"`multiple`"
|
|
@@ -386,11 +390,11 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
386
390
|
"enum": ["keyboardAndMouse", "keyboard", "mouse", "never"],
|
|
387
391
|
"default": "keyboardAndMouse",
|
|
388
392
|
"enumDescriptions": [( localize(
|
|
389
|
-
|
|
393
|
+
3918,
|
|
390
394
|
"Always prevent closing the pinned editor when using mouse middle click or keyboard."
|
|
391
|
-
)), ( localize(
|
|
395
|
+
)), ( localize(3919, "Prevent closing the pinned editor when using the keyboard.")), ( localize(3920, "Prevent closing the pinned editor when using mouse middle click.")), ( localize(3921, "Never prevent closing a pinned editor."))],
|
|
392
396
|
description: ( localize(
|
|
393
|
-
|
|
397
|
+
3922,
|
|
394
398
|
"Controls whether pinned editors should close when keyboard or middle mouse click is used for closing."
|
|
395
399
|
))
|
|
396
400
|
},
|
|
@@ -399,31 +403,33 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
399
403
|
"enum": ["auto", "distribute", "split"],
|
|
400
404
|
"default": "auto",
|
|
401
405
|
"enumDescriptions": [( localize(
|
|
402
|
-
|
|
406
|
+
3923,
|
|
403
407
|
"Splits the active editor group to equal parts, unless all editor groups are already in equal parts. In that case, splits all the editor groups to equal parts."
|
|
404
|
-
)), ( localize(
|
|
405
|
-
"description": ( localize(
|
|
408
|
+
)), ( localize(3924, "Splits all the editor groups to equal parts.")), ( localize(3925, "Splits the active editor group to equal parts."))],
|
|
409
|
+
"description": ( localize(3926, "Controls the size of editor groups when splitting them.")),
|
|
410
|
+
"keywords": ["pane"]
|
|
406
411
|
},
|
|
407
412
|
"workbench.editor.splitOnDragAndDrop": {
|
|
408
413
|
"type": "boolean",
|
|
409
414
|
"default": true,
|
|
410
415
|
"description": ( localize(
|
|
411
|
-
|
|
416
|
+
3927,
|
|
412
417
|
"Controls if editor groups can be split from drag and drop operations by dropping an editor or file on the edges of the editor area."
|
|
413
|
-
))
|
|
418
|
+
)),
|
|
419
|
+
"keywords": ["pane"]
|
|
414
420
|
},
|
|
415
421
|
"workbench.editor.dragToOpenWindow": {
|
|
416
422
|
"type": "boolean",
|
|
417
423
|
"default": true,
|
|
418
424
|
"markdownDescription": ( localize(
|
|
419
|
-
|
|
425
|
+
3928,
|
|
420
426
|
"Controls if editors can be dragged out of the window to open them in a new window. Press and hold the `Alt` key while dragging to toggle this dynamically."
|
|
421
427
|
))
|
|
422
428
|
},
|
|
423
429
|
"workbench.editor.focusRecentEditorAfterClose": {
|
|
424
430
|
"type": "boolean",
|
|
425
431
|
"description": ( localize(
|
|
426
|
-
|
|
432
|
+
3929,
|
|
427
433
|
"Controls whether editors are closed in most recently used order or from left to right."
|
|
428
434
|
)),
|
|
429
435
|
"default": true
|
|
@@ -431,7 +437,7 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
431
437
|
"workbench.editor.showIcons": {
|
|
432
438
|
"type": "boolean",
|
|
433
439
|
"description": ( localize(
|
|
434
|
-
|
|
440
|
+
3930,
|
|
435
441
|
"Controls whether opened editors should show with an icon or not. This requires a file icon theme to be enabled as well."
|
|
436
442
|
)),
|
|
437
443
|
"default": true
|
|
@@ -439,7 +445,7 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
439
445
|
"workbench.editor.enablePreview": {
|
|
440
446
|
"type": "boolean",
|
|
441
447
|
"description": ( localize(
|
|
442
|
-
|
|
448
|
+
3931,
|
|
443
449
|
"Controls whether preview mode is used when editors open. There is a maximum of one preview mode editor per editor group. This editor displays its filename in italics on its tab or title label and in the Open Editors view. Its contents will be replaced by the next editor opened in preview mode. Making a change in a preview mode editor will persist it, as will a double-click on its label, or the 'Keep Open' option in its label context menu. Opening a file from Explorer with a double-click persists its editor immediately."
|
|
444
450
|
)),
|
|
445
451
|
"default": true
|
|
@@ -447,7 +453,7 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
447
453
|
"workbench.editor.enablePreviewFromQuickOpen": {
|
|
448
454
|
"type": "boolean",
|
|
449
455
|
"markdownDescription": ( localize(
|
|
450
|
-
|
|
456
|
+
3932,
|
|
451
457
|
"Controls whether editors opened from Quick Open show as preview editors. Preview editors do not stay open, and are reused until explicitly set to be kept open (via double-click or editing). When enabled, hold Ctrl before selection to open an editor as a non-preview. This value is ignored when {0} is not set to {1}.",
|
|
452
458
|
"`#workbench.editor.showTabs#`",
|
|
453
459
|
"`multiple`"
|
|
@@ -457,7 +463,7 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
457
463
|
"workbench.editor.enablePreviewFromCodeNavigation": {
|
|
458
464
|
"type": "boolean",
|
|
459
465
|
"markdownDescription": ( localize(
|
|
460
|
-
|
|
466
|
+
3933,
|
|
461
467
|
"Controls whether editors remain in preview when a code navigation is started from them. Preview editors do not stay open, and are reused until explicitly set to be kept open (via double-click or editing). This value is ignored when {0} is not set to {1}.",
|
|
462
468
|
"`#workbench.editor.showTabs#`",
|
|
463
469
|
"`multiple`"
|
|
@@ -467,7 +473,7 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
467
473
|
"workbench.editor.closeOnFileDelete": {
|
|
468
474
|
"type": "boolean",
|
|
469
475
|
"description": ( localize(
|
|
470
|
-
|
|
476
|
+
3934,
|
|
471
477
|
"Controls whether editors showing a file that was opened during the session should close automatically when getting deleted or renamed by some other process. Disabling this will keep the editor open on such an event. Note that deleting from within the application will always close the editor and that editors with unsaved changes will never close to preserve your data."
|
|
472
478
|
)),
|
|
473
479
|
"default": false
|
|
@@ -477,7 +483,7 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
477
483
|
"enum": ["left", "right", "first", "last"],
|
|
478
484
|
"default": "right",
|
|
479
485
|
"markdownDescription": ( localize(
|
|
480
|
-
|
|
486
|
+
3935,
|
|
481
487
|
"Controls where editors open. Select {0} or {1} to open editors to the left or right of the currently active one. Select {2} or {3} to open editors independently from the currently active one.",
|
|
482
488
|
"`left`",
|
|
483
489
|
"`right`",
|
|
@@ -490,22 +496,23 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
490
496
|
"enum": ["right", "down"],
|
|
491
497
|
"default": "right",
|
|
492
498
|
"markdownDescription": ( localize(
|
|
493
|
-
|
|
499
|
+
3936,
|
|
494
500
|
"Controls the default direction of editors that are opened side by side (for example, from the Explorer). By default, editors will open on the right hand side of the currently active one. If changed to `down`, the editors will open below the currently active one. This also impacts the split editor action in the editor toolbar."
|
|
495
501
|
))
|
|
496
502
|
},
|
|
497
503
|
"workbench.editor.closeEmptyGroups": {
|
|
498
504
|
"type": "boolean",
|
|
499
505
|
"description": ( localize(
|
|
500
|
-
|
|
506
|
+
3937,
|
|
501
507
|
"Controls the behavior of empty editor groups when the last tab in the group is closed. When enabled, empty groups will automatically close. When disabled, empty groups will remain part of the grid."
|
|
502
508
|
)),
|
|
503
|
-
"default": true
|
|
509
|
+
"default": true,
|
|
510
|
+
"keywords": ["pane"]
|
|
504
511
|
},
|
|
505
512
|
"workbench.editor.revealIfOpen": {
|
|
506
513
|
"type": "boolean",
|
|
507
514
|
"description": ( localize(
|
|
508
|
-
|
|
515
|
+
3938,
|
|
509
516
|
"Controls whether an editor is revealed in any of the visible groups if opened. If disabled, an editor will prefer to open in the currently active editor group. If enabled, an already opened editor will be revealed instead of opened again in the currently active editor group. Note that there are some cases where this setting is ignored, such as when forcing an editor to open in a specific group or to the side of the currently active group."
|
|
510
517
|
)),
|
|
511
518
|
"default": false
|
|
@@ -513,17 +520,20 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
513
520
|
"workbench.editor.useModal": {
|
|
514
521
|
"type": "string",
|
|
515
522
|
"enum": ["off", "some", "all"],
|
|
516
|
-
"enumDescriptions": [( localize(
|
|
517
|
-
|
|
523
|
+
"enumDescriptions": [( localize(3939, "Editors never open in a modal overlay.")), ( localize(
|
|
524
|
+
3940,
|
|
518
525
|
"Certain editors such as Settings and Keyboard Shortcuts may open in a centered modal overlay."
|
|
519
|
-
)), ( localize(
|
|
520
|
-
"description": ( localize(
|
|
521
|
-
"default": "some"
|
|
526
|
+
)), ( localize(3941, "All editors open in a centered modal overlay."))],
|
|
527
|
+
"description": ( localize(3942, "Controls whether editors open in a modal overlay.")),
|
|
528
|
+
"default": "some",
|
|
529
|
+
agentsWindow: {
|
|
530
|
+
default: "all"
|
|
531
|
+
}
|
|
522
532
|
},
|
|
523
533
|
"workbench.editor.swipeToNavigate": {
|
|
524
534
|
"type": "boolean",
|
|
525
535
|
"description": ( localize(
|
|
526
|
-
|
|
536
|
+
3943,
|
|
527
537
|
"Navigate between open files using three-finger swipe horizontally. Note that System Preferences > Trackpad > More Gestures > 'Swipe between pages' must be set to 'Swipe with two or three fingers'."
|
|
528
538
|
)),
|
|
529
539
|
"default": false,
|
|
@@ -532,7 +542,7 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
532
542
|
"workbench.editor.mouseBackForwardToNavigate": {
|
|
533
543
|
"type": "boolean",
|
|
534
544
|
"description": ( localize(
|
|
535
|
-
|
|
545
|
+
3944,
|
|
536
546
|
"Enables the use of mouse buttons four and five for commands 'Go Back' and 'Go Forward'."
|
|
537
547
|
)),
|
|
538
548
|
"default": true
|
|
@@ -542,15 +552,15 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
542
552
|
"enum": ["default", "editorGroup", "editor"],
|
|
543
553
|
"default": "default",
|
|
544
554
|
"markdownDescription": ( localize(
|
|
545
|
-
|
|
555
|
+
3945,
|
|
546
556
|
"Controls the scope of history navigation in editors for commands such as 'Go Back' and 'Go Forward'."
|
|
547
557
|
)),
|
|
548
|
-
"enumDescriptions": [( localize(
|
|
558
|
+
"enumDescriptions": [( localize(3946, "Navigate across all opened editors and editor groups.")), ( localize(3947, "Navigate only in editors of the active editor group.")), ( localize(3948, "Navigate only in the active editor."))]
|
|
549
559
|
},
|
|
550
560
|
"workbench.editor.restoreViewState": {
|
|
551
561
|
"type": "boolean",
|
|
552
562
|
"markdownDescription": ( localize(
|
|
553
|
-
|
|
563
|
+
3949,
|
|
554
564
|
"Restores the last editor view state (such as scroll position) when re-opening editors after they have been closed. Editor view state is stored per editor group and discarded when a group closes. Use the {0} setting to use the last known view state across all editor groups in case no previous view state was found for a editor group.",
|
|
555
565
|
"`#workbench.editor.sharedViewState#`"
|
|
556
566
|
)),
|
|
@@ -560,7 +570,7 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
560
570
|
"workbench.editor.sharedViewState": {
|
|
561
571
|
"type": "boolean",
|
|
562
572
|
"description": ( localize(
|
|
563
|
-
|
|
573
|
+
3950,
|
|
564
574
|
"Preserves the most recent editor view state (such as scroll position) across all editor groups and restores that if no specific editor view state is found for the editor group."
|
|
565
575
|
)),
|
|
566
576
|
"default": false
|
|
@@ -568,26 +578,30 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
568
578
|
"workbench.editor.restoreEditors": {
|
|
569
579
|
"type": "boolean",
|
|
570
580
|
"description": ( localize(
|
|
571
|
-
|
|
581
|
+
3951,
|
|
572
582
|
"Controls whether editors are restored on startup. When disabled, only dirty editors will be restored from the previous session."
|
|
573
583
|
)),
|
|
574
|
-
"default": true
|
|
584
|
+
"default": true,
|
|
585
|
+
agentsWindow: {
|
|
586
|
+
default: false,
|
|
587
|
+
readOnly: true
|
|
588
|
+
}
|
|
575
589
|
},
|
|
576
590
|
"workbench.editor.splitInGroupLayout": {
|
|
577
591
|
"type": "string",
|
|
578
592
|
"enum": ["vertical", "horizontal"],
|
|
579
593
|
"default": "horizontal",
|
|
580
594
|
"markdownDescription": ( localize(
|
|
581
|
-
|
|
595
|
+
3952,
|
|
582
596
|
"Controls the layout for when an editor is split in an editor group to be either vertical or horizontal."
|
|
583
597
|
)),
|
|
584
|
-
"enumDescriptions": [( localize(
|
|
598
|
+
"enumDescriptions": [( localize(3953, "Editors are positioned from top to bottom.")), ( localize(3954, "Editors are positioned from left to right."))]
|
|
585
599
|
},
|
|
586
600
|
"workbench.editor.centeredLayoutAutoResize": {
|
|
587
601
|
"type": "boolean",
|
|
588
602
|
"default": true,
|
|
589
603
|
"description": ( localize(
|
|
590
|
-
|
|
604
|
+
3955,
|
|
591
605
|
"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."
|
|
592
606
|
))
|
|
593
607
|
},
|
|
@@ -595,7 +609,7 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
595
609
|
"type": "boolean",
|
|
596
610
|
"default": false,
|
|
597
611
|
"description": ( localize(
|
|
598
|
-
|
|
612
|
+
3956,
|
|
599
613
|
"Controls whether the centered layout tries to maintain constant width when the window is resized."
|
|
600
614
|
))
|
|
601
615
|
},
|
|
@@ -604,24 +618,28 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
604
618
|
"enum": ["maximize", "expand", "off"],
|
|
605
619
|
"default": "expand",
|
|
606
620
|
"markdownDescription": ( localize(
|
|
607
|
-
|
|
621
|
+
3957,
|
|
608
622
|
"Controls how the editor group is resized when double clicking on a tab. This value is ignored when {0} is not set to {1}.",
|
|
609
623
|
"`#workbench.editor.showTabs#`",
|
|
610
624
|
"`multiple`"
|
|
611
625
|
)),
|
|
612
626
|
"enumDescriptions": [( localize(
|
|
613
|
-
|
|
627
|
+
3958,
|
|
614
628
|
"All other editor groups are hidden and the current editor group is maximized to take up the entire editor area."
|
|
615
629
|
)), ( localize(
|
|
616
|
-
|
|
630
|
+
3959,
|
|
617
631
|
"The editor group takes as much space as possible by making all other editor groups as small as possible."
|
|
618
|
-
)), ( localize(
|
|
632
|
+
)), ( localize(3960, "No editor group is resized when double clicking on a tab."))],
|
|
633
|
+
agentsWindow: {
|
|
634
|
+
default: "maximize",
|
|
635
|
+
readOnly: true
|
|
636
|
+
}
|
|
619
637
|
},
|
|
620
638
|
"workbench.editor.limit.enabled": {
|
|
621
639
|
"type": "boolean",
|
|
622
640
|
"default": false,
|
|
623
641
|
"description": ( localize(
|
|
624
|
-
|
|
642
|
+
3961,
|
|
625
643
|
"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."
|
|
626
644
|
))
|
|
627
645
|
},
|
|
@@ -630,7 +648,7 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
630
648
|
"default": 10,
|
|
631
649
|
"exclusiveMinimum": 0,
|
|
632
650
|
"markdownDescription": ( localize(
|
|
633
|
-
|
|
651
|
+
3962,
|
|
634
652
|
"Controls the maximum number of opened editors. Use the {0} setting to control this limit per editor group or across all groups.",
|
|
635
653
|
"`#workbench.editor.limit.perEditorGroup#`"
|
|
636
654
|
))
|
|
@@ -639,7 +657,7 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
639
657
|
"type": "boolean",
|
|
640
658
|
"default": false,
|
|
641
659
|
"description": ( localize(
|
|
642
|
-
|
|
660
|
+
3963,
|
|
643
661
|
"Controls if the maximum number of opened editors should exclude dirty editors for counting towards the configured limit."
|
|
644
662
|
))
|
|
645
663
|
},
|
|
@@ -647,7 +665,7 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
647
665
|
"type": "boolean",
|
|
648
666
|
"default": false,
|
|
649
667
|
"description": ( localize(
|
|
650
|
-
|
|
668
|
+
3964,
|
|
651
669
|
"Controls if the limit of maximum opened editors should apply per editor group or across all editor groups."
|
|
652
670
|
))
|
|
653
671
|
},
|
|
@@ -655,7 +673,7 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
655
673
|
"type": "boolean",
|
|
656
674
|
"default": true,
|
|
657
675
|
"description": ( localize(
|
|
658
|
-
|
|
676
|
+
3965,
|
|
659
677
|
"Controls whether local file history is enabled. When enabled, the file contents of an editor that is saved will be stored to a backup location to be able to restore or review the contents later. Changing this setting has no effect on existing local file history entries."
|
|
660
678
|
)),
|
|
661
679
|
"scope": ConfigurationScope.RESOURCE
|
|
@@ -665,7 +683,7 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
665
683
|
"default": 256,
|
|
666
684
|
"minimum": 1,
|
|
667
685
|
"description": ( localize(
|
|
668
|
-
|
|
686
|
+
3966,
|
|
669
687
|
"Controls the maximum size of a file (in KB) to be considered for local file history. Files that are larger will not be added to the local file history. Changing this setting has no effect on existing local file history entries."
|
|
670
688
|
)),
|
|
671
689
|
"scope": ConfigurationScope.RESOURCE
|
|
@@ -675,7 +693,7 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
675
693
|
"default": 50,
|
|
676
694
|
"minimum": 0,
|
|
677
695
|
"description": ( localize(
|
|
678
|
-
|
|
696
|
+
3967,
|
|
679
697
|
"Controls the maximum number of local file history entries per file. When the number of local file history entries exceeds this number for a file, the oldest entries will be discarded."
|
|
680
698
|
)),
|
|
681
699
|
"scope": ConfigurationScope.RESOURCE
|
|
@@ -688,7 +706,7 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
688
706
|
}
|
|
689
707
|
},
|
|
690
708
|
"markdownDescription": ( localize(
|
|
691
|
-
|
|
709
|
+
3968,
|
|
692
710
|
"Configure paths or [glob patterns](https://aka.ms/vscode-glob-patterns) for excluding files from the local file history. Glob patterns are always evaluated relative to the path of the workspace folder unless they are absolute paths. Changing this setting has no effect on existing local file history entries."
|
|
693
711
|
)),
|
|
694
712
|
"scope": ConfigurationScope.RESOURCE
|
|
@@ -698,7 +716,7 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
698
716
|
"default": 10,
|
|
699
717
|
"minimum": 1,
|
|
700
718
|
"markdownDescription": ( localize(
|
|
701
|
-
|
|
719
|
+
3969,
|
|
702
720
|
"Configure an interval in seconds during which the last entry in local file history is replaced with the entry that is being added. This helps reduce the overall number of entries that are added, for example when auto save is enabled. This setting is only applied to entries that have the same source of origin. Changing this setting has no effect on existing local file history entries."
|
|
703
721
|
)),
|
|
704
722
|
"scope": ConfigurationScope.RESOURCE
|
|
@@ -706,7 +724,7 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
706
724
|
"workbench.commandPalette.history": {
|
|
707
725
|
"type": "number",
|
|
708
726
|
"description": ( localize(
|
|
709
|
-
|
|
727
|
+
3970,
|
|
710
728
|
"Controls the number of recently used commands to keep in history for the command palette. Set to 0 to disable command history."
|
|
711
729
|
)),
|
|
712
730
|
"default": 50,
|
|
@@ -715,7 +733,7 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
715
733
|
"workbench.commandPalette.preserveInput": {
|
|
716
734
|
"type": "boolean",
|
|
717
735
|
"description": ( localize(
|
|
718
|
-
|
|
736
|
+
3971,
|
|
719
737
|
"Controls whether the last typed input to the command palette should be restored when opening it the next time."
|
|
720
738
|
)),
|
|
721
739
|
"default": false
|
|
@@ -724,7 +742,7 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
724
742
|
"type": "boolean",
|
|
725
743
|
tags: ["experimental"],
|
|
726
744
|
"description": ( localize(
|
|
727
|
-
|
|
745
|
+
3972,
|
|
728
746
|
"Controls whether the command palette should have a list of commonly used commands."
|
|
729
747
|
)),
|
|
730
748
|
"default": false
|
|
@@ -732,16 +750,16 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
732
750
|
"workbench.commandPalette.experimental.askChatLocation": {
|
|
733
751
|
"type": "string",
|
|
734
752
|
tags: ["experimental"],
|
|
735
|
-
"description": ( localize(
|
|
753
|
+
"description": ( localize(3973, "Controls where the command palette should ask chat questions.")),
|
|
736
754
|
"default": "chatView",
|
|
737
755
|
enum: ["chatView", "quickChat"],
|
|
738
|
-
enumDescriptions: [( localize(
|
|
756
|
+
enumDescriptions: [( localize(3974, "Ask chat questions in the Chat view.")), ( localize(3975, "Ask chat questions in Quick Chat."))]
|
|
739
757
|
},
|
|
740
758
|
"workbench.commandPalette.showAskInChat": {
|
|
741
759
|
"type": "boolean",
|
|
742
760
|
tags: ["experimental"],
|
|
743
761
|
"description": ( localize(
|
|
744
|
-
|
|
762
|
+
3976,
|
|
745
763
|
"Controls whether the command palette shows 'Ask in Chat' option at the bottom."
|
|
746
764
|
)),
|
|
747
765
|
"default": true
|
|
@@ -750,7 +768,7 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
750
768
|
"type": "boolean",
|
|
751
769
|
tags: ["experimental"],
|
|
752
770
|
"description": ( localize(
|
|
753
|
-
|
|
771
|
+
3977,
|
|
754
772
|
"Controls whether the command palette should include similar commands. You must have an extension installed that provides Natural Language support."
|
|
755
773
|
)),
|
|
756
774
|
"default": true
|
|
@@ -758,7 +776,7 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
758
776
|
"workbench.quickOpen.closeOnFocusLost": {
|
|
759
777
|
"type": "boolean",
|
|
760
778
|
"description": ( localize(
|
|
761
|
-
|
|
779
|
+
3978,
|
|
762
780
|
"Controls whether Quick Open should close automatically once it loses focus."
|
|
763
781
|
)),
|
|
764
782
|
"default": true
|
|
@@ -766,7 +784,7 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
766
784
|
"workbench.quickOpen.preserveInput": {
|
|
767
785
|
"type": "boolean",
|
|
768
786
|
"description": ( localize(
|
|
769
|
-
|
|
787
|
+
3979,
|
|
770
788
|
"Controls whether the last typed input to Quick Open should be restored when opening it the next time."
|
|
771
789
|
)),
|
|
772
790
|
"default": false
|
|
@@ -774,7 +792,7 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
774
792
|
"workbench.settings.openDefaultSettings": {
|
|
775
793
|
"type": "boolean",
|
|
776
794
|
"description": ( localize(
|
|
777
|
-
|
|
795
|
+
3980,
|
|
778
796
|
"Controls whether opening settings also opens an editor showing all default settings."
|
|
779
797
|
)),
|
|
780
798
|
"default": false
|
|
@@ -782,7 +800,7 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
782
800
|
"workbench.settings.useSplitJSON": {
|
|
783
801
|
"type": "boolean",
|
|
784
802
|
"markdownDescription": ( localize(
|
|
785
|
-
|
|
803
|
+
3981,
|
|
786
804
|
"Controls whether to use the split JSON editor when editing settings as JSON."
|
|
787
805
|
)),
|
|
788
806
|
"default": false
|
|
@@ -790,7 +808,7 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
790
808
|
"workbench.settings.openDefaultKeybindings": {
|
|
791
809
|
"type": "boolean",
|
|
792
810
|
"description": ( localize(
|
|
793
|
-
|
|
811
|
+
3982,
|
|
794
812
|
"Controls whether opening keybinding settings also opens an editor showing all default keybindings."
|
|
795
813
|
)),
|
|
796
814
|
"default": false
|
|
@@ -798,7 +816,7 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
798
816
|
"workbench.settings.alwaysShowAdvancedSettings": {
|
|
799
817
|
"type": "boolean",
|
|
800
818
|
"description": ( localize(
|
|
801
|
-
|
|
819
|
+
3983,
|
|
802
820
|
"Controls whether advanced settings are always shown in the settings editor without requiring the `@tag:advanced` filter."
|
|
803
821
|
)),
|
|
804
822
|
"default": product.quality !== "stable"
|
|
@@ -808,15 +826,19 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
808
826
|
"enum": ["left", "right"],
|
|
809
827
|
"default": "left",
|
|
810
828
|
"description": ( localize(
|
|
811
|
-
|
|
829
|
+
3984,
|
|
812
830
|
"Controls the location of the primary side bar and activity bar. They can either show on the left or right of the workbench. The secondary side bar will show on the opposite side of the workbench."
|
|
813
|
-
))
|
|
831
|
+
)),
|
|
832
|
+
agentsWindow: {
|
|
833
|
+
default: "left",
|
|
834
|
+
readOnly: true
|
|
835
|
+
}
|
|
814
836
|
},
|
|
815
837
|
"workbench.panel.showLabels": {
|
|
816
838
|
"type": "boolean",
|
|
817
839
|
"default": true,
|
|
818
840
|
"description": ( localize(
|
|
819
|
-
|
|
841
|
+
3985,
|
|
820
842
|
"Controls whether activity items in the panel title are shown as label or icon."
|
|
821
843
|
))
|
|
822
844
|
},
|
|
@@ -825,19 +847,27 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
825
847
|
"enum": ["left", "bottom", "top", "right"],
|
|
826
848
|
"default": "bottom",
|
|
827
849
|
"description": ( localize(
|
|
828
|
-
|
|
850
|
+
3986,
|
|
829
851
|
"Controls the default location of the panel (Terminal, Debug Console, Output, Problems) in a new workspace. It can either show at the bottom, top, right, or left of the editor area."
|
|
830
|
-
))
|
|
852
|
+
)),
|
|
853
|
+
agentsWindow: {
|
|
854
|
+
default: "bottom",
|
|
855
|
+
readOnly: true
|
|
856
|
+
}
|
|
831
857
|
},
|
|
832
858
|
"workbench.panel.opensMaximized": {
|
|
833
859
|
"type": "string",
|
|
834
860
|
"enum": ["always", "never", "preserve"],
|
|
835
861
|
"default": "preserve",
|
|
836
862
|
"description": ( localize(
|
|
837
|
-
|
|
863
|
+
3987,
|
|
838
864
|
"Controls whether the panel opens maximized. It can either always open maximized, never open maximized, or open to the last state it was in before being closed."
|
|
839
865
|
)),
|
|
840
|
-
"enumDescriptions": [( localize(
|
|
866
|
+
"enumDescriptions": [( localize(3988, "Always maximize the panel when opening it.")), ( localize(3989, "Never maximize the panel when opening it.")), ( localize(3990, "Open the panel to the state that it was in, before it was closed."))],
|
|
867
|
+
agentsWindow: {
|
|
868
|
+
default: "never",
|
|
869
|
+
readOnly: true
|
|
870
|
+
}
|
|
841
871
|
},
|
|
842
872
|
"workbench.secondarySideBar.defaultVisibility": {
|
|
843
873
|
"type": "string",
|
|
@@ -850,43 +880,59 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
850
880
|
],
|
|
851
881
|
"default": "visibleInWorkspace",
|
|
852
882
|
"description": ( localize(
|
|
853
|
-
|
|
883
|
+
3991,
|
|
854
884
|
"Controls the default visibility of the secondary side bar in workspaces or empty windows that are opened for the first time. Can be overridden by the agent sessions startup editor setting."
|
|
855
885
|
)),
|
|
856
|
-
"enumDescriptions": [( localize(
|
|
857
|
-
|
|
886
|
+
"enumDescriptions": [( localize(3992, "The secondary side bar is hidden by default.")), ( localize(
|
|
887
|
+
3993,
|
|
858
888
|
"The secondary side bar is visible by default if a workspace is opened."
|
|
859
|
-
)), ( localize(
|
|
860
|
-
|
|
889
|
+
)), ( localize(3994, "The secondary side bar is visible by default.")), ( localize(
|
|
890
|
+
3995,
|
|
861
891
|
"The secondary side bar is visible and maximized by default if a workspace is opened."
|
|
862
|
-
)), ( localize(
|
|
892
|
+
)), ( localize(3996, "The secondary side bar is visible and maximized by default."))],
|
|
893
|
+
agentsWindow: {
|
|
894
|
+
default: "visibleInWorkspace",
|
|
895
|
+
readOnly: true
|
|
896
|
+
}
|
|
863
897
|
},
|
|
864
898
|
"workbench.secondarySideBar.forceMaximized": {
|
|
865
899
|
"type": "boolean",
|
|
866
900
|
"default": false,
|
|
867
901
|
tags: ["experimental"],
|
|
868
902
|
"description": ( localize(
|
|
869
|
-
|
|
903
|
+
3997,
|
|
870
904
|
"Controls whether the secondary side bar is enforced to always show maximized on startup and when there are no open editors, in layouts that support a maximized secondary side bar."
|
|
871
|
-
))
|
|
905
|
+
)),
|
|
906
|
+
agentsWindow: {
|
|
907
|
+
default: false,
|
|
908
|
+
readOnly: true
|
|
909
|
+
}
|
|
872
910
|
},
|
|
873
911
|
"workbench.secondarySideBar.showLabels": {
|
|
874
912
|
"type": "boolean",
|
|
875
913
|
"default": true,
|
|
876
914
|
"markdownDescription": ( localize(
|
|
877
|
-
|
|
915
|
+
3998,
|
|
878
916
|
"Controls whether activity items in the secondary side bar title are shown as label or icon. This setting only has an effect when {0} is not set to {1}.",
|
|
879
917
|
"`#workbench.activityBar.location#`",
|
|
880
918
|
"`top`"
|
|
881
|
-
))
|
|
919
|
+
)),
|
|
920
|
+
agentsWindow: {
|
|
921
|
+
default: true,
|
|
922
|
+
readOnly: true
|
|
923
|
+
}
|
|
882
924
|
},
|
|
883
925
|
"workbench.statusBar.visible": {
|
|
884
926
|
"type": "boolean",
|
|
885
927
|
"default": true,
|
|
886
928
|
"description": ( localize(
|
|
887
|
-
|
|
929
|
+
3999,
|
|
888
930
|
"Controls the visibility of the status bar at the bottom of the workbench."
|
|
889
|
-
))
|
|
931
|
+
)),
|
|
932
|
+
agentsWindow: {
|
|
933
|
+
default: false,
|
|
934
|
+
readOnly: true
|
|
935
|
+
}
|
|
890
936
|
},
|
|
891
937
|
[NotificationsSettings.NOTIFICATIONS_POSITION]: {
|
|
892
938
|
"type": "string",
|
|
@@ -897,11 +943,11 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
897
943
|
],
|
|
898
944
|
"default": NotificationsPosition.BOTTOM_RIGHT,
|
|
899
945
|
"description": ( localize(
|
|
900
|
-
|
|
946
|
+
4000,
|
|
901
947
|
"Controls the position of the notification toasts and notification center."
|
|
902
948
|
)),
|
|
903
|
-
"enumDescriptions": [( localize(
|
|
904
|
-
|
|
949
|
+
"enumDescriptions": [( localize(4001, "Show notifications in the bottom right corner.")), ( localize(4002, "Show notifications in the bottom left corner.")), ( localize(
|
|
950
|
+
4003,
|
|
905
951
|
"Show notifications in the top right corner, similar to OS-level notifications."
|
|
906
952
|
))],
|
|
907
953
|
"tags": ["experimental"],
|
|
@@ -913,7 +959,7 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
913
959
|
"type": "boolean",
|
|
914
960
|
"default": true,
|
|
915
961
|
"description": ( localize(
|
|
916
|
-
|
|
962
|
+
4004,
|
|
917
963
|
"Controls the visibility of the Notifications button in the title bar. Only applies when notifications are positioned at the top right."
|
|
918
964
|
))
|
|
919
965
|
},
|
|
@@ -922,72 +968,88 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
922
968
|
"enum": ["default", "top", "bottom", "hidden"],
|
|
923
969
|
"default": "default",
|
|
924
970
|
"markdownDescription": ( localize(
|
|
925
|
-
|
|
971
|
+
4005,
|
|
926
972
|
"Controls the location of the Activity Bar relative to the Primary and Secondary Side Bars."
|
|
927
973
|
)),
|
|
928
974
|
"enumDescriptions": [( localize(
|
|
929
|
-
|
|
975
|
+
4006,
|
|
930
976
|
"Show the Activity Bar on the side of the Primary Side Bar and on top of the Secondary Side Bar."
|
|
931
977
|
)), ( localize(
|
|
932
|
-
|
|
978
|
+
4007,
|
|
933
979
|
"Show the Activity Bar on top of the Primary and Secondary Side Bars."
|
|
934
980
|
)), ( localize(
|
|
935
|
-
|
|
981
|
+
4008,
|
|
936
982
|
"Show the Activity Bar at the bottom of the Primary and Secondary Side Bars."
|
|
937
|
-
)), ( localize(
|
|
983
|
+
)), ( localize(4009, "Hide the Activity Bar in the Primary and Secondary Side Bars."))],
|
|
984
|
+
agentsWindow: {
|
|
985
|
+
default: "default",
|
|
986
|
+
readOnly: true
|
|
987
|
+
}
|
|
938
988
|
},
|
|
939
989
|
[LayoutSettings.ACTIVITY_BAR_AUTO_HIDE]: {
|
|
940
990
|
"type": "boolean",
|
|
941
991
|
"default": false,
|
|
942
992
|
"markdownDescription": ( localize(
|
|
943
|
-
|
|
993
|
+
4010,
|
|
944
994
|
"Controls whether the Activity Bar is automatically hidden when there is only one view container to show. This applies to the Primary and Secondary Side Bars when {0} is set to {1} or {2}.",
|
|
945
995
|
"`#workbench.activityBar.location#`",
|
|
946
996
|
"`top`",
|
|
947
997
|
"`bottom`"
|
|
948
|
-
))
|
|
998
|
+
)),
|
|
999
|
+
agentsWindow: {
|
|
1000
|
+
default: false,
|
|
1001
|
+
readOnly: true
|
|
1002
|
+
}
|
|
949
1003
|
},
|
|
950
1004
|
[LayoutSettings.ACTIVITY_BAR_COMPACT]: {
|
|
951
1005
|
"type": "boolean",
|
|
952
1006
|
"default": false,
|
|
953
1007
|
"markdownDescription": ( localize(
|
|
954
|
-
|
|
1008
|
+
4011,
|
|
955
1009
|
"Controls whether the Activity Bar uses a compact layout with smaller icons and reduced width. This setting only applies when {0} is set to {1}.",
|
|
956
1010
|
"`#workbench.activityBar.location#`",
|
|
957
1011
|
"`default`"
|
|
958
|
-
))
|
|
1012
|
+
)),
|
|
1013
|
+
agentsWindow: {
|
|
1014
|
+
default: false,
|
|
1015
|
+
readOnly: true
|
|
1016
|
+
}
|
|
959
1017
|
},
|
|
960
1018
|
"workbench.activityBar.iconClickBehavior": {
|
|
961
1019
|
"type": "string",
|
|
962
1020
|
"enum": ["toggle", "focus"],
|
|
963
1021
|
"default": "toggle",
|
|
964
1022
|
"markdownDescription": ( localize(
|
|
965
|
-
|
|
1023
|
+
4012,
|
|
966
1024
|
"Controls the behavior of clicking an Activity Bar icon in the workbench. This value is ignored when {0} is not set to {1}.",
|
|
967
1025
|
"`#workbench.activityBar.location#`",
|
|
968
1026
|
"`default`"
|
|
969
1027
|
)),
|
|
970
|
-
"enumDescriptions": [( localize(
|
|
1028
|
+
"enumDescriptions": [( localize(4013, "Hide the Primary Side Bar if the clicked item is already visible.")), ( localize(4014, "Focus the Primary Side Bar if the clicked item is already visible."))],
|
|
1029
|
+
agentsWindow: {
|
|
1030
|
+
default: "toggle",
|
|
1031
|
+
readOnly: true
|
|
1032
|
+
}
|
|
971
1033
|
},
|
|
972
1034
|
"workbench.view.alwaysShowHeaderActions": {
|
|
973
1035
|
"type": "boolean",
|
|
974
1036
|
"default": false,
|
|
975
1037
|
"description": ( localize(
|
|
976
|
-
|
|
1038
|
+
4015,
|
|
977
1039
|
"Controls the visibility of view header actions. View header actions may either be always visible, or only visible when that view is focused or hovered over."
|
|
978
1040
|
))
|
|
979
1041
|
},
|
|
980
1042
|
"workbench.view.showQuietly": {
|
|
981
1043
|
"type": "object",
|
|
982
1044
|
"description": ( localize(
|
|
983
|
-
|
|
1045
|
+
4016,
|
|
984
1046
|
"If an extension requests a hidden view to be shown, display a clickable status bar indicator instead."
|
|
985
1047
|
)),
|
|
986
1048
|
"scope": ConfigurationScope.WINDOW,
|
|
987
1049
|
"properties": {
|
|
988
1050
|
"workbench.panel.output": {
|
|
989
1051
|
"type": "boolean",
|
|
990
|
-
"description": ( localize(
|
|
1052
|
+
"description": ( localize(4017, "Output view"))
|
|
991
1053
|
}
|
|
992
1054
|
},
|
|
993
1055
|
"additionalProperties": false
|
|
@@ -996,15 +1058,15 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
996
1058
|
"type": "string",
|
|
997
1059
|
"enum": ["default", "antialiased", "none", "auto"],
|
|
998
1060
|
"default": "default",
|
|
999
|
-
"description": ( localize(
|
|
1061
|
+
"description": ( localize(4018, "Controls font aliasing method in the workbench.")),
|
|
1000
1062
|
"enumDescriptions": [( localize(
|
|
1001
|
-
|
|
1063
|
+
4019,
|
|
1002
1064
|
"Sub-pixel font smoothing. On most non-retina displays this will give the sharpest text."
|
|
1003
1065
|
)), ( localize(
|
|
1004
|
-
|
|
1066
|
+
4020,
|
|
1005
1067
|
"Smooth the font on the level of the pixel, as opposed to the subpixel. Can make the font appear lighter overall."
|
|
1006
|
-
)), ( localize(
|
|
1007
|
-
|
|
1068
|
+
)), ( localize(4021, "Disables font smoothing. Text will show with jagged sharp edges.")), ( localize(
|
|
1069
|
+
4022,
|
|
1008
1070
|
"Applies `default` or `antialiased` automatically based on the DPI of displays."
|
|
1009
1071
|
))],
|
|
1010
1072
|
"included": isMacintosh
|
|
@@ -1012,8 +1074,8 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
1012
1074
|
"workbench.settings.editor": {
|
|
1013
1075
|
"type": "string",
|
|
1014
1076
|
"enum": ["ui", "json"],
|
|
1015
|
-
"enumDescriptions": [( localize(
|
|
1016
|
-
"description": ( localize(
|
|
1077
|
+
"enumDescriptions": [( localize(4023, "Use the settings UI editor.")), ( localize(4024, "Use the JSON file editor."))],
|
|
1078
|
+
"description": ( localize(4025, "Determines which Settings editor to use by default.")),
|
|
1017
1079
|
"default": "ui",
|
|
1018
1080
|
"scope": ConfigurationScope.WINDOW
|
|
1019
1081
|
},
|
|
@@ -1021,14 +1083,14 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
1021
1083
|
"type": "boolean",
|
|
1022
1084
|
"default": true,
|
|
1023
1085
|
"description": ( localize(
|
|
1024
|
-
|
|
1086
|
+
4026,
|
|
1025
1087
|
"Controls whether the AI search results toggle is shown in the search bar in the Settings editor after doing a search and once AI search results are available."
|
|
1026
1088
|
))
|
|
1027
1089
|
},
|
|
1028
1090
|
"workbench.hover.delay": {
|
|
1029
1091
|
"type": "number",
|
|
1030
1092
|
"description": ( localize(
|
|
1031
|
-
|
|
1093
|
+
4027,
|
|
1032
1094
|
"Controls the delay in milliseconds after which the hover is shown for workbench items (ex. some extension provided tree view items). Already visible items may require a refresh before reflecting this setting change."
|
|
1033
1095
|
)),
|
|
1034
1096
|
"default": isMacintosh ? 1500 : 500,
|
|
@@ -1037,7 +1099,7 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
1037
1099
|
"workbench.hover.reducedDelay": {
|
|
1038
1100
|
"type": "number",
|
|
1039
1101
|
"description": ( localize(
|
|
1040
|
-
|
|
1102
|
+
4028,
|
|
1041
1103
|
"Controls the reduced delay in milliseconds used for showing hovers in specific contexts where faster feedback is beneficial."
|
|
1042
1104
|
)),
|
|
1043
1105
|
"default": 500,
|
|
@@ -1046,10 +1108,10 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
1046
1108
|
"workbench.reduceMotion": {
|
|
1047
1109
|
type: "string",
|
|
1048
1110
|
description: ( localize(
|
|
1049
|
-
|
|
1111
|
+
4029,
|
|
1050
1112
|
"Controls whether the workbench should render with fewer animations."
|
|
1051
1113
|
)),
|
|
1052
|
-
"enumDescriptions": [( localize(
|
|
1114
|
+
"enumDescriptions": [( localize(4030, "Always render with reduced motion.")), ( localize(4031, "Do not render with reduced motion")), ( localize(4032, "Render with reduced motion based on OS configuration."))],
|
|
1053
1115
|
default: "auto",
|
|
1054
1116
|
tags: ["accessibility"],
|
|
1055
1117
|
enum: ["on", "off", "auto"]
|
|
@@ -1057,10 +1119,10 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
1057
1119
|
"workbench.reduceTransparency": {
|
|
1058
1120
|
type: "string",
|
|
1059
1121
|
description: ( localize(
|
|
1060
|
-
|
|
1122
|
+
4033,
|
|
1061
1123
|
"Controls whether the workbench should render with fewer transparency and blur effects for improved performance."
|
|
1062
1124
|
)),
|
|
1063
|
-
"enumDescriptions": [( localize(
|
|
1125
|
+
"enumDescriptions": [( localize(4034, "Always render without transparency and blur effects.")), ( localize(4035, "Do not reduce transparency and blur effects.")), ( localize(4036, "Reduce transparency and blur effects based on OS configuration."))],
|
|
1064
1126
|
default: "off",
|
|
1065
1127
|
tags: ["accessibility"],
|
|
1066
1128
|
enum: ["on", "off", "auto"]
|
|
@@ -1068,106 +1130,121 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
1068
1130
|
"workbench.navigationControl.enabled": {
|
|
1069
1131
|
"type": "boolean",
|
|
1070
1132
|
"default": true,
|
|
1071
|
-
"markdownDescription": isWeb ? ( localize(
|
|
1072
|
-
|
|
1133
|
+
"markdownDescription": isWeb ? ( localize(4037, "Controls whether the navigation control in the title bar is shown.")) : ( localize(
|
|
1134
|
+
4038,
|
|
1073
1135
|
"Controls whether the navigation control is shown in the custom title bar. This setting only has an effect when {0} is not set to {1}.",
|
|
1074
1136
|
"`#window.customTitleBarVisibility#`",
|
|
1075
1137
|
"`never`"
|
|
1076
|
-
))
|
|
1138
|
+
)),
|
|
1139
|
+
agentsWindow: {
|
|
1140
|
+
default: false,
|
|
1141
|
+
readOnly: true
|
|
1142
|
+
}
|
|
1077
1143
|
},
|
|
1078
1144
|
[LayoutSettings.LAYOUT_ACTIONS]: {
|
|
1079
1145
|
"type": "boolean",
|
|
1080
1146
|
"default": true,
|
|
1081
|
-
"markdownDescription": isWeb ? ( localize(
|
|
1082
|
-
|
|
1147
|
+
"markdownDescription": isWeb ? ( localize(4039, "Controls whether the layout control in the title bar is shown.")) : ( localize(
|
|
1148
|
+
4040,
|
|
1083
1149
|
"Controls whether the layout control is shown in the custom title bar. This setting only has an effect when {0} is not set to {1}.",
|
|
1084
1150
|
"`#window.customTitleBarVisibility#`",
|
|
1085
1151
|
"`never`"
|
|
1086
|
-
))
|
|
1152
|
+
)),
|
|
1153
|
+
agentsWindow: {
|
|
1154
|
+
default: true,
|
|
1155
|
+
readOnly: true
|
|
1156
|
+
}
|
|
1087
1157
|
},
|
|
1088
1158
|
"workbench.layoutControl.type": {
|
|
1089
1159
|
"type": "string",
|
|
1090
1160
|
"enum": ["menu", "toggles", "both"],
|
|
1091
|
-
"enumDescriptions": [( localize(
|
|
1092
|
-
|
|
1161
|
+
"enumDescriptions": [( localize(4041, "Shows a single button with a dropdown of layout options.")), ( localize(
|
|
1162
|
+
4042,
|
|
1093
1163
|
"Shows several buttons for toggling the visibility of the panels and side bar."
|
|
1094
|
-
)), ( localize(
|
|
1164
|
+
)), ( localize(4043, "Shows both the dropdown and toggle buttons."))],
|
|
1095
1165
|
"default": "both",
|
|
1096
1166
|
"description": ( localize(
|
|
1097
|
-
|
|
1167
|
+
4044,
|
|
1098
1168
|
"Controls whether the layout control in the custom title bar is displayed as a single menu button or with multiple UI toggles."
|
|
1099
|
-
))
|
|
1169
|
+
)),
|
|
1170
|
+
agentsWindow: {
|
|
1171
|
+
default: "both",
|
|
1172
|
+
readOnly: true
|
|
1173
|
+
}
|
|
1100
1174
|
},
|
|
1101
1175
|
"workbench.tips.enabled": {
|
|
1102
1176
|
"type": "boolean",
|
|
1103
1177
|
"default": true,
|
|
1104
|
-
"description": ( localize(
|
|
1178
|
+
"description": ( localize(4045, "When enabled, will show the watermark tips when no editor is open.")),
|
|
1179
|
+
agentsWindow: {
|
|
1180
|
+
default: false
|
|
1181
|
+
}
|
|
1105
1182
|
},
|
|
1106
1183
|
[LayoutSettings.SHADOWS]: {
|
|
1107
1184
|
"type": "boolean",
|
|
1108
1185
|
"default": true,
|
|
1109
1186
|
"description": ( localize(
|
|
1110
|
-
|
|
1187
|
+
4046,
|
|
1111
1188
|
"Controls whether shadow effects are shown around the side panels and other workbench elements."
|
|
1112
1189
|
))
|
|
1113
1190
|
}
|
|
1114
1191
|
}
|
|
1115
1192
|
});
|
|
1116
1193
|
let windowTitleDescription = ( localize(
|
|
1117
|
-
|
|
1194
|
+
4047,
|
|
1118
1195
|
"Controls the window title based on the current context such as the opened workspace or active editor. Variables are substituted based on the context:"
|
|
1119
1196
|
));
|
|
1120
|
-
windowTitleDescription += "\n- " + [( localize(
|
|
1121
|
-
|
|
1197
|
+
windowTitleDescription += "\n- " + [( localize(4048, "`${activeEditorShort}`: the file name (e.g. myFile.txt).")), ( localize(
|
|
1198
|
+
4049,
|
|
1122
1199
|
"`${activeEditorMedium}`: the path of the file relative to the workspace folder (e.g. myFolder/myFileFolder/myFile.txt)."
|
|
1123
1200
|
)), ( localize(
|
|
1124
|
-
|
|
1201
|
+
4050,
|
|
1125
1202
|
"`${activeEditorLong}`: the full path of the file (e.g. /Users/Development/myFolder/myFileFolder/myFile.txt)."
|
|
1126
1203
|
)), ( localize(
|
|
1127
|
-
|
|
1204
|
+
4051,
|
|
1128
1205
|
"`${activeEditorLanguageId}`: the language identifier of the active editor (e.g. typescript)."
|
|
1129
1206
|
)), ( localize(
|
|
1130
|
-
|
|
1207
|
+
4052,
|
|
1131
1208
|
"`${activeFolderShort}`: the name of the folder the file is contained in (e.g. myFileFolder)."
|
|
1132
1209
|
)), ( localize(
|
|
1133
|
-
|
|
1210
|
+
4053,
|
|
1134
1211
|
"`${activeFolderMedium}`: the path of the folder the file is contained in, relative to the workspace folder (e.g. myFolder/myFileFolder)."
|
|
1135
1212
|
)), ( localize(
|
|
1136
|
-
|
|
1213
|
+
4054,
|
|
1137
1214
|
"`${activeFolderLong}`: the full path of the folder the file is contained in (e.g. /Users/Development/myFolder/myFileFolder)."
|
|
1138
1215
|
)), ( localize(
|
|
1139
|
-
|
|
1216
|
+
4055,
|
|
1140
1217
|
"`${folderName}`: name of the workspace folder the file is contained in (e.g. myFolder)."
|
|
1141
1218
|
)), ( localize(
|
|
1142
|
-
|
|
1219
|
+
4056,
|
|
1143
1220
|
"`${folderPath}`: file path of the workspace folder the file is contained in (e.g. /Users/Development/myFolder)."
|
|
1144
1221
|
)), ( localize(
|
|
1145
|
-
|
|
1222
|
+
4057,
|
|
1146
1223
|
"`${rootName}`: name of the workspace with optional remote name and workspace indicator if applicable (e.g. myFolder, myRemoteFolder [SSH] or myWorkspace (Workspace))."
|
|
1147
1224
|
)), ( localize(
|
|
1148
|
-
|
|
1225
|
+
4058,
|
|
1149
1226
|
"`${rootNameShort}`: shortened name of the workspace without suffixes (e.g. myFolder, myRemoteFolder or myWorkspace)."
|
|
1150
1227
|
)), ( localize(
|
|
1151
|
-
|
|
1228
|
+
4059,
|
|
1152
1229
|
"`${rootPath}`: file path of the opened workspace or folder (e.g. /Users/Development/myWorkspace)."
|
|
1153
1230
|
)), ( localize(
|
|
1154
|
-
|
|
1231
|
+
4060,
|
|
1155
1232
|
"`${profileName}`: name of the profile in which the workspace is opened (e.g. Data Science (Profile)). Ignored if default profile is used."
|
|
1156
|
-
)), ( localize(
|
|
1157
|
-
|
|
1233
|
+
)), ( localize(4061, "`${appName}`: e.g. VS Code.")), ( localize(4062, "`${remoteName}`: e.g. SSH")), ( localize(
|
|
1234
|
+
4063,
|
|
1158
1235
|
"`${dirty}`: an indicator for when the active editor has unsaved changes."
|
|
1159
|
-
)), ( localize(
|
|
1160
|
-
|
|
1236
|
+
)), ( localize(4064, "`${focusedView}`: the name of the view that is currently focused.")), ( localize(
|
|
1237
|
+
4065,
|
|
1161
1238
|
"`${activeRepositoryName}`: the name of the active repository (e.g. vscode)."
|
|
1162
1239
|
)), ( localize(
|
|
1163
|
-
|
|
1240
|
+
4066,
|
|
1164
1241
|
"`${activeRepositoryBranchName}`: the name of the active branch in the active repository (e.g. main)."
|
|
1165
1242
|
)), ( localize(
|
|
1166
|
-
|
|
1243
|
+
4067,
|
|
1167
1244
|
"`${activeEditorState}`: provides information about the state of the active editor (e.g. modified). This will be appended by default when in screen reader mode with {0} enabled.",
|
|
1168
1245
|
"`accessibility.windowTitleOptimized`"
|
|
1169
1246
|
)), ( localize(
|
|
1170
|
-
|
|
1247
|
+
4068,
|
|
1171
1248
|
"`${separator}`: a conditional separator (\" - \") that only shows when surrounded by variables with values or static text."
|
|
1172
1249
|
))].join("\n- ");
|
|
1173
1250
|
registry.registerConfiguration({
|
|
@@ -1176,40 +1253,48 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
1176
1253
|
"window.title": {
|
|
1177
1254
|
"type": "string",
|
|
1178
1255
|
"default": defaultWindowTitle,
|
|
1179
|
-
"markdownDescription": windowTitleDescription
|
|
1256
|
+
"markdownDescription": windowTitleDescription,
|
|
1257
|
+
agentsWindow: {
|
|
1258
|
+
default: "${appName}",
|
|
1259
|
+
readOnly: true
|
|
1260
|
+
}
|
|
1180
1261
|
},
|
|
1181
1262
|
"window.titleSeparator": {
|
|
1182
1263
|
"type": "string",
|
|
1183
1264
|
"default": defaultWindowTitleSeparator,
|
|
1184
|
-
"markdownDescription": ( localize(
|
|
1265
|
+
"markdownDescription": ( localize(4069, "Separator used by {0}.", "`#window.title#`"))
|
|
1185
1266
|
},
|
|
1186
1267
|
[LayoutSettings.COMMAND_CENTER]: {
|
|
1187
1268
|
type: "boolean",
|
|
1188
1269
|
default: true,
|
|
1189
|
-
markdownDescription: isWeb ? ( localize(
|
|
1190
|
-
|
|
1270
|
+
markdownDescription: isWeb ? ( localize(4070, "Show command launcher together with the window title.")) : ( localize(
|
|
1271
|
+
4071,
|
|
1191
1272
|
"Show command launcher together with the window title. This setting only has an effect when {0} is not set to {1}.",
|
|
1192
1273
|
"`#window.customTitleBarVisibility#`",
|
|
1193
1274
|
"`never`"
|
|
1194
|
-
))
|
|
1275
|
+
)),
|
|
1276
|
+
agentsWindow: {
|
|
1277
|
+
default: false,
|
|
1278
|
+
readOnly: true
|
|
1279
|
+
}
|
|
1195
1280
|
},
|
|
1196
1281
|
"window.menuBarVisibility": {
|
|
1197
1282
|
"type": "string",
|
|
1198
1283
|
"enum": ["classic", "visible", "toggle", "hidden", "compact"],
|
|
1199
1284
|
"markdownEnumDescriptions": [( localize(
|
|
1200
|
-
|
|
1285
|
+
4072,
|
|
1201
1286
|
"Menu is displayed at the top of the window and only hidden in full screen mode."
|
|
1202
1287
|
)), ( localize(
|
|
1203
|
-
|
|
1288
|
+
4073,
|
|
1204
1289
|
"Menu is always visible at the top of the window even in full screen mode."
|
|
1205
1290
|
)), isMacintosh ? ( localize(
|
|
1206
|
-
|
|
1291
|
+
4074,
|
|
1207
1292
|
"Menu is hidden but can be displayed at the top of the window by executing the `Focus Application Menu` command."
|
|
1208
1293
|
)) : ( localize(
|
|
1209
|
-
|
|
1294
|
+
4075,
|
|
1210
1295
|
"Menu is hidden but can be displayed at the top of the window via the Alt key."
|
|
1211
|
-
)), ( localize(
|
|
1212
|
-
|
|
1296
|
+
)), ( localize(4076, "Menu is always hidden.")), isWeb ? ( localize(4077, "Menu is displayed as a compact button in the side bar.")) : ( localize(
|
|
1297
|
+
4078,
|
|
1213
1298
|
"Menu is displayed as a compact button in the side bar. This value is ignored when {0} is {1} and {2} is either {3} or {4}.",
|
|
1214
1299
|
"`#window.titleBarStyle#`",
|
|
1215
1300
|
"`native`",
|
|
@@ -1220,10 +1305,10 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
1220
1305
|
"default": isWeb ? "compact" : "classic",
|
|
1221
1306
|
"scope": ConfigurationScope.APPLICATION,
|
|
1222
1307
|
"markdownDescription": isMacintosh ? ( localize(
|
|
1223
|
-
|
|
1308
|
+
4079,
|
|
1224
1309
|
"Control the visibility of the menu bar. A setting of 'toggle' means that the menu bar is hidden and executing `Focus Application Menu` will show it. A setting of 'compact' will move the menu into the side bar."
|
|
1225
1310
|
)) : ( localize(
|
|
1226
|
-
|
|
1311
|
+
4080,
|
|
1227
1312
|
"Control the visibility of the menu bar. A setting of 'toggle' means that the menu bar is hidden and a single press of the Alt key will show it. A setting of 'compact' will move the menu into the side bar."
|
|
1228
1313
|
)),
|
|
1229
1314
|
"included": isWindows || isLinux || isWeb
|
|
@@ -1233,7 +1318,7 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
1233
1318
|
"default": true,
|
|
1234
1319
|
"scope": ConfigurationScope.APPLICATION,
|
|
1235
1320
|
"description": ( localize(
|
|
1236
|
-
|
|
1321
|
+
4081,
|
|
1237
1322
|
"Controls whether the main menus can be opened via Alt-key shortcuts. Disabling mnemonics allows to bind these Alt-key shortcuts to editor commands instead."
|
|
1238
1323
|
)),
|
|
1239
1324
|
"included": isWindows || isLinux
|
|
@@ -1243,45 +1328,49 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
1243
1328
|
"default": true,
|
|
1244
1329
|
"scope": ConfigurationScope.APPLICATION,
|
|
1245
1330
|
"markdownDescription": ( localize(
|
|
1246
|
-
|
|
1331
|
+
4082,
|
|
1247
1332
|
"Controls whether the menu bar will be focused by pressing the Alt-key. This setting has no effect on toggling the menu bar with the Alt-key."
|
|
1248
1333
|
)),
|
|
1249
|
-
"included": isWindows || isLinux
|
|
1334
|
+
"included": isWindows || isLinux,
|
|
1335
|
+
agentsWindow: {
|
|
1336
|
+
default: false,
|
|
1337
|
+
readOnly: true
|
|
1338
|
+
}
|
|
1250
1339
|
},
|
|
1251
1340
|
"window.openFilesInNewWindow": {
|
|
1252
1341
|
"type": "string",
|
|
1253
1342
|
"enum": ["on", "off", "default"],
|
|
1254
|
-
"enumDescriptions": [( localize(
|
|
1255
|
-
|
|
1343
|
+
"enumDescriptions": [( localize(4083, "Files will open in a new window.")), ( localize(
|
|
1344
|
+
4084,
|
|
1256
1345
|
"Files will open in the window with the files' folder open or the last active window."
|
|
1257
1346
|
)), isMacintosh ? ( localize(
|
|
1258
|
-
|
|
1347
|
+
4085,
|
|
1259
1348
|
"Files will open in the window with the files' folder open or the last active window unless opened via the Dock or from Finder."
|
|
1260
1349
|
)) : ( localize(
|
|
1261
|
-
|
|
1350
|
+
4086,
|
|
1262
1351
|
"Files will open in a new window unless picked from within the application (e.g. via the File menu)."
|
|
1263
1352
|
))],
|
|
1264
1353
|
"default": "off",
|
|
1265
1354
|
"scope": ConfigurationScope.APPLICATION,
|
|
1266
1355
|
"markdownDescription": isMacintosh ? ( localize(
|
|
1267
|
-
|
|
1356
|
+
4087,
|
|
1268
1357
|
"Controls whether files should open in a new window when using a command line or file dialog.\nNote that there can still be cases where this setting is ignored (e.g. when using the `--new-window` or `--reuse-window` command line option)."
|
|
1269
1358
|
)) : ( localize(
|
|
1270
|
-
|
|
1359
|
+
4088,
|
|
1271
1360
|
"Controls whether files should open in a new window when using a command line or file dialog.\nNote that there can still be cases where this setting is ignored (e.g. when using the `--new-window` or `--reuse-window` command line option)."
|
|
1272
1361
|
))
|
|
1273
1362
|
},
|
|
1274
1363
|
"window.openFoldersInNewWindow": {
|
|
1275
1364
|
"type": "string",
|
|
1276
1365
|
"enum": ["on", "off", "default"],
|
|
1277
|
-
"enumDescriptions": [( localize(
|
|
1278
|
-
|
|
1366
|
+
"enumDescriptions": [( localize(4089, "Folders will open in a new window.")), ( localize(4090, "Folders will replace the last active window.")), ( localize(
|
|
1367
|
+
4091,
|
|
1279
1368
|
"Folders will open in a new window unless a folder is picked from within the application (e.g. via the File menu)."
|
|
1280
1369
|
))],
|
|
1281
1370
|
"default": "default",
|
|
1282
1371
|
"scope": ConfigurationScope.APPLICATION,
|
|
1283
1372
|
"markdownDescription": ( localize(
|
|
1284
|
-
|
|
1373
|
+
4092,
|
|
1285
1374
|
"Controls whether folders should open in a new window or replace the last active window.\nNote that there can still be cases where this setting is ignored (e.g. when using the `--new-window` or `--reuse-window` command line option)."
|
|
1286
1375
|
))
|
|
1287
1376
|
},
|
|
@@ -1289,21 +1378,21 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
1289
1378
|
"type": "string",
|
|
1290
1379
|
"enum": ["always", "keyboardOnly", "never"],
|
|
1291
1380
|
"enumDescriptions": [isWeb ? ( localize(
|
|
1292
|
-
|
|
1381
|
+
4093,
|
|
1293
1382
|
"Always try to ask for confirmation. Note that browsers may still decide to close a tab or window without confirmation."
|
|
1294
|
-
)) : ( localize(
|
|
1295
|
-
|
|
1383
|
+
)) : ( localize(4094, "Always ask for confirmation.")), isWeb ? ( localize(
|
|
1384
|
+
4095,
|
|
1296
1385
|
"Only ask for confirmation if a keybinding was used to close the window. Note that detection may not be possible in some cases."
|
|
1297
|
-
)) : ( localize(
|
|
1298
|
-
|
|
1386
|
+
)) : ( localize(4096, "Only ask for confirmation if a keybinding was used.")), isWeb ? ( localize(
|
|
1387
|
+
4097,
|
|
1299
1388
|
"Never explicitly ask for confirmation unless data loss is imminent."
|
|
1300
|
-
)) : ( localize(
|
|
1389
|
+
)) : ( localize(4098, "Never explicitly ask for confirmation."))],
|
|
1301
1390
|
"default": (isWeb && !isStandalone()) ? "keyboardOnly" : "never",
|
|
1302
1391
|
"markdownDescription": isWeb ? ( localize(
|
|
1303
|
-
|
|
1392
|
+
4099,
|
|
1304
1393
|
"Controls whether to show a confirmation dialog before closing the browser tab or window. Note that even if enabled, browsers may still decide to close a tab or window without confirmation and that this setting is only a hint that may not work in all cases."
|
|
1305
1394
|
)) : ( localize(
|
|
1306
|
-
|
|
1395
|
+
4100,
|
|
1307
1396
|
"Controls whether to show a confirmation dialog before closing a window or quitting the application."
|
|
1308
1397
|
)),
|
|
1309
1398
|
"scope": ConfigurationScope.APPLICATION
|
|
@@ -1322,86 +1411,12 @@ const registry = ( Registry.as(Extensions.Configuration));
|
|
|
1322
1411
|
"type": "boolean",
|
|
1323
1412
|
"default": true,
|
|
1324
1413
|
"description": ( localize(
|
|
1325
|
-
|
|
1414
|
+
4101,
|
|
1326
1415
|
"Controls whether the problems are visible throughout the editor and workbench."
|
|
1327
1416
|
))
|
|
1328
1417
|
}
|
|
1329
1418
|
}
|
|
1330
1419
|
});
|
|
1331
|
-
registry.registerConfiguration({
|
|
1332
|
-
"id": "zenMode",
|
|
1333
|
-
"order": 9,
|
|
1334
|
-
"title": ( localize(4058, "Zen Mode")),
|
|
1335
|
-
"type": "object",
|
|
1336
|
-
"properties": {
|
|
1337
|
-
"zenMode.fullScreen": {
|
|
1338
|
-
"type": "boolean",
|
|
1339
|
-
"default": true,
|
|
1340
|
-
"description": ( localize(
|
|
1341
|
-
4059,
|
|
1342
|
-
"Controls whether turning on Zen Mode also puts the workbench into full screen mode."
|
|
1343
|
-
))
|
|
1344
|
-
},
|
|
1345
|
-
"zenMode.centerLayout": {
|
|
1346
|
-
"type": "boolean",
|
|
1347
|
-
"default": true,
|
|
1348
|
-
"description": ( localize(4060, "Controls whether turning on Zen Mode also centers the layout."))
|
|
1349
|
-
},
|
|
1350
|
-
"zenMode.showTabs": {
|
|
1351
|
-
"type": "string",
|
|
1352
|
-
"enum": ["multiple", "single", "none"],
|
|
1353
|
-
"description": ( localize(
|
|
1354
|
-
4061,
|
|
1355
|
-
"Controls whether turning on Zen Mode should show multiple editor tabs, a single editor tab, or hide the editor title area completely."
|
|
1356
|
-
)),
|
|
1357
|
-
"enumDescriptions": [( localize(4062, "Each editor is displayed as a tab in the editor title area.")), ( localize(
|
|
1358
|
-
4063,
|
|
1359
|
-
"The active editor is displayed as a single large tab in the editor title area."
|
|
1360
|
-
)), ( localize(4064, "The editor title area is not displayed."))],
|
|
1361
|
-
"default": "multiple"
|
|
1362
|
-
},
|
|
1363
|
-
"zenMode.hideStatusBar": {
|
|
1364
|
-
"type": "boolean",
|
|
1365
|
-
"default": true,
|
|
1366
|
-
"description": ( localize(
|
|
1367
|
-
4065,
|
|
1368
|
-
"Controls whether turning on Zen Mode also hides the status bar at the bottom of the workbench."
|
|
1369
|
-
))
|
|
1370
|
-
},
|
|
1371
|
-
"zenMode.hideActivityBar": {
|
|
1372
|
-
"type": "boolean",
|
|
1373
|
-
"default": true,
|
|
1374
|
-
"description": ( localize(
|
|
1375
|
-
4066,
|
|
1376
|
-
"Controls whether turning on Zen Mode also hides the activity bar either at the left or right of the workbench."
|
|
1377
|
-
))
|
|
1378
|
-
},
|
|
1379
|
-
"zenMode.hideLineNumbers": {
|
|
1380
|
-
"type": "boolean",
|
|
1381
|
-
"default": true,
|
|
1382
|
-
"description": ( localize(
|
|
1383
|
-
4067,
|
|
1384
|
-
"Controls whether turning on Zen Mode also hides the editor line numbers."
|
|
1385
|
-
))
|
|
1386
|
-
},
|
|
1387
|
-
"zenMode.restore": {
|
|
1388
|
-
"type": "boolean",
|
|
1389
|
-
"default": true,
|
|
1390
|
-
"description": ( localize(
|
|
1391
|
-
4068,
|
|
1392
|
-
"Controls whether a window should restore to Zen Mode if it was exited in Zen Mode."
|
|
1393
|
-
))
|
|
1394
|
-
},
|
|
1395
|
-
"zenMode.silentNotifications": {
|
|
1396
|
-
"type": "boolean",
|
|
1397
|
-
"default": true,
|
|
1398
|
-
"description": ( localize(
|
|
1399
|
-
4069,
|
|
1400
|
-
"Controls whether notifications do not disturb mode should be enabled while in Zen Mode. If true, only error notifications will pop out."
|
|
1401
|
-
))
|
|
1402
|
-
}
|
|
1403
|
-
}
|
|
1404
|
-
});
|
|
1405
1420
|
})();
|
|
1406
1421
|
( Registry.as(Extensions$1.ConfigurationMigration)).registerConfigurationMigrations([{
|
|
1407
1422
|
key: "workbench.activityBar.visible",
|