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.
Files changed (194) hide show
  1. package/esm/nls.keys.json +1 -1
  2. package/esm/nls.messages.cs.js +2 -2
  3. package/esm/nls.messages.de.js +2 -2
  4. package/esm/nls.messages.es.js +2 -2
  5. package/esm/nls.messages.fr.js +2 -2
  6. package/esm/nls.messages.it.js +2 -2
  7. package/esm/nls.messages.ja.js +2 -2
  8. package/esm/nls.messages.js +1 -1
  9. package/esm/nls.messages.json +1 -1
  10. package/esm/nls.messages.ko.js +2 -2
  11. package/esm/nls.messages.pl.js +2 -2
  12. package/esm/nls.messages.pt-br.js +2 -2
  13. package/esm/nls.messages.ru.js +2 -2
  14. package/esm/nls.messages.tr.js +2 -2
  15. package/esm/nls.messages.zh-cn.js +2 -2
  16. package/esm/nls.messages.zh-tw.js +2 -2
  17. package/esm/nls.metadata.json +17 -5
  18. package/esm/vs/base/browser/ui/codicons/codicon/codicon.ttf +0 -0
  19. package/esm/vs/base/browser/ui/iconLabel/iconlabel.css +2 -3
  20. package/esm/vs/base/common/codiconsLibrary.js +1 -0
  21. package/esm/vs/base/common/codiconsLibrary.js.map +1 -1
  22. package/esm/vs/base/common/policy.js +40 -1
  23. package/esm/vs/base/common/policy.js.map +1 -1
  24. package/esm/vs/editor/browser/controller/editContext/native/screenReaderSupport.js +1 -1
  25. package/esm/vs/editor/browser/controller/editContext/screenReaderUtils.js +4 -4
  26. package/esm/vs/editor/browser/controller/editContext/textArea/textAreaEditContext.js +1 -1
  27. package/esm/vs/editor/browser/coreCommands.js +3 -3
  28. package/esm/vs/editor/browser/editorExtensions.js +9 -9
  29. package/esm/vs/editor/browser/gpu/viewGpuContext.js +1 -1
  30. package/esm/vs/editor/browser/services/hoverService/hoverWidget.js +1 -1
  31. package/esm/vs/editor/browser/services/hoverService/updatableHoverWidget.js +1 -1
  32. package/esm/vs/editor/browser/services/inlineCompletionsService.js +4 -4
  33. package/esm/vs/editor/browser/services/inlineCompletionsService.js.map +1 -1
  34. package/esm/vs/editor/browser/widget/codeEditor/codeEditorWidget.js +2 -2
  35. package/esm/vs/editor/browser/widget/diffEditor/commands.js +12 -12
  36. package/esm/vs/editor/browser/widget/diffEditor/components/accessibleDiffViewer.js +14 -14
  37. package/esm/vs/editor/browser/widget/diffEditor/components/accessibleDiffViewer.js.map +1 -1
  38. package/esm/vs/editor/browser/widget/diffEditor/components/diffEditorEditors.js +1 -1
  39. package/esm/vs/editor/browser/widget/diffEditor/components/diffEditorViewZones/copySelection.js +1 -1
  40. package/esm/vs/editor/browser/widget/diffEditor/components/diffEditorViewZones/inlineDiffDeletedCodeMargin.js +7 -7
  41. package/esm/vs/editor/browser/widget/diffEditor/diffEditor.contribution.js +5 -5
  42. package/esm/vs/editor/browser/widget/diffEditor/features/hideUnchangedRegionsFeature.js +7 -7
  43. package/esm/vs/editor/browser/widget/diffEditor/features/movedBlocksLinesFeature.js +2 -2
  44. package/esm/vs/editor/browser/widget/diffEditor/features/revertButtonsFeature.js +2 -2
  45. package/esm/vs/editor/browser/widget/diffEditor/registrations.contribution.js +5 -5
  46. package/esm/vs/editor/browser/widget/multiDiffEditor/colors.js +3 -3
  47. package/esm/vs/editor/browser/widget/multiDiffEditor/multiDiffEditorWidgetImpl.js +2 -2
  48. package/esm/vs/editor/common/config/editorConfigurationSchema.js +54 -54
  49. package/esm/vs/editor/common/config/editorOptions.js +406 -406
  50. package/esm/vs/editor/common/core/editorColorRegistry.js +68 -68
  51. package/esm/vs/editor/common/editorContextKeys.js +46 -46
  52. package/esm/vs/editor/common/languages/modesRegistry.js +1 -1
  53. package/esm/vs/editor/common/languages.js +56 -56
  54. package/esm/vs/editor/common/model/editStack.js +1 -1
  55. package/esm/vs/editor/common/standaloneStrings.js +10 -10
  56. package/esm/vs/editor/common/viewLayout/viewLineRenderer.js +2 -2
  57. package/esm/vs/editor/contrib/anchorSelect/browser/anchorSelect.js +6 -6
  58. package/esm/vs/editor/contrib/bracketMatching/browser/bracketMatching.js +6 -6
  59. package/esm/vs/editor/contrib/caretOperations/browser/caretOperations.js +2 -2
  60. package/esm/vs/editor/contrib/caretOperations/browser/transpose.js +1 -1
  61. package/esm/vs/editor/contrib/clipboard/browser/clipboard.js +17 -17
  62. package/esm/vs/editor/contrib/codeAction/browser/codeAction.js +1 -1
  63. package/esm/vs/editor/contrib/codeAction/browser/codeActionCommands.js +29 -29
  64. package/esm/vs/editor/contrib/codeAction/browser/codeActionContributions.js +3 -3
  65. package/esm/vs/editor/contrib/codeAction/browser/codeActionController.js +3 -3
  66. package/esm/vs/editor/contrib/codeAction/browser/codeActionMenu.js +8 -8
  67. package/esm/vs/editor/contrib/codeAction/browser/lightBulbWidget.js +9 -9
  68. package/esm/vs/editor/contrib/codelens/browser/codelensController.js +2 -2
  69. package/esm/vs/editor/contrib/colorPicker/browser/colorPickerParts/colorPickerCloseButton.js +1 -1
  70. package/esm/vs/editor/contrib/colorPicker/browser/colorPickerParts/colorPickerHeader.js +1 -1
  71. package/esm/vs/editor/contrib/colorPicker/browser/standaloneColorPicker/standaloneColorPickerActions.js +7 -7
  72. package/esm/vs/editor/contrib/comment/browser/comment.js +6 -6
  73. package/esm/vs/editor/contrib/contextmenu/browser/contextmenu.js +10 -10
  74. package/esm/vs/editor/contrib/cursorUndo/browser/cursorUndo.js +2 -2
  75. package/esm/vs/editor/contrib/dropOrPasteInto/browser/copyPasteContribution.js +4 -4
  76. package/esm/vs/editor/contrib/dropOrPasteInto/browser/copyPasteController.js +9 -9
  77. package/esm/vs/editor/contrib/dropOrPasteInto/browser/defaultProviders.js +8 -8
  78. package/esm/vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorController.js +3 -3
  79. package/esm/vs/editor/contrib/dropOrPasteInto/browser/postEditWidget.js +2 -2
  80. package/esm/vs/editor/contrib/editorState/browser/keybindingCancellation.js +1 -1
  81. package/esm/vs/editor/contrib/find/browser/findController.js +16 -16
  82. package/esm/vs/editor/contrib/find/browser/findWidget.js +26 -26
  83. package/esm/vs/editor/contrib/folding/browser/folding.js +20 -20
  84. package/esm/vs/editor/contrib/folding/browser/folding.js.map +1 -1
  85. package/esm/vs/editor/contrib/folding/browser/foldingDecorations.js +9 -9
  86. package/esm/vs/editor/contrib/folding/browser/foldingDecorations.js.map +1 -1
  87. package/esm/vs/editor/contrib/fontZoom/browser/fontZoom.js +3 -3
  88. package/esm/vs/editor/contrib/format/browser/formatActions.js +2 -2
  89. package/esm/vs/editor/contrib/gotoError/browser/gotoError.js +8 -8
  90. package/esm/vs/editor/contrib/gotoError/browser/gotoErrorWidget.js +14 -14
  91. package/esm/vs/editor/contrib/gotoSymbol/browser/goToCommands.js +39 -39
  92. package/esm/vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition.js +1 -1
  93. package/esm/vs/editor/contrib/gotoSymbol/browser/peek/referencesController.js +3 -3
  94. package/esm/vs/editor/contrib/gotoSymbol/browser/peek/referencesTree.js +3 -3
  95. package/esm/vs/editor/contrib/gotoSymbol/browser/peek/referencesWidget.js +3 -3
  96. package/esm/vs/editor/contrib/gotoSymbol/browser/referencesModel.js +8 -8
  97. package/esm/vs/editor/contrib/gotoSymbol/browser/symbolNavigation.js +3 -3
  98. package/esm/vs/editor/contrib/gpu/browser/gpuActions.js +4 -4
  99. package/esm/vs/editor/contrib/hover/browser/hoverActionIds.js +2 -2
  100. package/esm/vs/editor/contrib/hover/browser/hoverActions.js +24 -24
  101. package/esm/vs/editor/contrib/hover/browser/markdownHoverParticipant.js +9 -9
  102. package/esm/vs/editor/contrib/hover/browser/markerHoverParticipant.js +5 -5
  103. package/esm/vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace.js +2 -2
  104. package/esm/vs/editor/contrib/indentation/browser/indentation.js +20 -20
  105. package/esm/vs/editor/contrib/inlayHints/browser/inlayHintsHover.js +8 -8
  106. package/esm/vs/editor/contrib/inlineCompletions/browser/controller/commands.js +18 -51
  107. package/esm/vs/editor/contrib/inlineCompletions/browser/controller/commands.js.map +1 -1
  108. package/esm/vs/editor/contrib/inlineCompletions/browser/controller/inlineCompletionContextKeys.js +12 -12
  109. package/esm/vs/editor/contrib/inlineCompletions/browser/controller/inlineCompletionsController.js +1 -1
  110. package/esm/vs/editor/contrib/inlineCompletions/browser/hintsWidget/hoverParticipant.js +1 -1
  111. package/esm/vs/editor/contrib/inlineCompletions/browser/hintsWidget/inlineCompletionsHintsWidget.js +5 -5
  112. package/esm/vs/editor/contrib/inlineCompletions/browser/inlineCompletions.contribution.js +2 -4
  113. package/esm/vs/editor/contrib/inlineCompletions/browser/inlineCompletions.contribution.js.map +1 -1
  114. package/esm/vs/editor/contrib/inlineCompletions/browser/telemetry.js.map +1 -1
  115. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/components/gutterIndicatorMenu.js +6 -6
  116. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsModel.js +1 -1
  117. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/theme.js +20 -20
  118. package/esm/vs/editor/contrib/insertFinalNewLine/browser/insertFinalNewLine.js +1 -1
  119. package/esm/vs/editor/contrib/lineSelection/browser/lineSelection.js +1 -1
  120. package/esm/vs/editor/contrib/linesOperations/browser/linesOperations.js +31 -31
  121. package/esm/vs/editor/contrib/linkedEditing/browser/linkedEditing.js +2 -2
  122. package/esm/vs/editor/contrib/links/browser/links.js +10 -10
  123. package/esm/vs/editor/contrib/message/browser/messageController.js +1 -1
  124. package/esm/vs/editor/contrib/multicursor/browser/multicursor.js +22 -22
  125. package/esm/vs/editor/contrib/parameterHints/browser/parameterHints.js +1 -1
  126. package/esm/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.js +4 -4
  127. package/esm/vs/editor/contrib/peekView/browser/peekView.js +18 -18
  128. package/esm/vs/editor/contrib/placeholderText/browser/placeholderText.contribution.js +1 -1
  129. package/esm/vs/editor/contrib/quickAccess/browser/gotoLineQuickAccess.js +35 -28
  130. package/esm/vs/editor/contrib/quickAccess/browser/gotoLineQuickAccess.js.map +1 -1
  131. package/esm/vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess.js +32 -32
  132. package/esm/vs/editor/contrib/readOnlyMessage/browser/contribution.js +2 -2
  133. package/esm/vs/editor/contrib/rename/browser/rename.js +11 -11
  134. package/esm/vs/editor/contrib/rename/browser/renameWidget.js +7 -7
  135. package/esm/vs/editor/contrib/smartSelect/browser/smartSelect.js +4 -4
  136. package/esm/vs/editor/contrib/snippet/browser/snippetController2.js +4 -4
  137. package/esm/vs/editor/contrib/snippet/browser/snippetVariables.js +4 -4
  138. package/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollActions.js +11 -11
  139. package/esm/vs/editor/contrib/suggest/browser/suggest.js +8 -8
  140. package/esm/vs/editor/contrib/suggest/browser/suggestController.js +10 -10
  141. package/esm/vs/editor/contrib/suggest/browser/suggestWidget.js +17 -17
  142. package/esm/vs/editor/contrib/suggest/browser/suggestWidgetDetails.js +2 -2
  143. package/esm/vs/editor/contrib/suggest/browser/suggestWidgetRenderer.js +2 -2
  144. package/esm/vs/editor/contrib/suggest/browser/wordContextKey.js +1 -1
  145. package/esm/vs/editor/contrib/symbolIcons/browser/symbolIcons.js +33 -33
  146. package/esm/vs/editor/contrib/toggleTabFocusMode/browser/toggleTabFocusMode.js +4 -4
  147. package/esm/vs/editor/contrib/tokenization/browser/tokenization.js +1 -1
  148. package/esm/vs/editor/contrib/unicodeHighlighter/browser/bannerController.js +1 -1
  149. package/esm/vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter.js +24 -24
  150. package/esm/vs/editor/contrib/unusualLineTerminators/browser/unusualLineTerminators.js +5 -5
  151. package/esm/vs/editor/contrib/wordHighlighter/browser/highlightDecorations.js +9 -9
  152. package/esm/vs/editor/contrib/wordHighlighter/browser/wordHighlighter.js +3 -3
  153. package/esm/vs/editor/contrib/wordOperations/browser/wordOperations.js +1 -1
  154. package/esm/vs/platform/accessibilitySignal/browser/accessibilitySignalService.js +62 -62
  155. package/esm/vs/platform/action/common/actionCommonCategories.js +6 -6
  156. package/esm/vs/platform/actionWidget/browser/actionList.js +4 -4
  157. package/esm/vs/platform/actionWidget/browser/actionWidget.js +7 -7
  158. package/esm/vs/platform/actions/browser/menuEntryActionViewItem.js +5 -5
  159. package/esm/vs/platform/actions/browser/toolbar.js +2 -2
  160. package/esm/vs/platform/actions/common/menuService.js +2 -2
  161. package/esm/vs/platform/configuration/common/configurationRegistry.js +10 -10
  162. package/esm/vs/platform/contextkey/browser/contextKeyService.js +1 -1
  163. package/esm/vs/platform/contextkey/common/contextkey.js +9 -9
  164. package/esm/vs/platform/contextkey/common/contextkeys.js +9 -9
  165. package/esm/vs/platform/contextkey/common/scanner.js +5 -5
  166. package/esm/vs/platform/history/browser/contextScopedHistoryWidget.js +1 -1
  167. package/esm/vs/platform/keybinding/common/abstractKeybindingService.js +4 -4
  168. package/esm/vs/platform/list/browser/listService.js +27 -27
  169. package/esm/vs/platform/markers/common/markerService.js +2 -2
  170. package/esm/vs/platform/markers/common/markers.js +6 -6
  171. package/esm/vs/platform/quickinput/browser/commandsQuickAccess.js +7 -7
  172. package/esm/vs/platform/quickinput/browser/helpQuickAccess.js +1 -1
  173. package/esm/vs/platform/quickinput/browser/quickInput.js +10 -10
  174. package/esm/vs/platform/quickinput/browser/quickInputActions.js +5 -5
  175. package/esm/vs/platform/quickinput/browser/quickInputController.js +6 -6
  176. package/esm/vs/platform/quickinput/browser/quickInputList.js +1 -1
  177. package/esm/vs/platform/quickinput/browser/quickInputUtils.js +1 -1
  178. package/esm/vs/platform/quickinput/browser/tree/quickInputTreeAccessibilityProvider.js +1 -1
  179. package/esm/vs/platform/theme/common/colorUtils.js +2 -2
  180. package/esm/vs/platform/theme/common/colors/baseColors.js +17 -17
  181. package/esm/vs/platform/theme/common/colors/chartsColors.js +8 -8
  182. package/esm/vs/platform/theme/common/colors/editorColors.js +95 -95
  183. package/esm/vs/platform/theme/common/colors/inputColors.js +47 -47
  184. package/esm/vs/platform/theme/common/colors/listColors.js +36 -36
  185. package/esm/vs/platform/theme/common/colors/menuColors.js +7 -7
  186. package/esm/vs/platform/theme/common/colors/minimapColors.js +11 -11
  187. package/esm/vs/platform/theme/common/colors/miscColors.js +15 -15
  188. package/esm/vs/platform/theme/common/colors/quickpickColors.js +9 -9
  189. package/esm/vs/platform/theme/common/colors/searchColors.js +3 -3
  190. package/esm/vs/platform/theme/common/iconRegistry.js +6 -6
  191. package/esm/vs/platform/undoRedo/common/undoRedoService.js +20 -20
  192. package/esm/vs/platform/workspace/common/workspace.js +1 -1
  193. package/package.json +2 -2
  194. package/version.txt +1 -1
@@ -23,9 +23,9 @@ import { IContextViewService } from '../../contextview/browser/contextView.js';
23
23
  import { registerSingleton } from '../../instantiation/common/extensions.js';
24
24
  import { createDecorator, IInstantiationService } from '../../instantiation/common/instantiation.js';
25
25
  import { inputActiveOptionBackground, registerColor } from '../../theme/common/colorRegistry.js';
26
- registerColor('actionBar.toggledBackground', inputActiveOptionBackground, localize(1646, 'Background color for toggled action items in action bar.'));
26
+ registerColor('actionBar.toggledBackground', inputActiveOptionBackground, localize(1650, 'Background color for toggled action items in action bar.'));
27
27
  const ActionWidgetContextKeys = {
28
- Visible: new RawContextKey('codeActionMenuVisible', false, localize(1647, "Whether the action widget list is visible"))
28
+ Visible: new RawContextKey('codeActionMenuVisible', false, localize(1651, "Whether the action widget list is visible"))
29
29
  };
30
30
  export const IActionWidgetService = createDecorator('actionWidgetService');
31
31
  let ActionWidgetService = class ActionWidgetService extends Disposable {
@@ -131,7 +131,7 @@ registerAction2(class extends Action2 {
131
131
  constructor() {
132
132
  super({
133
133
  id: 'hideCodeActionWidget',
134
- title: localize2(1648, "Hide action widget"),
134
+ title: localize2(1652, "Hide action widget"),
135
135
  precondition: ActionWidgetContextKeys.Visible,
136
136
  keybinding: {
137
137
  weight,
@@ -148,7 +148,7 @@ registerAction2(class extends Action2 {
148
148
  constructor() {
149
149
  super({
150
150
  id: 'selectPrevCodeAction',
151
- title: localize2(1649, "Select previous action"),
151
+ title: localize2(1653, "Select previous action"),
152
152
  precondition: ActionWidgetContextKeys.Visible,
153
153
  keybinding: {
154
154
  weight,
@@ -169,7 +169,7 @@ registerAction2(class extends Action2 {
169
169
  constructor() {
170
170
  super({
171
171
  id: 'selectNextCodeAction',
172
- title: localize2(1650, "Select next action"),
172
+ title: localize2(1654, "Select next action"),
173
173
  precondition: ActionWidgetContextKeys.Visible,
174
174
  keybinding: {
175
175
  weight,
@@ -190,7 +190,7 @@ registerAction2(class extends Action2 {
190
190
  constructor() {
191
191
  super({
192
192
  id: acceptSelectedActionCommand,
193
- title: localize2(1651, "Accept selected action"),
193
+ title: localize2(1655, "Accept selected action"),
194
194
  precondition: ActionWidgetContextKeys.Visible,
195
195
  keybinding: {
196
196
  weight,
@@ -210,7 +210,7 @@ registerAction2(class extends Action2 {
210
210
  constructor() {
211
211
  super({
212
212
  id: previewSelectedActionCommand,
213
- title: localize2(1652, "Preview selected action"),
213
+ title: localize2(1656, "Preview selected action"),
214
214
  precondition: ActionWidgetContextKeys.Visible,
215
215
  keybinding: {
216
216
  weight,
@@ -184,16 +184,16 @@ let MenuEntryActionViewItem = class MenuEntryActionViewItem extends ActionViewIt
184
184
  const keybindingLabel = keybinding && keybinding.getLabel();
185
185
  const tooltip = this._commandAction.tooltip || this._commandAction.label;
186
186
  let title = keybindingLabel
187
- ? localize(1633, "{0} ({1})", tooltip, keybindingLabel)
187
+ ? localize(1637, "{0} ({1})", tooltip, keybindingLabel)
188
188
  : tooltip;
189
189
  if (!this._wantsAltCommand && this._menuItemAction.alt?.enabled) {
190
190
  const altTooltip = this._menuItemAction.alt.tooltip || this._menuItemAction.alt.label;
191
191
  const altKeybinding = this._keybindingService.lookupKeybinding(this._menuItemAction.alt.id, this._contextKeyService);
192
192
  const altKeybindingLabel = altKeybinding && altKeybinding.getLabel();
193
193
  const altTitleSection = altKeybindingLabel
194
- ? localize(1634, "{0} ({1})", altTooltip, altKeybindingLabel)
194
+ ? localize(1638, "{0} ({1})", altTooltip, altKeybindingLabel)
195
195
  : altTooltip;
196
- title = localize(1635, "{0}\n[{1}] {2}", title, UILabelProvider.modifierLabels[OS].altKey, altTitleSection);
196
+ title = localize(1639, "{0}\n[{1}] {2}", title, UILabelProvider.modifierLabels[OS].altKey, altTitleSection);
197
197
  }
198
198
  return title;
199
199
  }
@@ -268,10 +268,10 @@ export class TextOnlyMenuEntryActionViewItem extends MenuEntryActionViewItem {
268
268
  if (this.label) {
269
269
  const kb2 = TextOnlyMenuEntryActionViewItem._symbolPrintEnter(kb);
270
270
  if (this._options?.conversational) {
271
- this.label.textContent = localize(1636, '{1} to {0}', this._action.label, kb2);
271
+ this.label.textContent = localize(1640, '{1} to {0}', this._action.label, kb2);
272
272
  }
273
273
  else {
274
- this.label.textContent = localize(1637, '{0} ({1})', this._action.label, kb2);
274
+ this.label.textContent = localize(1641, '{0} ({1})', this._action.label, kb2);
275
275
  }
276
276
  }
277
277
  }
@@ -173,7 +173,7 @@ let WorkbenchToolBar = class WorkbenchToolBar extends ToolBar {
173
173
  else {
174
174
  primaryActions.push(toAction({
175
175
  id: 'label',
176
- label: localize(1638, "Hide"),
176
+ label: localize(1642, "Hide"),
177
177
  enabled: false,
178
178
  run() { }
179
179
  }));
@@ -188,7 +188,7 @@ let WorkbenchToolBar = class WorkbenchToolBar extends ToolBar {
188
188
  actions.push(new Separator());
189
189
  actions.push(toAction({
190
190
  id: 'resetThisMenu',
191
- label: localize(1639, "Reset Menu"),
191
+ label: localize(1643, "Reset Menu"),
192
192
  run: () => this._menuService.resetHiddenStates(menuIds)
193
193
  }));
194
194
  }
@@ -403,7 +403,7 @@ function createMenuHide(menu, command, states) {
403
403
  const title = typeof command.title === 'string' ? command.title : command.title.value;
404
404
  const hide = toAction({
405
405
  id: `hide/${menu.id}/${id}`,
406
- label: localize(1640, 'Hide \'{0}\'', title),
406
+ label: localize(1644, 'Hide \'{0}\'', title),
407
407
  run() { states.updateHidden(menu, id, true); }
408
408
  });
409
409
  const toggle = toAction({
@@ -421,7 +421,7 @@ function createMenuHide(menu, command, states) {
421
421
  export function createConfigureKeybindingAction(commandService, keybindingService, commandId, when = undefined, enabled = true) {
422
422
  return toAction({
423
423
  id: `configureKeybinding/${commandId}`,
424
- label: localize(1641, "Configure Keybinding"),
424
+ label: localize(1645, "Configure Keybinding"),
425
425
  enabled,
426
426
  run() {
427
427
  // Only set the when clause when there is no keybinding
@@ -32,7 +32,7 @@ class ConfigurationRegistry extends Disposable {
32
32
  this.configurationDefaultsOverrides = new Map();
33
33
  this.defaultLanguageConfigurationOverridesNode = {
34
34
  id: 'defaultOverrides',
35
- title: nls.localize(1653, "Default Language Configuration Overrides"),
35
+ title: nls.localize(1657, "Default Language Configuration Overrides"),
36
36
  properties: {}
37
37
  };
38
38
  this.configurationContributors = [this.defaultLanguageConfigurationOverridesNode];
@@ -107,7 +107,7 @@ class ConfigurationRegistry extends Disposable {
107
107
  const property = {
108
108
  type: 'object',
109
109
  default: newDefaultOverride.value,
110
- description: nls.localize(1654, "Configure settings to be overridden for {0}.", getLanguageTagSettingPlainKey(key)),
110
+ description: nls.localize(1658, "Configure settings to be overridden for {0}.", getLanguageTagSettingPlainKey(key)),
111
111
  $ref: resourceLanguageSettingsSchemaId,
112
112
  defaultDefaultValue: newDefaultOverride.value,
113
113
  source,
@@ -308,8 +308,8 @@ class ConfigurationRegistry extends Disposable {
308
308
  const overrideIdentifierProperty = `[${overrideIdentifier}]`;
309
309
  const resourceLanguagePropertiesSchema = {
310
310
  type: 'object',
311
- description: nls.localize(1655, "Configure editor settings to be overridden for a language."),
312
- errorMessage: nls.localize(1656, "This setting does not support per-language configuration."),
311
+ description: nls.localize(1659, "Configure editor settings to be overridden for a language."),
312
+ errorMessage: nls.localize(1660, "This setting does not support per-language configuration."),
313
313
  $ref: resourceLanguageSettingsSchemaId,
314
314
  };
315
315
  this.updatePropertyDefaultValue(overrideIdentifierProperty, resourceLanguagePropertiesSchema);
@@ -325,8 +325,8 @@ class ConfigurationRegistry extends Disposable {
325
325
  registerOverridePropertyPatternKey() {
326
326
  const resourceLanguagePropertiesSchema = {
327
327
  type: 'object',
328
- description: nls.localize(1657, "Configure editor settings to be overridden for a language."),
329
- errorMessage: nls.localize(1658, "This setting does not support per-language configuration."),
328
+ description: nls.localize(1661, "Configure editor settings to be overridden for a language."),
329
+ errorMessage: nls.localize(1662, "This setting does not support per-language configuration."),
330
330
  $ref: resourceLanguageSettingsSchemaId,
331
331
  };
332
332
  allSettings.patternProperties[OVERRIDE_PROPERTY_PATTERN] = resourceLanguagePropertiesSchema;
@@ -399,16 +399,16 @@ const configurationRegistry = new ConfigurationRegistry();
399
399
  Registry.add(Extensions.Configuration, configurationRegistry);
400
400
  export function validateProperty(property, schema) {
401
401
  if (!property.trim()) {
402
- return nls.localize(1659, "Cannot register an empty property");
402
+ return nls.localize(1663, "Cannot register an empty property");
403
403
  }
404
404
  if (OVERRIDE_PROPERTY_REGEX.test(property)) {
405
- return nls.localize(1660, "Cannot register '{0}'. This matches property pattern '\\\\[.*\\\\]$' for describing language specific editor settings. Use 'configurationDefaults' contribution.", property);
405
+ return nls.localize(1664, "Cannot register '{0}'. This matches property pattern '\\\\[.*\\\\]$' for describing language specific editor settings. Use 'configurationDefaults' contribution.", property);
406
406
  }
407
407
  if (configurationRegistry.getConfigurationProperties()[property] !== undefined) {
408
- return nls.localize(1661, "Cannot register '{0}'. This property is already registered.", property);
408
+ return nls.localize(1665, "Cannot register '{0}'. This property is already registered.", property);
409
409
  }
410
410
  if (schema.policy?.name && configurationRegistry.getPolicyConfigurations().get(schema.policy?.name) !== undefined) {
411
- return nls.localize(1662, "Cannot register '{0}'. The associated policy {1} is already registered with {2}.", property, schema.policy?.name, configurationRegistry.getPolicyConfigurations().get(schema.policy?.name));
411
+ return nls.localize(1666, "Cannot register '{0}'. The associated policy {1} is already registered with {2}.", property, schema.policy?.name, configurationRegistry.getPolicyConfigurations().get(schema.policy?.name));
412
412
  }
413
413
  return null;
414
414
  }
@@ -448,7 +448,7 @@ CommandsRegistry.registerCommand({
448
448
  return [...RawContextKey.all()].sort((a, b) => a.key.localeCompare(b.key));
449
449
  },
450
450
  metadata: {
451
- description: localize(1663, "A command that returns information about context keys"),
451
+ description: localize(1667, "A command that returns information about context keys"),
452
452
  args: []
453
453
  }
454
454
  });
@@ -23,14 +23,14 @@ const hasOwnProperty = Object.prototype.hasOwnProperty;
23
23
  const defaultConfig = {
24
24
  regexParsingWithErrorRecovery: true
25
25
  };
26
- const errorEmptyString = localize(1664, "Empty context key expression");
27
- const hintEmptyString = localize(1665, "Did you forget to write an expression? You can also put 'false' or 'true' to always evaluate to false or true, respectively.");
28
- const errorNoInAfterNot = localize(1666, "'in' after 'not'.");
29
- const errorClosingParenthesis = localize(1667, "closing parenthesis ')'");
30
- const errorUnexpectedToken = localize(1668, "Unexpected token");
31
- const hintUnexpectedToken = localize(1669, "Did you forget to put && or || before the token?");
32
- const errorUnexpectedEOF = localize(1670, "Unexpected end of expression");
33
- const hintUnexpectedEOF = localize(1671, "Did you forget to put a context key?");
26
+ const errorEmptyString = localize(1668, "Empty context key expression");
27
+ const hintEmptyString = localize(1669, "Did you forget to write an expression? You can also put 'false' or 'true' to always evaluate to false or true, respectively.");
28
+ const errorNoInAfterNot = localize(1670, "'in' after 'not'.");
29
+ const errorClosingParenthesis = localize(1671, "closing parenthesis ')'");
30
+ const errorUnexpectedToken = localize(1672, "Unexpected token");
31
+ const hintUnexpectedToken = localize(1673, "Did you forget to put && or || before the token?");
32
+ const errorUnexpectedEOF = localize(1674, "Unexpected end of expression");
33
+ const hintUnexpectedEOF = localize(1675, "Did you forget to put a context key?");
34
34
  /**
35
35
  * A parser for context key expressions.
36
36
  *
@@ -375,7 +375,7 @@ export class Parser {
375
375
  throw this._errExpectedButGot(message, this._peek());
376
376
  }
377
377
  _errExpectedButGot(expected, got, additionalInfo) {
378
- const message = localize(1672, "Expected: {0}\nReceived: '{1}'.", expected, Scanner.getLexeme(got));
378
+ const message = localize(1676, "Expected: {0}\nReceived: '{1}'.", expected, Scanner.getLexeme(got));
379
379
  const offset = got.offset;
380
380
  const lexeme = Scanner.getLexeme(got);
381
381
  this._parsingErrors.push({ message, offset, lexeme, additionalInfo });
@@ -5,15 +5,15 @@
5
5
  import { isIOS, isLinux, isMacintosh, isMobile, isWeb, isWindows } from '../../../base/common/platform.js';
6
6
  import { localize } from '../../../nls.js';
7
7
  import { RawContextKey } from './contextkey.js';
8
- export const IsMacContext = new RawContextKey('isMac', isMacintosh, localize(1673, "Whether the operating system is macOS"));
9
- export const IsLinuxContext = new RawContextKey('isLinux', isLinux, localize(1674, "Whether the operating system is Linux"));
10
- export const IsWindowsContext = new RawContextKey('isWindows', isWindows, localize(1675, "Whether the operating system is Windows"));
11
- export const IsWebContext = new RawContextKey('isWeb', isWeb, localize(1676, "Whether the platform is a web browser"));
12
- export const IsMacNativeContext = new RawContextKey('isMacNative', isMacintosh && !isWeb, localize(1677, "Whether the operating system is macOS on a non-browser platform"));
13
- export const IsIOSContext = new RawContextKey('isIOS', isIOS, localize(1678, "Whether the operating system is iOS"));
14
- export const IsMobileContext = new RawContextKey('isMobile', isMobile, localize(1679, "Whether the platform is a mobile web browser"));
8
+ export const IsMacContext = new RawContextKey('isMac', isMacintosh, localize(1677, "Whether the operating system is macOS"));
9
+ export const IsLinuxContext = new RawContextKey('isLinux', isLinux, localize(1678, "Whether the operating system is Linux"));
10
+ export const IsWindowsContext = new RawContextKey('isWindows', isWindows, localize(1679, "Whether the operating system is Windows"));
11
+ export const IsWebContext = new RawContextKey('isWeb', isWeb, localize(1680, "Whether the platform is a web browser"));
12
+ export const IsMacNativeContext = new RawContextKey('isMacNative', isMacintosh && !isWeb, localize(1681, "Whether the operating system is macOS on a non-browser platform"));
13
+ export const IsIOSContext = new RawContextKey('isIOS', isIOS, localize(1682, "Whether the operating system is iOS"));
14
+ export const IsMobileContext = new RawContextKey('isMobile', isMobile, localize(1683, "Whether the platform is a mobile web browser"));
15
15
  export const IsDevelopmentContext = new RawContextKey('isDevelopment', false, true);
16
- export const ProductQualityContext = new RawContextKey('productQualityType', '', localize(1680, "Quality type of VS Code"));
16
+ export const ProductQualityContext = new RawContextKey('productQualityType', '', localize(1684, "Quality type of VS Code"));
17
17
  export const InputFocusedContextKey = 'inputFocus';
18
- export const InputFocusedContext = new RawContextKey(InputFocusedContextKey, false, localize(1681, "Whether keyboard focus is inside an input box"));
18
+ export const InputFocusedContext = new RawContextKey(InputFocusedContextKey, false, localize(1685, "Whether keyboard focus is inside an input box"));
19
19
  //# sourceMappingURL=contextkeys.js.map
@@ -7,17 +7,17 @@ import { localize } from '../../../nls.js';
7
7
  function hintDidYouMean(...meant) {
8
8
  switch (meant.length) {
9
9
  case 1:
10
- return localize(1682, "Did you mean {0}?", meant[0]);
10
+ return localize(1686, "Did you mean {0}?", meant[0]);
11
11
  case 2:
12
- return localize(1683, "Did you mean {0} or {1}?", meant[0], meant[1]);
12
+ return localize(1687, "Did you mean {0} or {1}?", meant[0], meant[1]);
13
13
  case 3:
14
- return localize(1684, "Did you mean {0}, {1} or {2}?", meant[0], meant[1], meant[2]);
14
+ return localize(1688, "Did you mean {0}, {1} or {2}?", meant[0], meant[1], meant[2]);
15
15
  default: // we just don't expect that many
16
16
  return undefined;
17
17
  }
18
18
  }
19
- const hintDidYouForgetToOpenOrCloseQuote = localize(1685, "Did you forget to open or close the quote?");
20
- const hintDidYouForgetToEscapeSlash = localize(1686, "Did you forget to escape the '/' (slash) character? Put two backslashes before it to escape, e.g., '\\\\/\'.");
19
+ const hintDidYouForgetToOpenOrCloseQuote = localize(1689, "Did you forget to open or close the quote?");
20
+ const hintDidYouForgetToEscapeSlash = localize(1690, "Did you forget to escape the '/' (slash) character? Put two backslashes before it to escape, e.g., '\\\\/\'.");
21
21
  /**
22
22
  * A simple scanner for context keys.
23
23
  *
@@ -18,7 +18,7 @@ import { KeybindingsRegistry } from '../../keybinding/common/keybindingsRegistry
18
18
  import { localize } from '../../../nls.js';
19
19
  import { DisposableStore, toDisposable } from '../../../base/common/lifecycle.js';
20
20
  import { isActiveElement } from '../../../base/browser/dom.js';
21
- export const historyNavigationVisible = new RawContextKey('suggestWidgetVisible', false, localize(1687, "Whether suggestion are visible"));
21
+ export const historyNavigationVisible = new RawContextKey('suggestWidgetVisible', false, localize(1691, "Whether suggestion are visible"));
22
22
  const HistoryNavigationWidgetFocusContext = 'historyNavigationWidgetFocus';
23
23
  const HistoryNavigationForwardsEnablementContext = 'historyNavigationForwardsEnabled';
24
24
  const HistoryNavigationBackwardsEnablementContext = 'historyNavigationBackwardsEnabled';
@@ -95,11 +95,11 @@ export class AbstractKeybindingService extends Disposable {
95
95
  throw illegalState('impossible');
96
96
  case 1:
97
97
  // TODO@ulugbekna: revise this message and the one below (at least, fix terminology)
98
- this._currentChordStatusMessage = this._notificationService.status(nls.localize(1688, "({0}) was pressed. Waiting for second key of chord...", keypressLabel));
98
+ this._currentChordStatusMessage = this._notificationService.status(nls.localize(1692, "({0}) was pressed. Waiting for second key of chord...", keypressLabel));
99
99
  break;
100
100
  default: {
101
101
  const fullKeypressLabel = this._currentChords.map(({ label }) => label).join(', ');
102
- this._currentChordStatusMessage = this._notificationService.status(nls.localize(1689, "({0}) was pressed. Waiting for next key of chord...", fullKeypressLabel));
102
+ this._currentChordStatusMessage = this._notificationService.status(nls.localize(1693, "({0}) was pressed. Waiting for next key of chord...", fullKeypressLabel));
103
103
  }
104
104
  }
105
105
  this._scheduleLeaveChordMode();
@@ -198,7 +198,7 @@ export class AbstractKeybindingService extends Disposable {
198
198
  if (this.inChordMode) {
199
199
  const currentChordsLabel = this._currentChords.map(({ label }) => label).join(', ');
200
200
  this._log(`+ Leaving multi-chord mode: Nothing bound to "${currentChordsLabel}, ${keypressLabel}".`);
201
- this._notificationService.status(nls.localize(1690, "The key combination ({0}, {1}) is not a command.", currentChordsLabel, keypressLabel), { hideAfter: 10 * 1000 /* 10s */ });
201
+ this._notificationService.status(nls.localize(1694, "The key combination ({0}, {1}) is not a command.", currentChordsLabel, keypressLabel), { hideAfter: 10 * 1000 /* 10s */ });
202
202
  this._leaveChordMode();
203
203
  shouldPreventDefault = true;
204
204
  }
@@ -217,7 +217,7 @@ export class AbstractKeybindingService extends Disposable {
217
217
  if (this.inChordMode) {
218
218
  const currentChordsLabel = this._currentChords.map(({ label }) => label).join(', ');
219
219
  this._log(`+ Leaving chord mode: Nothing bound to "${currentChordsLabel}, ${keypressLabel}".`);
220
- this._notificationService.status(nls.localize(1691, "The key combination ({0}, {1}) is not a command.", currentChordsLabel, keypressLabel), { hideAfter: 10 * 1000 /* 10s */ });
220
+ this._notificationService.status(nls.localize(1695, "The key combination ({0}, {1}) is not a command.", currentChordsLabel, keypressLabel), { hideAfter: 10 * 1000 /* 10s */ });
221
221
  this._leaveChordMode();
222
222
  shouldPreventDefault = true;
223
223
  }
@@ -904,18 +904,18 @@ const configurationRegistry = Registry.as(ConfigurationExtensions.Configuration)
904
904
  configurationRegistry.registerConfiguration({
905
905
  id: 'workbench',
906
906
  order: 7,
907
- title: localize(1692, "Workbench"),
907
+ title: localize(1696, "Workbench"),
908
908
  type: 'object',
909
909
  properties: {
910
910
  [multiSelectModifierSettingKey]: {
911
911
  type: 'string',
912
912
  enum: ['ctrlCmd', 'alt'],
913
913
  markdownEnumDescriptions: [
914
- localize(1693, "Maps to `Control` on Windows and Linux and to `Command` on macOS."),
915
- localize(1694, "Maps to `Alt` on Windows and Linux and to `Option` on macOS.")
914
+ localize(1697, "Maps to `Control` on Windows and Linux and to `Command` on macOS."),
915
+ localize(1698, "Maps to `Alt` on Windows and Linux and to `Option` on macOS.")
916
916
  ],
917
917
  default: 'ctrlCmd',
918
- description: localize(1695, "The modifier to be used to add an item in trees and lists to a multi-selection with the mouse (for example in the explorer, open editors and scm view). The 'Open to Side' mouse gestures - if supported - will adapt such that they do not conflict with the multiselect modifier.")
918
+ description: localize(1699, "The modifier to be used to add an item in trees and lists to a multi-selection with the mouse (for example in the explorer, open editors and scm view). The 'Open to Side' mouse gestures - if supported - will adapt such that they do not conflict with the multiselect modifier.")
919
919
 
920
920
 
921
921
 
@@ -927,7 +927,7 @@ configurationRegistry.registerConfiguration({
927
927
  type: 'string',
928
928
  enum: ['singleClick', 'doubleClick'],
929
929
  default: 'singleClick',
930
- description: localize(1696, "Controls how to open items in trees and lists using the mouse (if supported). Note that some trees and lists might choose to ignore this setting if it is not applicable.")
930
+ description: localize(1700, "Controls how to open items in trees and lists using the mouse (if supported). Note that some trees and lists might choose to ignore this setting if it is not applicable.")
931
931
 
932
932
 
933
933
 
@@ -935,96 +935,96 @@ configurationRegistry.registerConfiguration({
935
935
  [horizontalScrollingKey]: {
936
936
  type: 'boolean',
937
937
  default: false,
938
- description: localize(1697, "Controls whether lists and trees support horizontal scrolling in the workbench. Warning: turning on this setting has a performance implication.")
938
+ description: localize(1701, "Controls whether lists and trees support horizontal scrolling in the workbench. Warning: turning on this setting has a performance implication.")
939
939
  },
940
940
  [scrollByPageKey]: {
941
941
  type: 'boolean',
942
942
  default: false,
943
- description: localize(1698, "Controls whether clicks in the scrollbar scroll page by page.")
943
+ description: localize(1702, "Controls whether clicks in the scrollbar scroll page by page.")
944
944
  },
945
945
  [treeIndentKey]: {
946
946
  type: 'number',
947
947
  default: 8,
948
948
  minimum: 4,
949
949
  maximum: 40,
950
- description: localize(1699, "Controls tree indentation in pixels.")
950
+ description: localize(1703, "Controls tree indentation in pixels.")
951
951
  },
952
952
  [treeRenderIndentGuidesKey]: {
953
953
  type: 'string',
954
954
  enum: ['none', 'onHover', 'always'],
955
955
  default: 'onHover',
956
- description: localize(1700, "Controls whether the tree should render indent guides.")
956
+ description: localize(1704, "Controls whether the tree should render indent guides.")
957
957
  },
958
958
  [listSmoothScrolling]: {
959
959
  type: 'boolean',
960
960
  default: false,
961
- description: localize(1701, "Controls whether lists and trees have smooth scrolling."),
961
+ description: localize(1705, "Controls whether lists and trees have smooth scrolling."),
962
962
  },
963
963
  [mouseWheelScrollSensitivityKey]: {
964
964
  type: 'number',
965
965
  default: 1,
966
- markdownDescription: localize(1702, "A multiplier to be used on the `deltaX` and `deltaY` of mouse wheel scroll events.")
966
+ markdownDescription: localize(1706, "A multiplier to be used on the `deltaX` and `deltaY` of mouse wheel scroll events.")
967
967
  },
968
968
  [fastScrollSensitivityKey]: {
969
969
  type: 'number',
970
970
  default: 5,
971
- markdownDescription: localize(1703, "Scrolling speed multiplier when pressing `Alt`.")
971
+ markdownDescription: localize(1707, "Scrolling speed multiplier when pressing `Alt`.")
972
972
  },
973
973
  [defaultFindModeSettingKey]: {
974
974
  type: 'string',
975
975
  enum: ['highlight', 'filter'],
976
976
  enumDescriptions: [
977
- localize(1704, "Highlight elements when searching. Further up and down navigation will traverse only the highlighted elements."),
978
- localize(1705, "Filter elements when searching.")
977
+ localize(1708, "Highlight elements when searching. Further up and down navigation will traverse only the highlighted elements."),
978
+ localize(1709, "Filter elements when searching.")
979
979
  ],
980
980
  default: 'highlight',
981
- description: localize(1706, "Controls the default find mode for lists and trees in the workbench.")
981
+ description: localize(1710, "Controls the default find mode for lists and trees in the workbench.")
982
982
  },
983
983
  [keyboardNavigationSettingKey]: {
984
984
  type: 'string',
985
985
  enum: ['simple', 'highlight', 'filter'],
986
986
  enumDescriptions: [
987
- localize(1707, "Simple keyboard navigation focuses elements which match the keyboard input. Matching is done only on prefixes."),
988
- localize(1708, "Highlight keyboard navigation highlights elements which match the keyboard input. Further up and down navigation will traverse only the highlighted elements."),
989
- localize(1709, "Filter keyboard navigation will filter out and hide all the elements which do not match the keyboard input.")
987
+ localize(1711, "Simple keyboard navigation focuses elements which match the keyboard input. Matching is done only on prefixes."),
988
+ localize(1712, "Highlight keyboard navigation highlights elements which match the keyboard input. Further up and down navigation will traverse only the highlighted elements."),
989
+ localize(1713, "Filter keyboard navigation will filter out and hide all the elements which do not match the keyboard input.")
990
990
  ],
991
991
  default: 'highlight',
992
- description: localize(1710, "Controls the keyboard navigation style for lists and trees in the workbench. Can be simple, highlight and filter."),
992
+ description: localize(1714, "Controls the keyboard navigation style for lists and trees in the workbench. Can be simple, highlight and filter."),
993
993
  deprecated: true,
994
- deprecationMessage: localize(1711, "Please use 'workbench.list.defaultFindMode' and 'workbench.list.typeNavigationMode' instead.")
994
+ deprecationMessage: localize(1715, "Please use 'workbench.list.defaultFindMode' and 'workbench.list.typeNavigationMode' instead.")
995
995
  },
996
996
  [defaultFindMatchTypeSettingKey]: {
997
997
  type: 'string',
998
998
  enum: ['fuzzy', 'contiguous'],
999
999
  enumDescriptions: [
1000
- localize(1712, "Use fuzzy matching when searching."),
1001
- localize(1713, "Use contiguous matching when searching.")
1000
+ localize(1716, "Use fuzzy matching when searching."),
1001
+ localize(1717, "Use contiguous matching when searching.")
1002
1002
  ],
1003
1003
  default: 'fuzzy',
1004
- description: localize(1714, "Controls the type of matching used when searching lists and trees in the workbench.")
1004
+ description: localize(1718, "Controls the type of matching used when searching lists and trees in the workbench.")
1005
1005
  },
1006
1006
  [treeExpandMode]: {
1007
1007
  type: 'string',
1008
1008
  enum: ['singleClick', 'doubleClick'],
1009
1009
  default: 'singleClick',
1010
- description: localize(1715, "Controls how tree folders are expanded when clicking the folder names. Note that some trees and lists might choose to ignore this setting if it is not applicable."),
1010
+ description: localize(1719, "Controls how tree folders are expanded when clicking the folder names. Note that some trees and lists might choose to ignore this setting if it is not applicable."),
1011
1011
  },
1012
1012
  [treeStickyScroll]: {
1013
1013
  type: 'boolean',
1014
1014
  default: true,
1015
- description: localize(1716, "Controls whether sticky scrolling is enabled in trees."),
1015
+ description: localize(1720, "Controls whether sticky scrolling is enabled in trees."),
1016
1016
  },
1017
1017
  [treeStickyScrollMaxElements]: {
1018
1018
  type: 'number',
1019
1019
  minimum: 1,
1020
1020
  default: 7,
1021
- markdownDescription: localize(1717, "Controls the number of sticky elements displayed in the tree when {0} is enabled.", '`#workbench.tree.enableStickyScroll#`'),
1021
+ markdownDescription: localize(1721, "Controls the number of sticky elements displayed in the tree when {0} is enabled.", '`#workbench.tree.enableStickyScroll#`'),
1022
1022
  },
1023
1023
  [typeNavigationModeSettingKey]: {
1024
1024
  type: 'string',
1025
1025
  enum: ['automatic', 'trigger'],
1026
1026
  default: 'automatic',
1027
- markdownDescription: localize(1718, "Controls how type navigation works in lists and trees in the workbench. When set to `trigger`, type navigation begins once the `list.triggerTypeNavigation` command is run."),
1027
+ markdownDescription: localize(1722, "Controls how type navigation works in lists and trees in the workbench. When set to `trigger`, type navigation begins once the `list.triggerTypeNavigation` command is run."),
1028
1028
  }
1029
1029
  }
1030
1030
  });
@@ -239,8 +239,8 @@ export class MarkerService {
239
239
  */
240
240
  _createFilteredMarker(resource, reasons) {
241
241
  const message = reasons.length === 1
242
- ? localize(1725, "Problems are paused because: \"{0}\"", reasons[0])
243
- : localize(1726, "Problems are paused because: \"{0}\" and {1} more", reasons[0], reasons.length - 1);
242
+ ? localize(1729, "Problems are paused because: \"{0}\"", reasons[0])
243
+ : localize(1730, "Problems are paused because: \"{0}\" and {1} more", reasons[0], reasons.length - 1);
244
244
  return {
245
245
  owner: 'markersFilter',
246
246
  resource,
@@ -18,17 +18,17 @@ export var MarkerSeverity;
18
18
  }
19
19
  MarkerSeverity.compare = compare;
20
20
  const _displayStrings = Object.create(null);
21
- _displayStrings[MarkerSeverity.Error] = localize(1719, "Error");
22
- _displayStrings[MarkerSeverity.Warning] = localize(1720, "Warning");
23
- _displayStrings[MarkerSeverity.Info] = localize(1721, "Info");
21
+ _displayStrings[MarkerSeverity.Error] = localize(1723, "Error");
22
+ _displayStrings[MarkerSeverity.Warning] = localize(1724, "Warning");
23
+ _displayStrings[MarkerSeverity.Info] = localize(1725, "Info");
24
24
  function toString(a) {
25
25
  return _displayStrings[a] || '';
26
26
  }
27
27
  MarkerSeverity.toString = toString;
28
28
  const _displayStringsPlural = Object.create(null);
29
- _displayStringsPlural[MarkerSeverity.Error] = localize(1722, "Errors");
30
- _displayStringsPlural[MarkerSeverity.Warning] = localize(1723, "Warnings");
31
- _displayStringsPlural[MarkerSeverity.Info] = localize(1724, "Infos");
29
+ _displayStringsPlural[MarkerSeverity.Error] = localize(1726, "Errors");
30
+ _displayStringsPlural[MarkerSeverity.Warning] = localize(1727, "Warnings");
31
+ _displayStringsPlural[MarkerSeverity.Info] = localize(1728, "Infos");
32
32
  function toStringPlural(a) {
33
33
  return _displayStringsPlural[a] || '';
34
34
  }
@@ -161,22 +161,22 @@ let AbstractCommandsQuickAccessProvider = class AbstractCommandsQuickAccessProvi
161
161
  const commandPick = filteredCommandPicks[i];
162
162
  // Separator: recently used
163
163
  if (i === 0 && this.commandsHistory.peek(commandPick.commandId)) {
164
- commandPicks.push({ type: 'separator', label: localize(1727, "recently used") });
164
+ commandPicks.push({ type: 'separator', label: localize(1731, "recently used") });
165
165
  addOtherSeparator = true;
166
166
  }
167
167
  if (addSuggestedSeparator && commandPick.tfIdfScore !== undefined) {
168
- commandPicks.push({ type: 'separator', label: localize(1728, "similar commands") });
168
+ commandPicks.push({ type: 'separator', label: localize(1732, "similar commands") });
169
169
  addSuggestedSeparator = false;
170
170
  }
171
171
  // Separator: commonly used
172
172
  if (addCommonlyUsedSeparator && commandPick.tfIdfScore === undefined && !this.commandsHistory.peek(commandPick.commandId) && this.options.suggestedCommandIds?.has(commandPick.commandId)) {
173
- commandPicks.push({ type: 'separator', label: localize(1729, "commonly used") });
173
+ commandPicks.push({ type: 'separator', label: localize(1733, "commonly used") });
174
174
  addOtherSeparator = true;
175
175
  addCommonlyUsedSeparator = false;
176
176
  }
177
177
  // Separator: other commands
178
178
  if (addOtherSeparator && commandPick.tfIdfScore === undefined && !this.commandsHistory.peek(commandPick.commandId) && !this.options.suggestedCommandIds?.has(commandPick.commandId)) {
179
- commandPicks.push({ type: 'separator', label: localize(1730, "other commands") });
179
+ commandPicks.push({ type: 'separator', label: localize(1734, "other commands") });
180
180
  addOtherSeparator = false;
181
181
  }
182
182
  // Command
@@ -196,7 +196,7 @@ let AbstractCommandsQuickAccessProvider = class AbstractCommandsQuickAccessProvi
196
196
  // Basically, if we haven't already added a separator, we add one before the additional picks so long
197
197
  // as one hasn't been added to the start of the array.
198
198
  if (addSuggestedSeparator && commandPicks[0]?.type !== 'separator') {
199
- commandPicks.unshift({ type: 'separator', label: localize(1731, "similar commands") });
199
+ commandPicks.unshift({ type: 'separator', label: localize(1735, "similar commands") });
200
200
  }
201
201
  return commandPicks;
202
202
  })()
@@ -208,7 +208,7 @@ let AbstractCommandsQuickAccessProvider = class AbstractCommandsQuickAccessProvi
208
208
  }
209
209
  const keybinding = this.keybindingService.lookupKeybinding(commandPick.commandId);
210
210
  const ariaLabel = keybinding ?
211
- localize(1732, "{0}, {1}", commandPick.label, keybinding.getAriaLabel()) :
211
+ localize(1736, "{0}, {1}", commandPick.label, keybinding.getAriaLabel()) :
212
212
  commandPick.label;
213
213
  return {
214
214
  ...commandPick,
@@ -231,7 +231,7 @@ let AbstractCommandsQuickAccessProvider = class AbstractCommandsQuickAccessProvi
231
231
  }
232
232
  catch (error) {
233
233
  if (!isCancellationError(error)) {
234
- this.dialogService.error(localize(1733, "Command '{0}' resulted in an error", commandPick.label), toErrorMessage(error));
234
+ this.dialogService.error(localize(1737, "Command '{0}' resulted in an error", commandPick.label), toErrorMessage(error));
235
235
  }
236
236
  }
237
237
  }
@@ -62,7 +62,7 @@ let HelpQuickAccessProvider = class HelpQuickAccessProvider {
62
62
  prefix,
63
63
  label,
64
64
  keybinding: helpEntry.commandId ? this.keybindingService.lookupKeybinding(helpEntry.commandId) : undefined,
65
- ariaLabel: localize(1734, "{0}, {1}", label, helpEntry.description),
65
+ ariaLabel: localize(1738, "{0}, {1}", label, helpEntry.description),
66
66
  description: helpEntry.description
67
67
  };
68
68
  });