monaco-editor 0.55.0-dev-20251021 → 0.55.0-dev-20251022
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/dev/vs/assets/{css.worker-BdF74HVr.js → css.worker-CNVxDEHL.js} +57 -56
- package/dev/vs/assets/{editor.worker-Ci2aWZp5.js → editor.worker-CxT_Qhsk.js} +57 -56
- package/dev/vs/assets/{html.worker-PHv_zBMJ.js → html.worker-BkUmTRjE.js} +57 -56
- package/dev/vs/assets/{json.worker-Bu5ZSywK.js → json.worker-DK-97m-d.js} +57 -56
- package/dev/vs/assets/{ts.worker-DvEf1R_D.js → ts.worker-cHRPyRgi.js} +57 -56
- package/dev/vs/basic-languages/monaco.contribution.js +18 -18
- package/dev/vs/{cssMode-Bwd5iTwO.js → cssMode-D2ACZpcd.js} +2 -2
- package/dev/vs/editor/editor.main.css +3 -4
- package/dev/vs/editor/editor.main.js +6 -6
- package/dev/vs/{editor.api-DtdJriTE.js → editor.api-CMtrd0pO.js} +1917 -1944
- package/dev/vs/{freemarker2-vzq7IT1V.js → freemarker2-CnYj74J4.js} +1 -1
- package/dev/vs/{handlebars-voSBoDYq.js → handlebars-DExk9yf4.js} +1 -1
- package/dev/vs/{html-DgBvMxaw.js → html-Dql17k62.js} +1 -1
- package/dev/vs/{htmlMode-B73e0LQu.js → htmlMode-CCEnhGm2.js} +2 -2
- package/dev/vs/{javascript-B456O1TJ.js → javascript-CqoKoqPi.js} +1 -1
- package/dev/vs/{jsonMode-0j9Sufcy.js → jsonMode-Cz5IbqId.js} +2 -2
- package/dev/vs/language/css/monaco.contribution.js +1 -1
- package/dev/vs/language/html/monaco.contribution.js +1 -1
- package/dev/vs/language/json/monaco.contribution.js +1 -1
- package/dev/vs/language/typescript/monaco.contribution.js +1 -1
- package/dev/vs/{liquid-DtsObjyU.js → liquid-DxCkw3Wy.js} +1 -1
- package/dev/vs/{lspLanguageFeatures-BOGx43ac.js → lspLanguageFeatures-BQO5gQ_I.js} +1 -1
- package/dev/vs/{mdx-CpdAOlbp.js → mdx-DZF1Tct2.js} +1 -1
- package/dev/vs/{monaco.contribution-DgD6w475.js → monaco.contribution-BIhJP-zM.js} +2 -2
- package/dev/vs/{monaco.contribution-96LxvCLa.js → monaco.contribution-BLcNO6tV.js} +2 -2
- package/dev/vs/{monaco.contribution-BNV_Bhhz.js → monaco.contribution-Bpf9llGo.js} +2 -2
- package/dev/vs/{monaco.contribution-CLECD6oi.js → monaco.contribution-D1GYx7Ac.js} +2 -2
- package/dev/vs/nls.messages.cs.js +2 -2
- package/dev/vs/nls.messages.de.js +2 -2
- package/dev/vs/nls.messages.es.js +2 -2
- package/dev/vs/nls.messages.fr.js +2 -2
- package/dev/vs/nls.messages.it.js +2 -2
- package/dev/vs/nls.messages.ja.js +2 -2
- package/dev/vs/nls.messages.ko.js +2 -2
- package/dev/vs/nls.messages.pl.js +2 -2
- package/dev/vs/nls.messages.pt-br.js +2 -2
- package/dev/vs/nls.messages.ru.js +2 -2
- package/dev/vs/nls.messages.tr.js +2 -2
- package/dev/vs/nls.messages.zh-cn.js +2 -2
- package/dev/vs/nls.messages.zh-tw.js +2 -2
- package/dev/vs/{python-Bdcmm8So.js → python-DtVp4js9.js} +1 -1
- package/dev/vs/{razor-C2m7Vs0-.js → razor-C3g5CXT6.js} +1 -1
- package/dev/vs/{tsMode-qQDYDzQT.js → tsMode-B63tFZWa.js} +2 -2
- package/dev/vs/{typescript-BoBnM-0b.js → typescript-YutvBaV7.js} +1 -1
- package/dev/vs/{workers-B1DA8fIt.js → workers-D12Uf0L2.js} +1 -1
- package/dev/vs/{xml-DmpITxBR.js → xml-D1v3XWzg.js} +1 -1
- package/dev/vs/{yaml-Pd4qqIOC.js → yaml-D29Ou18G.js} +1 -1
- package/esm/vs/base/browser/ui/codicons/codicon/codicon.ttf +0 -0
- package/esm/vs/base/browser/ui/iconLabel/iconlabel.css +2 -3
- package/esm/vs/base/common/codiconsLibrary.js +1 -0
- package/esm/vs/editor/browser/controller/editContext/native/screenReaderSupport.js +1 -1
- package/esm/vs/editor/browser/controller/editContext/screenReaderUtils.js +4 -4
- package/esm/vs/editor/browser/controller/editContext/textArea/textAreaEditContext.js +1 -1
- package/esm/vs/editor/browser/coreCommands.js +3 -3
- package/esm/vs/editor/browser/editorExtensions.js +9 -9
- package/esm/vs/editor/browser/gpu/viewGpuContext.js +1 -1
- package/esm/vs/editor/browser/services/hoverService/hoverWidget.js +1 -1
- package/esm/vs/editor/browser/services/hoverService/updatableHoverWidget.js +1 -1
- package/esm/vs/editor/browser/services/inlineCompletionsService.js +4 -4
- package/esm/vs/editor/browser/widget/codeEditor/codeEditorWidget.js +2 -2
- package/esm/vs/editor/browser/widget/diffEditor/commands.js +12 -12
- package/esm/vs/editor/browser/widget/diffEditor/components/accessibleDiffViewer.js +14 -14
- package/esm/vs/editor/browser/widget/diffEditor/components/diffEditorEditors.js +1 -1
- package/esm/vs/editor/browser/widget/diffEditor/components/diffEditorViewZones/copySelection.js +1 -1
- package/esm/vs/editor/browser/widget/diffEditor/components/diffEditorViewZones/inlineDiffDeletedCodeMargin.js +7 -7
- package/esm/vs/editor/browser/widget/diffEditor/diffEditor.contribution.js +5 -5
- package/esm/vs/editor/browser/widget/diffEditor/features/hideUnchangedRegionsFeature.js +7 -7
- package/esm/vs/editor/browser/widget/diffEditor/features/movedBlocksLinesFeature.js +2 -2
- package/esm/vs/editor/browser/widget/diffEditor/features/revertButtonsFeature.js +2 -2
- package/esm/vs/editor/browser/widget/diffEditor/registrations.contribution.js +5 -5
- package/esm/vs/editor/browser/widget/multiDiffEditor/colors.js +3 -3
- package/esm/vs/editor/browser/widget/multiDiffEditor/multiDiffEditorWidgetImpl.js +2 -2
- package/esm/vs/editor/common/config/editorConfigurationSchema.js +54 -54
- package/esm/vs/editor/common/config/editorOptions.js +406 -406
- package/esm/vs/editor/common/core/editorColorRegistry.js +68 -68
- package/esm/vs/editor/common/editorContextKeys.js +46 -46
- package/esm/vs/editor/common/languages/modesRegistry.js +1 -1
- package/esm/vs/editor/common/languages.js +56 -56
- package/esm/vs/editor/common/model/editStack.js +1 -1
- package/esm/vs/editor/common/standaloneStrings.js +10 -10
- package/esm/vs/editor/common/viewLayout/viewLineRenderer.js +2 -2
- package/esm/vs/editor/contrib/anchorSelect/browser/anchorSelect.js +6 -6
- package/esm/vs/editor/contrib/bracketMatching/browser/bracketMatching.js +6 -6
- package/esm/vs/editor/contrib/caretOperations/browser/caretOperations.js +2 -2
- package/esm/vs/editor/contrib/caretOperations/browser/transpose.js +1 -1
- package/esm/vs/editor/contrib/clipboard/browser/clipboard.js +17 -17
- package/esm/vs/editor/contrib/codeAction/browser/codeAction.js +1 -1
- package/esm/vs/editor/contrib/codeAction/browser/codeActionCommands.js +29 -29
- package/esm/vs/editor/contrib/codeAction/browser/codeActionContributions.js +3 -3
- package/esm/vs/editor/contrib/codeAction/browser/codeActionController.js +3 -3
- package/esm/vs/editor/contrib/codeAction/browser/codeActionMenu.js +8 -8
- package/esm/vs/editor/contrib/codeAction/browser/lightBulbWidget.js +9 -9
- package/esm/vs/editor/contrib/codelens/browser/codelensController.js +2 -2
- package/esm/vs/editor/contrib/colorPicker/browser/colorPickerParts/colorPickerCloseButton.js +1 -1
- package/esm/vs/editor/contrib/colorPicker/browser/colorPickerParts/colorPickerHeader.js +1 -1
- package/esm/vs/editor/contrib/colorPicker/browser/standaloneColorPicker/standaloneColorPickerActions.js +7 -7
- package/esm/vs/editor/contrib/comment/browser/comment.js +6 -6
- package/esm/vs/editor/contrib/contextmenu/browser/contextmenu.js +10 -10
- package/esm/vs/editor/contrib/cursorUndo/browser/cursorUndo.js +2 -2
- package/esm/vs/editor/contrib/dropOrPasteInto/browser/copyPasteContribution.js +4 -4
- package/esm/vs/editor/contrib/dropOrPasteInto/browser/copyPasteController.js +9 -9
- package/esm/vs/editor/contrib/dropOrPasteInto/browser/defaultProviders.js +8 -8
- package/esm/vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorController.js +3 -3
- package/esm/vs/editor/contrib/dropOrPasteInto/browser/postEditWidget.js +2 -2
- package/esm/vs/editor/contrib/editorState/browser/keybindingCancellation.js +1 -1
- package/esm/vs/editor/contrib/find/browser/findController.js +16 -16
- package/esm/vs/editor/contrib/find/browser/findWidget.js +26 -26
- package/esm/vs/editor/contrib/folding/browser/folding.js +20 -20
- package/esm/vs/editor/contrib/folding/browser/foldingDecorations.js +9 -9
- package/esm/vs/editor/contrib/fontZoom/browser/fontZoom.js +3 -3
- package/esm/vs/editor/contrib/format/browser/formatActions.js +2 -2
- package/esm/vs/editor/contrib/gotoError/browser/gotoError.js +8 -8
- package/esm/vs/editor/contrib/gotoError/browser/gotoErrorWidget.js +14 -14
- package/esm/vs/editor/contrib/gotoSymbol/browser/goToCommands.js +39 -39
- package/esm/vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition.js +1 -1
- package/esm/vs/editor/contrib/gotoSymbol/browser/peek/referencesController.js +3 -3
- package/esm/vs/editor/contrib/gotoSymbol/browser/peek/referencesTree.js +3 -3
- package/esm/vs/editor/contrib/gotoSymbol/browser/peek/referencesWidget.js +3 -3
- package/esm/vs/editor/contrib/gotoSymbol/browser/referencesModel.js +8 -8
- package/esm/vs/editor/contrib/gotoSymbol/browser/symbolNavigation.js +3 -3
- package/esm/vs/editor/contrib/gpu/browser/gpuActions.js +4 -4
- package/esm/vs/editor/contrib/hover/browser/hoverActionIds.js +2 -2
- package/esm/vs/editor/contrib/hover/browser/hoverActions.js +24 -24
- package/esm/vs/editor/contrib/hover/browser/markdownHoverParticipant.js +9 -9
- package/esm/vs/editor/contrib/hover/browser/markerHoverParticipant.js +5 -5
- package/esm/vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace.js +2 -2
- package/esm/vs/editor/contrib/indentation/browser/indentation.js +20 -20
- package/esm/vs/editor/contrib/inlayHints/browser/inlayHintsHover.js +8 -8
- package/esm/vs/editor/contrib/inlineCompletions/browser/controller/commands.js +19 -52
- package/esm/vs/editor/contrib/inlineCompletions/browser/controller/inlineCompletionContextKeys.js +12 -12
- package/esm/vs/editor/contrib/inlineCompletions/browser/controller/inlineCompletionsController.js +1 -1
- package/esm/vs/editor/contrib/inlineCompletions/browser/hintsWidget/hoverParticipant.js +1 -1
- package/esm/vs/editor/contrib/inlineCompletions/browser/hintsWidget/inlineCompletionsHintsWidget.js +5 -5
- package/esm/vs/editor/contrib/inlineCompletions/browser/inlineCompletions.contribution.js +2 -4
- package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/components/gutterIndicatorMenu.js +6 -6
- package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsModel.js +1 -1
- package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/theme.js +20 -20
- package/esm/vs/editor/contrib/insertFinalNewLine/browser/insertFinalNewLine.js +1 -1
- package/esm/vs/editor/contrib/lineSelection/browser/lineSelection.js +1 -1
- package/esm/vs/editor/contrib/linesOperations/browser/linesOperations.js +31 -31
- package/esm/vs/editor/contrib/linkedEditing/browser/linkedEditing.js +2 -2
- package/esm/vs/editor/contrib/links/browser/links.js +10 -10
- package/esm/vs/editor/contrib/message/browser/messageController.js +1 -1
- package/esm/vs/editor/contrib/multicursor/browser/multicursor.js +22 -22
- package/esm/vs/editor/contrib/parameterHints/browser/parameterHints.js +1 -1
- package/esm/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.js +4 -4
- package/esm/vs/editor/contrib/peekView/browser/peekView.js +18 -18
- package/esm/vs/editor/contrib/placeholderText/browser/placeholderText.contribution.js +1 -1
- package/esm/vs/editor/contrib/quickAccess/browser/gotoLineQuickAccess.js +35 -28
- package/esm/vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess.js +32 -32
- package/esm/vs/editor/contrib/readOnlyMessage/browser/contribution.js +2 -2
- package/esm/vs/editor/contrib/rename/browser/rename.js +11 -11
- package/esm/vs/editor/contrib/rename/browser/renameWidget.js +7 -7
- package/esm/vs/editor/contrib/smartSelect/browser/smartSelect.js +4 -4
- package/esm/vs/editor/contrib/snippet/browser/snippetController2.js +4 -4
- package/esm/vs/editor/contrib/snippet/browser/snippetVariables.js +4 -4
- package/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollActions.js +11 -11
- package/esm/vs/editor/contrib/suggest/browser/suggest.js +8 -8
- package/esm/vs/editor/contrib/suggest/browser/suggestController.js +10 -10
- package/esm/vs/editor/contrib/suggest/browser/suggestWidget.js +17 -17
- package/esm/vs/editor/contrib/suggest/browser/suggestWidgetDetails.js +2 -2
- package/esm/vs/editor/contrib/suggest/browser/suggestWidgetRenderer.js +2 -2
- package/esm/vs/editor/contrib/suggest/browser/wordContextKey.js +1 -1
- package/esm/vs/editor/contrib/symbolIcons/browser/symbolIcons.js +33 -33
- package/esm/vs/editor/contrib/toggleTabFocusMode/browser/toggleTabFocusMode.js +4 -4
- package/esm/vs/editor/contrib/tokenization/browser/tokenization.js +1 -1
- package/esm/vs/editor/contrib/unicodeHighlighter/browser/bannerController.js +1 -1
- package/esm/vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter.js +24 -24
- package/esm/vs/editor/contrib/unusualLineTerminators/browser/unusualLineTerminators.js +5 -5
- package/esm/vs/editor/contrib/wordHighlighter/browser/highlightDecorations.js +9 -9
- package/esm/vs/editor/contrib/wordHighlighter/browser/wordHighlighter.js +3 -3
- package/esm/vs/editor/contrib/wordOperations/browser/wordOperations.js +1 -1
- package/esm/vs/platform/accessibilitySignal/browser/accessibilitySignalService.js +62 -62
- package/esm/vs/platform/action/common/actionCommonCategories.js +6 -6
- package/esm/vs/platform/actionWidget/browser/actionList.js +4 -4
- package/esm/vs/platform/actionWidget/browser/actionWidget.js +7 -7
- package/esm/vs/platform/actions/browser/menuEntryActionViewItem.js +5 -5
- package/esm/vs/platform/actions/browser/toolbar.js +2 -2
- package/esm/vs/platform/actions/common/menuService.js +2 -2
- package/esm/vs/platform/configuration/common/configurationRegistry.js +10 -10
- package/esm/vs/platform/contextkey/browser/contextKeyService.js +1 -1
- package/esm/vs/platform/contextkey/common/contextkey.js +9 -9
- package/esm/vs/platform/contextkey/common/contextkeys.js +9 -9
- package/esm/vs/platform/contextkey/common/scanner.js +5 -5
- package/esm/vs/platform/history/browser/contextScopedHistoryWidget.js +1 -1
- package/esm/vs/platform/keybinding/common/abstractKeybindingService.js +4 -4
- package/esm/vs/platform/list/browser/listService.js +27 -27
- package/esm/vs/platform/markers/common/markerService.js +2 -2
- package/esm/vs/platform/markers/common/markers.js +6 -6
- package/esm/vs/platform/quickinput/browser/commandsQuickAccess.js +7 -7
- package/esm/vs/platform/quickinput/browser/helpQuickAccess.js +1 -1
- package/esm/vs/platform/quickinput/browser/quickInput.js +10 -10
- package/esm/vs/platform/quickinput/browser/quickInputActions.js +5 -5
- package/esm/vs/platform/quickinput/browser/quickInputController.js +6 -6
- package/esm/vs/platform/quickinput/browser/quickInputList.js +1 -1
- package/esm/vs/platform/quickinput/browser/quickInputUtils.js +1 -1
- package/esm/vs/platform/quickinput/browser/tree/quickInputTreeAccessibilityProvider.js +1 -1
- package/esm/vs/platform/theme/common/colorUtils.js +2 -2
- package/esm/vs/platform/theme/common/colors/baseColors.js +17 -17
- package/esm/vs/platform/theme/common/colors/chartsColors.js +8 -8
- package/esm/vs/platform/theme/common/colors/editorColors.js +95 -95
- package/esm/vs/platform/theme/common/colors/inputColors.js +47 -47
- package/esm/vs/platform/theme/common/colors/listColors.js +36 -36
- package/esm/vs/platform/theme/common/colors/menuColors.js +7 -7
- package/esm/vs/platform/theme/common/colors/minimapColors.js +11 -11
- package/esm/vs/platform/theme/common/colors/miscColors.js +15 -15
- package/esm/vs/platform/theme/common/colors/quickpickColors.js +9 -9
- package/esm/vs/platform/theme/common/colors/searchColors.js +3 -3
- package/esm/vs/platform/theme/common/iconRegistry.js +6 -6
- package/esm/vs/platform/undoRedo/common/undoRedoService.js +20 -20
- package/esm/vs/platform/workspace/common/workspace.js +1 -1
- package/min/vs/assets/{css.worker-DpW7RrDt.js → css.worker-BHMeXSeR.js} +1 -1
- package/min/vs/assets/{editor.worker-BvjSTWxN.js → editor.worker-DTWRgIAS.js} +1 -1
- package/min/vs/assets/{html.worker-zYFVFHK_.js → html.worker-CXhlyGiJ.js} +1 -1
- package/min/vs/assets/{json.worker-BCgqF_m2.js → json.worker-DzYjDoHF.js} +1 -1
- package/min/vs/assets/{ts.worker-CQxe4KB6.js → ts.worker-CW5rcuCX.js} +1 -1
- package/min/vs/basic-languages/monaco.contribution.js +1 -1
- package/min/vs/{cssMode-CvaUVk1W.js → cssMode-1TDQPhHq.js} +1 -1
- package/min/vs/editor/editor.main.css +1 -1
- package/min/vs/editor/editor.main.js +3 -3
- package/min/vs/{editor.api-DGkWFOQA.js → editor.api-wrjhPWGt.js} +123 -123
- package/min/vs/{freemarker2-B_vQOikd.js → freemarker2-B8YhwE9w.js} +1 -1
- package/min/vs/{handlebars-DqjIuZnJ.js → handlebars-DxIz966T.js} +1 -1
- package/min/vs/{html-DAxAlcjQ.js → html-TUDpfuzj.js} +1 -1
- package/min/vs/{htmlMode-C37mDTXf.js → htmlMode-BTG6W7ly.js} +1 -1
- package/min/vs/{javascript-CmHtjIt-.js → javascript-DjDRFeo7.js} +1 -1
- package/min/vs/{jsonMode-D1uvcOsy.js → jsonMode-cxGzlpDo.js} +4 -4
- package/min/vs/language/css/monaco.contribution.js +1 -1
- package/min/vs/language/html/monaco.contribution.js +1 -1
- package/min/vs/language/json/monaco.contribution.js +1 -1
- package/min/vs/language/typescript/monaco.contribution.js +1 -1
- package/min/vs/{liquid-CQBeFlV7.js → liquid-Bsimqao4.js} +1 -1
- package/min/vs/{lspLanguageFeatures-DTAub2tJ.js → lspLanguageFeatures-B9vCOFZO.js} +1 -1
- package/min/vs/{mdx-BFnE9qyd.js → mdx-DAXjads7.js} +1 -1
- package/min/vs/{monaco.contribution-Ba-90VRW.js → monaco.contribution-B40WJdZo.js} +1 -1
- package/min/vs/{monaco.contribution-bCyc25XC.js → monaco.contribution-Bck58VVU.js} +1 -1
- package/min/vs/{monaco.contribution-D4gtmCUd.js → monaco.contribution-CTUxDbdl.js} +1 -1
- package/min/vs/{monaco.contribution-DBV8hY3j.js → monaco.contribution-Dng4cbIh.js} +1 -1
- package/min/vs/nls.messages.cs.js +3 -3
- package/min/vs/nls.messages.de.js +3 -3
- package/min/vs/nls.messages.es.js +3 -3
- package/min/vs/nls.messages.fr.js +3 -3
- package/min/vs/nls.messages.it.js +3 -3
- package/min/vs/nls.messages.ja.js +3 -3
- package/min/vs/nls.messages.ko.js +3 -3
- package/min/vs/nls.messages.pl.js +3 -3
- package/min/vs/nls.messages.pt-br.js +2 -2
- package/min/vs/nls.messages.ru.js +3 -3
- package/min/vs/nls.messages.tr.js +3 -3
- package/min/vs/nls.messages.zh-cn.js +3 -3
- package/min/vs/nls.messages.zh-tw.js +3 -3
- package/min/vs/{python-BX875IYK.js → python-k7tPtlws.js} +1 -1
- package/min/vs/{razor-BBB6Wn5s.js → razor-9j5Idzae.js} +1 -1
- package/min/vs/{tsMode-DYyNPclY.js → tsMode-BDVJ4HNT.js} +5 -5
- package/min/vs/{typescript-AvfgkAyn.js → typescript-1Ue-gdOx.js} +1 -1
- package/min/vs/{workers-DnTKLxL6.js → workers-jkActJYc.js} +1 -1
- package/min/vs/{xml-BVhc_vbm.js → xml-BsAArBP5.js} +1 -1
- package/min/vs/{yaml-a9dM1cQx.js → yaml-2dSzUkHA.js} +1 -1
- package/package.json +5 -5
|
@@ -20,75 +20,75 @@ import { registerThemingParticipant } from '../../../platform/theme/common/theme
|
|
|
20
20
|
/**
|
|
21
21
|
* Definition of the editor colors
|
|
22
22
|
*/
|
|
23
|
-
const editorLineHighlight = registerColor('editor.lineHighlightBackground', null, localize(
|
|
24
|
-
const editorLineHighlightBorder = registerColor('editor.lineHighlightBorder', { dark: '#282828', light: '#eeeeee', hcDark: '#f38518', hcLight: contrastBorder }, localize(
|
|
25
|
-
registerColor('editor.rangeHighlightBackground', { dark: '#ffffff0b', light: '#fdff0033', hcDark: null, hcLight: null }, localize(
|
|
26
|
-
registerColor('editor.rangeHighlightBorder', { dark: null, light: null, hcDark: activeContrastBorder, hcLight: activeContrastBorder }, localize(
|
|
27
|
-
registerColor('editor.symbolHighlightBackground', { dark: editorFindMatchHighlight, light: editorFindMatchHighlight, hcDark: null, hcLight: null }, localize(
|
|
28
|
-
registerColor('editor.symbolHighlightBorder', { dark: null, light: null, hcDark: activeContrastBorder, hcLight: activeContrastBorder }, localize(
|
|
29
|
-
const editorCursorForeground = registerColor('editorCursor.foreground', { dark: '#AEAFAD', light: Color.black, hcDark: Color.white, hcLight: '#0F4A85' }, localize(
|
|
30
|
-
const editorCursorBackground = registerColor('editorCursor.background', null, localize(
|
|
31
|
-
const editorMultiCursorPrimaryForeground = registerColor('editorMultiCursor.primary.foreground', editorCursorForeground, localize(
|
|
32
|
-
const editorMultiCursorPrimaryBackground = registerColor('editorMultiCursor.primary.background', editorCursorBackground, localize(
|
|
33
|
-
const editorMultiCursorSecondaryForeground = registerColor('editorMultiCursor.secondary.foreground', editorCursorForeground, localize(
|
|
34
|
-
const editorMultiCursorSecondaryBackground = registerColor('editorMultiCursor.secondary.background', editorCursorBackground, localize(
|
|
35
|
-
const editorWhitespaces = registerColor('editorWhitespace.foreground', { dark: '#e3e4e229', light: '#33333333', hcDark: '#e3e4e229', hcLight: '#CCCCCC' }, localize(
|
|
36
|
-
const editorLineNumbers = registerColor('editorLineNumber.foreground', { dark: '#858585', light: '#237893', hcDark: Color.white, hcLight: '#292929' }, localize(
|
|
37
|
-
const deprecatedEditorIndentGuides = registerColor('editorIndentGuide.background', editorWhitespaces, localize(
|
|
38
|
-
const deprecatedEditorActiveIndentGuides = registerColor('editorIndentGuide.activeBackground', editorWhitespaces, localize(
|
|
39
|
-
const editorIndentGuide1 = registerColor('editorIndentGuide.background1', deprecatedEditorIndentGuides, localize(
|
|
40
|
-
const editorIndentGuide2 = registerColor('editorIndentGuide.background2', '#00000000', localize(
|
|
41
|
-
const editorIndentGuide3 = registerColor('editorIndentGuide.background3', '#00000000', localize(
|
|
42
|
-
const editorIndentGuide4 = registerColor('editorIndentGuide.background4', '#00000000', localize(
|
|
43
|
-
const editorIndentGuide5 = registerColor('editorIndentGuide.background5', '#00000000', localize(
|
|
44
|
-
const editorIndentGuide6 = registerColor('editorIndentGuide.background6', '#00000000', localize(
|
|
45
|
-
const editorActiveIndentGuide1 = registerColor('editorIndentGuide.activeBackground1', deprecatedEditorActiveIndentGuides, localize(
|
|
46
|
-
const editorActiveIndentGuide2 = registerColor('editorIndentGuide.activeBackground2', '#00000000', localize(
|
|
47
|
-
const editorActiveIndentGuide3 = registerColor('editorIndentGuide.activeBackground3', '#00000000', localize(
|
|
48
|
-
const editorActiveIndentGuide4 = registerColor('editorIndentGuide.activeBackground4', '#00000000', localize(
|
|
49
|
-
const editorActiveIndentGuide5 = registerColor('editorIndentGuide.activeBackground5', '#00000000', localize(
|
|
50
|
-
const editorActiveIndentGuide6 = registerColor('editorIndentGuide.activeBackground6', '#00000000', localize(
|
|
51
|
-
const deprecatedEditorActiveLineNumber = registerColor('editorActiveLineNumber.foreground', { dark: '#c6c6c6', light: '#0B216F', hcDark: activeContrastBorder, hcLight: activeContrastBorder }, localize(
|
|
52
|
-
registerColor('editorLineNumber.activeForeground', deprecatedEditorActiveLineNumber, localize(
|
|
53
|
-
const editorDimmedLineNumber = registerColor('editorLineNumber.dimmedForeground', null, localize(
|
|
54
|
-
const editorRuler = registerColor('editorRuler.foreground', { dark: '#5A5A5A', light: Color.lightgrey, hcDark: Color.white, hcLight: '#292929' }, localize(
|
|
55
|
-
registerColor('editorCodeLens.foreground', { dark: '#999999', light: '#919191', hcDark: '#999999', hcLight: '#292929' }, localize(
|
|
56
|
-
registerColor('editorBracketMatch.background', { dark: '#0064001a', light: '#0064001a', hcDark: '#0064001a', hcLight: '#0000' }, localize(
|
|
57
|
-
registerColor('editorBracketMatch.border', { dark: '#888', light: '#B9B9B9', hcDark: contrastBorder, hcLight: contrastBorder }, localize(
|
|
58
|
-
const editorOverviewRulerBorder = registerColor('editorOverviewRuler.border', { dark: '#7f7f7f4d', light: '#7f7f7f4d', hcDark: '#7f7f7f4d', hcLight: '#666666' }, localize(
|
|
59
|
-
const editorOverviewRulerBackground = registerColor('editorOverviewRuler.background', null, localize(
|
|
60
|
-
registerColor('editorGutter.background', editorBackground, localize(
|
|
61
|
-
registerColor('editorUnnecessaryCode.border', { dark: null, light: null, hcDark: Color.fromHex('#fff').transparent(0.8), hcLight: contrastBorder }, localize(
|
|
62
|
-
const editorUnnecessaryCodeOpacity = registerColor('editorUnnecessaryCode.opacity', { dark: Color.fromHex('#000a'), light: Color.fromHex('#0007'), hcDark: null, hcLight: null }, localize(
|
|
63
|
-
registerColor('editorGhostText.border', { dark: null, light: null, hcDark: Color.fromHex('#fff').transparent(0.8), hcLight: Color.fromHex('#292929').transparent(0.8) }, localize(
|
|
64
|
-
const ghostTextForeground = registerColor('editorGhostText.foreground', { dark: Color.fromHex('#ffffff56'), light: Color.fromHex('#0007'), hcDark: null, hcLight: null }, localize(
|
|
65
|
-
registerColor('editorGhostText.background', null, localize(
|
|
23
|
+
const editorLineHighlight = registerColor('editor.lineHighlightBackground', null, localize(613, 'Background color for the highlight of line at the cursor position.'));
|
|
24
|
+
const editorLineHighlightBorder = registerColor('editor.lineHighlightBorder', { dark: '#282828', light: '#eeeeee', hcDark: '#f38518', hcLight: contrastBorder }, localize(614, 'Background color for the border around the line at the cursor position.'));
|
|
25
|
+
registerColor('editor.rangeHighlightBackground', { dark: '#ffffff0b', light: '#fdff0033', hcDark: null, hcLight: null }, localize(615, 'Background color of highlighted ranges, like by quick open and find features. The color must not be opaque so as not to hide underlying decorations.'), true);
|
|
26
|
+
registerColor('editor.rangeHighlightBorder', { dark: null, light: null, hcDark: activeContrastBorder, hcLight: activeContrastBorder }, localize(616, 'Background color of the border around highlighted ranges.'));
|
|
27
|
+
registerColor('editor.symbolHighlightBackground', { dark: editorFindMatchHighlight, light: editorFindMatchHighlight, hcDark: null, hcLight: null }, localize(617, 'Background color of highlighted symbol, like for go to definition or go next/previous symbol. The color must not be opaque so as not to hide underlying decorations.'), true);
|
|
28
|
+
registerColor('editor.symbolHighlightBorder', { dark: null, light: null, hcDark: activeContrastBorder, hcLight: activeContrastBorder }, localize(618, 'Background color of the border around highlighted symbols.'));
|
|
29
|
+
const editorCursorForeground = registerColor('editorCursor.foreground', { dark: '#AEAFAD', light: Color.black, hcDark: Color.white, hcLight: '#0F4A85' }, localize(619, 'Color of the editor cursor.'));
|
|
30
|
+
const editorCursorBackground = registerColor('editorCursor.background', null, localize(620, 'The background color of the editor cursor. Allows customizing the color of a character overlapped by a block cursor.'));
|
|
31
|
+
const editorMultiCursorPrimaryForeground = registerColor('editorMultiCursor.primary.foreground', editorCursorForeground, localize(621, 'Color of the primary editor cursor when multiple cursors are present.'));
|
|
32
|
+
const editorMultiCursorPrimaryBackground = registerColor('editorMultiCursor.primary.background', editorCursorBackground, localize(622, 'The background color of the primary editor cursor when multiple cursors are present. Allows customizing the color of a character overlapped by a block cursor.'));
|
|
33
|
+
const editorMultiCursorSecondaryForeground = registerColor('editorMultiCursor.secondary.foreground', editorCursorForeground, localize(623, 'Color of secondary editor cursors when multiple cursors are present.'));
|
|
34
|
+
const editorMultiCursorSecondaryBackground = registerColor('editorMultiCursor.secondary.background', editorCursorBackground, localize(624, 'The background color of secondary editor cursors when multiple cursors are present. Allows customizing the color of a character overlapped by a block cursor.'));
|
|
35
|
+
const editorWhitespaces = registerColor('editorWhitespace.foreground', { dark: '#e3e4e229', light: '#33333333', hcDark: '#e3e4e229', hcLight: '#CCCCCC' }, localize(625, 'Color of whitespace characters in the editor.'));
|
|
36
|
+
const editorLineNumbers = registerColor('editorLineNumber.foreground', { dark: '#858585', light: '#237893', hcDark: Color.white, hcLight: '#292929' }, localize(626, 'Color of editor line numbers.'));
|
|
37
|
+
const deprecatedEditorIndentGuides = registerColor('editorIndentGuide.background', editorWhitespaces, localize(627, 'Color of the editor indentation guides.'), false, localize(628, '\'editorIndentGuide.background\' is deprecated. Use \'editorIndentGuide.background1\' instead.'));
|
|
38
|
+
const deprecatedEditorActiveIndentGuides = registerColor('editorIndentGuide.activeBackground', editorWhitespaces, localize(629, 'Color of the active editor indentation guides.'), false, localize(630, '\'editorIndentGuide.activeBackground\' is deprecated. Use \'editorIndentGuide.activeBackground1\' instead.'));
|
|
39
|
+
const editorIndentGuide1 = registerColor('editorIndentGuide.background1', deprecatedEditorIndentGuides, localize(631, 'Color of the editor indentation guides (1).'));
|
|
40
|
+
const editorIndentGuide2 = registerColor('editorIndentGuide.background2', '#00000000', localize(632, 'Color of the editor indentation guides (2).'));
|
|
41
|
+
const editorIndentGuide3 = registerColor('editorIndentGuide.background3', '#00000000', localize(633, 'Color of the editor indentation guides (3).'));
|
|
42
|
+
const editorIndentGuide4 = registerColor('editorIndentGuide.background4', '#00000000', localize(634, 'Color of the editor indentation guides (4).'));
|
|
43
|
+
const editorIndentGuide5 = registerColor('editorIndentGuide.background5', '#00000000', localize(635, 'Color of the editor indentation guides (5).'));
|
|
44
|
+
const editorIndentGuide6 = registerColor('editorIndentGuide.background6', '#00000000', localize(636, 'Color of the editor indentation guides (6).'));
|
|
45
|
+
const editorActiveIndentGuide1 = registerColor('editorIndentGuide.activeBackground1', deprecatedEditorActiveIndentGuides, localize(637, 'Color of the active editor indentation guides (1).'));
|
|
46
|
+
const editorActiveIndentGuide2 = registerColor('editorIndentGuide.activeBackground2', '#00000000', localize(638, 'Color of the active editor indentation guides (2).'));
|
|
47
|
+
const editorActiveIndentGuide3 = registerColor('editorIndentGuide.activeBackground3', '#00000000', localize(639, 'Color of the active editor indentation guides (3).'));
|
|
48
|
+
const editorActiveIndentGuide4 = registerColor('editorIndentGuide.activeBackground4', '#00000000', localize(640, 'Color of the active editor indentation guides (4).'));
|
|
49
|
+
const editorActiveIndentGuide5 = registerColor('editorIndentGuide.activeBackground5', '#00000000', localize(641, 'Color of the active editor indentation guides (5).'));
|
|
50
|
+
const editorActiveIndentGuide6 = registerColor('editorIndentGuide.activeBackground6', '#00000000', localize(642, 'Color of the active editor indentation guides (6).'));
|
|
51
|
+
const deprecatedEditorActiveLineNumber = registerColor('editorActiveLineNumber.foreground', { dark: '#c6c6c6', light: '#0B216F', hcDark: activeContrastBorder, hcLight: activeContrastBorder }, localize(643, 'Color of editor active line number'), false, localize(644, 'Id is deprecated. Use \'editorLineNumber.activeForeground\' instead.'));
|
|
52
|
+
registerColor('editorLineNumber.activeForeground', deprecatedEditorActiveLineNumber, localize(645, 'Color of editor active line number'));
|
|
53
|
+
const editorDimmedLineNumber = registerColor('editorLineNumber.dimmedForeground', null, localize(646, 'Color of the final editor line when editor.renderFinalNewline is set to dimmed.'));
|
|
54
|
+
const editorRuler = registerColor('editorRuler.foreground', { dark: '#5A5A5A', light: Color.lightgrey, hcDark: Color.white, hcLight: '#292929' }, localize(647, 'Color of the editor rulers.'));
|
|
55
|
+
registerColor('editorCodeLens.foreground', { dark: '#999999', light: '#919191', hcDark: '#999999', hcLight: '#292929' }, localize(648, 'Foreground color of editor CodeLens'));
|
|
56
|
+
registerColor('editorBracketMatch.background', { dark: '#0064001a', light: '#0064001a', hcDark: '#0064001a', hcLight: '#0000' }, localize(649, 'Background color behind matching brackets'));
|
|
57
|
+
registerColor('editorBracketMatch.border', { dark: '#888', light: '#B9B9B9', hcDark: contrastBorder, hcLight: contrastBorder }, localize(650, 'Color for matching brackets boxes'));
|
|
58
|
+
const editorOverviewRulerBorder = registerColor('editorOverviewRuler.border', { dark: '#7f7f7f4d', light: '#7f7f7f4d', hcDark: '#7f7f7f4d', hcLight: '#666666' }, localize(651, 'Color of the overview ruler border.'));
|
|
59
|
+
const editorOverviewRulerBackground = registerColor('editorOverviewRuler.background', null, localize(652, 'Background color of the editor overview ruler.'));
|
|
60
|
+
registerColor('editorGutter.background', editorBackground, localize(653, 'Background color of the editor gutter. The gutter contains the glyph margins and the line numbers.'));
|
|
61
|
+
registerColor('editorUnnecessaryCode.border', { dark: null, light: null, hcDark: Color.fromHex('#fff').transparent(0.8), hcLight: contrastBorder }, localize(654, 'Border color of unnecessary (unused) source code in the editor.'));
|
|
62
|
+
const editorUnnecessaryCodeOpacity = registerColor('editorUnnecessaryCode.opacity', { dark: Color.fromHex('#000a'), light: Color.fromHex('#0007'), hcDark: null, hcLight: null }, localize(655, 'Opacity of unnecessary (unused) source code in the editor. For example, "#000000c0" will render the code with 75% opacity. For high contrast themes, use the \'editorUnnecessaryCode.border\' theme color to underline unnecessary code instead of fading it out.'));
|
|
63
|
+
registerColor('editorGhostText.border', { dark: null, light: null, hcDark: Color.fromHex('#fff').transparent(0.8), hcLight: Color.fromHex('#292929').transparent(0.8) }, localize(656, 'Border color of ghost text in the editor.'));
|
|
64
|
+
const ghostTextForeground = registerColor('editorGhostText.foreground', { dark: Color.fromHex('#ffffff56'), light: Color.fromHex('#0007'), hcDark: null, hcLight: null }, localize(657, 'Foreground color of the ghost text in the editor.'));
|
|
65
|
+
registerColor('editorGhostText.background', null, localize(658, 'Background color of the ghost text in the editor.'));
|
|
66
66
|
const rulerRangeDefault = new Color(new RGBA(0, 122, 204, 0.6));
|
|
67
|
-
const overviewRulerRangeHighlight = registerColor('editorOverviewRuler.rangeHighlightForeground', rulerRangeDefault, localize(
|
|
68
|
-
const overviewRulerError = registerColor('editorOverviewRuler.errorForeground', { dark: new Color(new RGBA(255, 18, 18, 0.7)), light: new Color(new RGBA(255, 18, 18, 0.7)), hcDark: new Color(new RGBA(255, 50, 50, 1)), hcLight: '#B5200D' }, localize(
|
|
69
|
-
const overviewRulerWarning = registerColor('editorOverviewRuler.warningForeground', { dark: editorWarningForeground, light: editorWarningForeground, hcDark: editorWarningBorder, hcLight: editorWarningBorder }, localize(
|
|
70
|
-
const overviewRulerInfo = registerColor('editorOverviewRuler.infoForeground', { dark: editorInfoForeground, light: editorInfoForeground, hcDark: editorInfoBorder, hcLight: editorInfoBorder }, localize(
|
|
71
|
-
const editorBracketHighlightingForeground1 = registerColor('editorBracketHighlight.foreground1', { dark: '#FFD700', light: '#0431FAFF', hcDark: '#FFD700', hcLight: '#0431FAFF' }, localize(
|
|
72
|
-
const editorBracketHighlightingForeground2 = registerColor('editorBracketHighlight.foreground2', { dark: '#DA70D6', light: '#319331FF', hcDark: '#DA70D6', hcLight: '#319331FF' }, localize(
|
|
73
|
-
const editorBracketHighlightingForeground3 = registerColor('editorBracketHighlight.foreground3', { dark: '#179FFF', light: '#7B3814FF', hcDark: '#87CEFA', hcLight: '#7B3814FF' }, localize(
|
|
74
|
-
const editorBracketHighlightingForeground4 = registerColor('editorBracketHighlight.foreground4', '#00000000', localize(
|
|
75
|
-
const editorBracketHighlightingForeground5 = registerColor('editorBracketHighlight.foreground5', '#00000000', localize(
|
|
76
|
-
const editorBracketHighlightingForeground6 = registerColor('editorBracketHighlight.foreground6', '#00000000', localize(
|
|
77
|
-
const editorBracketHighlightingUnexpectedBracketForeground = registerColor('editorBracketHighlight.unexpectedBracket.foreground', { dark: new Color(new RGBA(255, 18, 18, 0.8)), light: new Color(new RGBA(255, 18, 18, 0.8)), hcDark: new Color(new RGBA(255, 50, 50, 1)), hcLight: '#B5200D' }, localize(
|
|
78
|
-
const editorBracketPairGuideBackground1 = registerColor('editorBracketPairGuide.background1', '#00000000', localize(
|
|
79
|
-
const editorBracketPairGuideBackground2 = registerColor('editorBracketPairGuide.background2', '#00000000', localize(
|
|
80
|
-
const editorBracketPairGuideBackground3 = registerColor('editorBracketPairGuide.background3', '#00000000', localize(
|
|
81
|
-
const editorBracketPairGuideBackground4 = registerColor('editorBracketPairGuide.background4', '#00000000', localize(
|
|
82
|
-
const editorBracketPairGuideBackground5 = registerColor('editorBracketPairGuide.background5', '#00000000', localize(
|
|
83
|
-
const editorBracketPairGuideBackground6 = registerColor('editorBracketPairGuide.background6', '#00000000', localize(
|
|
84
|
-
const editorBracketPairGuideActiveBackground1 = registerColor('editorBracketPairGuide.activeBackground1', '#00000000', localize(
|
|
85
|
-
const editorBracketPairGuideActiveBackground2 = registerColor('editorBracketPairGuide.activeBackground2', '#00000000', localize(
|
|
86
|
-
const editorBracketPairGuideActiveBackground3 = registerColor('editorBracketPairGuide.activeBackground3', '#00000000', localize(
|
|
87
|
-
const editorBracketPairGuideActiveBackground4 = registerColor('editorBracketPairGuide.activeBackground4', '#00000000', localize(
|
|
88
|
-
const editorBracketPairGuideActiveBackground5 = registerColor('editorBracketPairGuide.activeBackground5', '#00000000', localize(
|
|
89
|
-
const editorBracketPairGuideActiveBackground6 = registerColor('editorBracketPairGuide.activeBackground6', '#00000000', localize(
|
|
90
|
-
registerColor('editorUnicodeHighlight.border', editorWarningForeground, localize(
|
|
91
|
-
registerColor('editorUnicodeHighlight.background', editorWarningBackground, localize(
|
|
67
|
+
const overviewRulerRangeHighlight = registerColor('editorOverviewRuler.rangeHighlightForeground', rulerRangeDefault, localize(659, 'Overview ruler marker color for range highlights. The color must not be opaque so as not to hide underlying decorations.'), true);
|
|
68
|
+
const overviewRulerError = registerColor('editorOverviewRuler.errorForeground', { dark: new Color(new RGBA(255, 18, 18, 0.7)), light: new Color(new RGBA(255, 18, 18, 0.7)), hcDark: new Color(new RGBA(255, 50, 50, 1)), hcLight: '#B5200D' }, localize(660, 'Overview ruler marker color for errors.'));
|
|
69
|
+
const overviewRulerWarning = registerColor('editorOverviewRuler.warningForeground', { dark: editorWarningForeground, light: editorWarningForeground, hcDark: editorWarningBorder, hcLight: editorWarningBorder }, localize(661, 'Overview ruler marker color for warnings.'));
|
|
70
|
+
const overviewRulerInfo = registerColor('editorOverviewRuler.infoForeground', { dark: editorInfoForeground, light: editorInfoForeground, hcDark: editorInfoBorder, hcLight: editorInfoBorder }, localize(662, 'Overview ruler marker color for infos.'));
|
|
71
|
+
const editorBracketHighlightingForeground1 = registerColor('editorBracketHighlight.foreground1', { dark: '#FFD700', light: '#0431FAFF', hcDark: '#FFD700', hcLight: '#0431FAFF' }, localize(663, 'Foreground color of brackets (1). Requires enabling bracket pair colorization.'));
|
|
72
|
+
const editorBracketHighlightingForeground2 = registerColor('editorBracketHighlight.foreground2', { dark: '#DA70D6', light: '#319331FF', hcDark: '#DA70D6', hcLight: '#319331FF' }, localize(664, 'Foreground color of brackets (2). Requires enabling bracket pair colorization.'));
|
|
73
|
+
const editorBracketHighlightingForeground3 = registerColor('editorBracketHighlight.foreground3', { dark: '#179FFF', light: '#7B3814FF', hcDark: '#87CEFA', hcLight: '#7B3814FF' }, localize(665, 'Foreground color of brackets (3). Requires enabling bracket pair colorization.'));
|
|
74
|
+
const editorBracketHighlightingForeground4 = registerColor('editorBracketHighlight.foreground4', '#00000000', localize(666, 'Foreground color of brackets (4). Requires enabling bracket pair colorization.'));
|
|
75
|
+
const editorBracketHighlightingForeground5 = registerColor('editorBracketHighlight.foreground5', '#00000000', localize(667, 'Foreground color of brackets (5). Requires enabling bracket pair colorization.'));
|
|
76
|
+
const editorBracketHighlightingForeground6 = registerColor('editorBracketHighlight.foreground6', '#00000000', localize(668, 'Foreground color of brackets (6). Requires enabling bracket pair colorization.'));
|
|
77
|
+
const editorBracketHighlightingUnexpectedBracketForeground = registerColor('editorBracketHighlight.unexpectedBracket.foreground', { dark: new Color(new RGBA(255, 18, 18, 0.8)), light: new Color(new RGBA(255, 18, 18, 0.8)), hcDark: new Color(new RGBA(255, 50, 50, 1)), hcLight: '#B5200D' }, localize(669, 'Foreground color of unexpected brackets.'));
|
|
78
|
+
const editorBracketPairGuideBackground1 = registerColor('editorBracketPairGuide.background1', '#00000000', localize(670, 'Background color of inactive bracket pair guides (1). Requires enabling bracket pair guides.'));
|
|
79
|
+
const editorBracketPairGuideBackground2 = registerColor('editorBracketPairGuide.background2', '#00000000', localize(671, 'Background color of inactive bracket pair guides (2). Requires enabling bracket pair guides.'));
|
|
80
|
+
const editorBracketPairGuideBackground3 = registerColor('editorBracketPairGuide.background3', '#00000000', localize(672, 'Background color of inactive bracket pair guides (3). Requires enabling bracket pair guides.'));
|
|
81
|
+
const editorBracketPairGuideBackground4 = registerColor('editorBracketPairGuide.background4', '#00000000', localize(673, 'Background color of inactive bracket pair guides (4). Requires enabling bracket pair guides.'));
|
|
82
|
+
const editorBracketPairGuideBackground5 = registerColor('editorBracketPairGuide.background5', '#00000000', localize(674, 'Background color of inactive bracket pair guides (5). Requires enabling bracket pair guides.'));
|
|
83
|
+
const editorBracketPairGuideBackground6 = registerColor('editorBracketPairGuide.background6', '#00000000', localize(675, 'Background color of inactive bracket pair guides (6). Requires enabling bracket pair guides.'));
|
|
84
|
+
const editorBracketPairGuideActiveBackground1 = registerColor('editorBracketPairGuide.activeBackground1', '#00000000', localize(676, 'Background color of active bracket pair guides (1). Requires enabling bracket pair guides.'));
|
|
85
|
+
const editorBracketPairGuideActiveBackground2 = registerColor('editorBracketPairGuide.activeBackground2', '#00000000', localize(677, 'Background color of active bracket pair guides (2). Requires enabling bracket pair guides.'));
|
|
86
|
+
const editorBracketPairGuideActiveBackground3 = registerColor('editorBracketPairGuide.activeBackground3', '#00000000', localize(678, 'Background color of active bracket pair guides (3). Requires enabling bracket pair guides.'));
|
|
87
|
+
const editorBracketPairGuideActiveBackground4 = registerColor('editorBracketPairGuide.activeBackground4', '#00000000', localize(679, 'Background color of active bracket pair guides (4). Requires enabling bracket pair guides.'));
|
|
88
|
+
const editorBracketPairGuideActiveBackground5 = registerColor('editorBracketPairGuide.activeBackground5', '#00000000', localize(680, 'Background color of active bracket pair guides (5). Requires enabling bracket pair guides.'));
|
|
89
|
+
const editorBracketPairGuideActiveBackground6 = registerColor('editorBracketPairGuide.activeBackground6', '#00000000', localize(681, 'Background color of active bracket pair guides (6). Requires enabling bracket pair guides.'));
|
|
90
|
+
registerColor('editorUnicodeHighlight.border', editorWarningForeground, localize(682, 'Border color used to highlight unicode characters.'));
|
|
91
|
+
registerColor('editorUnicodeHighlight.background', editorWarningBackground, localize(683, 'Background color used to highlight unicode characters.'));
|
|
92
92
|
// contains all color rules that used to defined in editor/browser/widget/editor.css
|
|
93
93
|
registerThemingParticipant((theme, collector) => {
|
|
94
94
|
const background = theme.getColor(editorBackground);
|
|
@@ -12,72 +12,72 @@ var EditorContextKeys;
|
|
|
12
12
|
* A context key that is set when the editor's text has focus (cursor is blinking).
|
|
13
13
|
* Is false when focus is in simple editor widgets (repl input, scm commit input).
|
|
14
14
|
*/
|
|
15
|
-
EditorContextKeys.editorTextFocus = new RawContextKey('editorTextFocus', false, localize(
|
|
15
|
+
EditorContextKeys.editorTextFocus = new RawContextKey('editorTextFocus', false, localize(684, "Whether the editor text has focus (cursor is blinking)"));
|
|
16
16
|
/**
|
|
17
17
|
* A context key that is set when the editor's text or an editor's widget has focus.
|
|
18
18
|
*/
|
|
19
|
-
EditorContextKeys.focus = new RawContextKey('editorFocus', false, localize(
|
|
19
|
+
EditorContextKeys.focus = new RawContextKey('editorFocus', false, localize(685, "Whether the editor or an editor widget has focus (e.g. focus is in the find widget)"));
|
|
20
20
|
/**
|
|
21
21
|
* A context key that is set when any editor input has focus (regular editor, repl input...).
|
|
22
22
|
*/
|
|
23
|
-
EditorContextKeys.textInputFocus = new RawContextKey('textInputFocus', false, localize(
|
|
24
|
-
EditorContextKeys.readOnly = new RawContextKey('editorReadonly', false, localize(
|
|
25
|
-
EditorContextKeys.inDiffEditor = new RawContextKey('inDiffEditor', false, localize(
|
|
26
|
-
EditorContextKeys.isEmbeddedDiffEditor = new RawContextKey('isEmbeddedDiffEditor', false, localize(
|
|
27
|
-
EditorContextKeys.multiDiffEditorAllCollapsed = new RawContextKey('multiDiffEditorAllCollapsed', undefined, localize(
|
|
28
|
-
EditorContextKeys.hasChanges = new RawContextKey('diffEditorHasChanges', false, localize(
|
|
29
|
-
EditorContextKeys.comparingMovedCode = new RawContextKey('comparingMovedCode', false, localize(
|
|
30
|
-
EditorContextKeys.accessibleDiffViewerVisible = new RawContextKey('accessibleDiffViewerVisible', false, localize(
|
|
31
|
-
EditorContextKeys.diffEditorRenderSideBySideInlineBreakpointReached = new RawContextKey('diffEditorRenderSideBySideInlineBreakpointReached', false, localize(
|
|
32
|
-
EditorContextKeys.diffEditorInlineMode = new RawContextKey('diffEditorInlineMode', false, localize(
|
|
33
|
-
EditorContextKeys.diffEditorOriginalWritable = new RawContextKey('diffEditorOriginalWritable', false, localize(
|
|
34
|
-
EditorContextKeys.diffEditorModifiedWritable = new RawContextKey('diffEditorModifiedWritable', false, localize(
|
|
35
|
-
EditorContextKeys.diffEditorOriginalUri = new RawContextKey('diffEditorOriginalUri', '', localize(
|
|
36
|
-
EditorContextKeys.diffEditorModifiedUri = new RawContextKey('diffEditorModifiedUri', '', localize(
|
|
37
|
-
EditorContextKeys.columnSelection = new RawContextKey('editorColumnSelection', false, localize(
|
|
23
|
+
EditorContextKeys.textInputFocus = new RawContextKey('textInputFocus', false, localize(686, "Whether an editor or a rich text input has focus (cursor is blinking)"));
|
|
24
|
+
EditorContextKeys.readOnly = new RawContextKey('editorReadonly', false, localize(687, "Whether the editor is read-only"));
|
|
25
|
+
EditorContextKeys.inDiffEditor = new RawContextKey('inDiffEditor', false, localize(688, "Whether the context is a diff editor"));
|
|
26
|
+
EditorContextKeys.isEmbeddedDiffEditor = new RawContextKey('isEmbeddedDiffEditor', false, localize(689, "Whether the context is an embedded diff editor"));
|
|
27
|
+
EditorContextKeys.multiDiffEditorAllCollapsed = new RawContextKey('multiDiffEditorAllCollapsed', undefined, localize(690, "Whether all files in multi diff editor are collapsed"));
|
|
28
|
+
EditorContextKeys.hasChanges = new RawContextKey('diffEditorHasChanges', false, localize(691, "Whether the diff editor has changes"));
|
|
29
|
+
EditorContextKeys.comparingMovedCode = new RawContextKey('comparingMovedCode', false, localize(692, "Whether a moved code block is selected for comparison"));
|
|
30
|
+
EditorContextKeys.accessibleDiffViewerVisible = new RawContextKey('accessibleDiffViewerVisible', false, localize(693, "Whether the accessible diff viewer is visible"));
|
|
31
|
+
EditorContextKeys.diffEditorRenderSideBySideInlineBreakpointReached = new RawContextKey('diffEditorRenderSideBySideInlineBreakpointReached', false, localize(694, "Whether the diff editor render side by side inline breakpoint is reached"));
|
|
32
|
+
EditorContextKeys.diffEditorInlineMode = new RawContextKey('diffEditorInlineMode', false, localize(695, "Whether inline mode is active"));
|
|
33
|
+
EditorContextKeys.diffEditorOriginalWritable = new RawContextKey('diffEditorOriginalWritable', false, localize(696, "Whether modified is writable in the diff editor"));
|
|
34
|
+
EditorContextKeys.diffEditorModifiedWritable = new RawContextKey('diffEditorModifiedWritable', false, localize(697, "Whether modified is writable in the diff editor"));
|
|
35
|
+
EditorContextKeys.diffEditorOriginalUri = new RawContextKey('diffEditorOriginalUri', '', localize(698, "The uri of the original document"));
|
|
36
|
+
EditorContextKeys.diffEditorModifiedUri = new RawContextKey('diffEditorModifiedUri', '', localize(699, "The uri of the modified document"));
|
|
37
|
+
EditorContextKeys.columnSelection = new RawContextKey('editorColumnSelection', false, localize(700, "Whether `editor.columnSelection` is enabled"));
|
|
38
38
|
EditorContextKeys.writable = EditorContextKeys.readOnly.toNegated();
|
|
39
|
-
EditorContextKeys.hasNonEmptySelection = new RawContextKey('editorHasSelection', false, localize(
|
|
39
|
+
EditorContextKeys.hasNonEmptySelection = new RawContextKey('editorHasSelection', false, localize(701, "Whether the editor has text selected"));
|
|
40
40
|
EditorContextKeys.hasOnlyEmptySelection = EditorContextKeys.hasNonEmptySelection.toNegated();
|
|
41
|
-
EditorContextKeys.hasMultipleSelections = new RawContextKey('editorHasMultipleSelections', false, localize(
|
|
41
|
+
EditorContextKeys.hasMultipleSelections = new RawContextKey('editorHasMultipleSelections', false, localize(702, "Whether the editor has multiple selections"));
|
|
42
42
|
EditorContextKeys.hasSingleSelection = EditorContextKeys.hasMultipleSelections.toNegated();
|
|
43
|
-
EditorContextKeys.tabMovesFocus = new RawContextKey('editorTabMovesFocus', false, localize(
|
|
43
|
+
EditorContextKeys.tabMovesFocus = new RawContextKey('editorTabMovesFocus', false, localize(703, "Whether `Tab` will move focus out of the editor"));
|
|
44
44
|
EditorContextKeys.tabDoesNotMoveFocus = EditorContextKeys.tabMovesFocus.toNegated();
|
|
45
45
|
EditorContextKeys.isInEmbeddedEditor = new RawContextKey('isInEmbeddedEditor', false, true);
|
|
46
46
|
EditorContextKeys.canUndo = new RawContextKey('canUndo', false, true);
|
|
47
47
|
EditorContextKeys.canRedo = new RawContextKey('canRedo', false, true);
|
|
48
|
-
EditorContextKeys.hoverVisible = new RawContextKey('editorHoverVisible', false, localize(
|
|
49
|
-
EditorContextKeys.hoverFocused = new RawContextKey('editorHoverFocused', false, localize(
|
|
50
|
-
EditorContextKeys.stickyScrollFocused = new RawContextKey('stickyScrollFocused', false, localize(
|
|
51
|
-
EditorContextKeys.stickyScrollVisible = new RawContextKey('stickyScrollVisible', false, localize(
|
|
52
|
-
EditorContextKeys.standaloneColorPickerVisible = new RawContextKey('standaloneColorPickerVisible', false, localize(
|
|
53
|
-
EditorContextKeys.standaloneColorPickerFocused = new RawContextKey('standaloneColorPickerFocused', false, localize(
|
|
48
|
+
EditorContextKeys.hoverVisible = new RawContextKey('editorHoverVisible', false, localize(704, "Whether the editor hover is visible"));
|
|
49
|
+
EditorContextKeys.hoverFocused = new RawContextKey('editorHoverFocused', false, localize(705, "Whether the editor hover is focused"));
|
|
50
|
+
EditorContextKeys.stickyScrollFocused = new RawContextKey('stickyScrollFocused', false, localize(706, "Whether the sticky scroll is focused"));
|
|
51
|
+
EditorContextKeys.stickyScrollVisible = new RawContextKey('stickyScrollVisible', false, localize(707, "Whether the sticky scroll is visible"));
|
|
52
|
+
EditorContextKeys.standaloneColorPickerVisible = new RawContextKey('standaloneColorPickerVisible', false, localize(708, "Whether the standalone color picker is visible"));
|
|
53
|
+
EditorContextKeys.standaloneColorPickerFocused = new RawContextKey('standaloneColorPickerFocused', false, localize(709, "Whether the standalone color picker is focused"));
|
|
54
54
|
/**
|
|
55
55
|
* A context key that is set when an editor is part of a larger editor, like notebooks or
|
|
56
56
|
* (future) a diff editor
|
|
57
57
|
*/
|
|
58
|
-
EditorContextKeys.inCompositeEditor = new RawContextKey('inCompositeEditor', undefined, localize(
|
|
58
|
+
EditorContextKeys.inCompositeEditor = new RawContextKey('inCompositeEditor', undefined, localize(710, "Whether the editor is part of a larger editor (e.g. notebooks)"));
|
|
59
59
|
EditorContextKeys.notInCompositeEditor = EditorContextKeys.inCompositeEditor.toNegated();
|
|
60
60
|
// -- mode context keys
|
|
61
|
-
EditorContextKeys.languageId = new RawContextKey('editorLangId', '', localize(
|
|
62
|
-
EditorContextKeys.hasCompletionItemProvider = new RawContextKey('editorHasCompletionItemProvider', false, localize(
|
|
63
|
-
EditorContextKeys.hasCodeActionsProvider = new RawContextKey('editorHasCodeActionsProvider', false, localize(
|
|
64
|
-
EditorContextKeys.hasCodeLensProvider = new RawContextKey('editorHasCodeLensProvider', false, localize(
|
|
65
|
-
EditorContextKeys.hasDefinitionProvider = new RawContextKey('editorHasDefinitionProvider', false, localize(
|
|
66
|
-
EditorContextKeys.hasDeclarationProvider = new RawContextKey('editorHasDeclarationProvider', false, localize(
|
|
67
|
-
EditorContextKeys.hasImplementationProvider = new RawContextKey('editorHasImplementationProvider', false, localize(
|
|
68
|
-
EditorContextKeys.hasTypeDefinitionProvider = new RawContextKey('editorHasTypeDefinitionProvider', false, localize(
|
|
69
|
-
EditorContextKeys.hasHoverProvider = new RawContextKey('editorHasHoverProvider', false, localize(
|
|
70
|
-
EditorContextKeys.hasDocumentHighlightProvider = new RawContextKey('editorHasDocumentHighlightProvider', false, localize(
|
|
71
|
-
EditorContextKeys.hasDocumentSymbolProvider = new RawContextKey('editorHasDocumentSymbolProvider', false, localize(
|
|
72
|
-
EditorContextKeys.hasReferenceProvider = new RawContextKey('editorHasReferenceProvider', false, localize(
|
|
73
|
-
EditorContextKeys.hasRenameProvider = new RawContextKey('editorHasRenameProvider', false, localize(
|
|
74
|
-
EditorContextKeys.hasSignatureHelpProvider = new RawContextKey('editorHasSignatureHelpProvider', false, localize(
|
|
75
|
-
EditorContextKeys.hasInlayHintsProvider = new RawContextKey('editorHasInlayHintsProvider', false, localize(
|
|
61
|
+
EditorContextKeys.languageId = new RawContextKey('editorLangId', '', localize(711, "The language identifier of the editor"));
|
|
62
|
+
EditorContextKeys.hasCompletionItemProvider = new RawContextKey('editorHasCompletionItemProvider', false, localize(712, "Whether the editor has a completion item provider"));
|
|
63
|
+
EditorContextKeys.hasCodeActionsProvider = new RawContextKey('editorHasCodeActionsProvider', false, localize(713, "Whether the editor has a code actions provider"));
|
|
64
|
+
EditorContextKeys.hasCodeLensProvider = new RawContextKey('editorHasCodeLensProvider', false, localize(714, "Whether the editor has a code lens provider"));
|
|
65
|
+
EditorContextKeys.hasDefinitionProvider = new RawContextKey('editorHasDefinitionProvider', false, localize(715, "Whether the editor has a definition provider"));
|
|
66
|
+
EditorContextKeys.hasDeclarationProvider = new RawContextKey('editorHasDeclarationProvider', false, localize(716, "Whether the editor has a declaration provider"));
|
|
67
|
+
EditorContextKeys.hasImplementationProvider = new RawContextKey('editorHasImplementationProvider', false, localize(717, "Whether the editor has an implementation provider"));
|
|
68
|
+
EditorContextKeys.hasTypeDefinitionProvider = new RawContextKey('editorHasTypeDefinitionProvider', false, localize(718, "Whether the editor has a type definition provider"));
|
|
69
|
+
EditorContextKeys.hasHoverProvider = new RawContextKey('editorHasHoverProvider', false, localize(719, "Whether the editor has a hover provider"));
|
|
70
|
+
EditorContextKeys.hasDocumentHighlightProvider = new RawContextKey('editorHasDocumentHighlightProvider', false, localize(720, "Whether the editor has a document highlight provider"));
|
|
71
|
+
EditorContextKeys.hasDocumentSymbolProvider = new RawContextKey('editorHasDocumentSymbolProvider', false, localize(721, "Whether the editor has a document symbol provider"));
|
|
72
|
+
EditorContextKeys.hasReferenceProvider = new RawContextKey('editorHasReferenceProvider', false, localize(722, "Whether the editor has a reference provider"));
|
|
73
|
+
EditorContextKeys.hasRenameProvider = new RawContextKey('editorHasRenameProvider', false, localize(723, "Whether the editor has a rename provider"));
|
|
74
|
+
EditorContextKeys.hasSignatureHelpProvider = new RawContextKey('editorHasSignatureHelpProvider', false, localize(724, "Whether the editor has a signature help provider"));
|
|
75
|
+
EditorContextKeys.hasInlayHintsProvider = new RawContextKey('editorHasInlayHintsProvider', false, localize(725, "Whether the editor has an inline hints provider"));
|
|
76
76
|
// -- mode context keys: formatting
|
|
77
|
-
EditorContextKeys.hasDocumentFormattingProvider = new RawContextKey('editorHasDocumentFormattingProvider', false, localize(
|
|
78
|
-
EditorContextKeys.hasDocumentSelectionFormattingProvider = new RawContextKey('editorHasDocumentSelectionFormattingProvider', false, localize(
|
|
79
|
-
EditorContextKeys.hasMultipleDocumentFormattingProvider = new RawContextKey('editorHasMultipleDocumentFormattingProvider', false, localize(
|
|
80
|
-
EditorContextKeys.hasMultipleDocumentSelectionFormattingProvider = new RawContextKey('editorHasMultipleDocumentSelectionFormattingProvider', false, localize(
|
|
77
|
+
EditorContextKeys.hasDocumentFormattingProvider = new RawContextKey('editorHasDocumentFormattingProvider', false, localize(726, "Whether the editor has a document formatting provider"));
|
|
78
|
+
EditorContextKeys.hasDocumentSelectionFormattingProvider = new RawContextKey('editorHasDocumentSelectionFormattingProvider', false, localize(727, "Whether the editor has a document selection formatting provider"));
|
|
79
|
+
EditorContextKeys.hasMultipleDocumentFormattingProvider = new RawContextKey('editorHasMultipleDocumentFormattingProvider', false, localize(728, "Whether the editor has multiple document formatting providers"));
|
|
80
|
+
EditorContextKeys.hasMultipleDocumentSelectionFormattingProvider = new RawContextKey('editorHasMultipleDocumentSelectionFormattingProvider', false, localize(729, "Whether the editor has multiple document selection formatting providers"));
|
|
81
81
|
})(EditorContextKeys || (EditorContextKeys = {}));
|
|
82
82
|
|
|
83
83
|
export { EditorContextKeys };
|
|
@@ -45,7 +45,7 @@ const PLAINTEXT_EXTENSION = '.txt';
|
|
|
45
45
|
ModesRegistry.registerLanguage({
|
|
46
46
|
id: PLAINTEXT_LANGUAGE_ID,
|
|
47
47
|
extensions: [PLAINTEXT_EXTENSION],
|
|
48
|
-
aliases: [localize(
|
|
48
|
+
aliases: [localize(786, "Plain Text"), 'text'],
|
|
49
49
|
mimetypes: [Mimes.text]
|
|
50
50
|
});
|
|
51
51
|
Registry.as(Extensions$1.Configuration)
|
|
@@ -106,35 +106,35 @@ var CompletionItemKinds;
|
|
|
106
106
|
*/
|
|
107
107
|
function toLabel(kind) {
|
|
108
108
|
switch (kind) {
|
|
109
|
-
case 0 /* CompletionItemKind.Method */: return localize(
|
|
110
|
-
case 1 /* CompletionItemKind.Function */: return localize(
|
|
111
|
-
case 2 /* CompletionItemKind.Constructor */: return localize(
|
|
112
|
-
case 3 /* CompletionItemKind.Field */: return localize(
|
|
113
|
-
case 4 /* CompletionItemKind.Variable */: return localize(
|
|
114
|
-
case 5 /* CompletionItemKind.Class */: return localize(
|
|
115
|
-
case 6 /* CompletionItemKind.Struct */: return localize(
|
|
116
|
-
case 7 /* CompletionItemKind.Interface */: return localize(
|
|
117
|
-
case 8 /* CompletionItemKind.Module */: return localize(
|
|
118
|
-
case 9 /* CompletionItemKind.Property */: return localize(
|
|
119
|
-
case 10 /* CompletionItemKind.Event */: return localize(
|
|
120
|
-
case 11 /* CompletionItemKind.Operator */: return localize(
|
|
121
|
-
case 12 /* CompletionItemKind.Unit */: return localize(
|
|
122
|
-
case 13 /* CompletionItemKind.Value */: return localize(
|
|
123
|
-
case 14 /* CompletionItemKind.Constant */: return localize(
|
|
124
|
-
case 15 /* CompletionItemKind.Enum */: return localize(
|
|
125
|
-
case 16 /* CompletionItemKind.EnumMember */: return localize(
|
|
126
|
-
case 17 /* CompletionItemKind.Keyword */: return localize(
|
|
127
|
-
case 18 /* CompletionItemKind.Text */: return localize(
|
|
128
|
-
case 19 /* CompletionItemKind.Color */: return localize(
|
|
129
|
-
case 20 /* CompletionItemKind.File */: return localize(
|
|
130
|
-
case 21 /* CompletionItemKind.Reference */: return localize(
|
|
131
|
-
case 22 /* CompletionItemKind.Customcolor */: return localize(
|
|
132
|
-
case 23 /* CompletionItemKind.Folder */: return localize(
|
|
133
|
-
case 24 /* CompletionItemKind.TypeParameter */: return localize(
|
|
134
|
-
case 25 /* CompletionItemKind.User */: return localize(
|
|
135
|
-
case 26 /* CompletionItemKind.Issue */: return localize(
|
|
136
|
-
case 27 /* CompletionItemKind.Tool */: return localize(
|
|
137
|
-
case 28 /* CompletionItemKind.Snippet */: return localize(
|
|
109
|
+
case 0 /* CompletionItemKind.Method */: return localize(730, 'Method');
|
|
110
|
+
case 1 /* CompletionItemKind.Function */: return localize(731, 'Function');
|
|
111
|
+
case 2 /* CompletionItemKind.Constructor */: return localize(732, 'Constructor');
|
|
112
|
+
case 3 /* CompletionItemKind.Field */: return localize(733, 'Field');
|
|
113
|
+
case 4 /* CompletionItemKind.Variable */: return localize(734, 'Variable');
|
|
114
|
+
case 5 /* CompletionItemKind.Class */: return localize(735, 'Class');
|
|
115
|
+
case 6 /* CompletionItemKind.Struct */: return localize(736, 'Struct');
|
|
116
|
+
case 7 /* CompletionItemKind.Interface */: return localize(737, 'Interface');
|
|
117
|
+
case 8 /* CompletionItemKind.Module */: return localize(738, 'Module');
|
|
118
|
+
case 9 /* CompletionItemKind.Property */: return localize(739, 'Property');
|
|
119
|
+
case 10 /* CompletionItemKind.Event */: return localize(740, 'Event');
|
|
120
|
+
case 11 /* CompletionItemKind.Operator */: return localize(741, 'Operator');
|
|
121
|
+
case 12 /* CompletionItemKind.Unit */: return localize(742, 'Unit');
|
|
122
|
+
case 13 /* CompletionItemKind.Value */: return localize(743, 'Value');
|
|
123
|
+
case 14 /* CompletionItemKind.Constant */: return localize(744, 'Constant');
|
|
124
|
+
case 15 /* CompletionItemKind.Enum */: return localize(745, 'Enum');
|
|
125
|
+
case 16 /* CompletionItemKind.EnumMember */: return localize(746, 'Enum Member');
|
|
126
|
+
case 17 /* CompletionItemKind.Keyword */: return localize(747, 'Keyword');
|
|
127
|
+
case 18 /* CompletionItemKind.Text */: return localize(748, 'Text');
|
|
128
|
+
case 19 /* CompletionItemKind.Color */: return localize(749, 'Color');
|
|
129
|
+
case 20 /* CompletionItemKind.File */: return localize(750, 'File');
|
|
130
|
+
case 21 /* CompletionItemKind.Reference */: return localize(751, 'Reference');
|
|
131
|
+
case 22 /* CompletionItemKind.Customcolor */: return localize(752, 'Custom Color');
|
|
132
|
+
case 23 /* CompletionItemKind.Folder */: return localize(753, 'Folder');
|
|
133
|
+
case 24 /* CompletionItemKind.TypeParameter */: return localize(754, 'Type Parameter');
|
|
134
|
+
case 25 /* CompletionItemKind.User */: return localize(755, 'User');
|
|
135
|
+
case 26 /* CompletionItemKind.Issue */: return localize(756, 'Issue');
|
|
136
|
+
case 27 /* CompletionItemKind.Tool */: return localize(757, 'Tool');
|
|
137
|
+
case 28 /* CompletionItemKind.Snippet */: return localize(758, 'Snippet');
|
|
138
138
|
default: return '';
|
|
139
139
|
}
|
|
140
140
|
}
|
|
@@ -296,38 +296,38 @@ function isLocationLink(thing) {
|
|
|
296
296
|
* @internal
|
|
297
297
|
*/
|
|
298
298
|
const symbolKindNames = {
|
|
299
|
-
[17 /* SymbolKind.Array */]: localize(
|
|
300
|
-
[16 /* SymbolKind.Boolean */]: localize(
|
|
301
|
-
[4 /* SymbolKind.Class */]: localize(
|
|
302
|
-
[13 /* SymbolKind.Constant */]: localize(
|
|
303
|
-
[8 /* SymbolKind.Constructor */]: localize(
|
|
304
|
-
[9 /* SymbolKind.Enum */]: localize(
|
|
305
|
-
[21 /* SymbolKind.EnumMember */]: localize(
|
|
306
|
-
[23 /* SymbolKind.Event */]: localize(
|
|
307
|
-
[7 /* SymbolKind.Field */]: localize(
|
|
308
|
-
[0 /* SymbolKind.File */]: localize(
|
|
309
|
-
[11 /* SymbolKind.Function */]: localize(
|
|
310
|
-
[10 /* SymbolKind.Interface */]: localize(
|
|
311
|
-
[19 /* SymbolKind.Key */]: localize(
|
|
312
|
-
[5 /* SymbolKind.Method */]: localize(
|
|
313
|
-
[1 /* SymbolKind.Module */]: localize(
|
|
314
|
-
[2 /* SymbolKind.Namespace */]: localize(
|
|
315
|
-
[20 /* SymbolKind.Null */]: localize(
|
|
316
|
-
[15 /* SymbolKind.Number */]: localize(
|
|
317
|
-
[18 /* SymbolKind.Object */]: localize(
|
|
318
|
-
[24 /* SymbolKind.Operator */]: localize(
|
|
319
|
-
[3 /* SymbolKind.Package */]: localize(
|
|
320
|
-
[6 /* SymbolKind.Property */]: localize(
|
|
321
|
-
[14 /* SymbolKind.String */]: localize(
|
|
322
|
-
[22 /* SymbolKind.Struct */]: localize(
|
|
323
|
-
[25 /* SymbolKind.TypeParameter */]: localize(
|
|
324
|
-
[12 /* SymbolKind.Variable */]: localize(
|
|
299
|
+
[17 /* SymbolKind.Array */]: localize(759, "array"),
|
|
300
|
+
[16 /* SymbolKind.Boolean */]: localize(760, "boolean"),
|
|
301
|
+
[4 /* SymbolKind.Class */]: localize(761, "class"),
|
|
302
|
+
[13 /* SymbolKind.Constant */]: localize(762, "constant"),
|
|
303
|
+
[8 /* SymbolKind.Constructor */]: localize(763, "constructor"),
|
|
304
|
+
[9 /* SymbolKind.Enum */]: localize(764, "enumeration"),
|
|
305
|
+
[21 /* SymbolKind.EnumMember */]: localize(765, "enumeration member"),
|
|
306
|
+
[23 /* SymbolKind.Event */]: localize(766, "event"),
|
|
307
|
+
[7 /* SymbolKind.Field */]: localize(767, "field"),
|
|
308
|
+
[0 /* SymbolKind.File */]: localize(768, "file"),
|
|
309
|
+
[11 /* SymbolKind.Function */]: localize(769, "function"),
|
|
310
|
+
[10 /* SymbolKind.Interface */]: localize(770, "interface"),
|
|
311
|
+
[19 /* SymbolKind.Key */]: localize(771, "key"),
|
|
312
|
+
[5 /* SymbolKind.Method */]: localize(772, "method"),
|
|
313
|
+
[1 /* SymbolKind.Module */]: localize(773, "module"),
|
|
314
|
+
[2 /* SymbolKind.Namespace */]: localize(774, "namespace"),
|
|
315
|
+
[20 /* SymbolKind.Null */]: localize(775, "null"),
|
|
316
|
+
[15 /* SymbolKind.Number */]: localize(776, "number"),
|
|
317
|
+
[18 /* SymbolKind.Object */]: localize(777, "object"),
|
|
318
|
+
[24 /* SymbolKind.Operator */]: localize(778, "operator"),
|
|
319
|
+
[3 /* SymbolKind.Package */]: localize(779, "package"),
|
|
320
|
+
[6 /* SymbolKind.Property */]: localize(780, "property"),
|
|
321
|
+
[14 /* SymbolKind.String */]: localize(781, "string"),
|
|
322
|
+
[22 /* SymbolKind.Struct */]: localize(782, "struct"),
|
|
323
|
+
[25 /* SymbolKind.TypeParameter */]: localize(783, "type parameter"),
|
|
324
|
+
[12 /* SymbolKind.Variable */]: localize(784, "variable"),
|
|
325
325
|
};
|
|
326
326
|
/**
|
|
327
327
|
* @internal
|
|
328
328
|
*/
|
|
329
329
|
function getAriaLabelForSymbol(symbolName, kind) {
|
|
330
|
-
return localize(
|
|
330
|
+
return localize(785, '{0} ({1})', symbolName, symbolKindNames[kind]);
|
|
331
331
|
}
|
|
332
332
|
/**
|
|
333
333
|
* @internal
|
|
@@ -326,7 +326,7 @@ class EditStack {
|
|
|
326
326
|
if (isEditStackElement(lastElement) && lastElement.canAppend(this._model)) {
|
|
327
327
|
return lastElement;
|
|
328
328
|
}
|
|
329
|
-
const newElement = new SingleModelEditStackElement(localize(
|
|
329
|
+
const newElement = new SingleModelEditStackElement(localize(787, "Typing"), 'undoredo.textBufferEdit', this._model, beforeCursorState);
|
|
330
330
|
this._undoRedoService.pushElement(newElement, group);
|
|
331
331
|
return newElement;
|
|
332
332
|
}
|
|
@@ -6,37 +6,37 @@ import { localize } from '../../nls.js';
|
|
|
6
6
|
*--------------------------------------------------------------------------------------------*/
|
|
7
7
|
var InspectTokensNLS;
|
|
8
8
|
(function (InspectTokensNLS) {
|
|
9
|
-
InspectTokensNLS.inspectTokensAction = localize(
|
|
9
|
+
InspectTokensNLS.inspectTokensAction = localize(788, "Developer: Inspect Tokens");
|
|
10
10
|
})(InspectTokensNLS || (InspectTokensNLS = {}));
|
|
11
11
|
var GoToLineNLS;
|
|
12
12
|
(function (GoToLineNLS) {
|
|
13
|
-
GoToLineNLS.gotoLineActionLabel = localize(
|
|
13
|
+
GoToLineNLS.gotoLineActionLabel = localize(789, "Go to Line/Column...");
|
|
14
14
|
})(GoToLineNLS || (GoToLineNLS = {}));
|
|
15
15
|
var QuickHelpNLS;
|
|
16
16
|
(function (QuickHelpNLS) {
|
|
17
|
-
QuickHelpNLS.helpQuickAccessActionLabel = localize(
|
|
17
|
+
QuickHelpNLS.helpQuickAccessActionLabel = localize(790, "Show all Quick Access Providers");
|
|
18
18
|
})(QuickHelpNLS || (QuickHelpNLS = {}));
|
|
19
19
|
var QuickCommandNLS;
|
|
20
20
|
(function (QuickCommandNLS) {
|
|
21
|
-
QuickCommandNLS.quickCommandActionLabel = localize(
|
|
22
|
-
QuickCommandNLS.quickCommandHelp = localize(
|
|
21
|
+
QuickCommandNLS.quickCommandActionLabel = localize(791, "Command Palette");
|
|
22
|
+
QuickCommandNLS.quickCommandHelp = localize(792, "Show And Run Commands");
|
|
23
23
|
})(QuickCommandNLS || (QuickCommandNLS = {}));
|
|
24
24
|
var QuickOutlineNLS;
|
|
25
25
|
(function (QuickOutlineNLS) {
|
|
26
|
-
QuickOutlineNLS.quickOutlineActionLabel = localize(
|
|
27
|
-
QuickOutlineNLS.quickOutlineByCategoryActionLabel = localize(
|
|
26
|
+
QuickOutlineNLS.quickOutlineActionLabel = localize(793, "Go to Symbol...");
|
|
27
|
+
QuickOutlineNLS.quickOutlineByCategoryActionLabel = localize(794, "Go to Symbol by Category...");
|
|
28
28
|
})(QuickOutlineNLS || (QuickOutlineNLS = {}));
|
|
29
29
|
var StandaloneCodeEditorNLS;
|
|
30
30
|
(function (StandaloneCodeEditorNLS) {
|
|
31
|
-
StandaloneCodeEditorNLS.editorViewAccessibleLabel = localize(
|
|
31
|
+
StandaloneCodeEditorNLS.editorViewAccessibleLabel = localize(795, "Editor content");
|
|
32
32
|
})(StandaloneCodeEditorNLS || (StandaloneCodeEditorNLS = {}));
|
|
33
33
|
var ToggleHighContrastNLS;
|
|
34
34
|
(function (ToggleHighContrastNLS) {
|
|
35
|
-
ToggleHighContrastNLS.toggleHighContrast = localize(
|
|
35
|
+
ToggleHighContrastNLS.toggleHighContrast = localize(796, "Toggle High Contrast Theme");
|
|
36
36
|
})(ToggleHighContrastNLS || (ToggleHighContrastNLS = {}));
|
|
37
37
|
var StandaloneServicesNLS;
|
|
38
38
|
(function (StandaloneServicesNLS) {
|
|
39
|
-
StandaloneServicesNLS.bulkEditServiceSummary = localize(
|
|
39
|
+
StandaloneServicesNLS.bulkEditServiceSummary = localize(797, "Made {0} edits in {1} files");
|
|
40
40
|
})(StandaloneServicesNLS || (StandaloneServicesNLS = {}));
|
|
41
41
|
|
|
42
42
|
export { GoToLineNLS, InspectTokensNLS, QuickCommandNLS, QuickHelpNLS, QuickOutlineNLS, StandaloneCodeEditorNLS, StandaloneServicesNLS, ToggleHighContrastNLS };
|
|
@@ -926,7 +926,7 @@ function _renderLine(input, sb) {
|
|
|
926
926
|
}
|
|
927
927
|
if (isOverflowing) {
|
|
928
928
|
sb.appendString('<span class="mtkoverflow">');
|
|
929
|
-
sb.appendString(localize(
|
|
929
|
+
sb.appendString(localize(798, "Show more ({0})", renderOverflowingCharCount(overflowingCharCount)));
|
|
930
930
|
sb.appendString('</span>');
|
|
931
931
|
}
|
|
932
932
|
sb.appendString('</span>');
|
|
@@ -937,7 +937,7 @@ function to4CharHex(n) {
|
|
|
937
937
|
}
|
|
938
938
|
function renderOverflowingCharCount(n) {
|
|
939
939
|
if (n < 1024) {
|
|
940
|
-
return localize(
|
|
940
|
+
return localize(799, "{0} chars", n);
|
|
941
941
|
}
|
|
942
942
|
if (n < 1024 * 1024) {
|
|
943
943
|
return `${(n / 1024).toFixed(1)} KB`;
|