monaco-editor-core 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/esm/nls.keys.json +1 -1
- package/esm/nls.messages.cs.js +2 -2
- package/esm/nls.messages.de.js +2 -2
- package/esm/nls.messages.es.js +2 -2
- package/esm/nls.messages.fr.js +2 -2
- package/esm/nls.messages.it.js +2 -2
- package/esm/nls.messages.ja.js +2 -2
- package/esm/nls.messages.js +1 -1
- package/esm/nls.messages.json +1 -1
- package/esm/nls.messages.ko.js +2 -2
- package/esm/nls.messages.pl.js +2 -2
- package/esm/nls.messages.pt-br.js +2 -2
- package/esm/nls.messages.ru.js +2 -2
- package/esm/nls.messages.tr.js +2 -2
- package/esm/nls.messages.zh-cn.js +2 -2
- package/esm/nls.messages.zh-tw.js +2 -2
- package/esm/nls.metadata.json +17 -5
- 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/base/common/codiconsLibrary.js.map +1 -1
- package/esm/vs/base/common/policy.js +40 -1
- package/esm/vs/base/common/policy.js.map +1 -1
- 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/services/inlineCompletionsService.js.map +1 -1
- 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/accessibleDiffViewer.js.map +1 -1
- 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/folding.js.map +1 -1
- package/esm/vs/editor/contrib/folding/browser/foldingDecorations.js +9 -9
- package/esm/vs/editor/contrib/folding/browser/foldingDecorations.js.map +1 -1
- 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 +18 -51
- package/esm/vs/editor/contrib/inlineCompletions/browser/controller/commands.js.map +1 -1
- 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/inlineCompletions.contribution.js.map +1 -1
- package/esm/vs/editor/contrib/inlineCompletions/browser/telemetry.js.map +1 -1
- 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/gotoLineQuickAccess.js.map +1 -1
- 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/package.json +2 -2
- package/version.txt +1 -1
|
@@ -8,7 +8,7 @@ export const editorConfigurationBaseNode = Object.freeze({
|
|
|
8
8
|
id: 'editor',
|
|
9
9
|
order: 5,
|
|
10
10
|
type: 'object',
|
|
11
|
-
title: nls.localize(
|
|
11
|
+
title: nls.localize(150, "Editor"),
|
|
12
12
|
scope: 6 /* ConfigurationScope.LANGUAGE_OVERRIDABLE */,
|
|
13
13
|
});
|
|
14
14
|
const editorConfiguration = {
|
|
@@ -19,7 +19,7 @@ const editorConfiguration = {
|
|
|
19
19
|
default: EDITOR_MODEL_DEFAULTS.tabSize,
|
|
20
20
|
minimum: 1,
|
|
21
21
|
maximum: 100,
|
|
22
|
-
markdownDescription: nls.localize(
|
|
22
|
+
markdownDescription: nls.localize(151, "The number of spaces a tab is equal to. This setting is overridden based on the file contents when {0} is on.", '`#editor.detectIndentation#`')
|
|
23
23
|
},
|
|
24
24
|
'editor.indentSize': {
|
|
25
25
|
'anyOf': [
|
|
@@ -33,80 +33,80 @@ const editorConfiguration = {
|
|
|
33
33
|
}
|
|
34
34
|
],
|
|
35
35
|
default: 'tabSize',
|
|
36
|
-
markdownDescription: nls.localize(
|
|
36
|
+
markdownDescription: nls.localize(152, "The number of spaces used for indentation or `\"tabSize\"` to use the value from `#editor.tabSize#`. This setting is overridden based on the file contents when `#editor.detectIndentation#` is on.")
|
|
37
37
|
},
|
|
38
38
|
'editor.insertSpaces': {
|
|
39
39
|
type: 'boolean',
|
|
40
40
|
default: EDITOR_MODEL_DEFAULTS.insertSpaces,
|
|
41
|
-
markdownDescription: nls.localize(
|
|
41
|
+
markdownDescription: nls.localize(153, "Insert spaces when pressing `Tab`. This setting is overridden based on the file contents when {0} is on.", '`#editor.detectIndentation#`')
|
|
42
42
|
},
|
|
43
43
|
'editor.detectIndentation': {
|
|
44
44
|
type: 'boolean',
|
|
45
45
|
default: EDITOR_MODEL_DEFAULTS.detectIndentation,
|
|
46
|
-
markdownDescription: nls.localize(
|
|
46
|
+
markdownDescription: nls.localize(154, "Controls whether {0} and {1} will be automatically detected when a file is opened based on the file contents.", '`#editor.tabSize#`', '`#editor.insertSpaces#`')
|
|
47
47
|
},
|
|
48
48
|
'editor.trimAutoWhitespace': {
|
|
49
49
|
type: 'boolean',
|
|
50
50
|
default: EDITOR_MODEL_DEFAULTS.trimAutoWhitespace,
|
|
51
|
-
description: nls.localize(
|
|
51
|
+
description: nls.localize(155, "Remove trailing auto inserted whitespace.")
|
|
52
52
|
},
|
|
53
53
|
'editor.largeFileOptimizations': {
|
|
54
54
|
type: 'boolean',
|
|
55
55
|
default: EDITOR_MODEL_DEFAULTS.largeFileOptimizations,
|
|
56
|
-
description: nls.localize(
|
|
56
|
+
description: nls.localize(156, "Special handling for large files to disable certain memory intensive features.")
|
|
57
57
|
},
|
|
58
58
|
'editor.wordBasedSuggestions': {
|
|
59
59
|
enum: ['off', 'currentDocument', 'matchingDocuments', 'allDocuments'],
|
|
60
60
|
default: 'matchingDocuments',
|
|
61
61
|
enumDescriptions: [
|
|
62
|
-
nls.localize(
|
|
63
|
-
nls.localize(
|
|
64
|
-
nls.localize(
|
|
65
|
-
nls.localize(
|
|
62
|
+
nls.localize(157, 'Turn off Word Based Suggestions.'),
|
|
63
|
+
nls.localize(158, 'Only suggest words from the active document.'),
|
|
64
|
+
nls.localize(159, 'Suggest words from all open documents of the same language.'),
|
|
65
|
+
nls.localize(160, 'Suggest words from all open documents.')
|
|
66
66
|
],
|
|
67
|
-
description: nls.localize(
|
|
67
|
+
description: nls.localize(161, "Controls whether completions should be computed based on words in the document and from which documents they are computed.")
|
|
68
68
|
},
|
|
69
69
|
'editor.semanticHighlighting.enabled': {
|
|
70
70
|
enum: [true, false, 'configuredByTheme'],
|
|
71
71
|
enumDescriptions: [
|
|
72
|
-
nls.localize(
|
|
73
|
-
nls.localize(
|
|
74
|
-
nls.localize(
|
|
72
|
+
nls.localize(162, 'Semantic highlighting enabled for all color themes.'),
|
|
73
|
+
nls.localize(163, 'Semantic highlighting disabled for all color themes.'),
|
|
74
|
+
nls.localize(164, 'Semantic highlighting is configured by the current color theme\'s `semanticHighlighting` setting.')
|
|
75
75
|
],
|
|
76
76
|
default: 'configuredByTheme',
|
|
77
|
-
description: nls.localize(
|
|
77
|
+
description: nls.localize(165, "Controls whether the semanticHighlighting is shown for the languages that support it.")
|
|
78
78
|
},
|
|
79
79
|
'editor.stablePeek': {
|
|
80
80
|
type: 'boolean',
|
|
81
81
|
default: false,
|
|
82
|
-
markdownDescription: nls.localize(
|
|
82
|
+
markdownDescription: nls.localize(166, "Keep peek editors open even when double-clicking their content or when hitting `Escape`.")
|
|
83
83
|
},
|
|
84
84
|
'editor.maxTokenizationLineLength': {
|
|
85
85
|
type: 'integer',
|
|
86
86
|
default: 20_000,
|
|
87
|
-
description: nls.localize(
|
|
87
|
+
description: nls.localize(167, "Lines above this length will not be tokenized for performance reasons")
|
|
88
88
|
},
|
|
89
89
|
'editor.experimental.asyncTokenization': {
|
|
90
90
|
type: 'boolean',
|
|
91
91
|
default: true,
|
|
92
|
-
description: nls.localize(
|
|
92
|
+
description: nls.localize(168, "Controls whether the tokenization should happen asynchronously on a web worker."),
|
|
93
93
|
tags: ['experimental'],
|
|
94
94
|
},
|
|
95
95
|
'editor.experimental.asyncTokenizationLogging': {
|
|
96
96
|
type: 'boolean',
|
|
97
97
|
default: false,
|
|
98
|
-
description: nls.localize(
|
|
98
|
+
description: nls.localize(169, "Controls whether async tokenization should be logged. For debugging only."),
|
|
99
99
|
},
|
|
100
100
|
'editor.experimental.asyncTokenizationVerification': {
|
|
101
101
|
type: 'boolean',
|
|
102
102
|
default: false,
|
|
103
|
-
description: nls.localize(
|
|
103
|
+
description: nls.localize(170, "Controls whether async tokenization should be verified against legacy background tokenization. Might slow down tokenization. For debugging only."),
|
|
104
104
|
tags: ['experimental'],
|
|
105
105
|
},
|
|
106
106
|
'editor.experimental.treeSitterTelemetry': {
|
|
107
107
|
type: 'boolean',
|
|
108
108
|
default: false,
|
|
109
|
-
markdownDescription: nls.localize(
|
|
109
|
+
markdownDescription: nls.localize(171, "Controls whether tree sitter parsing should be turned on and telemetry collected. Setting `#editor.experimental.preferTreeSitter#` for specific languages will take precedence."),
|
|
110
110
|
tags: ['experimental'],
|
|
111
111
|
experiment: {
|
|
112
112
|
mode: 'auto'
|
|
@@ -115,7 +115,7 @@ const editorConfiguration = {
|
|
|
115
115
|
'editor.experimental.preferTreeSitter.css': {
|
|
116
116
|
type: 'boolean',
|
|
117
117
|
default: false,
|
|
118
|
-
markdownDescription: nls.localize(
|
|
118
|
+
markdownDescription: nls.localize(172, "Controls whether tree sitter parsing should be turned on for css. This will take precedence over `#editor.experimental.treeSitterTelemetry#` for css."),
|
|
119
119
|
tags: ['experimental'],
|
|
120
120
|
experiment: {
|
|
121
121
|
mode: 'auto'
|
|
@@ -124,7 +124,7 @@ const editorConfiguration = {
|
|
|
124
124
|
'editor.experimental.preferTreeSitter.typescript': {
|
|
125
125
|
type: 'boolean',
|
|
126
126
|
default: false,
|
|
127
|
-
markdownDescription: nls.localize(
|
|
127
|
+
markdownDescription: nls.localize(173, "Controls whether tree sitter parsing should be turned on for typescript. This will take precedence over `#editor.experimental.treeSitterTelemetry#` for typescript."),
|
|
128
128
|
tags: ['experimental'],
|
|
129
129
|
experiment: {
|
|
130
130
|
mode: 'auto'
|
|
@@ -133,7 +133,7 @@ const editorConfiguration = {
|
|
|
133
133
|
'editor.experimental.preferTreeSitter.ini': {
|
|
134
134
|
type: 'boolean',
|
|
135
135
|
default: false,
|
|
136
|
-
markdownDescription: nls.localize(
|
|
136
|
+
markdownDescription: nls.localize(174, "Controls whether tree sitter parsing should be turned on for ini. This will take precedence over `#editor.experimental.treeSitterTelemetry#` for ini."),
|
|
137
137
|
tags: ['experimental'],
|
|
138
138
|
experiment: {
|
|
139
139
|
mode: 'auto'
|
|
@@ -142,7 +142,7 @@ const editorConfiguration = {
|
|
|
142
142
|
'editor.experimental.preferTreeSitter.regex': {
|
|
143
143
|
type: 'boolean',
|
|
144
144
|
default: false,
|
|
145
|
-
markdownDescription: nls.localize(
|
|
145
|
+
markdownDescription: nls.localize(175, "Controls whether tree sitter parsing should be turned on for regex. This will take precedence over `#editor.experimental.treeSitterTelemetry#` for regex."),
|
|
146
146
|
tags: ['experimental'],
|
|
147
147
|
experiment: {
|
|
148
148
|
mode: 'auto'
|
|
@@ -151,17 +151,17 @@ const editorConfiguration = {
|
|
|
151
151
|
'editor.language.brackets': {
|
|
152
152
|
type: ['array', 'null'],
|
|
153
153
|
default: null, // We want to distinguish the empty array from not configured.
|
|
154
|
-
description: nls.localize(
|
|
154
|
+
description: nls.localize(176, 'Defines the bracket symbols that increase or decrease the indentation.'),
|
|
155
155
|
items: {
|
|
156
156
|
type: 'array',
|
|
157
157
|
items: [
|
|
158
158
|
{
|
|
159
159
|
type: 'string',
|
|
160
|
-
description: nls.localize(
|
|
160
|
+
description: nls.localize(177, 'The opening bracket character or string sequence.')
|
|
161
161
|
},
|
|
162
162
|
{
|
|
163
163
|
type: 'string',
|
|
164
|
-
description: nls.localize(
|
|
164
|
+
description: nls.localize(178, 'The closing bracket character or string sequence.')
|
|
165
165
|
}
|
|
166
166
|
]
|
|
167
167
|
}
|
|
@@ -169,17 +169,17 @@ const editorConfiguration = {
|
|
|
169
169
|
'editor.language.colorizedBracketPairs': {
|
|
170
170
|
type: ['array', 'null'],
|
|
171
171
|
default: null, // We want to distinguish the empty array from not configured.
|
|
172
|
-
description: nls.localize(
|
|
172
|
+
description: nls.localize(179, 'Defines the bracket pairs that are colorized by their nesting level if bracket pair colorization is enabled.'),
|
|
173
173
|
items: {
|
|
174
174
|
type: 'array',
|
|
175
175
|
items: [
|
|
176
176
|
{
|
|
177
177
|
type: 'string',
|
|
178
|
-
description: nls.localize(
|
|
178
|
+
description: nls.localize(180, 'The opening bracket character or string sequence.')
|
|
179
179
|
},
|
|
180
180
|
{
|
|
181
181
|
type: 'string',
|
|
182
|
-
description: nls.localize(
|
|
182
|
+
description: nls.localize(181, 'The closing bracket character or string sequence.')
|
|
183
183
|
}
|
|
184
184
|
]
|
|
185
185
|
}
|
|
@@ -187,61 +187,61 @@ const editorConfiguration = {
|
|
|
187
187
|
'diffEditor.maxComputationTime': {
|
|
188
188
|
type: 'number',
|
|
189
189
|
default: diffEditorDefaultOptions.maxComputationTime,
|
|
190
|
-
description: nls.localize(
|
|
190
|
+
description: nls.localize(182, "Timeout in milliseconds after which diff computation is cancelled. Use 0 for no timeout.")
|
|
191
191
|
},
|
|
192
192
|
'diffEditor.maxFileSize': {
|
|
193
193
|
type: 'number',
|
|
194
194
|
default: diffEditorDefaultOptions.maxFileSize,
|
|
195
|
-
description: nls.localize(
|
|
195
|
+
description: nls.localize(183, "Maximum file size in MB for which to compute diffs. Use 0 for no limit.")
|
|
196
196
|
},
|
|
197
197
|
'diffEditor.renderSideBySide': {
|
|
198
198
|
type: 'boolean',
|
|
199
199
|
default: diffEditorDefaultOptions.renderSideBySide,
|
|
200
|
-
description: nls.localize(
|
|
200
|
+
description: nls.localize(184, "Controls whether the diff editor shows the diff side by side or inline.")
|
|
201
201
|
},
|
|
202
202
|
'diffEditor.renderSideBySideInlineBreakpoint': {
|
|
203
203
|
type: 'number',
|
|
204
204
|
default: diffEditorDefaultOptions.renderSideBySideInlineBreakpoint,
|
|
205
|
-
description: nls.localize(
|
|
205
|
+
description: nls.localize(185, "If the diff editor width is smaller than this value, the inline view is used.")
|
|
206
206
|
},
|
|
207
207
|
'diffEditor.useInlineViewWhenSpaceIsLimited': {
|
|
208
208
|
type: 'boolean',
|
|
209
209
|
default: diffEditorDefaultOptions.useInlineViewWhenSpaceIsLimited,
|
|
210
|
-
description: nls.localize(
|
|
210
|
+
description: nls.localize(186, "If enabled and the editor width is too small, the inline view is used.")
|
|
211
211
|
},
|
|
212
212
|
'diffEditor.renderMarginRevertIcon': {
|
|
213
213
|
type: 'boolean',
|
|
214
214
|
default: diffEditorDefaultOptions.renderMarginRevertIcon,
|
|
215
|
-
description: nls.localize(
|
|
215
|
+
description: nls.localize(187, "When enabled, the diff editor shows arrows in its glyph margin to revert changes.")
|
|
216
216
|
},
|
|
217
217
|
'diffEditor.renderGutterMenu': {
|
|
218
218
|
type: 'boolean',
|
|
219
219
|
default: diffEditorDefaultOptions.renderGutterMenu,
|
|
220
|
-
description: nls.localize(
|
|
220
|
+
description: nls.localize(188, "When enabled, the diff editor shows a special gutter for revert and stage actions.")
|
|
221
221
|
},
|
|
222
222
|
'diffEditor.ignoreTrimWhitespace': {
|
|
223
223
|
type: 'boolean',
|
|
224
224
|
default: diffEditorDefaultOptions.ignoreTrimWhitespace,
|
|
225
|
-
description: nls.localize(
|
|
225
|
+
description: nls.localize(189, "When enabled, the diff editor ignores changes in leading or trailing whitespace.")
|
|
226
226
|
},
|
|
227
227
|
'diffEditor.renderIndicators': {
|
|
228
228
|
type: 'boolean',
|
|
229
229
|
default: diffEditorDefaultOptions.renderIndicators,
|
|
230
|
-
description: nls.localize(
|
|
230
|
+
description: nls.localize(190, "Controls whether the diff editor shows +/- indicators for added/removed changes.")
|
|
231
231
|
},
|
|
232
232
|
'diffEditor.codeLens': {
|
|
233
233
|
type: 'boolean',
|
|
234
234
|
default: diffEditorDefaultOptions.diffCodeLens,
|
|
235
|
-
description: nls.localize(
|
|
235
|
+
description: nls.localize(191, "Controls whether the editor shows CodeLens.")
|
|
236
236
|
},
|
|
237
237
|
'diffEditor.wordWrap': {
|
|
238
238
|
type: 'string',
|
|
239
239
|
enum: ['off', 'on', 'inherit'],
|
|
240
240
|
default: diffEditorDefaultOptions.diffWordWrap,
|
|
241
241
|
markdownEnumDescriptions: [
|
|
242
|
-
nls.localize(
|
|
243
|
-
nls.localize(
|
|
244
|
-
nls.localize(
|
|
242
|
+
nls.localize(192, "Lines will never wrap."),
|
|
243
|
+
nls.localize(193, "Lines will wrap at the viewport width."),
|
|
244
|
+
nls.localize(194, "Lines will wrap according to the {0} setting.", '`#editor.wordWrap#`'),
|
|
245
245
|
]
|
|
246
246
|
},
|
|
247
247
|
'diffEditor.diffAlgorithm': {
|
|
@@ -249,47 +249,47 @@ const editorConfiguration = {
|
|
|
249
249
|
enum: ['legacy', 'advanced'],
|
|
250
250
|
default: diffEditorDefaultOptions.diffAlgorithm,
|
|
251
251
|
markdownEnumDescriptions: [
|
|
252
|
-
nls.localize(
|
|
253
|
-
nls.localize(
|
|
252
|
+
nls.localize(195, "Uses the legacy diffing algorithm."),
|
|
253
|
+
nls.localize(196, "Uses the advanced diffing algorithm."),
|
|
254
254
|
]
|
|
255
255
|
},
|
|
256
256
|
'diffEditor.hideUnchangedRegions.enabled': {
|
|
257
257
|
type: 'boolean',
|
|
258
258
|
default: diffEditorDefaultOptions.hideUnchangedRegions.enabled,
|
|
259
|
-
markdownDescription: nls.localize(
|
|
259
|
+
markdownDescription: nls.localize(197, "Controls whether the diff editor shows unchanged regions."),
|
|
260
260
|
},
|
|
261
261
|
'diffEditor.hideUnchangedRegions.revealLineCount': {
|
|
262
262
|
type: 'integer',
|
|
263
263
|
default: diffEditorDefaultOptions.hideUnchangedRegions.revealLineCount,
|
|
264
|
-
markdownDescription: nls.localize(
|
|
264
|
+
markdownDescription: nls.localize(198, "Controls how many lines are used for unchanged regions."),
|
|
265
265
|
minimum: 1,
|
|
266
266
|
},
|
|
267
267
|
'diffEditor.hideUnchangedRegions.minimumLineCount': {
|
|
268
268
|
type: 'integer',
|
|
269
269
|
default: diffEditorDefaultOptions.hideUnchangedRegions.minimumLineCount,
|
|
270
|
-
markdownDescription: nls.localize(
|
|
270
|
+
markdownDescription: nls.localize(199, "Controls how many lines are used as a minimum for unchanged regions."),
|
|
271
271
|
minimum: 1,
|
|
272
272
|
},
|
|
273
273
|
'diffEditor.hideUnchangedRegions.contextLineCount': {
|
|
274
274
|
type: 'integer',
|
|
275
275
|
default: diffEditorDefaultOptions.hideUnchangedRegions.contextLineCount,
|
|
276
|
-
markdownDescription: nls.localize(
|
|
276
|
+
markdownDescription: nls.localize(200, "Controls how many lines are used as context when comparing unchanged regions."),
|
|
277
277
|
minimum: 1,
|
|
278
278
|
},
|
|
279
279
|
'diffEditor.experimental.showMoves': {
|
|
280
280
|
type: 'boolean',
|
|
281
281
|
default: diffEditorDefaultOptions.experimental.showMoves,
|
|
282
|
-
markdownDescription: nls.localize(
|
|
282
|
+
markdownDescription: nls.localize(201, "Controls whether the diff editor should show detected code moves.")
|
|
283
283
|
},
|
|
284
284
|
'diffEditor.experimental.showEmptyDecorations': {
|
|
285
285
|
type: 'boolean',
|
|
286
286
|
default: diffEditorDefaultOptions.experimental.showEmptyDecorations,
|
|
287
|
-
description: nls.localize(
|
|
287
|
+
description: nls.localize(202, "Controls whether the diff editor shows empty decorations to see where characters got inserted or deleted."),
|
|
288
288
|
},
|
|
289
289
|
'diffEditor.experimental.useTrueInlineView': {
|
|
290
290
|
type: 'boolean',
|
|
291
291
|
default: diffEditorDefaultOptions.experimental.useTrueInlineView,
|
|
292
|
-
description: nls.localize(
|
|
292
|
+
description: nls.localize(203, "If enabled and the editor uses the inline view, word changes are rendered inline."),
|
|
293
293
|
},
|
|
294
294
|
}
|
|
295
295
|
};
|