@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
|
@@ -292,11 +292,11 @@ class EditorAccessibilitySupport extends BaseEditorOption {
|
|
|
292
292
|
{
|
|
293
293
|
type: "string",
|
|
294
294
|
enum: ["auto", "on", "off"],
|
|
295
|
-
enumDescriptions: [( localize(
|
|
295
|
+
enumDescriptions: [( localize(293, "Use platform APIs to detect when a Screen Reader is attached.")), ( localize(294, "Optimize for usage with a Screen Reader.")), ( localize(295, "Assume a screen reader is not attached."))],
|
|
296
296
|
default: "auto",
|
|
297
297
|
tags: ["accessibility"],
|
|
298
298
|
description: ( localize(
|
|
299
|
-
|
|
299
|
+
296,
|
|
300
300
|
"Controls if the UI should run in a mode where it is optimized for screen readers."
|
|
301
301
|
))
|
|
302
302
|
}
|
|
@@ -330,13 +330,13 @@ class EditorComments extends BaseEditorOption {
|
|
|
330
330
|
"editor.comments.insertSpace": {
|
|
331
331
|
type: "boolean",
|
|
332
332
|
default: defaults.insertSpace,
|
|
333
|
-
description: ( localize(
|
|
333
|
+
description: ( localize(297, "Controls whether a space character is inserted when commenting."))
|
|
334
334
|
},
|
|
335
335
|
"editor.comments.ignoreEmptyLines": {
|
|
336
336
|
type: "boolean",
|
|
337
337
|
default: defaults.ignoreEmptyLines,
|
|
338
338
|
description: ( localize(
|
|
339
|
-
|
|
339
|
+
298,
|
|
340
340
|
"Controls if empty lines should be ignored with toggle, add or remove actions for line comments."
|
|
341
341
|
))
|
|
342
342
|
}
|
|
@@ -447,7 +447,7 @@ class EditorEmptySelectionClipboard extends EditorBooleanOption {
|
|
|
447
447
|
constructor() {
|
|
448
448
|
super(EditorOption.emptySelectionClipboard, "emptySelectionClipboard", true, {
|
|
449
449
|
description: ( localize(
|
|
450
|
-
|
|
450
|
+
299,
|
|
451
451
|
"Controls whether copying without a selection copies the current line."
|
|
452
452
|
))
|
|
453
453
|
});
|
|
@@ -475,7 +475,7 @@ class EditorFind extends BaseEditorOption {
|
|
|
475
475
|
type: "boolean",
|
|
476
476
|
default: defaults.cursorMoveOnType,
|
|
477
477
|
description: ( localize(
|
|
478
|
-
|
|
478
|
+
300,
|
|
479
479
|
"Controls whether the cursor should jump to find matches while typing."
|
|
480
480
|
))
|
|
481
481
|
},
|
|
@@ -483,12 +483,12 @@ class EditorFind extends BaseEditorOption {
|
|
|
483
483
|
type: "string",
|
|
484
484
|
enum: ["never", "always", "selection"],
|
|
485
485
|
default: defaults.seedSearchStringFromSelection,
|
|
486
|
-
enumDescriptions: [( localize(
|
|
487
|
-
|
|
486
|
+
enumDescriptions: [( localize(301, "Never seed search string from the editor selection.")), ( localize(
|
|
487
|
+
302,
|
|
488
488
|
"Always seed search string from the editor selection, including word at cursor position."
|
|
489
|
-
)), ( localize(
|
|
489
|
+
)), ( localize(303, "Only seed search string from the editor selection."))],
|
|
490
490
|
description: ( localize(
|
|
491
|
-
|
|
491
|
+
304,
|
|
492
492
|
"Controls whether the search string in the Find Widget is seeded from the editor selection."
|
|
493
493
|
))
|
|
494
494
|
},
|
|
@@ -496,12 +496,12 @@ class EditorFind extends BaseEditorOption {
|
|
|
496
496
|
type: "string",
|
|
497
497
|
enum: ["never", "always", "multiline"],
|
|
498
498
|
default: defaults.autoFindInSelection,
|
|
499
|
-
enumDescriptions: [( localize(
|
|
500
|
-
|
|
499
|
+
enumDescriptions: [( localize(305, "Never turn on Find in Selection automatically (default).")), ( localize(306, "Always turn on Find in Selection automatically.")), ( localize(
|
|
500
|
+
307,
|
|
501
501
|
"Turn on Find in Selection automatically when multiple lines of content are selected."
|
|
502
502
|
))],
|
|
503
503
|
description: ( localize(
|
|
504
|
-
|
|
504
|
+
308,
|
|
505
505
|
"Controls the condition for turning on Find in Selection automatically."
|
|
506
506
|
))
|
|
507
507
|
},
|
|
@@ -509,7 +509,7 @@ class EditorFind extends BaseEditorOption {
|
|
|
509
509
|
type: "boolean",
|
|
510
510
|
default: defaults.globalFindClipboard,
|
|
511
511
|
description: ( localize(
|
|
512
|
-
|
|
512
|
+
309,
|
|
513
513
|
"Controls whether the Find Widget should read or modify the shared find clipboard on macOS."
|
|
514
514
|
)),
|
|
515
515
|
included: isMacintosh
|
|
@@ -518,7 +518,7 @@ class EditorFind extends BaseEditorOption {
|
|
|
518
518
|
type: "boolean",
|
|
519
519
|
default: defaults.addExtraSpaceOnTop,
|
|
520
520
|
description: ( localize(
|
|
521
|
-
|
|
521
|
+
310,
|
|
522
522
|
"Controls whether the Find Widget should add extra lines on top of the editor. When true, you can scroll beyond the first line when the Find Widget is visible."
|
|
523
523
|
))
|
|
524
524
|
},
|
|
@@ -526,7 +526,7 @@ class EditorFind extends BaseEditorOption {
|
|
|
526
526
|
type: "boolean",
|
|
527
527
|
default: defaults.loop,
|
|
528
528
|
description: ( localize(
|
|
529
|
-
|
|
529
|
+
311,
|
|
530
530
|
"Controls whether the search automatically restarts from the beginning (or the end) when no further matches can be found."
|
|
531
531
|
))
|
|
532
532
|
},
|
|
@@ -534,7 +534,7 @@ class EditorFind extends BaseEditorOption {
|
|
|
534
534
|
type: "boolean",
|
|
535
535
|
default: defaults.closeOnResult,
|
|
536
536
|
description: ( localize(
|
|
537
|
-
|
|
537
|
+
312,
|
|
538
538
|
"Controls whether the Find Widget closes after an explicit find navigation command lands on a result."
|
|
539
539
|
))
|
|
540
540
|
},
|
|
@@ -542,20 +542,20 @@ class EditorFind extends BaseEditorOption {
|
|
|
542
542
|
type: "string",
|
|
543
543
|
enum: ["never", "workspace"],
|
|
544
544
|
default: "workspace",
|
|
545
|
-
enumDescriptions: [( localize(
|
|
546
|
-
description: ( localize(
|
|
545
|
+
enumDescriptions: [( localize(313, "Do not store search history from the find widget.")), ( localize(314, "Store search history across the active workspace"))],
|
|
546
|
+
description: ( localize(315, "Controls how the find widget history should be stored"))
|
|
547
547
|
},
|
|
548
548
|
"editor.find.replaceHistory": {
|
|
549
549
|
type: "string",
|
|
550
550
|
enum: ["never", "workspace"],
|
|
551
551
|
default: "workspace",
|
|
552
|
-
enumDescriptions: [( localize(
|
|
553
|
-
description: ( localize(
|
|
552
|
+
enumDescriptions: [( localize(316, "Do not store history from the replace widget.")), ( localize(317, "Store replace history across the active workspace"))],
|
|
553
|
+
description: ( localize(318, "Controls how the replace widget history should be stored"))
|
|
554
554
|
},
|
|
555
555
|
"editor.find.findOnType": {
|
|
556
556
|
type: "boolean",
|
|
557
557
|
default: defaults.findOnType,
|
|
558
|
-
description: ( localize(
|
|
558
|
+
description: ( localize(319, "Controls whether the Find Widget should search as you type."))
|
|
559
559
|
}
|
|
560
560
|
});
|
|
561
561
|
}
|
|
@@ -602,18 +602,18 @@ class EditorFontLigatures extends BaseEditorOption {
|
|
|
602
602
|
anyOf: [{
|
|
603
603
|
type: "boolean",
|
|
604
604
|
description: ( localize(
|
|
605
|
-
|
|
605
|
+
320,
|
|
606
606
|
"Enables/Disables font ligatures ('calt' and 'liga' font features). Change this to a string for fine-grained control of the 'font-feature-settings' CSS property."
|
|
607
607
|
))
|
|
608
608
|
}, {
|
|
609
609
|
type: "string",
|
|
610
610
|
description: ( localize(
|
|
611
|
-
|
|
611
|
+
321,
|
|
612
612
|
"Explicit 'font-feature-settings' CSS property. A boolean can be passed instead if one only needs to turn on/off ligatures."
|
|
613
613
|
))
|
|
614
614
|
}],
|
|
615
615
|
description: ( localize(
|
|
616
|
-
|
|
616
|
+
322,
|
|
617
617
|
"Configures font ligatures or font features. Can be either a boolean to enable/disable ligatures or a string for the value of the CSS 'font-feature-settings' property."
|
|
618
618
|
)),
|
|
619
619
|
default: false
|
|
@@ -650,18 +650,18 @@ class EditorFontVariations extends BaseEditorOption {
|
|
|
650
650
|
anyOf: [{
|
|
651
651
|
type: "boolean",
|
|
652
652
|
description: ( localize(
|
|
653
|
-
|
|
653
|
+
323,
|
|
654
654
|
"Enables/Disables the translation from font-weight to font-variation-settings. Change this to a string for fine-grained control of the 'font-variation-settings' CSS property."
|
|
655
655
|
))
|
|
656
656
|
}, {
|
|
657
657
|
type: "string",
|
|
658
658
|
description: ( localize(
|
|
659
|
-
|
|
659
|
+
324,
|
|
660
660
|
"Explicit 'font-variation-settings' CSS property. A boolean can be passed instead if one only needs to translate font-weight to font-variation-settings."
|
|
661
661
|
))
|
|
662
662
|
}],
|
|
663
663
|
description: ( localize(
|
|
664
|
-
|
|
664
|
+
325,
|
|
665
665
|
"Configures font variations. Can be either a boolean to enable/disable the translation from font-weight to font-variation-settings or a string for the value of the CSS 'font-variation-settings' property."
|
|
666
666
|
)),
|
|
667
667
|
default: false
|
|
@@ -750,7 +750,7 @@ class EditorFontSize extends SimpleEditorOption {
|
|
|
750
750
|
minimum: 6,
|
|
751
751
|
maximum: 100,
|
|
752
752
|
default: EDITOR_FONT_DEFAULTS.fontSize,
|
|
753
|
-
description: ( localize(
|
|
753
|
+
description: ( localize(326, "Controls the font size in pixels."))
|
|
754
754
|
});
|
|
755
755
|
}
|
|
756
756
|
validate(input) {
|
|
@@ -793,7 +793,7 @@ class EditorFontWeight extends BaseEditorOption {
|
|
|
793
793
|
minimum: EditorFontWeight.MINIMUM_VALUE,
|
|
794
794
|
maximum: EditorFontWeight.MAXIMUM_VALUE,
|
|
795
795
|
errorMessage: ( localize(
|
|
796
|
-
|
|
796
|
+
327,
|
|
797
797
|
"Only \"normal\" and \"bold\" keywords or numbers between 1 and 1000 are allowed."
|
|
798
798
|
))
|
|
799
799
|
}, {
|
|
@@ -804,7 +804,7 @@ class EditorFontWeight extends BaseEditorOption {
|
|
|
804
804
|
}],
|
|
805
805
|
default: EDITOR_FONT_DEFAULTS.fontWeight,
|
|
806
806
|
description: ( localize(
|
|
807
|
-
|
|
807
|
+
328,
|
|
808
808
|
"Controls the font weight. Accepts \"normal\" and \"bold\" keywords or numbers between 1 and 1000."
|
|
809
809
|
))
|
|
810
810
|
});
|
|
@@ -842,7 +842,7 @@ class EditorGoToLocation extends BaseEditorOption {
|
|
|
842
842
|
type: "string",
|
|
843
843
|
enum: ["peek", "gotoAndPeek", "goto"],
|
|
844
844
|
default: defaults.multiple,
|
|
845
|
-
enumDescriptions: [( localize(
|
|
845
|
+
enumDescriptions: [( localize(329, "Show Peek view of the results (default)")), ( localize(330, "Go to the primary result and show a Peek view")), ( localize(331, "Go to the primary result and enable Peek-less navigation to others"))]
|
|
846
846
|
};
|
|
847
847
|
const alternativeCommandOptions = [
|
|
848
848
|
"",
|
|
@@ -861,41 +861,41 @@ class EditorGoToLocation extends BaseEditorOption {
|
|
|
861
861
|
super(EditorOption.gotoLocation, "gotoLocation", defaults, {
|
|
862
862
|
"editor.gotoLocation.multiple": {
|
|
863
863
|
deprecationMessage: ( localize(
|
|
864
|
-
|
|
864
|
+
332,
|
|
865
865
|
"This setting is deprecated, please use separate settings like 'editor.editor.gotoLocation.multipleDefinitions' or 'editor.editor.gotoLocation.multipleImplementations' instead."
|
|
866
866
|
))
|
|
867
867
|
},
|
|
868
868
|
"editor.gotoLocation.multipleDefinitions": {
|
|
869
869
|
description: ( localize(
|
|
870
|
-
|
|
870
|
+
333,
|
|
871
871
|
"Controls the behavior the 'Go to Definition'-command when multiple target locations exist."
|
|
872
872
|
)),
|
|
873
873
|
...jsonSubset
|
|
874
874
|
},
|
|
875
875
|
"editor.gotoLocation.multipleTypeDefinitions": {
|
|
876
876
|
description: ( localize(
|
|
877
|
-
|
|
877
|
+
334,
|
|
878
878
|
"Controls the behavior the 'Go to Type Definition'-command when multiple target locations exist."
|
|
879
879
|
)),
|
|
880
880
|
...jsonSubset
|
|
881
881
|
},
|
|
882
882
|
"editor.gotoLocation.multipleDeclarations": {
|
|
883
883
|
description: ( localize(
|
|
884
|
-
|
|
884
|
+
335,
|
|
885
885
|
"Controls the behavior the 'Go to Declaration'-command when multiple target locations exist."
|
|
886
886
|
)),
|
|
887
887
|
...jsonSubset
|
|
888
888
|
},
|
|
889
889
|
"editor.gotoLocation.multipleImplementations": {
|
|
890
890
|
description: ( localize(
|
|
891
|
-
|
|
891
|
+
336,
|
|
892
892
|
"Controls the behavior the 'Go to Implementations'-command when multiple target locations exist."
|
|
893
893
|
)),
|
|
894
894
|
...jsonSubset
|
|
895
895
|
},
|
|
896
896
|
"editor.gotoLocation.multipleReferences": {
|
|
897
897
|
description: ( localize(
|
|
898
|
-
|
|
898
|
+
337,
|
|
899
899
|
"Controls the behavior the 'Go to References'-command when multiple target locations exist."
|
|
900
900
|
)),
|
|
901
901
|
...jsonSubset
|
|
@@ -905,7 +905,7 @@ class EditorGoToLocation extends BaseEditorOption {
|
|
|
905
905
|
default: defaults.alternativeDefinitionCommand,
|
|
906
906
|
enum: alternativeCommandOptions,
|
|
907
907
|
description: ( localize(
|
|
908
|
-
|
|
908
|
+
338,
|
|
909
909
|
"Alternative command id that is being executed when the result of 'Go to Definition' is the current location."
|
|
910
910
|
))
|
|
911
911
|
},
|
|
@@ -914,7 +914,7 @@ class EditorGoToLocation extends BaseEditorOption {
|
|
|
914
914
|
default: defaults.alternativeTypeDefinitionCommand,
|
|
915
915
|
enum: alternativeCommandOptions,
|
|
916
916
|
description: ( localize(
|
|
917
|
-
|
|
917
|
+
339,
|
|
918
918
|
"Alternative command id that is being executed when the result of 'Go to Type Definition' is the current location."
|
|
919
919
|
))
|
|
920
920
|
},
|
|
@@ -923,7 +923,7 @@ class EditorGoToLocation extends BaseEditorOption {
|
|
|
923
923
|
default: defaults.alternativeDeclarationCommand,
|
|
924
924
|
enum: alternativeCommandOptions,
|
|
925
925
|
description: ( localize(
|
|
926
|
-
|
|
926
|
+
340,
|
|
927
927
|
"Alternative command id that is being executed when the result of 'Go to Declaration' is the current location."
|
|
928
928
|
))
|
|
929
929
|
},
|
|
@@ -932,7 +932,7 @@ class EditorGoToLocation extends BaseEditorOption {
|
|
|
932
932
|
default: defaults.alternativeImplementationCommand,
|
|
933
933
|
enum: alternativeCommandOptions,
|
|
934
934
|
description: ( localize(
|
|
935
|
-
|
|
935
|
+
341,
|
|
936
936
|
"Alternative command id that is being executed when the result of 'Go to Implementation' is the current location."
|
|
937
937
|
))
|
|
938
938
|
},
|
|
@@ -941,7 +941,7 @@ class EditorGoToLocation extends BaseEditorOption {
|
|
|
941
941
|
default: defaults.alternativeReferenceCommand,
|
|
942
942
|
enum: alternativeCommandOptions,
|
|
943
943
|
description: ( localize(
|
|
944
|
-
|
|
944
|
+
342,
|
|
945
945
|
"Alternative command id that is being executed when the result of 'Go to Reference' is the current location."
|
|
946
946
|
))
|
|
947
947
|
}
|
|
@@ -1003,25 +1003,26 @@ class EditorHover extends BaseEditorOption {
|
|
|
1003
1003
|
type: "string",
|
|
1004
1004
|
enum: ["on", "off", "onKeyboardModifier"],
|
|
1005
1005
|
default: defaults.enabled,
|
|
1006
|
-
markdownEnumDescriptions: [( localize(
|
|
1007
|
-
|
|
1006
|
+
markdownEnumDescriptions: [( localize(343, "Hover is enabled.")), ( localize(344, "Hover is disabled.")), ( localize(
|
|
1007
|
+
345,
|
|
1008
1008
|
"Hover is shown when holding `{0}` or `Alt` (the opposite modifier of `#editor.multiCursorModifier#`)",
|
|
1009
1009
|
isMacintosh ? `Command` : `Control`
|
|
1010
1010
|
))],
|
|
1011
|
-
description: ( localize(
|
|
1011
|
+
description: ( localize(346, "Controls whether the hover is shown.")),
|
|
1012
|
+
keywords: ["hint", "info", "tooltip"]
|
|
1012
1013
|
},
|
|
1013
1014
|
"editor.hover.delay": {
|
|
1014
1015
|
type: "number",
|
|
1015
1016
|
default: defaults.delay,
|
|
1016
1017
|
minimum: 0,
|
|
1017
1018
|
maximum: 10000,
|
|
1018
|
-
description: ( localize(
|
|
1019
|
+
description: ( localize(347, "Controls the delay in milliseconds after which the hover is shown."))
|
|
1019
1020
|
},
|
|
1020
1021
|
"editor.hover.sticky": {
|
|
1021
1022
|
type: "boolean",
|
|
1022
1023
|
default: defaults.sticky,
|
|
1023
1024
|
description: ( localize(
|
|
1024
|
-
|
|
1025
|
+
348,
|
|
1025
1026
|
"Controls whether the hover should remain visible when mouse is moved over it."
|
|
1026
1027
|
))
|
|
1027
1028
|
},
|
|
@@ -1030,20 +1031,20 @@ class EditorHover extends BaseEditorOption {
|
|
|
1030
1031
|
minimum: 0,
|
|
1031
1032
|
default: defaults.hidingDelay,
|
|
1032
1033
|
markdownDescription: ( localize(
|
|
1033
|
-
|
|
1034
|
+
349,
|
|
1034
1035
|
"Controls the delay in milliseconds after which the hover is hidden. Requires `#editor.hover.sticky#` to be enabled."
|
|
1035
1036
|
))
|
|
1036
1037
|
},
|
|
1037
1038
|
"editor.hover.above": {
|
|
1038
1039
|
type: "boolean",
|
|
1039
1040
|
default: defaults.above,
|
|
1040
|
-
description: ( localize(
|
|
1041
|
+
description: ( localize(350, "Prefer showing hovers above the line, if there's space."))
|
|
1041
1042
|
},
|
|
1042
1043
|
"editor.hover.showLongLineWarning": {
|
|
1043
1044
|
type: "boolean",
|
|
1044
1045
|
default: defaults.showLongLineWarning,
|
|
1045
1046
|
description: ( localize(
|
|
1046
|
-
|
|
1047
|
+
351,
|
|
1047
1048
|
"Controls whether long line warning hovers are shown, such as when tokenization is skipped or rendering is paused."
|
|
1048
1049
|
))
|
|
1049
1050
|
}
|
|
@@ -1400,17 +1401,17 @@ class WrappingStrategy extends BaseEditorOption {
|
|
|
1400
1401
|
super(EditorOption.wrappingStrategy, "wrappingStrategy", "simple", {
|
|
1401
1402
|
"editor.wrappingStrategy": {
|
|
1402
1403
|
enumDescriptions: [( localize(
|
|
1403
|
-
|
|
1404
|
+
352,
|
|
1404
1405
|
"Assumes that all characters are of the same width. This is a fast algorithm that works correctly for monospace fonts and certain scripts (like Latin characters) where glyphs are of equal width."
|
|
1405
1406
|
)), ( localize(
|
|
1406
|
-
|
|
1407
|
+
353,
|
|
1407
1408
|
"Delegates wrapping points computation to the browser. This is a slow algorithm, that might cause freezes for large files, but it works correctly in all cases."
|
|
1408
1409
|
))],
|
|
1409
1410
|
type: "string",
|
|
1410
1411
|
enum: ["simple", "advanced"],
|
|
1411
1412
|
default: "simple",
|
|
1412
1413
|
description: ( localize(
|
|
1413
|
-
|
|
1414
|
+
354,
|
|
1414
1415
|
"Controls the algorithm that computes wrapping points. Note that when in accessibility mode, advanced will be used for the best experience."
|
|
1415
1416
|
))
|
|
1416
1417
|
}
|
|
@@ -1447,11 +1448,11 @@ class EditorLightbulb extends BaseEditorOption {
|
|
|
1447
1448
|
ShowLightbulbIconMode.On
|
|
1448
1449
|
],
|
|
1449
1450
|
default: defaults.enabled,
|
|
1450
|
-
enumDescriptions: [( localize(
|
|
1451
|
-
|
|
1451
|
+
enumDescriptions: [( localize(355, "Disable the code action menu.")), ( localize(356, "Show the code action menu when the cursor is on lines with code.")), ( localize(
|
|
1452
|
+
357,
|
|
1452
1453
|
"Show the code action menu when the cursor is on lines with code or on empty lines."
|
|
1453
1454
|
))],
|
|
1454
|
-
description: ( localize(
|
|
1455
|
+
description: ( localize(358, "Enables the Code Action lightbulb in the editor."))
|
|
1455
1456
|
}
|
|
1456
1457
|
});
|
|
1457
1458
|
}
|
|
@@ -1482,7 +1483,7 @@ class EditorStickyScroll extends BaseEditorOption {
|
|
|
1482
1483
|
type: "boolean",
|
|
1483
1484
|
default: defaults.enabled,
|
|
1484
1485
|
description: ( localize(
|
|
1485
|
-
|
|
1486
|
+
359,
|
|
1486
1487
|
"Shows the nested current scopes during the scroll at the top of the editor."
|
|
1487
1488
|
))
|
|
1488
1489
|
},
|
|
@@ -1491,14 +1492,14 @@ class EditorStickyScroll extends BaseEditorOption {
|
|
|
1491
1492
|
default: defaults.maxLineCount,
|
|
1492
1493
|
minimum: 1,
|
|
1493
1494
|
maximum: 20,
|
|
1494
|
-
description: ( localize(
|
|
1495
|
+
description: ( localize(360, "Defines the maximum number of sticky lines to show."))
|
|
1495
1496
|
},
|
|
1496
1497
|
"editor.stickyScroll.defaultModel": {
|
|
1497
1498
|
type: "string",
|
|
1498
1499
|
enum: ["outlineModel", "foldingProviderModel", "indentationModel"],
|
|
1499
1500
|
default: defaults.defaultModel,
|
|
1500
1501
|
description: ( localize(
|
|
1501
|
-
|
|
1502
|
+
361,
|
|
1502
1503
|
"Defines the model to use for determining which lines to stick. If the outline model does not exist, it will fall back on the folding provider model which falls back on the indentation model. This order is respected in all three cases."
|
|
1503
1504
|
))
|
|
1504
1505
|
},
|
|
@@ -1506,7 +1507,7 @@ class EditorStickyScroll extends BaseEditorOption {
|
|
|
1506
1507
|
type: "boolean",
|
|
1507
1508
|
default: defaults.scrollWithEditor,
|
|
1508
1509
|
description: ( localize(
|
|
1509
|
-
|
|
1510
|
+
362,
|
|
1510
1511
|
"Enable scrolling of Sticky Scroll with the editor's horizontal scrollbar."
|
|
1511
1512
|
))
|
|
1512
1513
|
}
|
|
@@ -1542,23 +1543,23 @@ class EditorInlayHints extends BaseEditorOption {
|
|
|
1542
1543
|
"editor.inlayHints.enabled": {
|
|
1543
1544
|
type: "string",
|
|
1544
1545
|
default: defaults.enabled,
|
|
1545
|
-
description: ( localize(
|
|
1546
|
+
description: ( localize(363, "Enables the inlay hints in the editor.")),
|
|
1546
1547
|
enum: ["on", "onUnlessPressed", "offUnlessPressed", "off"],
|
|
1547
|
-
markdownEnumDescriptions: [( localize(
|
|
1548
|
-
|
|
1548
|
+
markdownEnumDescriptions: [( localize(364, "Inlay hints are enabled")), ( localize(
|
|
1549
|
+
365,
|
|
1549
1550
|
"Inlay hints are showing by default and hide when holding {0}",
|
|
1550
1551
|
isMacintosh ? `Ctrl+Option` : `Ctrl+Alt`
|
|
1551
1552
|
)), ( localize(
|
|
1552
|
-
|
|
1553
|
+
366,
|
|
1553
1554
|
"Inlay hints are hidden by default and show when holding {0}",
|
|
1554
1555
|
isMacintosh ? `Ctrl+Option` : `Ctrl+Alt`
|
|
1555
|
-
)), ( localize(
|
|
1556
|
+
)), ( localize(367, "Inlay hints are disabled"))]
|
|
1556
1557
|
},
|
|
1557
1558
|
"editor.inlayHints.fontSize": {
|
|
1558
1559
|
type: "number",
|
|
1559
1560
|
default: defaults.fontSize,
|
|
1560
1561
|
markdownDescription: ( localize(
|
|
1561
|
-
|
|
1562
|
+
368,
|
|
1562
1563
|
"Controls font size of inlay hints in the editor. As default the {0} is used when the configured value is less than {1} or greater than the editor font size.",
|
|
1563
1564
|
"`#editor.fontSize#`",
|
|
1564
1565
|
"`5`"
|
|
@@ -1568,7 +1569,7 @@ class EditorInlayHints extends BaseEditorOption {
|
|
|
1568
1569
|
type: "string",
|
|
1569
1570
|
default: defaults.fontFamily,
|
|
1570
1571
|
markdownDescription: ( localize(
|
|
1571
|
-
|
|
1572
|
+
369,
|
|
1572
1573
|
"Controls font family of inlay hints in the editor. When set to empty, the {0} is used.",
|
|
1573
1574
|
"`#editor.fontFamily#`"
|
|
1574
1575
|
))
|
|
@@ -1576,13 +1577,13 @@ class EditorInlayHints extends BaseEditorOption {
|
|
|
1576
1577
|
"editor.inlayHints.padding": {
|
|
1577
1578
|
type: "boolean",
|
|
1578
1579
|
default: defaults.padding,
|
|
1579
|
-
description: ( localize(
|
|
1580
|
+
description: ( localize(370, "Enables the padding around the inlay hints in the editor."))
|
|
1580
1581
|
},
|
|
1581
1582
|
"editor.inlayHints.maximumLength": {
|
|
1582
1583
|
type: "number",
|
|
1583
1584
|
default: defaults.maximumLength,
|
|
1584
1585
|
markdownDescription: ( localize(
|
|
1585
|
-
|
|
1586
|
+
371,
|
|
1586
1587
|
"Maximum overall length of inlay hints, for a single line, before they get truncated by the editor. Set to `0` to never truncate"
|
|
1587
1588
|
))
|
|
1588
1589
|
}
|
|
@@ -1648,7 +1649,7 @@ class EditorLineHeight extends EditorFloatOption {
|
|
|
1648
1649
|
x => EditorFloatOption.clamp(x, 0, 150),
|
|
1649
1650
|
{
|
|
1650
1651
|
markdownDescription: ( localize(
|
|
1651
|
-
|
|
1652
|
+
372,
|
|
1652
1653
|
"Controls the line height. \n - Use 0 to automatically compute the line height from the font size.\n - Values between 0 and 8 will be used as a multiplier with the font size.\n - Values greater than or equal to 8 will be used as effective values."
|
|
1653
1654
|
))
|
|
1654
1655
|
},
|
|
@@ -1681,45 +1682,45 @@ class EditorMinimap extends BaseEditorOption {
|
|
|
1681
1682
|
"editor.minimap.enabled": {
|
|
1682
1683
|
type: "boolean",
|
|
1683
1684
|
default: defaults.enabled,
|
|
1684
|
-
description: ( localize(
|
|
1685
|
+
description: ( localize(373, "Controls whether the minimap is shown."))
|
|
1685
1686
|
},
|
|
1686
1687
|
"editor.minimap.autohide": {
|
|
1687
1688
|
type: "string",
|
|
1688
1689
|
enum: ["none", "mouseover", "scroll"],
|
|
1689
|
-
enumDescriptions: [( localize(
|
|
1690
|
-
|
|
1690
|
+
enumDescriptions: [( localize(374, "The minimap is always shown.")), ( localize(
|
|
1691
|
+
375,
|
|
1691
1692
|
"The minimap is hidden when mouse is not over the minimap and shown when mouse is over the minimap."
|
|
1692
|
-
)), ( localize(
|
|
1693
|
+
)), ( localize(376, "The minimap is only shown when the editor is scrolled"))],
|
|
1693
1694
|
default: defaults.autohide,
|
|
1694
|
-
description: ( localize(
|
|
1695
|
+
description: ( localize(377, "Controls whether the minimap is hidden automatically."))
|
|
1695
1696
|
},
|
|
1696
1697
|
"editor.minimap.size": {
|
|
1697
1698
|
type: "string",
|
|
1698
1699
|
enum: ["proportional", "fill", "fit"],
|
|
1699
1700
|
enumDescriptions: [( localize(
|
|
1700
|
-
|
|
1701
|
+
378,
|
|
1701
1702
|
"The minimap has the same size as the editor contents (and might scroll)."
|
|
1702
1703
|
)), ( localize(
|
|
1703
|
-
|
|
1704
|
+
379,
|
|
1704
1705
|
"The minimap will stretch or shrink as necessary to fill the height of the editor (no scrolling)."
|
|
1705
1706
|
)), ( localize(
|
|
1706
|
-
|
|
1707
|
+
380,
|
|
1707
1708
|
"The minimap will shrink as necessary to never be larger than the editor (no scrolling)."
|
|
1708
1709
|
))],
|
|
1709
1710
|
default: defaults.size,
|
|
1710
|
-
description: ( localize(
|
|
1711
|
+
description: ( localize(381, "Controls the size of the minimap."))
|
|
1711
1712
|
},
|
|
1712
1713
|
"editor.minimap.side": {
|
|
1713
1714
|
type: "string",
|
|
1714
1715
|
enum: ["left", "right"],
|
|
1715
1716
|
default: defaults.side,
|
|
1716
|
-
description: ( localize(
|
|
1717
|
+
description: ( localize(382, "Controls the side where to render the minimap."))
|
|
1717
1718
|
},
|
|
1718
1719
|
"editor.minimap.showSlider": {
|
|
1719
1720
|
type: "string",
|
|
1720
1721
|
enum: ["always", "mouseover"],
|
|
1721
1722
|
default: defaults.showSlider,
|
|
1722
|
-
description: ( localize(
|
|
1723
|
+
description: ( localize(383, "Controls when the minimap slider is shown."))
|
|
1723
1724
|
},
|
|
1724
1725
|
"editor.minimap.scale": {
|
|
1725
1726
|
type: "number",
|
|
@@ -1727,18 +1728,18 @@ class EditorMinimap extends BaseEditorOption {
|
|
|
1727
1728
|
minimum: 1,
|
|
1728
1729
|
maximum: 3,
|
|
1729
1730
|
enum: [1, 2, 3],
|
|
1730
|
-
description: ( localize(
|
|
1731
|
+
description: ( localize(384, "Scale of content drawn in the minimap: 1, 2 or 3."))
|
|
1731
1732
|
},
|
|
1732
1733
|
"editor.minimap.renderCharacters": {
|
|
1733
1734
|
type: "boolean",
|
|
1734
1735
|
default: defaults.renderCharacters,
|
|
1735
|
-
description: ( localize(
|
|
1736
|
+
description: ( localize(385, "Render the actual characters on a line as opposed to color blocks."))
|
|
1736
1737
|
},
|
|
1737
1738
|
"editor.minimap.maxColumn": {
|
|
1738
1739
|
type: "number",
|
|
1739
1740
|
default: defaults.maxColumn,
|
|
1740
1741
|
description: ( localize(
|
|
1741
|
-
|
|
1742
|
+
386,
|
|
1742
1743
|
"Limit the width of the minimap to render at most a certain number of columns."
|
|
1743
1744
|
))
|
|
1744
1745
|
},
|
|
@@ -1746,7 +1747,7 @@ class EditorMinimap extends BaseEditorOption {
|
|
|
1746
1747
|
type: "boolean",
|
|
1747
1748
|
default: defaults.showRegionSectionHeaders,
|
|
1748
1749
|
description: ( localize(
|
|
1749
|
-
|
|
1750
|
+
387,
|
|
1750
1751
|
"Controls whether named regions are shown as section headers in the minimap."
|
|
1751
1752
|
))
|
|
1752
1753
|
},
|
|
@@ -1754,7 +1755,7 @@ class EditorMinimap extends BaseEditorOption {
|
|
|
1754
1755
|
type: "boolean",
|
|
1755
1756
|
default: defaults.showMarkSectionHeaders,
|
|
1756
1757
|
description: ( localize(
|
|
1757
|
-
|
|
1758
|
+
388,
|
|
1758
1759
|
"Controls whether MARK: comments are shown as section headers in the minimap."
|
|
1759
1760
|
))
|
|
1760
1761
|
},
|
|
@@ -1762,20 +1763,20 @@ class EditorMinimap extends BaseEditorOption {
|
|
|
1762
1763
|
type: "string",
|
|
1763
1764
|
default: defaults.markSectionHeaderRegex,
|
|
1764
1765
|
description: ( localize(
|
|
1765
|
-
|
|
1766
|
+
389,
|
|
1766
1767
|
"Defines the regular expression used to find section headers in comments. The regex must contain a named match group `label` (written as `(?<label>.+)`) that encapsulates the section header, otherwise it will not work. Optionally you can include another match group named `separator`. Use \\n in the pattern to match multi-line headers."
|
|
1767
1768
|
))
|
|
1768
1769
|
},
|
|
1769
1770
|
"editor.minimap.sectionHeaderFontSize": {
|
|
1770
1771
|
type: "number",
|
|
1771
1772
|
default: defaults.sectionHeaderFontSize,
|
|
1772
|
-
description: ( localize(
|
|
1773
|
+
description: ( localize(390, "Controls the font size of section headers in the minimap."))
|
|
1773
1774
|
},
|
|
1774
1775
|
"editor.minimap.sectionHeaderLetterSpacing": {
|
|
1775
1776
|
type: "number",
|
|
1776
1777
|
default: defaults.sectionHeaderLetterSpacing,
|
|
1777
1778
|
description: ( localize(
|
|
1778
|
-
|
|
1779
|
+
391,
|
|
1779
1780
|
"Controls the amount of space (in pixels) between characters of section header. This helps the readability of the header in small font sizes."
|
|
1780
1781
|
))
|
|
1781
1782
|
}
|
|
@@ -1840,7 +1841,7 @@ class EditorPadding extends BaseEditorOption {
|
|
|
1840
1841
|
minimum: 0,
|
|
1841
1842
|
maximum: 1000,
|
|
1842
1843
|
description: ( localize(
|
|
1843
|
-
|
|
1844
|
+
392,
|
|
1844
1845
|
"Controls the amount of space between the top edge of the editor and the first line."
|
|
1845
1846
|
))
|
|
1846
1847
|
},
|
|
@@ -1850,7 +1851,7 @@ class EditorPadding extends BaseEditorOption {
|
|
|
1850
1851
|
minimum: 0,
|
|
1851
1852
|
maximum: 1000,
|
|
1852
1853
|
description: ( localize(
|
|
1853
|
-
|
|
1854
|
+
393,
|
|
1854
1855
|
"Controls the amount of space between the bottom edge of the editor and the last line."
|
|
1855
1856
|
))
|
|
1856
1857
|
}
|
|
@@ -1878,7 +1879,7 @@ class EditorParameterHints extends BaseEditorOption {
|
|
|
1878
1879
|
type: "boolean",
|
|
1879
1880
|
default: defaults.enabled,
|
|
1880
1881
|
description: ( localize(
|
|
1881
|
-
|
|
1882
|
+
394,
|
|
1882
1883
|
"Enables a pop-up that shows parameter documentation and type information as you type."
|
|
1883
1884
|
))
|
|
1884
1885
|
},
|
|
@@ -1886,7 +1887,7 @@ class EditorParameterHints extends BaseEditorOption {
|
|
|
1886
1887
|
type: "boolean",
|
|
1887
1888
|
default: defaults.cycle,
|
|
1888
1889
|
description: ( localize(
|
|
1889
|
-
|
|
1890
|
+
395,
|
|
1890
1891
|
"Controls whether the parameter hints menu cycles or closes when reaching the end of the list."
|
|
1891
1892
|
))
|
|
1892
1893
|
}
|
|
@@ -1937,7 +1938,7 @@ class EditorQuickSuggestions extends BaseEditorOption {
|
|
|
1937
1938
|
}, {
|
|
1938
1939
|
type: "string",
|
|
1939
1940
|
enum: ["on", "inline", "off", "offWhenInlineCompletions"],
|
|
1940
|
-
enumDescriptions: [( localize(
|
|
1941
|
+
enumDescriptions: [( localize(396, "Quick suggestions show inside the suggest widget")), ( localize(397, "Quick suggestions show as ghost text")), ( localize(398, "Quick suggestions are disabled")), ( localize(399, "Quick suggestions are disabled when inline completions are showing"))]
|
|
1941
1942
|
}];
|
|
1942
1943
|
super(EditorOption.quickSuggestions, "quickSuggestions", defaults, {
|
|
1943
1944
|
anyOf: [{
|
|
@@ -1945,8 +1946,8 @@ class EditorQuickSuggestions extends BaseEditorOption {
|
|
|
1945
1946
|
}, {
|
|
1946
1947
|
type: "string",
|
|
1947
1948
|
enum: ["on", "inline", "off", "offWhenInlineCompletions"],
|
|
1948
|
-
enumDescriptions: [( localize(
|
|
1949
|
-
|
|
1949
|
+
enumDescriptions: [( localize(400, "Quick suggestions are enabled for all token types")), ( localize(401, "Quick suggestions show as ghost text for all token types")), ( localize(402, "Quick suggestions are disabled for all token types")), ( localize(
|
|
1950
|
+
403,
|
|
1950
1951
|
"Quick suggestions are disabled for all token types when inline completions are showing"
|
|
1951
1952
|
))]
|
|
1952
1953
|
}, {
|
|
@@ -1956,23 +1957,23 @@ class EditorQuickSuggestions extends BaseEditorOption {
|
|
|
1956
1957
|
strings: {
|
|
1957
1958
|
anyOf: types,
|
|
1958
1959
|
default: defaults.strings,
|
|
1959
|
-
description: ( localize(
|
|
1960
|
+
description: ( localize(404, "Enable quick suggestions inside strings."))
|
|
1960
1961
|
},
|
|
1961
1962
|
comments: {
|
|
1962
1963
|
anyOf: types,
|
|
1963
1964
|
default: defaults.comments,
|
|
1964
|
-
description: ( localize(
|
|
1965
|
+
description: ( localize(405, "Enable quick suggestions inside comments."))
|
|
1965
1966
|
},
|
|
1966
1967
|
other: {
|
|
1967
1968
|
anyOf: types,
|
|
1968
1969
|
default: defaults.other,
|
|
1969
|
-
description: ( localize(
|
|
1970
|
+
description: ( localize(406, "Enable quick suggestions outside of strings and comments."))
|
|
1970
1971
|
}
|
|
1971
1972
|
}
|
|
1972
1973
|
}],
|
|
1973
1974
|
default: defaults,
|
|
1974
1975
|
markdownDescription: ( localize(
|
|
1975
|
-
|
|
1976
|
+
407,
|
|
1976
1977
|
"Controls whether suggestions should automatically show up while typing. This can be controlled for typing in comments, strings, and other code. Quick suggestion can be configured to show as ghost text or with the suggest widget. Also be aware of the {0}-setting which controls if suggestions are triggered by special characters.",
|
|
1977
1978
|
"`#editor.suggestOnTriggerCharacters#`"
|
|
1978
1979
|
)),
|
|
@@ -2050,9 +2051,9 @@ class EditorRenderLineNumbersOption extends BaseEditorOption {
|
|
|
2050
2051
|
}, {
|
|
2051
2052
|
type: "string",
|
|
2052
2053
|
enum: ["off", "on", "relative", "interval"],
|
|
2053
|
-
enumDescriptions: [( localize(
|
|
2054
|
+
enumDescriptions: [( localize(408, "Line numbers are not rendered.")), ( localize(409, "Line numbers are rendered as absolute number.")), ( localize(410, "Line numbers are rendered as distance in lines to cursor position.")), ( localize(411, "Line numbers are rendered every 10 lines."))],
|
|
2054
2055
|
default: "on",
|
|
2055
|
-
description: ( localize(
|
|
2056
|
+
description: ( localize(412, "Controls the display of line numbers."))
|
|
2056
2057
|
});
|
|
2057
2058
|
}
|
|
2058
2059
|
validate(lineNumbers) {
|
|
@@ -2094,7 +2095,7 @@ class EditorRulers extends BaseEditorOption {
|
|
|
2094
2095
|
const columnSchema = {
|
|
2095
2096
|
type: "number",
|
|
2096
2097
|
description: ( localize(
|
|
2097
|
-
|
|
2098
|
+
413,
|
|
2098
2099
|
"Number of monospace characters at which this editor ruler will render."
|
|
2099
2100
|
))
|
|
2100
2101
|
};
|
|
@@ -2107,7 +2108,7 @@ class EditorRulers extends BaseEditorOption {
|
|
|
2107
2108
|
column: columnSchema,
|
|
2108
2109
|
color: {
|
|
2109
2110
|
type: "string",
|
|
2110
|
-
description: ( localize(
|
|
2111
|
+
description: ( localize(414, "Color of this editor ruler.")),
|
|
2111
2112
|
format: "color-hex"
|
|
2112
2113
|
}
|
|
2113
2114
|
}
|
|
@@ -2115,7 +2116,7 @@ class EditorRulers extends BaseEditorOption {
|
|
|
2115
2116
|
},
|
|
2116
2117
|
default: defaults,
|
|
2117
2118
|
description: ( localize(
|
|
2118
|
-
|
|
2119
|
+
415,
|
|
2119
2120
|
"Render vertical rulers after a certain number of monospace characters. Use multiple values for multiple rulers. No rulers are drawn if array is empty."
|
|
2120
2121
|
))
|
|
2121
2122
|
});
|
|
@@ -2190,37 +2191,37 @@ class EditorScrollbar extends BaseEditorOption {
|
|
|
2190
2191
|
"editor.scrollbar.vertical": {
|
|
2191
2192
|
type: "string",
|
|
2192
2193
|
enum: ["auto", "visible", "hidden"],
|
|
2193
|
-
enumDescriptions: [( localize(
|
|
2194
|
+
enumDescriptions: [( localize(416, "The vertical scrollbar will be visible only when necessary.")), ( localize(417, "The vertical scrollbar will always be visible.")), ( localize(418, "The vertical scrollbar will always be hidden."))],
|
|
2194
2195
|
default: "auto",
|
|
2195
|
-
description: ( localize(
|
|
2196
|
+
description: ( localize(419, "Controls the visibility of the vertical scrollbar."))
|
|
2196
2197
|
},
|
|
2197
2198
|
"editor.scrollbar.horizontal": {
|
|
2198
2199
|
type: "string",
|
|
2199
2200
|
enum: ["auto", "visible", "hidden"],
|
|
2200
|
-
enumDescriptions: [( localize(
|
|
2201
|
+
enumDescriptions: [( localize(420, "The horizontal scrollbar will be visible only when necessary.")), ( localize(421, "The horizontal scrollbar will always be visible.")), ( localize(422, "The horizontal scrollbar will always be hidden."))],
|
|
2201
2202
|
default: "auto",
|
|
2202
|
-
description: ( localize(
|
|
2203
|
+
description: ( localize(423, "Controls the visibility of the horizontal scrollbar."))
|
|
2203
2204
|
},
|
|
2204
2205
|
"editor.scrollbar.verticalScrollbarSize": {
|
|
2205
2206
|
type: "number",
|
|
2206
2207
|
default: defaults.verticalScrollbarSize,
|
|
2207
|
-
description: ( localize(
|
|
2208
|
+
description: ( localize(424, "The width of the vertical scrollbar."))
|
|
2208
2209
|
},
|
|
2209
2210
|
"editor.scrollbar.horizontalScrollbarSize": {
|
|
2210
2211
|
type: "number",
|
|
2211
2212
|
default: defaults.horizontalScrollbarSize,
|
|
2212
|
-
description: ( localize(
|
|
2213
|
+
description: ( localize(425, "The height of the horizontal scrollbar."))
|
|
2213
2214
|
},
|
|
2214
2215
|
"editor.scrollbar.scrollByPage": {
|
|
2215
2216
|
type: "boolean",
|
|
2216
2217
|
default: defaults.scrollByPage,
|
|
2217
|
-
description: ( localize(
|
|
2218
|
+
description: ( localize(426, "Controls whether clicks scroll by page or jump to click position."))
|
|
2218
2219
|
},
|
|
2219
2220
|
"editor.scrollbar.ignoreHorizontalScrollbarInContentHeight": {
|
|
2220
2221
|
type: "boolean",
|
|
2221
2222
|
default: defaults.ignoreHorizontalScrollbarInContentHeight,
|
|
2222
2223
|
description: ( localize(
|
|
2223
|
-
|
|
2224
|
+
427,
|
|
2224
2225
|
"When set, the horizontal scrollbar will not increase the size of the editor's content."
|
|
2225
2226
|
))
|
|
2226
2227
|
}
|
|
@@ -2295,7 +2296,7 @@ class UnicodeHighlight extends BaseEditorOption {
|
|
|
2295
2296
|
enum: [true, false, inUntrustedWorkspace],
|
|
2296
2297
|
default: defaults.nonBasicASCII,
|
|
2297
2298
|
description: ( localize(
|
|
2298
|
-
|
|
2299
|
+
428,
|
|
2299
2300
|
"Controls whether all non-basic ASCII characters are highlighted. Only characters between U+0020 and U+007E, tab, line-feed and carriage-return are considered basic ASCII."
|
|
2300
2301
|
))
|
|
2301
2302
|
},
|
|
@@ -2304,7 +2305,7 @@ class UnicodeHighlight extends BaseEditorOption {
|
|
|
2304
2305
|
type: "boolean",
|
|
2305
2306
|
default: defaults.invisibleCharacters,
|
|
2306
2307
|
description: ( localize(
|
|
2307
|
-
|
|
2308
|
+
429,
|
|
2308
2309
|
"Controls whether characters that just reserve space or have no width at all are highlighted."
|
|
2309
2310
|
))
|
|
2310
2311
|
},
|
|
@@ -2313,7 +2314,7 @@ class UnicodeHighlight extends BaseEditorOption {
|
|
|
2313
2314
|
type: "boolean",
|
|
2314
2315
|
default: defaults.ambiguousCharacters,
|
|
2315
2316
|
description: ( localize(
|
|
2316
|
-
|
|
2317
|
+
430,
|
|
2317
2318
|
"Controls whether characters are highlighted that can be confused with basic ASCII characters, except those that are common in the current user locale."
|
|
2318
2319
|
))
|
|
2319
2320
|
},
|
|
@@ -2323,7 +2324,7 @@ class UnicodeHighlight extends BaseEditorOption {
|
|
|
2323
2324
|
enum: [true, false, inUntrustedWorkspace],
|
|
2324
2325
|
default: defaults.includeComments,
|
|
2325
2326
|
description: ( localize(
|
|
2326
|
-
|
|
2327
|
+
431,
|
|
2327
2328
|
"Controls whether characters in comments should also be subject to Unicode highlighting."
|
|
2328
2329
|
))
|
|
2329
2330
|
},
|
|
@@ -2333,7 +2334,7 @@ class UnicodeHighlight extends BaseEditorOption {
|
|
|
2333
2334
|
enum: [true, false, inUntrustedWorkspace],
|
|
2334
2335
|
default: defaults.includeStrings,
|
|
2335
2336
|
description: ( localize(
|
|
2336
|
-
|
|
2337
|
+
432,
|
|
2337
2338
|
"Controls whether characters in strings should also be subject to Unicode highlighting."
|
|
2338
2339
|
))
|
|
2339
2340
|
},
|
|
@@ -2341,7 +2342,7 @@ class UnicodeHighlight extends BaseEditorOption {
|
|
|
2341
2342
|
restricted: true,
|
|
2342
2343
|
type: "object",
|
|
2343
2344
|
default: defaults.allowedCharacters,
|
|
2344
|
-
description: ( localize(
|
|
2345
|
+
description: ( localize(433, "Defines allowed characters that are not being highlighted.")),
|
|
2345
2346
|
additionalProperties: {
|
|
2346
2347
|
type: "boolean"
|
|
2347
2348
|
}
|
|
@@ -2354,7 +2355,7 @@ class UnicodeHighlight extends BaseEditorOption {
|
|
|
2354
2355
|
},
|
|
2355
2356
|
default: defaults.allowedLocales,
|
|
2356
2357
|
description: ( localize(
|
|
2357
|
-
|
|
2358
|
+
434,
|
|
2358
2359
|
"Unicode characters that are common in allowed locales are not being highlighted."
|
|
2359
2360
|
))
|
|
2360
2361
|
}
|
|
@@ -2457,7 +2458,7 @@ class InlineEditorSuggest extends BaseEditorOption {
|
|
|
2457
2458
|
type: "boolean",
|
|
2458
2459
|
default: defaults.enabled,
|
|
2459
2460
|
description: ( localize(
|
|
2460
|
-
|
|
2461
|
+
435,
|
|
2461
2462
|
"Controls whether to automatically show inline suggestions in the editor."
|
|
2462
2463
|
))
|
|
2463
2464
|
},
|
|
@@ -2466,19 +2467,19 @@ class InlineEditorSuggest extends BaseEditorOption {
|
|
|
2466
2467
|
default: defaults.showToolbar,
|
|
2467
2468
|
enum: ["always", "onHover", "never"],
|
|
2468
2469
|
enumDescriptions: [( localize(
|
|
2469
|
-
|
|
2470
|
+
436,
|
|
2470
2471
|
"Show the inline suggestion toolbar whenever an inline suggestion is shown."
|
|
2471
2472
|
)), ( localize(
|
|
2472
|
-
|
|
2473
|
+
437,
|
|
2473
2474
|
"Show the inline suggestion toolbar when hovering over an inline suggestion."
|
|
2474
|
-
)), ( localize(
|
|
2475
|
-
description: ( localize(
|
|
2475
|
+
)), ( localize(438, "Never show the inline suggestion toolbar."))],
|
|
2476
|
+
description: ( localize(439, "Controls when to show the inline suggestion toolbar."))
|
|
2476
2477
|
},
|
|
2477
2478
|
"editor.inlineSuggest.syntaxHighlightingEnabled": {
|
|
2478
2479
|
type: "boolean",
|
|
2479
2480
|
default: defaults.syntaxHighlightingEnabled,
|
|
2480
2481
|
description: ( localize(
|
|
2481
|
-
|
|
2482
|
+
440,
|
|
2482
2483
|
"Controls whether to show syntax highlighting for inline suggestions in the editor."
|
|
2483
2484
|
))
|
|
2484
2485
|
},
|
|
@@ -2486,7 +2487,7 @@ class InlineEditorSuggest extends BaseEditorOption {
|
|
|
2486
2487
|
type: "boolean",
|
|
2487
2488
|
default: defaults.suppressSuggestions,
|
|
2488
2489
|
description: ( localize(
|
|
2489
|
-
|
|
2490
|
+
441,
|
|
2490
2491
|
"Controls how inline suggestions interact with the suggest widget. If enabled, the suggest widget is not shown automatically when inline suggestions are available."
|
|
2491
2492
|
))
|
|
2492
2493
|
},
|
|
@@ -2494,7 +2495,7 @@ class InlineEditorSuggest extends BaseEditorOption {
|
|
|
2494
2495
|
type: "boolean",
|
|
2495
2496
|
default: defaults.suppressInSnippetMode,
|
|
2496
2497
|
description: ( localize(
|
|
2497
|
-
|
|
2498
|
+
442,
|
|
2498
2499
|
"Controls whether inline suggestions are suppressed when in snippet mode."
|
|
2499
2500
|
))
|
|
2500
2501
|
},
|
|
@@ -2504,7 +2505,7 @@ class InlineEditorSuggest extends BaseEditorOption {
|
|
|
2504
2505
|
minimum: 0,
|
|
2505
2506
|
maximum: 10000,
|
|
2506
2507
|
description: ( localize(
|
|
2507
|
-
|
|
2508
|
+
443,
|
|
2508
2509
|
"Controls the minimal delay in milliseconds after which inline suggestions are shown after typing."
|
|
2509
2510
|
))
|
|
2510
2511
|
},
|
|
@@ -2513,7 +2514,7 @@ class InlineEditorSuggest extends BaseEditorOption {
|
|
|
2513
2514
|
default: defaults.experimental.suppressInlineSuggestions,
|
|
2514
2515
|
tags: ["experimental"],
|
|
2515
2516
|
description: ( localize(
|
|
2516
|
-
|
|
2517
|
+
444,
|
|
2517
2518
|
"Suppresses inline completions for specified extension IDs -- comma separated."
|
|
2518
2519
|
)),
|
|
2519
2520
|
experiment: {
|
|
@@ -2525,7 +2526,7 @@ class InlineEditorSuggest extends BaseEditorOption {
|
|
|
2525
2526
|
default: defaults.experimental.emptyResponseInformation,
|
|
2526
2527
|
tags: ["experimental"],
|
|
2527
2528
|
description: ( localize(
|
|
2528
|
-
|
|
2529
|
+
445,
|
|
2529
2530
|
"Controls whether to send request information from the inline suggestion provider."
|
|
2530
2531
|
)),
|
|
2531
2532
|
experiment: {
|
|
@@ -2537,7 +2538,7 @@ class InlineEditorSuggest extends BaseEditorOption {
|
|
|
2537
2538
|
default: defaults.triggerCommandOnProviderChange,
|
|
2538
2539
|
tags: ["experimental"],
|
|
2539
2540
|
description: ( localize(
|
|
2540
|
-
|
|
2541
|
+
446,
|
|
2541
2542
|
"Controls whether to trigger a command when the inline suggestion provider changes."
|
|
2542
2543
|
)),
|
|
2543
2544
|
experiment: {
|
|
@@ -2550,7 +2551,7 @@ class InlineEditorSuggest extends BaseEditorOption {
|
|
|
2550
2551
|
tags: ["experimental"],
|
|
2551
2552
|
enum: ["always", "never", "whenSuggestListIsIncomplete"],
|
|
2552
2553
|
description: ( localize(
|
|
2553
|
-
|
|
2554
|
+
447,
|
|
2554
2555
|
"Controls whether to show inline suggestions when there is a suggest conflict."
|
|
2555
2556
|
)),
|
|
2556
2557
|
experiment: {
|
|
@@ -2560,13 +2561,13 @@ class InlineEditorSuggest extends BaseEditorOption {
|
|
|
2560
2561
|
"editor.inlineSuggest.fontFamily": {
|
|
2561
2562
|
type: "string",
|
|
2562
2563
|
default: defaults.fontFamily,
|
|
2563
|
-
description: ( localize(
|
|
2564
|
+
description: ( localize(448, "Controls the font family of the inline suggestions."))
|
|
2564
2565
|
},
|
|
2565
2566
|
"editor.inlineSuggest.edits.allowCodeShifting": {
|
|
2566
2567
|
type: "string",
|
|
2567
2568
|
default: defaults.edits.allowCodeShifting,
|
|
2568
2569
|
description: ( localize(
|
|
2569
|
-
|
|
2570
|
+
449,
|
|
2570
2571
|
"Controls whether showing a suggestion will shift the code to make space for the suggestion inline."
|
|
2571
2572
|
)),
|
|
2572
2573
|
enum: ["always", "horizontal", "never"],
|
|
@@ -2575,19 +2576,19 @@ class InlineEditorSuggest extends BaseEditorOption {
|
|
|
2575
2576
|
"editor.inlineSuggest.edits.showLongDistanceHint": {
|
|
2576
2577
|
type: "boolean",
|
|
2577
2578
|
default: defaults.edits.showLongDistanceHint,
|
|
2578
|
-
description: ( localize(
|
|
2579
|
+
description: ( localize(450, "Controls whether long distance inline suggestions are shown.")),
|
|
2579
2580
|
tags: ["nextEditSuggestions", "experimental"]
|
|
2580
2581
|
},
|
|
2581
2582
|
"editor.inlineSuggest.edits.renderSideBySide": {
|
|
2582
2583
|
type: "string",
|
|
2583
2584
|
default: defaults.edits.renderSideBySide,
|
|
2584
|
-
description: ( localize(
|
|
2585
|
+
description: ( localize(451, "Controls whether larger suggestions can be shown side by side.")),
|
|
2585
2586
|
enum: ["auto", "never"],
|
|
2586
2587
|
enumDescriptions: [( localize(
|
|
2587
|
-
|
|
2588
|
+
452,
|
|
2588
2589
|
"Larger suggestions will show side by side if there is enough space, otherwise they will be shown below."
|
|
2589
2590
|
)), ( localize(
|
|
2590
|
-
|
|
2591
|
+
453,
|
|
2591
2592
|
"Larger suggestions are never shown side by side and will always be shown below."
|
|
2592
2593
|
))],
|
|
2593
2594
|
tags: ["nextEditSuggestions"]
|
|
@@ -2596,7 +2597,7 @@ class InlineEditorSuggest extends BaseEditorOption {
|
|
|
2596
2597
|
type: "boolean",
|
|
2597
2598
|
default: defaults.edits.showCollapsed,
|
|
2598
2599
|
description: ( localize(
|
|
2599
|
-
|
|
2600
|
+
454,
|
|
2600
2601
|
"Controls whether the suggestion will show as collapsed until jumping to it."
|
|
2601
2602
|
)),
|
|
2602
2603
|
tags: ["nextEditSuggestions"]
|
|
@@ -2691,7 +2692,7 @@ class BracketPairColorization extends BaseEditorOption {
|
|
|
2691
2692
|
type: "boolean",
|
|
2692
2693
|
default: defaults.enabled,
|
|
2693
2694
|
markdownDescription: ( localize(
|
|
2694
|
-
|
|
2695
|
+
455,
|
|
2695
2696
|
"Controls whether bracket pair colorization is enabled or not. Use {0} to override the bracket highlight colors.",
|
|
2696
2697
|
"`#workbench.colorCustomizations#`"
|
|
2697
2698
|
))
|
|
@@ -2700,7 +2701,7 @@ class BracketPairColorization extends BaseEditorOption {
|
|
|
2700
2701
|
type: "boolean",
|
|
2701
2702
|
default: defaults.independentColorPoolPerBracketType,
|
|
2702
2703
|
description: ( localize(
|
|
2703
|
-
|
|
2704
|
+
456,
|
|
2704
2705
|
"Controls whether each bracket type has its own independent color pool."
|
|
2705
2706
|
))
|
|
2706
2707
|
}
|
|
@@ -2734,43 +2735,43 @@ class GuideOptions extends BaseEditorOption {
|
|
|
2734
2735
|
"editor.guides.bracketPairs": {
|
|
2735
2736
|
type: ["boolean", "string"],
|
|
2736
2737
|
enum: [true, "active", false],
|
|
2737
|
-
enumDescriptions: [( localize(
|
|
2738
|
+
enumDescriptions: [( localize(457, "Enables bracket pair guides.")), ( localize(458, "Enables bracket pair guides only for the active bracket pair.")), ( localize(459, "Disables bracket pair guides."))],
|
|
2738
2739
|
default: defaults.bracketPairs,
|
|
2739
|
-
description: ( localize(
|
|
2740
|
+
description: ( localize(460, "Controls whether bracket pair guides are enabled or not."))
|
|
2740
2741
|
},
|
|
2741
2742
|
"editor.guides.bracketPairsHorizontal": {
|
|
2742
2743
|
type: ["boolean", "string"],
|
|
2743
2744
|
enum: [true, "active", false],
|
|
2744
2745
|
enumDescriptions: [( localize(
|
|
2745
|
-
|
|
2746
|
+
461,
|
|
2746
2747
|
"Enables horizontal guides as addition to vertical bracket pair guides."
|
|
2747
|
-
)), ( localize(
|
|
2748
|
+
)), ( localize(462, "Enables horizontal guides only for the active bracket pair.")), ( localize(463, "Disables horizontal bracket pair guides."))],
|
|
2748
2749
|
default: defaults.bracketPairsHorizontal,
|
|
2749
|
-
description: ( localize(
|
|
2750
|
+
description: ( localize(464, "Controls whether horizontal bracket pair guides are enabled or not."))
|
|
2750
2751
|
},
|
|
2751
2752
|
"editor.guides.highlightActiveBracketPair": {
|
|
2752
2753
|
type: "boolean",
|
|
2753
2754
|
default: defaults.highlightActiveBracketPair,
|
|
2754
2755
|
description: ( localize(
|
|
2755
|
-
|
|
2756
|
+
465,
|
|
2756
2757
|
"Controls whether the editor should highlight the active bracket pair."
|
|
2757
2758
|
))
|
|
2758
2759
|
},
|
|
2759
2760
|
"editor.guides.indentation": {
|
|
2760
2761
|
type: "boolean",
|
|
2761
2762
|
default: defaults.indentation,
|
|
2762
|
-
description: ( localize(
|
|
2763
|
+
description: ( localize(466, "Controls whether the editor should render indent guides."))
|
|
2763
2764
|
},
|
|
2764
2765
|
"editor.guides.highlightActiveIndentation": {
|
|
2765
2766
|
type: ["boolean", "string"],
|
|
2766
2767
|
enum: [true, "always", false],
|
|
2767
|
-
enumDescriptions: [( localize(
|
|
2768
|
-
|
|
2768
|
+
enumDescriptions: [( localize(467, "Highlights the active indent guide.")), ( localize(
|
|
2769
|
+
468,
|
|
2769
2770
|
"Highlights the active indent guide even if bracket guides are highlighted."
|
|
2770
|
-
)), ( localize(
|
|
2771
|
+
)), ( localize(469, "Do not highlight the active indent guide."))],
|
|
2771
2772
|
default: defaults.highlightActiveIndentation,
|
|
2772
2773
|
description: ( localize(
|
|
2773
|
-
|
|
2774
|
+
470,
|
|
2774
2775
|
"Controls whether the editor should highlight the active indent guide."
|
|
2775
2776
|
))
|
|
2776
2777
|
}
|
|
@@ -2860,10 +2861,10 @@ class EditorSuggest extends BaseEditorOption {
|
|
|
2860
2861
|
"editor.suggest.insertMode": {
|
|
2861
2862
|
type: "string",
|
|
2862
2863
|
enum: ["insert", "replace"],
|
|
2863
|
-
enumDescriptions: [( localize(
|
|
2864
|
+
enumDescriptions: [( localize(471, "Insert suggestion without overwriting text right of the cursor.")), ( localize(472, "Insert suggestion and overwrite text right of the cursor."))],
|
|
2864
2865
|
default: defaults.insertMode,
|
|
2865
2866
|
description: ( localize(
|
|
2866
|
-
|
|
2867
|
+
473,
|
|
2867
2868
|
"Controls whether words are overwritten when accepting completions. Note that this depends on extensions opting into this feature."
|
|
2868
2869
|
))
|
|
2869
2870
|
},
|
|
@@ -2871,7 +2872,7 @@ class EditorSuggest extends BaseEditorOption {
|
|
|
2871
2872
|
type: "boolean",
|
|
2872
2873
|
default: defaults.filterGraceful,
|
|
2873
2874
|
description: ( localize(
|
|
2874
|
-
|
|
2875
|
+
474,
|
|
2875
2876
|
"Controls whether filtering and sorting suggestions accounts for small typos."
|
|
2876
2877
|
))
|
|
2877
2878
|
},
|
|
@@ -2879,7 +2880,7 @@ class EditorSuggest extends BaseEditorOption {
|
|
|
2879
2880
|
type: "boolean",
|
|
2880
2881
|
default: defaults.localityBonus,
|
|
2881
2882
|
description: ( localize(
|
|
2882
|
-
|
|
2883
|
+
475,
|
|
2883
2884
|
"Controls whether sorting favors words that appear close to the cursor."
|
|
2884
2885
|
))
|
|
2885
2886
|
},
|
|
@@ -2887,7 +2888,7 @@ class EditorSuggest extends BaseEditorOption {
|
|
|
2887
2888
|
type: "boolean",
|
|
2888
2889
|
default: defaults.shareSuggestSelections,
|
|
2889
2890
|
markdownDescription: ( localize(
|
|
2890
|
-
|
|
2891
|
+
476,
|
|
2891
2892
|
"Controls whether remembered suggestion selections are shared between multiple workspaces and windows (needs `#editor.suggestSelection#`)."
|
|
2892
2893
|
))
|
|
2893
2894
|
},
|
|
@@ -2895,18 +2896,18 @@ class EditorSuggest extends BaseEditorOption {
|
|
|
2895
2896
|
type: "string",
|
|
2896
2897
|
enum: ["always", "never", "whenTriggerCharacter", "whenQuickSuggestion"],
|
|
2897
2898
|
enumDescriptions: [( localize(
|
|
2898
|
-
|
|
2899
|
+
477,
|
|
2899
2900
|
"Always select a suggestion when automatically triggering IntelliSense."
|
|
2900
2901
|
)), ( localize(
|
|
2901
|
-
|
|
2902
|
+
478,
|
|
2902
2903
|
"Never select a suggestion when automatically triggering IntelliSense."
|
|
2903
2904
|
)), ( localize(
|
|
2904
|
-
|
|
2905
|
+
479,
|
|
2905
2906
|
"Select a suggestion only when triggering IntelliSense from a trigger character."
|
|
2906
|
-
)), ( localize(
|
|
2907
|
+
)), ( localize(480, "Select a suggestion only when triggering IntelliSense as you type."))],
|
|
2907
2908
|
default: defaults.selectionMode,
|
|
2908
2909
|
markdownDescription: ( localize(
|
|
2909
|
-
|
|
2910
|
+
481,
|
|
2910
2911
|
"Controls whether a suggestion is selected when the widget shows. Note that this only applies to automatically triggered suggestions ({0} and {1}) and that a suggestion is always selected when explicitly invoked, e.g via `Ctrl+Space`.",
|
|
2911
2912
|
"`#editor.quickSuggestions#`",
|
|
2912
2913
|
"`#editor.suggestOnTriggerCharacters#`"
|
|
@@ -2915,197 +2916,197 @@ class EditorSuggest extends BaseEditorOption {
|
|
|
2915
2916
|
"editor.suggest.snippetsPreventQuickSuggestions": {
|
|
2916
2917
|
type: "boolean",
|
|
2917
2918
|
default: defaults.snippetsPreventQuickSuggestions,
|
|
2918
|
-
description: ( localize(
|
|
2919
|
+
description: ( localize(482, "Controls whether an active snippet prevents quick suggestions."))
|
|
2919
2920
|
},
|
|
2920
2921
|
"editor.suggest.showIcons": {
|
|
2921
2922
|
type: "boolean",
|
|
2922
2923
|
default: defaults.showIcons,
|
|
2923
|
-
description: ( localize(
|
|
2924
|
+
description: ( localize(483, "Controls whether to show or hide icons in suggestions."))
|
|
2924
2925
|
},
|
|
2925
2926
|
"editor.suggest.showStatusBar": {
|
|
2926
2927
|
type: "boolean",
|
|
2927
2928
|
default: defaults.showStatusBar,
|
|
2928
2929
|
description: ( localize(
|
|
2929
|
-
|
|
2930
|
+
484,
|
|
2930
2931
|
"Controls the visibility of the status bar at the bottom of the suggest widget."
|
|
2931
2932
|
))
|
|
2932
2933
|
},
|
|
2933
2934
|
"editor.suggest.preview": {
|
|
2934
2935
|
type: "boolean",
|
|
2935
2936
|
default: defaults.preview,
|
|
2936
|
-
description: ( localize(
|
|
2937
|
+
description: ( localize(485, "Controls whether to preview the suggestion outcome in the editor."))
|
|
2937
2938
|
},
|
|
2938
2939
|
"editor.suggest.showInlineDetails": {
|
|
2939
2940
|
type: "boolean",
|
|
2940
2941
|
default: defaults.showInlineDetails,
|
|
2941
2942
|
description: ( localize(
|
|
2942
|
-
|
|
2943
|
+
486,
|
|
2943
2944
|
"Controls whether suggest details show inline with the label or only in the details widget."
|
|
2944
2945
|
))
|
|
2945
2946
|
},
|
|
2946
2947
|
"editor.suggest.maxVisibleSuggestions": {
|
|
2947
2948
|
type: "number",
|
|
2948
|
-
deprecationMessage: ( localize(
|
|
2949
|
+
deprecationMessage: ( localize(487, "This setting is deprecated. The suggest widget can now be resized."))
|
|
2949
2950
|
},
|
|
2950
2951
|
"editor.suggest.filteredTypes": {
|
|
2951
2952
|
type: "object",
|
|
2952
2953
|
deprecationMessage: ( localize(
|
|
2953
|
-
|
|
2954
|
+
488,
|
|
2954
2955
|
"This setting is deprecated, please use separate settings like 'editor.suggest.showKeywords' or 'editor.suggest.showSnippets' instead."
|
|
2955
2956
|
))
|
|
2956
2957
|
},
|
|
2957
2958
|
"editor.suggest.showMethods": {
|
|
2958
2959
|
type: "boolean",
|
|
2959
2960
|
default: true,
|
|
2960
|
-
markdownDescription: ( localize(
|
|
2961
|
+
markdownDescription: ( localize(489, "When enabled IntelliSense shows `method`-suggestions."))
|
|
2961
2962
|
},
|
|
2962
2963
|
"editor.suggest.showFunctions": {
|
|
2963
2964
|
type: "boolean",
|
|
2964
2965
|
default: true,
|
|
2965
|
-
markdownDescription: ( localize(
|
|
2966
|
+
markdownDescription: ( localize(490, "When enabled IntelliSense shows `function`-suggestions."))
|
|
2966
2967
|
},
|
|
2967
2968
|
"editor.suggest.showConstructors": {
|
|
2968
2969
|
type: "boolean",
|
|
2969
2970
|
default: true,
|
|
2970
|
-
markdownDescription: ( localize(
|
|
2971
|
+
markdownDescription: ( localize(491, "When enabled IntelliSense shows `constructor`-suggestions."))
|
|
2971
2972
|
},
|
|
2972
2973
|
"editor.suggest.showDeprecated": {
|
|
2973
2974
|
type: "boolean",
|
|
2974
2975
|
default: true,
|
|
2975
|
-
markdownDescription: ( localize(
|
|
2976
|
+
markdownDescription: ( localize(492, "When enabled IntelliSense shows `deprecated`-suggestions."))
|
|
2976
2977
|
},
|
|
2977
2978
|
"editor.suggest.matchOnWordStartOnly": {
|
|
2978
2979
|
type: "boolean",
|
|
2979
2980
|
default: true,
|
|
2980
2981
|
markdownDescription: ( localize(
|
|
2981
|
-
|
|
2982
|
+
493,
|
|
2982
2983
|
"When enabled IntelliSense filtering requires that the first character matches on a word start. For example, `c` on `Console` or `WebContext` but _not_ on `description`. When disabled IntelliSense will show more results but still sorts them by match quality."
|
|
2983
2984
|
))
|
|
2984
2985
|
},
|
|
2985
2986
|
"editor.suggest.showFields": {
|
|
2986
2987
|
type: "boolean",
|
|
2987
2988
|
default: true,
|
|
2988
|
-
markdownDescription: ( localize(
|
|
2989
|
+
markdownDescription: ( localize(494, "When enabled IntelliSense shows `field`-suggestions."))
|
|
2989
2990
|
},
|
|
2990
2991
|
"editor.suggest.showVariables": {
|
|
2991
2992
|
type: "boolean",
|
|
2992
2993
|
default: true,
|
|
2993
|
-
markdownDescription: ( localize(
|
|
2994
|
+
markdownDescription: ( localize(495, "When enabled IntelliSense shows `variable`-suggestions."))
|
|
2994
2995
|
},
|
|
2995
2996
|
"editor.suggest.showClasses": {
|
|
2996
2997
|
type: "boolean",
|
|
2997
2998
|
default: true,
|
|
2998
|
-
markdownDescription: ( localize(
|
|
2999
|
+
markdownDescription: ( localize(496, "When enabled IntelliSense shows `class`-suggestions."))
|
|
2999
3000
|
},
|
|
3000
3001
|
"editor.suggest.showStructs": {
|
|
3001
3002
|
type: "boolean",
|
|
3002
3003
|
default: true,
|
|
3003
|
-
markdownDescription: ( localize(
|
|
3004
|
+
markdownDescription: ( localize(497, "When enabled IntelliSense shows `struct`-suggestions."))
|
|
3004
3005
|
},
|
|
3005
3006
|
"editor.suggest.showInterfaces": {
|
|
3006
3007
|
type: "boolean",
|
|
3007
3008
|
default: true,
|
|
3008
|
-
markdownDescription: ( localize(
|
|
3009
|
+
markdownDescription: ( localize(498, "When enabled IntelliSense shows `interface`-suggestions."))
|
|
3009
3010
|
},
|
|
3010
3011
|
"editor.suggest.showModules": {
|
|
3011
3012
|
type: "boolean",
|
|
3012
3013
|
default: true,
|
|
3013
|
-
markdownDescription: ( localize(
|
|
3014
|
+
markdownDescription: ( localize(499, "When enabled IntelliSense shows `module`-suggestions."))
|
|
3014
3015
|
},
|
|
3015
3016
|
"editor.suggest.showProperties": {
|
|
3016
3017
|
type: "boolean",
|
|
3017
3018
|
default: true,
|
|
3018
|
-
markdownDescription: ( localize(
|
|
3019
|
+
markdownDescription: ( localize(500, "When enabled IntelliSense shows `property`-suggestions."))
|
|
3019
3020
|
},
|
|
3020
3021
|
"editor.suggest.showEvents": {
|
|
3021
3022
|
type: "boolean",
|
|
3022
3023
|
default: true,
|
|
3023
|
-
markdownDescription: ( localize(
|
|
3024
|
+
markdownDescription: ( localize(501, "When enabled IntelliSense shows `event`-suggestions."))
|
|
3024
3025
|
},
|
|
3025
3026
|
"editor.suggest.showOperators": {
|
|
3026
3027
|
type: "boolean",
|
|
3027
3028
|
default: true,
|
|
3028
|
-
markdownDescription: ( localize(
|
|
3029
|
+
markdownDescription: ( localize(502, "When enabled IntelliSense shows `operator`-suggestions."))
|
|
3029
3030
|
},
|
|
3030
3031
|
"editor.suggest.showUnits": {
|
|
3031
3032
|
type: "boolean",
|
|
3032
3033
|
default: true,
|
|
3033
|
-
markdownDescription: ( localize(
|
|
3034
|
+
markdownDescription: ( localize(503, "When enabled IntelliSense shows `unit`-suggestions."))
|
|
3034
3035
|
},
|
|
3035
3036
|
"editor.suggest.showValues": {
|
|
3036
3037
|
type: "boolean",
|
|
3037
3038
|
default: true,
|
|
3038
|
-
markdownDescription: ( localize(
|
|
3039
|
+
markdownDescription: ( localize(504, "When enabled IntelliSense shows `value`-suggestions."))
|
|
3039
3040
|
},
|
|
3040
3041
|
"editor.suggest.showConstants": {
|
|
3041
3042
|
type: "boolean",
|
|
3042
3043
|
default: true,
|
|
3043
|
-
markdownDescription: ( localize(
|
|
3044
|
+
markdownDescription: ( localize(505, "When enabled IntelliSense shows `constant`-suggestions."))
|
|
3044
3045
|
},
|
|
3045
3046
|
"editor.suggest.showEnums": {
|
|
3046
3047
|
type: "boolean",
|
|
3047
3048
|
default: true,
|
|
3048
|
-
markdownDescription: ( localize(
|
|
3049
|
+
markdownDescription: ( localize(506, "When enabled IntelliSense shows `enum`-suggestions."))
|
|
3049
3050
|
},
|
|
3050
3051
|
"editor.suggest.showEnumMembers": {
|
|
3051
3052
|
type: "boolean",
|
|
3052
3053
|
default: true,
|
|
3053
|
-
markdownDescription: ( localize(
|
|
3054
|
+
markdownDescription: ( localize(507, "When enabled IntelliSense shows `enumMember`-suggestions."))
|
|
3054
3055
|
},
|
|
3055
3056
|
"editor.suggest.showKeywords": {
|
|
3056
3057
|
type: "boolean",
|
|
3057
3058
|
default: true,
|
|
3058
|
-
markdownDescription: ( localize(
|
|
3059
|
+
markdownDescription: ( localize(508, "When enabled IntelliSense shows `keyword`-suggestions."))
|
|
3059
3060
|
},
|
|
3060
3061
|
"editor.suggest.showWords": {
|
|
3061
3062
|
type: "boolean",
|
|
3062
3063
|
default: true,
|
|
3063
|
-
markdownDescription: ( localize(
|
|
3064
|
+
markdownDescription: ( localize(509, "When enabled IntelliSense shows `text`-suggestions."))
|
|
3064
3065
|
},
|
|
3065
3066
|
"editor.suggest.showColors": {
|
|
3066
3067
|
type: "boolean",
|
|
3067
3068
|
default: true,
|
|
3068
|
-
markdownDescription: ( localize(
|
|
3069
|
+
markdownDescription: ( localize(510, "When enabled IntelliSense shows `color`-suggestions."))
|
|
3069
3070
|
},
|
|
3070
3071
|
"editor.suggest.showFiles": {
|
|
3071
3072
|
type: "boolean",
|
|
3072
3073
|
default: true,
|
|
3073
|
-
markdownDescription: ( localize(
|
|
3074
|
+
markdownDescription: ( localize(511, "When enabled IntelliSense shows `file`-suggestions."))
|
|
3074
3075
|
},
|
|
3075
3076
|
"editor.suggest.showReferences": {
|
|
3076
3077
|
type: "boolean",
|
|
3077
3078
|
default: true,
|
|
3078
|
-
markdownDescription: ( localize(
|
|
3079
|
+
markdownDescription: ( localize(512, "When enabled IntelliSense shows `reference`-suggestions."))
|
|
3079
3080
|
},
|
|
3080
3081
|
"editor.suggest.showCustomcolors": {
|
|
3081
3082
|
type: "boolean",
|
|
3082
3083
|
default: true,
|
|
3083
|
-
markdownDescription: ( localize(
|
|
3084
|
+
markdownDescription: ( localize(513, "When enabled IntelliSense shows `customcolor`-suggestions."))
|
|
3084
3085
|
},
|
|
3085
3086
|
"editor.suggest.showFolders": {
|
|
3086
3087
|
type: "boolean",
|
|
3087
3088
|
default: true,
|
|
3088
|
-
markdownDescription: ( localize(
|
|
3089
|
+
markdownDescription: ( localize(514, "When enabled IntelliSense shows `folder`-suggestions."))
|
|
3089
3090
|
},
|
|
3090
3091
|
"editor.suggest.showTypeParameters": {
|
|
3091
3092
|
type: "boolean",
|
|
3092
3093
|
default: true,
|
|
3093
|
-
markdownDescription: ( localize(
|
|
3094
|
+
markdownDescription: ( localize(515, "When enabled IntelliSense shows `typeParameter`-suggestions."))
|
|
3094
3095
|
},
|
|
3095
3096
|
"editor.suggest.showSnippets": {
|
|
3096
3097
|
type: "boolean",
|
|
3097
3098
|
default: true,
|
|
3098
|
-
markdownDescription: ( localize(
|
|
3099
|
+
markdownDescription: ( localize(516, "When enabled IntelliSense shows `snippet`-suggestions."))
|
|
3099
3100
|
},
|
|
3100
3101
|
"editor.suggest.showUsers": {
|
|
3101
3102
|
type: "boolean",
|
|
3102
3103
|
default: true,
|
|
3103
|
-
markdownDescription: ( localize(
|
|
3104
|
+
markdownDescription: ( localize(517, "When enabled IntelliSense shows `user`-suggestions."))
|
|
3104
3105
|
},
|
|
3105
3106
|
"editor.suggest.showIssues": {
|
|
3106
3107
|
type: "boolean",
|
|
3107
3108
|
default: true,
|
|
3108
|
-
markdownDescription: ( localize(
|
|
3109
|
+
markdownDescription: ( localize(518, "When enabled IntelliSense shows `issues`-suggestions."))
|
|
3109
3110
|
}
|
|
3110
3111
|
});
|
|
3111
3112
|
}
|
|
@@ -3173,13 +3174,13 @@ class SmartSelect extends BaseEditorOption {
|
|
|
3173
3174
|
selectSubwords: true
|
|
3174
3175
|
}, {
|
|
3175
3176
|
"editor.smartSelect.selectLeadingAndTrailingWhitespace": {
|
|
3176
|
-
description: ( localize(
|
|
3177
|
+
description: ( localize(519, "Whether leading and trailing whitespace should always be selected.")),
|
|
3177
3178
|
default: true,
|
|
3178
3179
|
type: "boolean"
|
|
3179
3180
|
},
|
|
3180
3181
|
"editor.smartSelect.selectSubwords": {
|
|
3181
3182
|
description: ( localize(
|
|
3182
|
-
|
|
3183
|
+
520,
|
|
3183
3184
|
"Whether subwords (like 'foo' in 'fooBar' or 'foo_bar') should be selected."
|
|
3184
3185
|
)),
|
|
3185
3186
|
default: true,
|
|
@@ -3213,7 +3214,7 @@ class WordSegmenterLocales extends BaseEditorOption {
|
|
|
3213
3214
|
}
|
|
3214
3215
|
}],
|
|
3215
3216
|
description: ( localize(
|
|
3216
|
-
|
|
3217
|
+
521,
|
|
3217
3218
|
"Locales to be used for word segmentation when doing word related navigations or operations. Specify the BCP 47 language tag of the word you wish to recognize (e.g., ja, zh-CN, zh-Hant-TW, etc.)."
|
|
3218
3219
|
)),
|
|
3219
3220
|
type: "array",
|
|
@@ -3256,8 +3257,8 @@ class WrappingIndentOption extends BaseEditorOption {
|
|
|
3256
3257
|
"editor.wrappingIndent": {
|
|
3257
3258
|
type: "string",
|
|
3258
3259
|
enum: ["none", "same", "indent", "deepIndent"],
|
|
3259
|
-
enumDescriptions: [( localize(
|
|
3260
|
-
description: ( localize(
|
|
3260
|
+
enumDescriptions: [( localize(522, "No indentation. Wrapped lines begin at column 1.")), ( localize(523, "Wrapped lines get the same indentation as the parent.")), ( localize(524, "Wrapped lines get +1 indentation toward the parent.")), ( localize(525, "Wrapped lines get +2 indentation toward the parent."))],
|
|
3261
|
+
description: ( localize(526, "Controls the indentation of wrapped lines.")),
|
|
3261
3262
|
default: "same"
|
|
3262
3263
|
}
|
|
3263
3264
|
});
|
|
@@ -3313,22 +3314,22 @@ class EditorDropIntoEditor extends BaseEditorOption {
|
|
|
3313
3314
|
type: "boolean",
|
|
3314
3315
|
default: defaults.enabled,
|
|
3315
3316
|
markdownDescription: ( localize(
|
|
3316
|
-
|
|
3317
|
+
527,
|
|
3317
3318
|
"Controls whether you can drag and drop a file into a text editor by holding down the `Shift` key (instead of opening the file in an editor)."
|
|
3318
3319
|
))
|
|
3319
3320
|
},
|
|
3320
3321
|
"editor.dropIntoEditor.showDropSelector": {
|
|
3321
3322
|
type: "string",
|
|
3322
3323
|
markdownDescription: ( localize(
|
|
3323
|
-
|
|
3324
|
+
528,
|
|
3324
3325
|
"Controls if a widget is shown when dropping files into the editor. This widget lets you control how the file is dropped."
|
|
3325
3326
|
)),
|
|
3326
3327
|
enum: ["afterDrop", "never"],
|
|
3327
3328
|
enumDescriptions: [( localize(
|
|
3328
|
-
|
|
3329
|
+
529,
|
|
3329
3330
|
"Show the drop selector widget after a file is dropped into the editor."
|
|
3330
3331
|
)), ( localize(
|
|
3331
|
-
|
|
3332
|
+
530,
|
|
3332
3333
|
"Never show the drop selector widget. Instead the default drop provider is always used."
|
|
3333
3334
|
))],
|
|
3334
3335
|
default: "afterDrop"
|
|
@@ -3360,20 +3361,20 @@ class EditorPasteAs extends BaseEditorOption {
|
|
|
3360
3361
|
"editor.pasteAs.enabled": {
|
|
3361
3362
|
type: "boolean",
|
|
3362
3363
|
default: defaults.enabled,
|
|
3363
|
-
markdownDescription: ( localize(
|
|
3364
|
+
markdownDescription: ( localize(531, "Controls whether you can paste content in different ways."))
|
|
3364
3365
|
},
|
|
3365
3366
|
"editor.pasteAs.showPasteSelector": {
|
|
3366
3367
|
type: "string",
|
|
3367
3368
|
markdownDescription: ( localize(
|
|
3368
|
-
|
|
3369
|
+
532,
|
|
3369
3370
|
"Controls if a widget is shown when pasting content in to the editor. This widget lets you control how the file is pasted."
|
|
3370
3371
|
)),
|
|
3371
3372
|
enum: ["afterPaste", "never"],
|
|
3372
3373
|
enumDescriptions: [( localize(
|
|
3373
|
-
|
|
3374
|
+
533,
|
|
3374
3375
|
"Show the paste selector widget after content is pasted into the editor."
|
|
3375
3376
|
)), ( localize(
|
|
3376
|
-
|
|
3377
|
+
534,
|
|
3377
3378
|
"Never show the paste selector widget. Instead the default pasting behavior is always used."
|
|
3378
3379
|
))],
|
|
3379
3380
|
default: "afterPaste"
|
|
@@ -3584,7 +3585,7 @@ const EditorOptions = {
|
|
|
3584
3585
|
true,
|
|
3585
3586
|
{
|
|
3586
3587
|
markdownDescription: ( localize(
|
|
3587
|
-
|
|
3588
|
+
535,
|
|
3588
3589
|
"Controls whether suggestions should be accepted on commit characters. For example, in JavaScript, the semi-colon (`;`) can be a commit character that accepts a suggestion and types that character."
|
|
3589
3590
|
))
|
|
3590
3591
|
}
|
|
@@ -3596,11 +3597,11 @@ const EditorOptions = {
|
|
|
3596
3597
|
["on", "smart", "off"],
|
|
3597
3598
|
{
|
|
3598
3599
|
markdownEnumDescriptions: ["", ( localize(
|
|
3599
|
-
|
|
3600
|
+
536,
|
|
3600
3601
|
"Only accept a suggestion with `Enter` when it makes a textual change."
|
|
3601
3602
|
)), ""],
|
|
3602
3603
|
markdownDescription: ( localize(
|
|
3603
|
-
|
|
3604
|
+
537,
|
|
3604
3605
|
"Controls whether suggestions should be accepted on `Enter`, in addition to `Tab`. Helps to avoid ambiguity between inserting new lines or accepting suggestions."
|
|
3605
3606
|
))
|
|
3606
3607
|
}
|
|
@@ -3614,7 +3615,7 @@ const EditorOptions = {
|
|
|
3614
3615
|
Constants.MAX_SAFE_SMALL_INTEGER,
|
|
3615
3616
|
{
|
|
3616
3617
|
description: ( localize(
|
|
3617
|
-
|
|
3618
|
+
538,
|
|
3618
3619
|
"Controls the number of lines in the editor that can be read out by a screen reader at once. When we detect a screen reader we automatically set the default to be 500. Warning: this has a performance implication for numbers larger than the default."
|
|
3619
3620
|
)),
|
|
3620
3621
|
tags: ["accessibility"]
|
|
@@ -3623,12 +3624,12 @@ const EditorOptions = {
|
|
|
3623
3624
|
allowOverflow: register(( new EditorBooleanOption(EditorOption.allowOverflow, "allowOverflow", true))),
|
|
3624
3625
|
allowVariableLineHeights: register(( new EditorBooleanOption(EditorOption.allowVariableLineHeights, "allowVariableLineHeights", true, {
|
|
3625
3626
|
description: ( localize(
|
|
3626
|
-
|
|
3627
|
+
539,
|
|
3627
3628
|
"Controls whether to allow using variable line heights in the editor."
|
|
3628
3629
|
))
|
|
3629
3630
|
}))),
|
|
3630
3631
|
allowVariableFonts: register(( new EditorBooleanOption(EditorOption.allowVariableFonts, "allowVariableFonts", true, {
|
|
3631
|
-
description: ( localize(
|
|
3632
|
+
description: ( localize(540, "Controls whether to allow using variable fonts in the editor."))
|
|
3632
3633
|
}))),
|
|
3633
3634
|
allowVariableFontsInAccessibilityMode: register(( new EditorBooleanOption(
|
|
3634
3635
|
EditorOption.allowVariableFontsInAccessibilityMode,
|
|
@@ -3636,13 +3637,13 @@ const EditorOptions = {
|
|
|
3636
3637
|
false,
|
|
3637
3638
|
{
|
|
3638
3639
|
description: ( localize(
|
|
3639
|
-
|
|
3640
|
+
541,
|
|
3640
3641
|
"Controls whether to allow using variable fonts in the editor in the accessibility mode."
|
|
3641
3642
|
)),
|
|
3642
3643
|
tags: ["accessibility"]
|
|
3643
3644
|
}
|
|
3644
3645
|
))),
|
|
3645
|
-
ariaLabel: register(( new EditorStringOption(EditorOption.ariaLabel, "ariaLabel", ( localize(
|
|
3646
|
+
ariaLabel: register(( new EditorStringOption(EditorOption.ariaLabel, "ariaLabel", ( localize(542, "Editor content"))))),
|
|
3646
3647
|
ariaRequired: register(( new EditorBooleanOption(EditorOption.ariaRequired, "ariaRequired", false, undefined))),
|
|
3647
3648
|
screenReaderAnnounceInlineSuggestion: register(( new EditorBooleanOption(
|
|
3648
3649
|
EditorOption.screenReaderAnnounceInlineSuggestion,
|
|
@@ -3650,7 +3651,7 @@ const EditorOptions = {
|
|
|
3650
3651
|
true,
|
|
3651
3652
|
{
|
|
3652
3653
|
description: ( localize(
|
|
3653
|
-
|
|
3654
|
+
543,
|
|
3654
3655
|
"Control whether inline suggestions are announced by a screen reader."
|
|
3655
3656
|
)),
|
|
3656
3657
|
tags: ["accessibility"]
|
|
@@ -3663,14 +3664,14 @@ const EditorOptions = {
|
|
|
3663
3664
|
["always", "languageDefined", "beforeWhitespace", "never"],
|
|
3664
3665
|
{
|
|
3665
3666
|
enumDescriptions: ["", ( localize(
|
|
3666
|
-
|
|
3667
|
+
544,
|
|
3667
3668
|
"Use language configurations to determine when to autoclose brackets."
|
|
3668
3669
|
)), ( localize(
|
|
3669
|
-
|
|
3670
|
+
545,
|
|
3670
3671
|
"Autoclose brackets only when the cursor is to the left of whitespace."
|
|
3671
3672
|
)), ""],
|
|
3672
3673
|
description: ( localize(
|
|
3673
|
-
|
|
3674
|
+
546,
|
|
3674
3675
|
"Controls whether the editor should automatically close brackets after the user adds an opening bracket."
|
|
3675
3676
|
))
|
|
3676
3677
|
}
|
|
@@ -3682,14 +3683,14 @@ const EditorOptions = {
|
|
|
3682
3683
|
["always", "languageDefined", "beforeWhitespace", "never"],
|
|
3683
3684
|
{
|
|
3684
3685
|
enumDescriptions: ["", ( localize(
|
|
3685
|
-
|
|
3686
|
+
547,
|
|
3686
3687
|
"Use language configurations to determine when to autoclose comments."
|
|
3687
3688
|
)), ( localize(
|
|
3688
|
-
|
|
3689
|
+
548,
|
|
3689
3690
|
"Autoclose comments only when the cursor is to the left of whitespace."
|
|
3690
3691
|
)), ""],
|
|
3691
3692
|
description: ( localize(
|
|
3692
|
-
|
|
3693
|
+
549,
|
|
3693
3694
|
"Controls whether the editor should automatically close comments after the user adds an opening comment."
|
|
3694
3695
|
))
|
|
3695
3696
|
}
|
|
@@ -3701,11 +3702,11 @@ const EditorOptions = {
|
|
|
3701
3702
|
["always", "auto", "never"],
|
|
3702
3703
|
{
|
|
3703
3704
|
enumDescriptions: ["", ( localize(
|
|
3704
|
-
|
|
3705
|
+
550,
|
|
3705
3706
|
"Remove adjacent closing quotes or brackets only if they were automatically inserted."
|
|
3706
3707
|
)), ""],
|
|
3707
3708
|
description: ( localize(
|
|
3708
|
-
|
|
3709
|
+
551,
|
|
3709
3710
|
"Controls whether the editor should remove adjacent closing quotes or brackets when deleting."
|
|
3710
3711
|
))
|
|
3711
3712
|
}
|
|
@@ -3717,11 +3718,11 @@ const EditorOptions = {
|
|
|
3717
3718
|
["always", "auto", "never"],
|
|
3718
3719
|
{
|
|
3719
3720
|
enumDescriptions: ["", ( localize(
|
|
3720
|
-
|
|
3721
|
+
552,
|
|
3721
3722
|
"Type over closing quotes or brackets only if they were automatically inserted."
|
|
3722
3723
|
)), ""],
|
|
3723
3724
|
description: ( localize(
|
|
3724
|
-
|
|
3725
|
+
553,
|
|
3725
3726
|
"Controls whether the editor should type over closing quotes or brackets."
|
|
3726
3727
|
))
|
|
3727
3728
|
}
|
|
@@ -3732,9 +3733,9 @@ const EditorOptions = {
|
|
|
3732
3733
|
"languageDefined",
|
|
3733
3734
|
["always", "languageDefined", "beforeWhitespace", "never"],
|
|
3734
3735
|
{
|
|
3735
|
-
enumDescriptions: ["", ( localize(
|
|
3736
|
+
enumDescriptions: ["", ( localize(554, "Use language configurations to determine when to autoclose quotes.")), ( localize(555, "Autoclose quotes only when the cursor is to the left of whitespace.")), ""],
|
|
3736
3737
|
description: ( localize(
|
|
3737
|
-
|
|
3738
|
+
556,
|
|
3738
3739
|
"Controls whether the editor should automatically close quotes after the user adds an opening quote."
|
|
3739
3740
|
))
|
|
3740
3741
|
}
|
|
@@ -3747,25 +3748,25 @@ const EditorOptions = {
|
|
|
3747
3748
|
["none", "keep", "brackets", "advanced", "full"],
|
|
3748
3749
|
_autoIndentFromString,
|
|
3749
3750
|
{
|
|
3750
|
-
enumDescriptions: [( localize(
|
|
3751
|
-
|
|
3751
|
+
enumDescriptions: [( localize(557, "The editor will not insert indentation automatically.")), ( localize(558, "The editor will keep the current line's indentation.")), ( localize(
|
|
3752
|
+
559,
|
|
3752
3753
|
"The editor will keep the current line's indentation and honor language defined brackets."
|
|
3753
3754
|
)), ( localize(
|
|
3754
|
-
|
|
3755
|
+
560,
|
|
3755
3756
|
"The editor will keep the current line's indentation, honor language defined brackets and invoke special onEnterRules defined by languages."
|
|
3756
3757
|
)), ( localize(
|
|
3757
|
-
|
|
3758
|
+
561,
|
|
3758
3759
|
"The editor will keep the current line's indentation, honor language defined brackets, invoke special onEnterRules defined by languages, and honor indentationRules defined by languages."
|
|
3759
3760
|
))],
|
|
3760
3761
|
description: ( localize(
|
|
3761
|
-
|
|
3762
|
+
562,
|
|
3762
3763
|
"Controls whether the editor should automatically adjust the indentation when users type, paste, move or indent lines."
|
|
3763
3764
|
))
|
|
3764
3765
|
}
|
|
3765
3766
|
))),
|
|
3766
3767
|
autoIndentOnPaste: register(( new EditorBooleanOption(EditorOption.autoIndentOnPaste, "autoIndentOnPaste", false, {
|
|
3767
3768
|
description: ( localize(
|
|
3768
|
-
|
|
3769
|
+
563,
|
|
3769
3770
|
"Controls whether the editor should automatically auto-indent the pasted content."
|
|
3770
3771
|
))
|
|
3771
3772
|
}))),
|
|
@@ -3775,7 +3776,7 @@ const EditorOptions = {
|
|
|
3775
3776
|
true,
|
|
3776
3777
|
{
|
|
3777
3778
|
description: ( localize(
|
|
3778
|
-
|
|
3779
|
+
564,
|
|
3779
3780
|
"Controls whether the editor should automatically auto-indent the pasted content when pasted within a string. This takes effect when autoIndentOnPaste is true."
|
|
3780
3781
|
))
|
|
3781
3782
|
}
|
|
@@ -3788,11 +3789,11 @@ const EditorOptions = {
|
|
|
3788
3789
|
["languageDefined", "quotes", "brackets", "never"],
|
|
3789
3790
|
{
|
|
3790
3791
|
enumDescriptions: [( localize(
|
|
3791
|
-
|
|
3792
|
+
565,
|
|
3792
3793
|
"Use language configurations to determine when to automatically surround selections."
|
|
3793
|
-
)), ( localize(
|
|
3794
|
+
)), ( localize(566, "Surround with quotes but not brackets.")), ( localize(567, "Surround with brackets but not quotes.")), ""],
|
|
3794
3795
|
description: ( localize(
|
|
3795
|
-
|
|
3796
|
+
568,
|
|
3796
3797
|
"Controls whether the editor should automatically surround selections when typing quotes or brackets."
|
|
3797
3798
|
))
|
|
3798
3799
|
}
|
|
@@ -3801,15 +3802,15 @@ const EditorOptions = {
|
|
|
3801
3802
|
bracketPairGuides: register(( new GuideOptions())),
|
|
3802
3803
|
stickyTabStops: register(( new EditorBooleanOption(EditorOption.stickyTabStops, "stickyTabStops", false, {
|
|
3803
3804
|
description: ( localize(
|
|
3804
|
-
|
|
3805
|
+
569,
|
|
3805
3806
|
"Emulate selection behavior of tab characters when using spaces for indentation. Selection will stick to tab stops."
|
|
3806
3807
|
))
|
|
3807
3808
|
}))),
|
|
3808
3809
|
codeLens: register(( new EditorBooleanOption(EditorOption.codeLens, "codeLens", true, {
|
|
3809
|
-
description: ( localize(
|
|
3810
|
+
description: ( localize(570, "Controls whether the editor shows CodeLens."))
|
|
3810
3811
|
}))),
|
|
3811
3812
|
codeLensFontFamily: register(( new EditorStringOption(EditorOption.codeLensFontFamily, "codeLensFontFamily", "", {
|
|
3812
|
-
description: ( localize(
|
|
3813
|
+
description: ( localize(571, "Controls the font family for CodeLens."))
|
|
3813
3814
|
}))),
|
|
3814
3815
|
codeLensFontSize: register(( new EditorIntOption(EditorOption.codeLensFontSize, "codeLensFontSize", 0, 0, 100, {
|
|
3815
3816
|
type: "number",
|
|
@@ -3817,13 +3818,13 @@ const EditorOptions = {
|
|
|
3817
3818
|
minimum: 0,
|
|
3818
3819
|
maximum: 100,
|
|
3819
3820
|
markdownDescription: ( localize(
|
|
3820
|
-
|
|
3821
|
+
572,
|
|
3821
3822
|
"Controls the font size in pixels for CodeLens. When set to 0, 90% of `#editor.fontSize#` is used."
|
|
3822
3823
|
))
|
|
3823
3824
|
}))),
|
|
3824
3825
|
colorDecorators: register(( new EditorBooleanOption(EditorOption.colorDecorators, "colorDecorators", true, {
|
|
3825
3826
|
description: ( localize(
|
|
3826
|
-
|
|
3827
|
+
573,
|
|
3827
3828
|
"Controls whether the editor should render the inline color decorators and color picker."
|
|
3828
3829
|
))
|
|
3829
3830
|
}))),
|
|
@@ -3834,11 +3835,11 @@ const EditorOptions = {
|
|
|
3834
3835
|
["clickAndHover", "hover", "click"],
|
|
3835
3836
|
{
|
|
3836
3837
|
enumDescriptions: [( localize(
|
|
3837
|
-
|
|
3838
|
+
574,
|
|
3838
3839
|
"Make the color picker appear both on click and hover of the color decorator"
|
|
3839
|
-
)), ( localize(
|
|
3840
|
+
)), ( localize(575, "Make the color picker appear on hover of the color decorator")), ( localize(576, "Make the color picker appear on click of the color decorator"))],
|
|
3840
3841
|
description: ( localize(
|
|
3841
|
-
|
|
3842
|
+
577,
|
|
3842
3843
|
"Controls the condition to make a color picker appear from a color decorator."
|
|
3843
3844
|
))
|
|
3844
3845
|
}
|
|
@@ -3851,14 +3852,14 @@ const EditorOptions = {
|
|
|
3851
3852
|
1000000,
|
|
3852
3853
|
{
|
|
3853
3854
|
markdownDescription: ( localize(
|
|
3854
|
-
|
|
3855
|
+
578,
|
|
3855
3856
|
"Controls the max number of color decorators that can be rendered in an editor at once."
|
|
3856
3857
|
))
|
|
3857
3858
|
}
|
|
3858
3859
|
))),
|
|
3859
3860
|
columnSelection: register(( new EditorBooleanOption(EditorOption.columnSelection, "columnSelection", false, {
|
|
3860
3861
|
description: ( localize(
|
|
3861
|
-
|
|
3862
|
+
579,
|
|
3862
3863
|
"Enable that the selection with the mouse and keys is doing column selection."
|
|
3863
3864
|
))
|
|
3864
3865
|
}))),
|
|
@@ -3870,7 +3871,7 @@ const EditorOptions = {
|
|
|
3870
3871
|
true,
|
|
3871
3872
|
{
|
|
3872
3873
|
description: ( localize(
|
|
3873
|
-
|
|
3874
|
+
580,
|
|
3874
3875
|
"Controls whether syntax highlighting should be copied into the clipboard."
|
|
3875
3876
|
))
|
|
3876
3877
|
}
|
|
@@ -3883,7 +3884,7 @@ const EditorOptions = {
|
|
|
3883
3884
|
["blink", "smooth", "phase", "expand", "solid"],
|
|
3884
3885
|
cursorBlinkingStyleFromString,
|
|
3885
3886
|
{
|
|
3886
|
-
description: ( localize(
|
|
3887
|
+
description: ( localize(581, "Control the cursor animation style."))
|
|
3887
3888
|
}
|
|
3888
3889
|
))),
|
|
3889
3890
|
cursorSmoothCaretAnimation: register(( new EditorStringEnumOption(
|
|
@@ -3892,11 +3893,11 @@ const EditorOptions = {
|
|
|
3892
3893
|
"off",
|
|
3893
3894
|
["off", "explicit", "on"],
|
|
3894
3895
|
{
|
|
3895
|
-
enumDescriptions: [( localize(
|
|
3896
|
-
|
|
3896
|
+
enumDescriptions: [( localize(582, "Smooth caret animation is disabled.")), ( localize(
|
|
3897
|
+
583,
|
|
3897
3898
|
"Smooth caret animation is enabled only when the user moves the cursor with an explicit gesture."
|
|
3898
|
-
)), ( localize(
|
|
3899
|
-
description: ( localize(
|
|
3899
|
+
)), ( localize(584, "Smooth caret animation is always enabled."))],
|
|
3900
|
+
description: ( localize(585, "Controls whether the smooth caret animation should be enabled."))
|
|
3900
3901
|
}
|
|
3901
3902
|
))),
|
|
3902
3903
|
cursorStyle: register(( new EditorEnumOption(
|
|
@@ -3914,7 +3915,7 @@ const EditorOptions = {
|
|
|
3914
3915
|
],
|
|
3915
3916
|
cursorStyleFromString,
|
|
3916
3917
|
{
|
|
3917
|
-
description: ( localize(
|
|
3918
|
+
description: ( localize(586, "Controls the cursor style in insert input mode."))
|
|
3918
3919
|
}
|
|
3919
3920
|
))),
|
|
3920
3921
|
overtypeCursorStyle: register(( new EditorEnumOption(
|
|
@@ -3932,7 +3933,7 @@ const EditorOptions = {
|
|
|
3932
3933
|
],
|
|
3933
3934
|
cursorStyleFromString,
|
|
3934
3935
|
{
|
|
3935
|
-
description: ( localize(
|
|
3936
|
+
description: ( localize(587, "Controls the cursor style in overtype input mode."))
|
|
3936
3937
|
}
|
|
3937
3938
|
))),
|
|
3938
3939
|
cursorSurroundingLines: register(( new EditorIntOption(
|
|
@@ -3943,7 +3944,7 @@ const EditorOptions = {
|
|
|
3943
3944
|
Constants.MAX_SAFE_SMALL_INTEGER,
|
|
3944
3945
|
{
|
|
3945
3946
|
description: ( localize(
|
|
3946
|
-
|
|
3947
|
+
588,
|
|
3947
3948
|
"Controls the minimal number of visible leading lines (minimum 0) and trailing lines (minimum 1) surrounding the cursor. Known as 'scrollOff' or 'scrollOffset' in some other editors."
|
|
3948
3949
|
))
|
|
3949
3950
|
}
|
|
@@ -3955,10 +3956,10 @@ const EditorOptions = {
|
|
|
3955
3956
|
["default", "all"],
|
|
3956
3957
|
{
|
|
3957
3958
|
enumDescriptions: [( localize(
|
|
3958
|
-
|
|
3959
|
+
589,
|
|
3959
3960
|
"`cursorSurroundingLines` is enforced only when triggered via the keyboard or API."
|
|
3960
|
-
)), ( localize(
|
|
3961
|
-
markdownDescription: ( localize(
|
|
3961
|
+
)), ( localize(590, "`cursorSurroundingLines` is enforced always."))],
|
|
3962
|
+
markdownDescription: ( localize(591, "Controls when `#editor.cursorSurroundingLines#` should be enforced."))
|
|
3962
3963
|
}
|
|
3963
3964
|
))),
|
|
3964
3965
|
cursorWidth: register(( new EditorIntOption(
|
|
@@ -3969,7 +3970,7 @@ const EditorOptions = {
|
|
|
3969
3970
|
Constants.MAX_SAFE_SMALL_INTEGER,
|
|
3970
3971
|
{
|
|
3971
3972
|
markdownDescription: ( localize(
|
|
3972
|
-
|
|
3973
|
+
592,
|
|
3973
3974
|
"Controls the width of the cursor when `#editor.cursorStyle#` is set to `line`."
|
|
3974
3975
|
))
|
|
3975
3976
|
}
|
|
@@ -3982,7 +3983,7 @@ const EditorOptions = {
|
|
|
3982
3983
|
Constants.MAX_SAFE_SMALL_INTEGER,
|
|
3983
3984
|
{
|
|
3984
3985
|
markdownDescription: ( localize(
|
|
3985
|
-
|
|
3986
|
+
593,
|
|
3986
3987
|
"Controls the height of the cursor when `#editor.cursorStyle#` is set to `line`. Cursor's max height depends on line height."
|
|
3987
3988
|
))
|
|
3988
3989
|
}
|
|
@@ -3996,13 +3997,13 @@ const EditorOptions = {
|
|
|
3996
3997
|
domReadOnly: register(( new EditorBooleanOption(EditorOption.domReadOnly, "domReadOnly", false))),
|
|
3997
3998
|
doubleClickSelectsBlock: register(( new EditorBooleanOption(EditorOption.doubleClickSelectsBlock, "doubleClickSelectsBlock", true, {
|
|
3998
3999
|
description: ( localize(
|
|
3999
|
-
|
|
4000
|
+
594,
|
|
4000
4001
|
"Controls whether double-clicking next to a bracket or quote selects the content inside."
|
|
4001
4002
|
))
|
|
4002
4003
|
}))),
|
|
4003
4004
|
dragAndDrop: register(( new EditorBooleanOption(EditorOption.dragAndDrop, "dragAndDrop", true, {
|
|
4004
4005
|
description: ( localize(
|
|
4005
|
-
|
|
4006
|
+
595,
|
|
4006
4007
|
"Controls whether the editor should allow moving selections via drag and drop."
|
|
4007
4008
|
))
|
|
4008
4009
|
}))),
|
|
@@ -4010,7 +4011,7 @@ const EditorOptions = {
|
|
|
4010
4011
|
dropIntoEditor: register(( new EditorDropIntoEditor())),
|
|
4011
4012
|
editContext: register(( new EditorBooleanOption(EditorOption.editContext, "editContext", true, {
|
|
4012
4013
|
description: ( localize(
|
|
4013
|
-
|
|
4014
|
+
596,
|
|
4014
4015
|
"Sets whether the EditContext API should be used instead of the text area to power input in the editor."
|
|
4015
4016
|
)),
|
|
4016
4017
|
included: isChrome || isEdge || isNative
|
|
@@ -4021,7 +4022,7 @@ const EditorOptions = {
|
|
|
4021
4022
|
false,
|
|
4022
4023
|
{
|
|
4023
4024
|
markdownDescription: ( localize(
|
|
4024
|
-
|
|
4025
|
+
597,
|
|
4025
4026
|
"Whether to render rich screen reader content when the `#editor.editContext#` setting is enabled."
|
|
4026
4027
|
))
|
|
4027
4028
|
}
|
|
@@ -4034,9 +4035,9 @@ const EditorOptions = {
|
|
|
4034
4035
|
["off", "on"],
|
|
4035
4036
|
{
|
|
4036
4037
|
tags: ["experimental"],
|
|
4037
|
-
enumDescriptions: [( localize(
|
|
4038
|
+
enumDescriptions: [( localize(598, "Use regular DOM-based rendering.")), ( localize(599, "Use GPU acceleration."))],
|
|
4038
4039
|
description: ( localize(
|
|
4039
|
-
|
|
4040
|
+
600,
|
|
4040
4041
|
"Controls whether to use the experimental GPU acceleration to render the editor."
|
|
4041
4042
|
))
|
|
4042
4043
|
}
|
|
@@ -4047,9 +4048,9 @@ const EditorOptions = {
|
|
|
4047
4048
|
"svg",
|
|
4048
4049
|
["svg", "font", "off"],
|
|
4049
4050
|
{
|
|
4050
|
-
enumDescriptions: [( localize(
|
|
4051
|
+
enumDescriptions: [( localize(601, "Use a new rendering method with svgs.")), ( localize(602, "Use a new rendering method with font characters.")), ( localize(603, "Use the stable rendering method."))],
|
|
4051
4052
|
description: ( localize(
|
|
4052
|
-
|
|
4053
|
+
604,
|
|
4053
4054
|
"Controls whether whitespace is rendered with a new, experimental method."
|
|
4054
4055
|
))
|
|
4055
4056
|
}
|
|
@@ -4061,13 +4062,13 @@ const EditorOptions = {
|
|
|
4061
4062
|
5,
|
|
4062
4063
|
x => (x <= 0 ? 5 : x),
|
|
4063
4064
|
{
|
|
4064
|
-
markdownDescription: ( localize(
|
|
4065
|
+
markdownDescription: ( localize(605, "Scrolling speed multiplier when pressing `Alt`."))
|
|
4065
4066
|
}
|
|
4066
4067
|
))),
|
|
4067
4068
|
find: register(( new EditorFind())),
|
|
4068
4069
|
fixedOverflowWidgets: register(( new EditorBooleanOption(EditorOption.fixedOverflowWidgets, "fixedOverflowWidgets", false))),
|
|
4069
4070
|
folding: register(( new EditorBooleanOption(EditorOption.folding, "folding", true, {
|
|
4070
|
-
description: ( localize(
|
|
4071
|
+
description: ( localize(606, "Controls whether the editor has code folding enabled."))
|
|
4071
4072
|
}))),
|
|
4072
4073
|
foldingStrategy: register(( new EditorStringEnumOption(
|
|
4073
4074
|
EditorOption.foldingStrategy,
|
|
@@ -4076,17 +4077,17 @@ const EditorOptions = {
|
|
|
4076
4077
|
["auto", "indentation"],
|
|
4077
4078
|
{
|
|
4078
4079
|
enumDescriptions: [( localize(
|
|
4079
|
-
|
|
4080
|
+
607,
|
|
4080
4081
|
"Use a language-specific folding strategy if available, else the indentation-based one."
|
|
4081
|
-
)), ( localize(
|
|
4082
|
-
description: ( localize(
|
|
4082
|
+
)), ( localize(608, "Use the indentation-based folding strategy."))],
|
|
4083
|
+
description: ( localize(609, "Controls the strategy for computing folding ranges."))
|
|
4083
4084
|
}
|
|
4084
4085
|
))),
|
|
4085
4086
|
foldingHighlight: register(( new EditorBooleanOption(EditorOption.foldingHighlight, "foldingHighlight", true, {
|
|
4086
|
-
description: ( localize(
|
|
4087
|
+
description: ( localize(610, "Controls whether the editor should highlight folded ranges."))
|
|
4087
4088
|
}))),
|
|
4088
4089
|
foldingImportsByDefault: register(( new EditorBooleanOption(EditorOption.foldingImportsByDefault, "foldingImportsByDefault", false, {
|
|
4089
|
-
description: ( localize(
|
|
4090
|
+
description: ( localize(611, "Controls whether the editor automatically collapses import ranges."))
|
|
4090
4091
|
}))),
|
|
4091
4092
|
foldingMaximumRegions: register(( new EditorIntOption(
|
|
4092
4093
|
EditorOption.foldingMaximumRegions,
|
|
@@ -4096,7 +4097,7 @@ const EditorOptions = {
|
|
|
4096
4097
|
65000,
|
|
4097
4098
|
{
|
|
4098
4099
|
description: ( localize(
|
|
4099
|
-
|
|
4100
|
+
612,
|
|
4100
4101
|
"The maximum number of foldable regions. Increasing this value may result in the editor becoming less responsive when the current source has a large number of foldable regions."
|
|
4101
4102
|
))
|
|
4102
4103
|
}
|
|
@@ -4107,13 +4108,13 @@ const EditorOptions = {
|
|
|
4107
4108
|
false,
|
|
4108
4109
|
{
|
|
4109
4110
|
description: ( localize(
|
|
4110
|
-
|
|
4111
|
+
613,
|
|
4111
4112
|
"Controls whether clicking on the empty content after a folded line will unfold the line."
|
|
4112
4113
|
))
|
|
4113
4114
|
}
|
|
4114
4115
|
))),
|
|
4115
4116
|
fontFamily: register(( new EditorStringOption(EditorOption.fontFamily, "fontFamily", EDITOR_FONT_DEFAULTS.fontFamily, {
|
|
4116
|
-
description: ( localize(
|
|
4117
|
+
description: ( localize(614, "Controls the font family."))
|
|
4117
4118
|
}))),
|
|
4118
4119
|
fontInfo: register(( new EditorFontInfo())),
|
|
4119
4120
|
fontLigatures2: register(( new EditorFontLigatures())),
|
|
@@ -4122,19 +4123,19 @@ const EditorOptions = {
|
|
|
4122
4123
|
fontVariations: register(( new EditorFontVariations())),
|
|
4123
4124
|
formatOnPaste: register(( new EditorBooleanOption(EditorOption.formatOnPaste, "formatOnPaste", false, {
|
|
4124
4125
|
description: ( localize(
|
|
4125
|
-
|
|
4126
|
+
615,
|
|
4126
4127
|
"Controls whether the editor should automatically format the pasted content. A formatter must be available and the formatter should be able to format a range in a document."
|
|
4127
4128
|
))
|
|
4128
4129
|
}))),
|
|
4129
4130
|
formatOnType: register(( new EditorBooleanOption(EditorOption.formatOnType, "formatOnType", false, {
|
|
4130
4131
|
description: ( localize(
|
|
4131
|
-
|
|
4132
|
+
616,
|
|
4132
4133
|
"Controls whether the editor should automatically format the line after typing."
|
|
4133
4134
|
))
|
|
4134
4135
|
}))),
|
|
4135
4136
|
glyphMargin: register(( new EditorBooleanOption(EditorOption.glyphMargin, "glyphMargin", true, {
|
|
4136
4137
|
description: ( localize(
|
|
4137
|
-
|
|
4138
|
+
617,
|
|
4138
4139
|
"Controls whether the editor should render the vertical glyph margin. Glyph margin is mostly used for debugging."
|
|
4139
4140
|
))
|
|
4140
4141
|
}))),
|
|
@@ -4144,13 +4145,13 @@ const EditorOptions = {
|
|
|
4144
4145
|
"hideCursorInOverviewRuler",
|
|
4145
4146
|
false,
|
|
4146
4147
|
{
|
|
4147
|
-
description: ( localize(
|
|
4148
|
+
description: ( localize(618, "Controls whether the cursor should be hidden in the overview ruler."))
|
|
4148
4149
|
}
|
|
4149
4150
|
))),
|
|
4150
4151
|
hover: register(( new EditorHover())),
|
|
4151
4152
|
inDiffEditor: register(( new EditorBooleanOption(EditorOption.inDiffEditor, "inDiffEditor", false))),
|
|
4152
4153
|
inertialScroll: register(( new EditorBooleanOption(EditorOption.inertialScroll, "inertialScroll", false, {
|
|
4153
|
-
description: ( localize(
|
|
4154
|
+
description: ( localize(619, "Make scrolling inertial - mostly useful with touchpad on linux."))
|
|
4154
4155
|
}))),
|
|
4155
4156
|
letterSpacing: register(( new EditorFloatOption(
|
|
4156
4157
|
EditorOption.letterSpacing,
|
|
@@ -4158,7 +4159,7 @@ const EditorOptions = {
|
|
|
4158
4159
|
EDITOR_FONT_DEFAULTS.letterSpacing,
|
|
4159
4160
|
x => EditorFloatOption.clamp(x, -5, 20),
|
|
4160
4161
|
{
|
|
4161
|
-
description: ( localize(
|
|
4162
|
+
description: ( localize(620, "Controls the letter spacing in pixels."))
|
|
4162
4163
|
}
|
|
4163
4164
|
))),
|
|
4164
4165
|
lightbulb: register(( new EditorLightbulb())),
|
|
@@ -4168,13 +4169,13 @@ const EditorOptions = {
|
|
|
4168
4169
|
lineNumbersMinChars: register(( new EditorIntOption(EditorOption.lineNumbersMinChars, "lineNumbersMinChars", 5, 1, 300))),
|
|
4169
4170
|
linkedEditing: register(( new EditorBooleanOption(EditorOption.linkedEditing, "linkedEditing", false, {
|
|
4170
4171
|
description: ( localize(
|
|
4171
|
-
|
|
4172
|
+
621,
|
|
4172
4173
|
"Controls whether the editor has linked editing enabled. Depending on the language, related symbols such as HTML tags, are updated while editing."
|
|
4173
4174
|
))
|
|
4174
4175
|
}))),
|
|
4175
4176
|
links: register(( new EditorBooleanOption(EditorOption.links, "links", true, {
|
|
4176
4177
|
description: ( localize(
|
|
4177
|
-
|
|
4178
|
+
622,
|
|
4178
4179
|
"Controls whether the editor should detect links and make them clickable."
|
|
4179
4180
|
))
|
|
4180
4181
|
}))),
|
|
@@ -4184,7 +4185,7 @@ const EditorOptions = {
|
|
|
4184
4185
|
"always",
|
|
4185
4186
|
["always", "near", "never"],
|
|
4186
4187
|
{
|
|
4187
|
-
description: ( localize(
|
|
4188
|
+
description: ( localize(623, "Highlight matching brackets."))
|
|
4188
4189
|
}
|
|
4189
4190
|
))),
|
|
4190
4191
|
minimap: register(( new EditorMinimap())),
|
|
@@ -4196,17 +4197,17 @@ const EditorOptions = {
|
|
|
4196
4197
|
x => (x === 0 ? 1 : x),
|
|
4197
4198
|
{
|
|
4198
4199
|
markdownDescription: ( localize(
|
|
4199
|
-
|
|
4200
|
+
624,
|
|
4200
4201
|
"A multiplier to be used on the `deltaX` and `deltaY` of mouse wheel scroll events."
|
|
4201
4202
|
))
|
|
4202
4203
|
}
|
|
4203
4204
|
))),
|
|
4204
4205
|
mouseWheelZoom: register(( new EditorBooleanOption(EditorOption.mouseWheelZoom, "mouseWheelZoom", false, {
|
|
4205
4206
|
markdownDescription: isMacintosh ? ( localize(
|
|
4206
|
-
|
|
4207
|
+
625,
|
|
4207
4208
|
"Zoom the font of the editor when using mouse wheel and holding `Cmd`."
|
|
4208
4209
|
)) : ( localize(
|
|
4209
|
-
|
|
4210
|
+
626,
|
|
4210
4211
|
"Zoom the font of the editor when using mouse wheel and holding `Ctrl`."
|
|
4211
4212
|
))
|
|
4212
4213
|
}))),
|
|
@@ -4215,7 +4216,7 @@ const EditorOptions = {
|
|
|
4215
4216
|
"multiCursorMergeOverlapping",
|
|
4216
4217
|
true,
|
|
4217
4218
|
{
|
|
4218
|
-
description: ( localize(
|
|
4219
|
+
description: ( localize(627, "Merge multiple cursors when they are overlapping."))
|
|
4219
4220
|
}
|
|
4220
4221
|
))),
|
|
4221
4222
|
multiCursorModifier: register(( new EditorEnumOption(
|
|
@@ -4226,9 +4227,9 @@ const EditorOptions = {
|
|
|
4226
4227
|
["ctrlCmd", "alt"],
|
|
4227
4228
|
_multiCursorModifierFromString,
|
|
4228
4229
|
{
|
|
4229
|
-
markdownEnumDescriptions: [( localize(
|
|
4230
|
+
markdownEnumDescriptions: [( localize(628, "Maps to `Control` on Windows and Linux and to `Command` on macOS.")), ( localize(629, "Maps to `Alt` on Windows and Linux and to `Option` on macOS."))],
|
|
4230
4231
|
markdownDescription: ( localize(
|
|
4231
|
-
|
|
4232
|
+
630,
|
|
4232
4233
|
"The modifier to be used to add multiple cursors with the mouse. The Go to Definition and Open Link mouse gestures will adapt such that they do not conflict with the [multicursor modifier](https://code.visualstudio.com/docs/editor/codebasics#_multicursor-modifier)."
|
|
4233
4234
|
))
|
|
4234
4235
|
}
|
|
@@ -4240,7 +4241,7 @@ const EditorOptions = {
|
|
|
4240
4241
|
["default", "openLink", "ctrlLeftClick"],
|
|
4241
4242
|
{
|
|
4242
4243
|
description: ( localize(
|
|
4243
|
-
|
|
4244
|
+
631,
|
|
4244
4245
|
"Controls what happens when middle mouse button is clicked in the editor."
|
|
4245
4246
|
))
|
|
4246
4247
|
}
|
|
@@ -4251,16 +4252,16 @@ const EditorOptions = {
|
|
|
4251
4252
|
"spread",
|
|
4252
4253
|
["spread", "full"],
|
|
4253
4254
|
{
|
|
4254
|
-
markdownEnumDescriptions: [( localize(
|
|
4255
|
+
markdownEnumDescriptions: [( localize(632, "Each cursor pastes a single line of the text.")), ( localize(633, "Each cursor pastes the full text."))],
|
|
4255
4256
|
markdownDescription: ( localize(
|
|
4256
|
-
|
|
4257
|
+
634,
|
|
4257
4258
|
"Controls pasting when the line count of the pasted text matches the cursor count."
|
|
4258
4259
|
))
|
|
4259
4260
|
}
|
|
4260
4261
|
))),
|
|
4261
4262
|
multiCursorLimit: register(( new EditorIntOption(EditorOption.multiCursorLimit, "multiCursorLimit", 10000, 1, 100000, {
|
|
4262
4263
|
markdownDescription: ( localize(
|
|
4263
|
-
|
|
4264
|
+
635,
|
|
4264
4265
|
"Controls the max number of cursors that can be in an active editor at once."
|
|
4265
4266
|
))
|
|
4266
4267
|
}))),
|
|
@@ -4270,9 +4271,9 @@ const EditorOptions = {
|
|
|
4270
4271
|
"singleFile",
|
|
4271
4272
|
["off", "singleFile", "multiFile"],
|
|
4272
4273
|
{
|
|
4273
|
-
markdownEnumDescriptions: [( localize(
|
|
4274
|
+
markdownEnumDescriptions: [( localize(636, "Does not highlight occurrences.")), ( localize(637, "Highlights occurrences only in the current file.")), ( localize(638, "Experimental: Highlights occurrences across all valid open files."))],
|
|
4274
4275
|
markdownDescription: ( localize(
|
|
4275
|
-
|
|
4276
|
+
639,
|
|
4276
4277
|
"Controls whether occurrences should be highlighted across open files."
|
|
4277
4278
|
))
|
|
4278
4279
|
}
|
|
@@ -4285,18 +4286,18 @@ const EditorOptions = {
|
|
|
4285
4286
|
2000,
|
|
4286
4287
|
{
|
|
4287
4288
|
description: ( localize(
|
|
4288
|
-
|
|
4289
|
+
640,
|
|
4289
4290
|
"Controls the delay in milliseconds after which occurrences are highlighted."
|
|
4290
4291
|
)),
|
|
4291
4292
|
tags: ["preview"]
|
|
4292
4293
|
}
|
|
4293
4294
|
))),
|
|
4294
4295
|
overtypeOnPaste: register(( new EditorBooleanOption(EditorOption.overtypeOnPaste, "overtypeOnPaste", true, {
|
|
4295
|
-
description: ( localize(
|
|
4296
|
+
description: ( localize(641, "Controls whether pasting should overtype."))
|
|
4296
4297
|
}))),
|
|
4297
4298
|
overviewRulerBorder: register(( new EditorBooleanOption(EditorOption.overviewRulerBorder, "overviewRulerBorder", true, {
|
|
4298
4299
|
description: ( localize(
|
|
4299
|
-
|
|
4300
|
+
642,
|
|
4300
4301
|
"Controls whether a border should be drawn around the overview ruler."
|
|
4301
4302
|
))
|
|
4302
4303
|
}))),
|
|
@@ -4310,9 +4311,9 @@ const EditorOptions = {
|
|
|
4310
4311
|
"tree",
|
|
4311
4312
|
["tree", "editor"],
|
|
4312
4313
|
{
|
|
4313
|
-
enumDescriptions: [( localize(
|
|
4314
|
+
enumDescriptions: [( localize(643, "Focus the tree when opening peek")), ( localize(644, "Focus the editor when opening peek"))],
|
|
4314
4315
|
description: ( localize(
|
|
4315
|
-
|
|
4316
|
+
645,
|
|
4316
4317
|
"Controls whether to focus the inline editor or the tree in the peek widget."
|
|
4317
4318
|
))
|
|
4318
4319
|
}
|
|
@@ -4324,7 +4325,7 @@ const EditorOptions = {
|
|
|
4324
4325
|
false,
|
|
4325
4326
|
{
|
|
4326
4327
|
description: ( localize(
|
|
4327
|
-
|
|
4328
|
+
646,
|
|
4328
4329
|
"Controls whether the Go to Definition mouse gesture always opens the peek widget."
|
|
4329
4330
|
))
|
|
4330
4331
|
}
|
|
@@ -4338,7 +4339,7 @@ const EditorOptions = {
|
|
|
4338
4339
|
Constants.MAX_SAFE_SMALL_INTEGER,
|
|
4339
4340
|
{
|
|
4340
4341
|
description: ( localize(
|
|
4341
|
-
|
|
4342
|
+
647,
|
|
4342
4343
|
"Controls the delay in milliseconds after which quick suggestions will show up."
|
|
4343
4344
|
)),
|
|
4344
4345
|
experiment: {
|
|
@@ -4349,11 +4350,11 @@ const EditorOptions = {
|
|
|
4349
4350
|
readOnly: register(( new EditorBooleanOption(EditorOption.readOnly, "readOnly", false))),
|
|
4350
4351
|
readOnlyMessage: register(( new ReadonlyMessage())),
|
|
4351
4352
|
renameOnType: register(( new EditorBooleanOption(EditorOption.renameOnType, "renameOnType", false, {
|
|
4352
|
-
description: ( localize(
|
|
4353
|
-
markdownDeprecationMessage: ( localize(
|
|
4353
|
+
description: ( localize(648, "Controls whether the editor auto renames on type.")),
|
|
4354
|
+
markdownDeprecationMessage: ( localize(649, "Deprecated, use `#editor.linkedEditing#` instead."))
|
|
4354
4355
|
}))),
|
|
4355
4356
|
renderControlCharacters: register(( new EditorBooleanOption(EditorOption.renderControlCharacters, "renderControlCharacters", true, {
|
|
4356
|
-
description: ( localize(
|
|
4357
|
+
description: ( localize(650, "Controls whether the editor should render control characters.")),
|
|
4357
4358
|
restricted: true
|
|
4358
4359
|
}))),
|
|
4359
4360
|
renderFinalNewline: register(( new EditorStringEnumOption(
|
|
@@ -4362,7 +4363,7 @@ const EditorOptions = {
|
|
|
4362
4363
|
(isLinux ? "dimmed" : "on"),
|
|
4363
4364
|
["off", "on", "dimmed"],
|
|
4364
4365
|
{
|
|
4365
|
-
description: ( localize(
|
|
4366
|
+
description: ( localize(651, "Render last line number when the file ends with a newline."))
|
|
4366
4367
|
}
|
|
4367
4368
|
))),
|
|
4368
4369
|
renderLineHighlight: register(( new EditorStringEnumOption(
|
|
@@ -4371,8 +4372,8 @@ const EditorOptions = {
|
|
|
4371
4372
|
"line",
|
|
4372
4373
|
["none", "gutter", "line", "all"],
|
|
4373
4374
|
{
|
|
4374
|
-
enumDescriptions: ["", "", "", ( localize(
|
|
4375
|
-
description: ( localize(
|
|
4375
|
+
enumDescriptions: ["", "", "", ( localize(652, "Highlights both the gutter and the current line."))],
|
|
4376
|
+
description: ( localize(653, "Controls how the editor should render the current line highlight."))
|
|
4376
4377
|
}
|
|
4377
4378
|
))),
|
|
4378
4379
|
renderLineHighlightOnlyWhenFocus: register(( new EditorBooleanOption(
|
|
@@ -4381,7 +4382,7 @@ const EditorOptions = {
|
|
|
4381
4382
|
false,
|
|
4382
4383
|
{
|
|
4383
4384
|
description: ( localize(
|
|
4384
|
-
|
|
4385
|
+
654,
|
|
4385
4386
|
"Controls if the editor should render the current line highlight only when the editor is focused."
|
|
4386
4387
|
))
|
|
4387
4388
|
}
|
|
@@ -4399,10 +4400,10 @@ const EditorOptions = {
|
|
|
4399
4400
|
["none", "boundary", "selection", "trailing", "all"],
|
|
4400
4401
|
{
|
|
4401
4402
|
enumDescriptions: ["", ( localize(
|
|
4402
|
-
|
|
4403
|
+
655,
|
|
4403
4404
|
"Render whitespace characters except for single spaces between words."
|
|
4404
|
-
)), ( localize(
|
|
4405
|
-
description: ( localize(
|
|
4405
|
+
)), ( localize(656, "Render whitespace characters only on selected text.")), ( localize(657, "Render only trailing whitespace characters.")), ""],
|
|
4406
|
+
description: ( localize(658, "Controls how the editor should render whitespace characters."))
|
|
4406
4407
|
}
|
|
4407
4408
|
))),
|
|
4408
4409
|
revealHorizontalRightPadding: register(( new EditorIntOption(
|
|
@@ -4413,7 +4414,7 @@ const EditorOptions = {
|
|
|
4413
4414
|
1000
|
|
4414
4415
|
))),
|
|
4415
4416
|
roundedSelection: register(( new EditorBooleanOption(EditorOption.roundedSelection, "roundedSelection", true, {
|
|
4416
|
-
description: ( localize(
|
|
4417
|
+
description: ( localize(659, "Controls whether selections should have rounded corners."))
|
|
4417
4418
|
}))),
|
|
4418
4419
|
rulers: register(( new EditorRulers())),
|
|
4419
4420
|
scrollbar: register(( new EditorScrollbar())),
|
|
@@ -4425,33 +4426,33 @@ const EditorOptions = {
|
|
|
4425
4426
|
Constants.MAX_SAFE_SMALL_INTEGER,
|
|
4426
4427
|
{
|
|
4427
4428
|
description: ( localize(
|
|
4428
|
-
|
|
4429
|
+
660,
|
|
4429
4430
|
"Controls the number of extra characters beyond which the editor will scroll horizontally."
|
|
4430
4431
|
))
|
|
4431
4432
|
}
|
|
4432
4433
|
))),
|
|
4433
4434
|
scrollBeyondLastLine: register(( new EditorBooleanOption(EditorOption.scrollBeyondLastLine, "scrollBeyondLastLine", true, {
|
|
4434
|
-
description: ( localize(
|
|
4435
|
+
description: ( localize(661, "Controls whether the editor will scroll beyond the last line."))
|
|
4435
4436
|
}))),
|
|
4436
4437
|
scrollOnMiddleClick: register(( new EditorBooleanOption(EditorOption.scrollOnMiddleClick, "scrollOnMiddleClick", false, {
|
|
4437
4438
|
description: ( localize(
|
|
4438
|
-
|
|
4439
|
+
662,
|
|
4439
4440
|
"Controls whether the editor will scroll when the middle button is pressed."
|
|
4440
4441
|
))
|
|
4441
4442
|
}))),
|
|
4442
4443
|
scrollPredominantAxis: register(( new EditorBooleanOption(EditorOption.scrollPredominantAxis, "scrollPredominantAxis", true, {
|
|
4443
4444
|
description: ( localize(
|
|
4444
|
-
|
|
4445
|
+
663,
|
|
4445
4446
|
"Scroll only along the predominant axis when scrolling both vertically and horizontally at the same time. Prevents horizontal drift when scrolling vertically on a trackpad."
|
|
4446
4447
|
))
|
|
4447
4448
|
}))),
|
|
4448
4449
|
selectionClipboard: register(( new EditorBooleanOption(EditorOption.selectionClipboard, "selectionClipboard", true, {
|
|
4449
|
-
description: ( localize(
|
|
4450
|
+
description: ( localize(664, "Controls whether the Linux primary clipboard should be supported.")),
|
|
4450
4451
|
included: isLinux
|
|
4451
4452
|
}))),
|
|
4452
4453
|
selectionHighlight: register(( new EditorBooleanOption(EditorOption.selectionHighlight, "selectionHighlight", true, {
|
|
4453
4454
|
description: ( localize(
|
|
4454
|
-
|
|
4455
|
+
665,
|
|
4455
4456
|
"Controls whether the editor should highlight matches similar to the selection."
|
|
4456
4457
|
))
|
|
4457
4458
|
}))),
|
|
@@ -4463,7 +4464,7 @@ const EditorOptions = {
|
|
|
4463
4464
|
Constants.MAX_SAFE_SMALL_INTEGER,
|
|
4464
4465
|
{
|
|
4465
4466
|
description: ( localize(
|
|
4466
|
-
|
|
4467
|
+
666,
|
|
4467
4468
|
"Controls how many characters can be in the selection before similiar matches are not highlighted. Set to zero for unlimited."
|
|
4468
4469
|
))
|
|
4469
4470
|
}
|
|
@@ -4474,7 +4475,7 @@ const EditorOptions = {
|
|
|
4474
4475
|
false,
|
|
4475
4476
|
{
|
|
4476
4477
|
description: ( localize(
|
|
4477
|
-
|
|
4478
|
+
667,
|
|
4478
4479
|
"Controls whether the editor should highlight selection matches that span multiple lines."
|
|
4479
4480
|
))
|
|
4480
4481
|
}
|
|
@@ -4486,15 +4487,15 @@ const EditorOptions = {
|
|
|
4486
4487
|
"mouseover",
|
|
4487
4488
|
["always", "never", "mouseover"],
|
|
4488
4489
|
{
|
|
4489
|
-
enumDescriptions: [( localize(
|
|
4490
|
-
description: ( localize(
|
|
4490
|
+
enumDescriptions: [( localize(668, "Always show the folding controls.")), ( localize(669, "Never show the folding controls and reduce the gutter size.")), ( localize(670, "Only show the folding controls when the mouse is over the gutter."))],
|
|
4491
|
+
description: ( localize(671, "Controls when the folding controls on the gutter are shown."))
|
|
4491
4492
|
}
|
|
4492
4493
|
))),
|
|
4493
4494
|
showUnused: register(( new EditorBooleanOption(EditorOption.showUnused, "showUnused", true, {
|
|
4494
|
-
description: ( localize(
|
|
4495
|
+
description: ( localize(672, "Controls fading out of unused code."))
|
|
4495
4496
|
}))),
|
|
4496
4497
|
showDeprecated: register(( new EditorBooleanOption(EditorOption.showDeprecated, "showDeprecated", true, {
|
|
4497
|
-
description: ( localize(
|
|
4498
|
+
description: ( localize(673, "Controls strikethrough deprecated variables."))
|
|
4498
4499
|
}))),
|
|
4499
4500
|
inlayHints: register(( new EditorInlayHints())),
|
|
4500
4501
|
snippetSuggestions: register(( new EditorStringEnumOption(
|
|
@@ -4503,16 +4504,16 @@ const EditorOptions = {
|
|
|
4503
4504
|
"inline",
|
|
4504
4505
|
["top", "bottom", "inline", "none"],
|
|
4505
4506
|
{
|
|
4506
|
-
enumDescriptions: [( localize(
|
|
4507
|
+
enumDescriptions: [( localize(674, "Show snippet suggestions on top of other suggestions.")), ( localize(675, "Show snippet suggestions below other suggestions.")), ( localize(676, "Show snippets suggestions with other suggestions.")), ( localize(677, "Do not show snippet suggestions."))],
|
|
4507
4508
|
description: ( localize(
|
|
4508
|
-
|
|
4509
|
+
678,
|
|
4509
4510
|
"Controls whether snippets are shown with other suggestions and how they are sorted."
|
|
4510
4511
|
))
|
|
4511
4512
|
}
|
|
4512
4513
|
))),
|
|
4513
4514
|
smartSelect: register(( new SmartSelect())),
|
|
4514
4515
|
smoothScrolling: register(( new EditorBooleanOption(EditorOption.smoothScrolling, "smoothScrolling", false, {
|
|
4515
|
-
description: ( localize(
|
|
4516
|
+
description: ( localize(679, "Controls whether the editor will scroll using an animation."))
|
|
4516
4517
|
}))),
|
|
4517
4518
|
stopRenderingLineAfter: register(( new EditorIntOption(
|
|
4518
4519
|
EditorOption.stopRenderingLineAfter,
|
|
@@ -4529,14 +4530,14 @@ const EditorOptions = {
|
|
|
4529
4530
|
false,
|
|
4530
4531
|
{
|
|
4531
4532
|
description: ( localize(
|
|
4532
|
-
|
|
4533
|
+
680,
|
|
4533
4534
|
"Controls whether the accessibility hint should be provided to screen reader users when an inline completion is shown."
|
|
4534
4535
|
))
|
|
4535
4536
|
}
|
|
4536
4537
|
))),
|
|
4537
4538
|
suggestFontSize: register(( new EditorIntOption(EditorOption.suggestFontSize, "suggestFontSize", 0, 0, 1000, {
|
|
4538
4539
|
markdownDescription: ( localize(
|
|
4539
|
-
|
|
4540
|
+
681,
|
|
4540
4541
|
"Font size for the suggest widget. When set to {0}, the value of {1} is used.",
|
|
4541
4542
|
"`0`",
|
|
4542
4543
|
"`#editor.fontSize#`"
|
|
@@ -4544,7 +4545,7 @@ const EditorOptions = {
|
|
|
4544
4545
|
}))),
|
|
4545
4546
|
suggestLineHeight: register(( new EditorIntOption(EditorOption.suggestLineHeight, "suggestLineHeight", 0, 0, 1000, {
|
|
4546
4547
|
markdownDescription: ( localize(
|
|
4547
|
-
|
|
4548
|
+
682,
|
|
4548
4549
|
"Line height for the suggest widget. When set to {0}, the value of {1} is used. The minimum value is 8.",
|
|
4549
4550
|
"`0`",
|
|
4550
4551
|
"`#editor.lineHeight#`"
|
|
@@ -4556,7 +4557,7 @@ const EditorOptions = {
|
|
|
4556
4557
|
true,
|
|
4557
4558
|
{
|
|
4558
4559
|
description: ( localize(
|
|
4559
|
-
|
|
4560
|
+
683,
|
|
4560
4561
|
"Controls whether suggestions should automatically show up when typing trigger characters."
|
|
4561
4562
|
))
|
|
4562
4563
|
}
|
|
@@ -4567,15 +4568,15 @@ const EditorOptions = {
|
|
|
4567
4568
|
"first",
|
|
4568
4569
|
["first", "recentlyUsed", "recentlyUsedByPrefix"],
|
|
4569
4570
|
{
|
|
4570
|
-
markdownEnumDescriptions: [( localize(
|
|
4571
|
-
|
|
4571
|
+
markdownEnumDescriptions: [( localize(684, "Always select the first suggestion.")), ( localize(
|
|
4572
|
+
685,
|
|
4572
4573
|
"Select recent suggestions unless further typing selects one, e.g. `console.| -> console.log` because `log` has been completed recently."
|
|
4573
4574
|
)), ( localize(
|
|
4574
|
-
|
|
4575
|
+
686,
|
|
4575
4576
|
"Select suggestions based on previous prefixes that have completed those suggestions, e.g. `co -> console` and `con -> const`."
|
|
4576
4577
|
))],
|
|
4577
4578
|
description: ( localize(
|
|
4578
|
-
|
|
4579
|
+
687,
|
|
4579
4580
|
"Controls how suggestions are pre-selected when showing the suggest list."
|
|
4580
4581
|
))
|
|
4581
4582
|
}
|
|
@@ -4587,19 +4588,19 @@ const EditorOptions = {
|
|
|
4587
4588
|
["on", "off", "onlySnippets"],
|
|
4588
4589
|
{
|
|
4589
4590
|
enumDescriptions: [( localize(
|
|
4590
|
-
|
|
4591
|
+
688,
|
|
4591
4592
|
"Tab complete will insert the best matching suggestion when pressing tab."
|
|
4592
|
-
)), ( localize(
|
|
4593
|
-
|
|
4593
|
+
)), ( localize(689, "Disable tab completions.")), ( localize(
|
|
4594
|
+
690,
|
|
4594
4595
|
"Tab complete snippets when their prefix match. Works best when 'quickSuggestions' aren't enabled."
|
|
4595
4596
|
))],
|
|
4596
|
-
description: ( localize(
|
|
4597
|
+
description: ( localize(691, "Enables tab completions."))
|
|
4597
4598
|
}
|
|
4598
4599
|
))),
|
|
4599
4600
|
tabIndex: register(( new EditorIntOption(EditorOption.tabIndex, "tabIndex", 0, -1, Constants.MAX_SAFE_SMALL_INTEGER))),
|
|
4600
4601
|
trimWhitespaceOnDelete: register(( new EditorBooleanOption(EditorOption.trimWhitespaceOnDelete, "trimWhitespaceOnDelete", false, {
|
|
4601
4602
|
description: ( localize(
|
|
4602
|
-
|
|
4603
|
+
692,
|
|
4603
4604
|
"Controls whether the editor will also delete the next line's indentation whitespace when deleting a newline."
|
|
4604
4605
|
))
|
|
4605
4606
|
}))),
|
|
@@ -4610,31 +4611,31 @@ const EditorOptions = {
|
|
|
4610
4611
|
"prompt",
|
|
4611
4612
|
["auto", "off", "prompt"],
|
|
4612
4613
|
{
|
|
4613
|
-
enumDescriptions: [( localize(
|
|
4614
|
-
description: ( localize(
|
|
4614
|
+
enumDescriptions: [( localize(693, "Unusual line terminators are automatically removed.")), ( localize(694, "Unusual line terminators are ignored.")), ( localize(695, "Unusual line terminators prompt to be removed."))],
|
|
4615
|
+
description: ( localize(696, "Remove unusual line terminators that might cause problems."))
|
|
4615
4616
|
}
|
|
4616
4617
|
))),
|
|
4617
4618
|
useShadowDOM: register(( new EditorBooleanOption(EditorOption.useShadowDOM, "useShadowDOM", true))),
|
|
4618
4619
|
useTabStops: register(( new EditorBooleanOption(EditorOption.useTabStops, "useTabStops", true, {
|
|
4619
4620
|
description: ( localize(
|
|
4620
|
-
|
|
4621
|
+
697,
|
|
4621
4622
|
"Spaces and tabs are inserted and deleted in alignment with tab stops."
|
|
4622
4623
|
))
|
|
4623
4624
|
}))),
|
|
4624
4625
|
wordBreak: register(( new EditorStringEnumOption(EditorOption.wordBreak, "wordBreak", "normal", ["normal", "keepAll"], {
|
|
4625
|
-
markdownEnumDescriptions: [( localize(
|
|
4626
|
-
|
|
4626
|
+
markdownEnumDescriptions: [( localize(698, "Use the default line break rule.")), ( localize(
|
|
4627
|
+
699,
|
|
4627
4628
|
"Word breaks should not be used for Chinese/Japanese/Korean (CJK) text. Non-CJK text behavior is the same as for normal."
|
|
4628
4629
|
))],
|
|
4629
4630
|
description: ( localize(
|
|
4630
|
-
|
|
4631
|
+
700,
|
|
4631
4632
|
"Controls the word break rules used for Chinese/Japanese/Korean (CJK) text."
|
|
4632
4633
|
))
|
|
4633
4634
|
}))),
|
|
4634
4635
|
wordSegmenterLocales: register(( new WordSegmenterLocales())),
|
|
4635
4636
|
wordSeparators: register(( new EditorStringOption(EditorOption.wordSeparators, "wordSeparators", USUAL_WORD_SEPARATORS, {
|
|
4636
4637
|
description: ( localize(
|
|
4637
|
-
|
|
4638
|
+
701,
|
|
4638
4639
|
"Characters that will be used as word separators when doing word related navigations or operations."
|
|
4639
4640
|
))
|
|
4640
4641
|
}))),
|
|
@@ -4644,11 +4645,11 @@ const EditorOptions = {
|
|
|
4644
4645
|
"off",
|
|
4645
4646
|
["off", "on", "wordWrapColumn", "bounded"],
|
|
4646
4647
|
{
|
|
4647
|
-
markdownEnumDescriptions: [( localize(
|
|
4648
|
-
|
|
4648
|
+
markdownEnumDescriptions: [( localize(702, "Lines will never wrap.")), ( localize(703, "Lines will wrap at the viewport width.")), ( localize(704, "Lines will wrap at `#editor.wordWrapColumn#`.")), ( localize(
|
|
4649
|
+
705,
|
|
4649
4650
|
"Lines will wrap at the minimum of viewport and `#editor.wordWrapColumn#`."
|
|
4650
4651
|
))],
|
|
4651
|
-
description: ( localize(
|
|
4652
|
+
description: ( localize(706, "Controls how lines should wrap."))
|
|
4652
4653
|
}
|
|
4653
4654
|
))),
|
|
4654
4655
|
wordWrapBreakAfterCharacters: register(( new EditorStringOption(
|
|
@@ -4669,7 +4670,7 @@ const EditorOptions = {
|
|
|
4669
4670
|
Constants.MAX_SAFE_SMALL_INTEGER,
|
|
4670
4671
|
{
|
|
4671
4672
|
markdownDescription: ( localize(
|
|
4672
|
-
|
|
4673
|
+
707,
|
|
4673
4674
|
"Controls the wrapping column of the editor when `#editor.wordWrap#` is `wordWrapColumn` or `bounded`."
|
|
4674
4675
|
))
|
|
4675
4676
|
}
|
|
@@ -4688,7 +4689,7 @@ const EditorOptions = {
|
|
|
4688
4689
|
))),
|
|
4689
4690
|
wrapOnEscapedLineFeeds: register(( new EditorBooleanOption(EditorOption.wrapOnEscapedLineFeeds, "wrapOnEscapedLineFeeds", false, {
|
|
4690
4691
|
markdownDescription: ( localize(
|
|
4691
|
-
|
|
4692
|
+
708,
|
|
4692
4693
|
"Controls whether literal `\\n` shall trigger a wordWrap when `#editor.wordWrap#` is enabled.\n\nFor example:\n```c\nchar* str=\"hello\\nworld\"\n```\nwill be displayed as\n```c\nchar* str=\"hello\\n\n world\"\n```"
|
|
4693
4694
|
))
|
|
4694
4695
|
}))),
|
|
@@ -4701,11 +4702,11 @@ const EditorOptions = {
|
|
|
4701
4702
|
["auto", "always", "never"],
|
|
4702
4703
|
{
|
|
4703
4704
|
enumDescriptions: [( localize(
|
|
4704
|
-
|
|
4705
|
+
709,
|
|
4705
4706
|
"Show default color decorators only when no extension provides colors decorators."
|
|
4706
|
-
)), ( localize(
|
|
4707
|
+
)), ( localize(710, "Always show default color decorators.")), ( localize(711, "Never show default color decorators."))],
|
|
4707
4708
|
description: ( localize(
|
|
4708
|
-
|
|
4709
|
+
712,
|
|
4709
4710
|
"Controls whether inline color decorations should be shown using the default document color provider."
|
|
4710
4711
|
))
|
|
4711
4712
|
}
|
|
@@ -4713,7 +4714,7 @@ const EditorOptions = {
|
|
|
4713
4714
|
pixelRatio: register(( new EditorPixelRatio())),
|
|
4714
4715
|
tabFocusMode: register(( new EditorBooleanOption(EditorOption.tabFocusMode, "tabFocusMode", false, {
|
|
4715
4716
|
markdownDescription: ( localize(
|
|
4716
|
-
|
|
4717
|
+
713,
|
|
4717
4718
|
"Controls whether the editor receives tabs or defers them to the workbench for navigation."
|
|
4718
4719
|
))
|
|
4719
4720
|
}))),
|