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
@@ -36,7 +36,7 @@ import { Action2, registerAction2 } from '../../../../platform/actions/common/ac
36
36
  import { safeIntl } from '../../../../base/common/date.js';
37
37
  import { isModelDecorationInComment, isModelDecorationInString, isModelDecorationVisible } from '../../../common/viewModel/viewModelDecoration.js';
38
38
  import { IMarkdownRendererService } from '../../../../platform/markdown/browser/markdownRenderer.js';
39
- export const warningIcon = registerIcon('extensions-warning-message', Codicon.warning, nls.localize(1523, 'Icon shown with a warning message in the extensions editor.'));
39
+ export const warningIcon = registerIcon('extensions-warning-message', Codicon.warning, nls.localize(1527, 'Icon shown with a warning message in the extensions editor.'));
40
40
  let UnicodeHighlighter = class UnicodeHighlighter extends Disposable {
41
41
  static { this.ID = 'editor.contrib.unicodeHighlighter'; }
42
42
  constructor(_editor, _editorWorkerService, _workspaceTrustService, instantiationService) {
@@ -56,19 +56,19 @@ let UnicodeHighlighter = class UnicodeHighlighter extends Disposable {
56
56
  let data;
57
57
  if (state.nonBasicAsciiCharacterCount >= max) {
58
58
  data = {
59
- message: nls.localize(1524, 'This document contains many non-basic ASCII unicode characters'),
59
+ message: nls.localize(1528, 'This document contains many non-basic ASCII unicode characters'),
60
60
  command: new DisableHighlightingOfNonBasicAsciiCharactersAction(),
61
61
  };
62
62
  }
63
63
  else if (state.ambiguousCharacterCount >= max) {
64
64
  data = {
65
- message: nls.localize(1525, 'This document contains many ambiguous unicode characters'),
65
+ message: nls.localize(1529, 'This document contains many ambiguous unicode characters'),
66
66
  command: new DisableHighlightingOfAmbiguousCharactersAction(),
67
67
  };
68
68
  }
69
69
  else if (state.invisibleCharacterCount >= max) {
70
70
  data = {
71
- message: nls.localize(1526, 'This document contains many invisible unicode characters'),
71
+ message: nls.localize(1530, 'This document contains many invisible unicode characters'),
72
72
  command: new DisableHighlightingOfInvisibleCharactersAction(),
73
73
  };
74
74
  }
@@ -337,7 +337,7 @@ class ViewportUnicodeHighlighter extends Disposable {
337
337
  };
338
338
  }
339
339
  }
340
- const configureUnicodeHighlightOptionsStr = nls.localize(1527, 'Configure Unicode Highlight Options');
340
+ const configureUnicodeHighlightOptionsStr = nls.localize(1531, 'Configure Unicode Highlight Options');
341
341
  let UnicodeHighlighterHoverParticipant = class UnicodeHighlighterHoverParticipant {
342
342
  constructor(_editor, _markdownRendererService) {
343
343
  this._editor = _editor;
@@ -369,18 +369,18 @@ let UnicodeHighlighterHoverParticipant = class UnicodeHighlighterHoverParticipan
369
369
  switch (highlightInfo.reason.kind) {
370
370
  case 0 /* UnicodeHighlighterReasonKind.Ambiguous */: {
371
371
  if (isBasicASCII(highlightInfo.reason.confusableWith)) {
372
- reason = nls.localize(1528, 'The character {0} could be confused with the ASCII character {1}, which is more common in source code.', codePointStr, formatCodePointMarkdown(highlightInfo.reason.confusableWith.codePointAt(0)));
372
+ reason = nls.localize(1532, 'The character {0} could be confused with the ASCII character {1}, which is more common in source code.', codePointStr, formatCodePointMarkdown(highlightInfo.reason.confusableWith.codePointAt(0)));
373
373
  }
374
374
  else {
375
- reason = nls.localize(1529, 'The character {0} could be confused with the character {1}, which is more common in source code.', codePointStr, formatCodePointMarkdown(highlightInfo.reason.confusableWith.codePointAt(0)));
375
+ reason = nls.localize(1533, 'The character {0} could be confused with the character {1}, which is more common in source code.', codePointStr, formatCodePointMarkdown(highlightInfo.reason.confusableWith.codePointAt(0)));
376
376
  }
377
377
  break;
378
378
  }
379
379
  case 1 /* UnicodeHighlighterReasonKind.Invisible */:
380
- reason = nls.localize(1530, 'The character {0} is invisible.', codePointStr);
380
+ reason = nls.localize(1534, 'The character {0} is invisible.', codePointStr);
381
381
  break;
382
382
  case 2 /* UnicodeHighlighterReasonKind.NonBasicAscii */:
383
- reason = nls.localize(1531, 'The character {0} is not a basic ASCII character.', codePointStr);
383
+ reason = nls.localize(1535, 'The character {0} is not a basic ASCII character.', codePointStr);
384
384
  break;
385
385
  }
386
386
  if (existedReason.has(reason)) {
@@ -393,7 +393,7 @@ let UnicodeHighlighterHoverParticipant = class UnicodeHighlighterHoverParticipan
393
393
  inComment: highlightInfo.inComment,
394
394
  inString: highlightInfo.inString,
395
395
  };
396
- const adjustSettings = nls.localize(1532, 'Adjust settings');
396
+ const adjustSettings = nls.localize(1536, 'Adjust settings');
397
397
  const uri = createCommandUri(ShowExcludeOptions.ID, adjustSettingsArgs);
398
398
  const markdown = new MarkdownString('', true)
399
399
  .appendMarkdown(reason)
@@ -462,10 +462,10 @@ export class DisableHighlightingInCommentsAction extends EditorAction {
462
462
  constructor() {
463
463
  super({
464
464
  id: DisableHighlightingOfAmbiguousCharactersAction.ID,
465
- label: nls.localize2(1541, "Disable highlighting of characters in comments"),
465
+ label: nls.localize2(1545, "Disable highlighting of characters in comments"),
466
466
  precondition: undefined
467
467
  });
468
- this.shortLabel = nls.localize(1533, 'Disable Highlight In Comments');
468
+ this.shortLabel = nls.localize(1537, 'Disable Highlight In Comments');
469
469
  }
470
470
  async run(accessor, editor, args) {
471
471
  const configurationService = accessor.get(IConfigurationService);
@@ -481,10 +481,10 @@ export class DisableHighlightingInStringsAction extends EditorAction {
481
481
  constructor() {
482
482
  super({
483
483
  id: DisableHighlightingOfAmbiguousCharactersAction.ID,
484
- label: nls.localize2(1542, "Disable highlighting of characters in strings"),
484
+ label: nls.localize2(1546, "Disable highlighting of characters in strings"),
485
485
  precondition: undefined
486
486
  });
487
- this.shortLabel = nls.localize(1534, 'Disable Highlight In Strings');
487
+ this.shortLabel = nls.localize(1538, 'Disable Highlight In Strings');
488
488
  }
489
489
  async run(accessor, editor, args) {
490
490
  const configurationService = accessor.get(IConfigurationService);
@@ -501,11 +501,11 @@ export class DisableHighlightingOfAmbiguousCharactersAction extends Action2 {
501
501
  constructor() {
502
502
  super({
503
503
  id: DisableHighlightingOfAmbiguousCharactersAction.ID,
504
- title: nls.localize2(1543, "Disable highlighting of ambiguous characters"),
504
+ title: nls.localize2(1547, "Disable highlighting of ambiguous characters"),
505
505
  precondition: undefined,
506
506
  f1: false,
507
507
  });
508
- this.shortLabel = nls.localize(1535, 'Disable Ambiguous Highlight');
508
+ this.shortLabel = nls.localize(1539, 'Disable Ambiguous Highlight');
509
509
  }
510
510
  async run(accessor, editor, args) {
511
511
  const configurationService = accessor.get(IConfigurationService);
@@ -522,11 +522,11 @@ export class DisableHighlightingOfInvisibleCharactersAction extends Action2 {
522
522
  constructor() {
523
523
  super({
524
524
  id: DisableHighlightingOfInvisibleCharactersAction.ID,
525
- title: nls.localize2(1544, "Disable highlighting of invisible characters"),
525
+ title: nls.localize2(1548, "Disable highlighting of invisible characters"),
526
526
  precondition: undefined,
527
527
  f1: false,
528
528
  });
529
- this.shortLabel = nls.localize(1536, 'Disable Invisible Highlight');
529
+ this.shortLabel = nls.localize(1540, 'Disable Invisible Highlight');
530
530
  }
531
531
  async run(accessor, editor, args) {
532
532
  const configurationService = accessor.get(IConfigurationService);
@@ -543,11 +543,11 @@ export class DisableHighlightingOfNonBasicAsciiCharactersAction extends Action2
543
543
  constructor() {
544
544
  super({
545
545
  id: DisableHighlightingOfNonBasicAsciiCharactersAction.ID,
546
- title: nls.localize2(1545, "Disable highlighting of non basic ASCII characters"),
546
+ title: nls.localize2(1549, "Disable highlighting of non basic ASCII characters"),
547
547
  precondition: undefined,
548
548
  f1: false,
549
549
  });
550
- this.shortLabel = nls.localize(1537, 'Disable Non ASCII Highlight');
550
+ this.shortLabel = nls.localize(1541, 'Disable Non ASCII Highlight');
551
551
  }
552
552
  async run(accessor, editor, args) {
553
553
  const configurationService = accessor.get(IConfigurationService);
@@ -564,7 +564,7 @@ export class ShowExcludeOptions extends Action2 {
564
564
  constructor() {
565
565
  super({
566
566
  id: ShowExcludeOptions.ID,
567
- title: nls.localize2(1546, "Show Exclude Options"),
567
+ title: nls.localize2(1550, "Show Exclude Options"),
568
568
  precondition: undefined,
569
569
  f1: false,
570
570
  });
@@ -576,15 +576,15 @@ export class ShowExcludeOptions extends Action2 {
576
576
  const configurationService = accessor.get(IConfigurationService);
577
577
  function getExcludeCharFromBeingHighlightedLabel(codePoint) {
578
578
  if (InvisibleCharacters.isInvisibleCharacter(codePoint)) {
579
- return nls.localize(1538, 'Exclude {0} (invisible character) from being highlighted', codePointToHex(codePoint));
579
+ return nls.localize(1542, 'Exclude {0} (invisible character) from being highlighted', codePointToHex(codePoint));
580
580
  }
581
- return nls.localize(1539, 'Exclude {0} from being highlighted', `${codePointToHex(codePoint)} "${char}"`);
581
+ return nls.localize(1543, 'Exclude {0} from being highlighted', `${codePointToHex(codePoint)} "${char}"`);
582
582
  }
583
583
  const options = [];
584
584
  if (reason.kind === 0 /* UnicodeHighlighterReasonKind.Ambiguous */) {
585
585
  for (const locale of reason.notAmbiguousInLocales) {
586
586
  options.push({
587
- label: nls.localize(1540, "Allow unicode characters that are more common in the language \"{0}\".", locale),
587
+ label: nls.localize(1544, "Allow unicode characters that are more common in the language \"{0}\".", locale),
588
588
  run: async () => {
589
589
  excludeLocaleFromBeingHighlighted(configurationService, [locale]);
590
590
  },
@@ -85,11 +85,11 @@ let UnusualLineTerminatorsDetector = class UnusualLineTerminatorsDetector extend
85
85
  try {
86
86
  this._isPresentingDialog = true;
87
87
  result = await this._dialogService.confirm({
88
- title: nls.localize(1547, "Unusual Line Terminators"),
89
- message: nls.localize(1548, "Detected unusual line terminators"),
90
- detail: nls.localize(1549, "The file '{0}' contains one or more unusual line terminator characters, like Line Separator (LS) or Paragraph Separator (PS).\n\nIt is recommended to remove them from the file. This can be configured via `editor.unusualLineTerminators`.", basename(model.uri)),
91
- primaryButton: nls.localize(1550, "&&Remove Unusual Line Terminators"),
92
- cancelButton: nls.localize(1551, "Ignore")
88
+ title: nls.localize(1551, "Unusual Line Terminators"),
89
+ message: nls.localize(1552, "Detected unusual line terminators"),
90
+ detail: nls.localize(1553, "The file '{0}' contains one or more unusual line terminator characters, like Line Separator (LS) or Paragraph Separator (PS).\n\nIt is recommended to remove them from the file. This can be configured via `editor.unusualLineTerminators`.", basename(model.uri)),
91
+ primaryButton: nls.localize(1554, "&&Remove Unusual Line Terminators"),
92
+ cancelButton: nls.localize(1555, "Ignore")
93
93
  });
94
94
  }
95
95
  finally {
@@ -9,15 +9,15 @@ import { DocumentHighlightKind } from '../../../common/languages.js';
9
9
  import * as nls from '../../../../nls.js';
10
10
  import { activeContrastBorder, editorSelectionHighlight, minimapSelectionOccurrenceHighlight, overviewRulerSelectionHighlightForeground, registerColor } from '../../../../platform/theme/common/colorRegistry.js';
11
11
  import { registerThemingParticipant, themeColorFromId } from '../../../../platform/theme/common/themeService.js';
12
- const wordHighlightBackground = registerColor('editor.wordHighlightBackground', { dark: '#575757B8', light: '#57575740', hcDark: null, hcLight: null }, nls.localize(1552, 'Background color of a symbol during read-access, like reading a variable. The color must not be opaque so as not to hide underlying decorations.'), true);
13
- registerColor('editor.wordHighlightStrongBackground', { dark: '#004972B8', light: '#0e639c40', hcDark: null, hcLight: null }, nls.localize(1553, 'Background color of a symbol during write-access, like writing to a variable. The color must not be opaque so as not to hide underlying decorations.'), true);
14
- registerColor('editor.wordHighlightTextBackground', wordHighlightBackground, nls.localize(1554, 'Background color of a textual occurrence for a symbol. The color must not be opaque so as not to hide underlying decorations.'), true);
15
- const wordHighlightBorder = registerColor('editor.wordHighlightBorder', { light: null, dark: null, hcDark: activeContrastBorder, hcLight: activeContrastBorder }, nls.localize(1555, 'Border color of a symbol during read-access, like reading a variable.'));
16
- registerColor('editor.wordHighlightStrongBorder', { light: null, dark: null, hcDark: activeContrastBorder, hcLight: activeContrastBorder }, nls.localize(1556, 'Border color of a symbol during write-access, like writing to a variable.'));
17
- registerColor('editor.wordHighlightTextBorder', wordHighlightBorder, nls.localize(1557, "Border color of a textual occurrence for a symbol."));
18
- const overviewRulerWordHighlightForeground = registerColor('editorOverviewRuler.wordHighlightForeground', '#A0A0A0CC', nls.localize(1558, 'Overview ruler marker color for symbol highlights. The color must not be opaque so as not to hide underlying decorations.'), true);
19
- const overviewRulerWordHighlightStrongForeground = registerColor('editorOverviewRuler.wordHighlightStrongForeground', '#C0A0C0CC', nls.localize(1559, 'Overview ruler marker color for write-access symbol highlights. The color must not be opaque so as not to hide underlying decorations.'), true);
20
- const overviewRulerWordHighlightTextForeground = registerColor('editorOverviewRuler.wordHighlightTextForeground', overviewRulerSelectionHighlightForeground, nls.localize(1560, 'Overview ruler marker color of a textual occurrence for a symbol. The color must not be opaque so as not to hide underlying decorations.'), true);
12
+ const wordHighlightBackground = registerColor('editor.wordHighlightBackground', { dark: '#575757B8', light: '#57575740', hcDark: null, hcLight: null }, nls.localize(1556, 'Background color of a symbol during read-access, like reading a variable. The color must not be opaque so as not to hide underlying decorations.'), true);
13
+ registerColor('editor.wordHighlightStrongBackground', { dark: '#004972B8', light: '#0e639c40', hcDark: null, hcLight: null }, nls.localize(1557, 'Background color of a symbol during write-access, like writing to a variable. The color must not be opaque so as not to hide underlying decorations.'), true);
14
+ registerColor('editor.wordHighlightTextBackground', wordHighlightBackground, nls.localize(1558, 'Background color of a textual occurrence for a symbol. The color must not be opaque so as not to hide underlying decorations.'), true);
15
+ const wordHighlightBorder = registerColor('editor.wordHighlightBorder', { light: null, dark: null, hcDark: activeContrastBorder, hcLight: activeContrastBorder }, nls.localize(1559, 'Border color of a symbol during read-access, like reading a variable.'));
16
+ registerColor('editor.wordHighlightStrongBorder', { light: null, dark: null, hcDark: activeContrastBorder, hcLight: activeContrastBorder }, nls.localize(1560, 'Border color of a symbol during write-access, like writing to a variable.'));
17
+ registerColor('editor.wordHighlightTextBorder', wordHighlightBorder, nls.localize(1561, "Border color of a textual occurrence for a symbol."));
18
+ const overviewRulerWordHighlightForeground = registerColor('editorOverviewRuler.wordHighlightForeground', '#A0A0A0CC', nls.localize(1562, 'Overview ruler marker color for symbol highlights. The color must not be opaque so as not to hide underlying decorations.'), true);
19
+ const overviewRulerWordHighlightStrongForeground = registerColor('editorOverviewRuler.wordHighlightStrongForeground', '#C0A0C0CC', nls.localize(1563, 'Overview ruler marker color for write-access symbol highlights. The color must not be opaque so as not to hide underlying decorations.'), true);
20
+ const overviewRulerWordHighlightTextForeground = registerColor('editorOverviewRuler.wordHighlightTextForeground', overviewRulerSelectionHighlightForeground, nls.localize(1564, 'Overview ruler marker color of a textual occurrence for a symbol. The color must not be opaque so as not to hide underlying decorations.'), true);
21
21
  const _WRITE_OPTIONS = ModelDecorationOptions.register({
22
22
  description: 'word-highlight-strong',
23
23
  stickiness: 1 /* TrackedRangeStickiness.NeverGrowsWhenTypingAtEdges */,
@@ -742,7 +742,7 @@ class NextWordHighlightAction extends WordHighlightNavigationAction {
742
742
  constructor() {
743
743
  super(true, {
744
744
  id: 'editor.action.wordHighlight.next',
745
- label: nls.localize2(1561, "Go to Next Symbol Highlight"),
745
+ label: nls.localize2(1565, "Go to Next Symbol Highlight"),
746
746
  precondition: ctxHasWordHighlights,
747
747
  kbOpts: {
748
748
  kbExpr: EditorContextKeys.editorTextFocus,
@@ -756,7 +756,7 @@ class PrevWordHighlightAction extends WordHighlightNavigationAction {
756
756
  constructor() {
757
757
  super(false, {
758
758
  id: 'editor.action.wordHighlight.prev',
759
- label: nls.localize2(1562, "Go to Previous Symbol Highlight"),
759
+ label: nls.localize2(1566, "Go to Previous Symbol Highlight"),
760
760
  precondition: ctxHasWordHighlights,
761
761
  kbOpts: {
762
762
  kbExpr: EditorContextKeys.editorTextFocus,
@@ -770,7 +770,7 @@ class TriggerWordHighlightAction extends EditorAction {
770
770
  constructor() {
771
771
  super({
772
772
  id: 'editor.action.wordHighlight.trigger',
773
- label: nls.localize2(1563, "Trigger Symbol Highlight"),
773
+ label: nls.localize2(1567, "Trigger Symbol Highlight"),
774
774
  precondition: undefined,
775
775
  kbOpts: {
776
776
  kbExpr: EditorContextKeys.editorTextFocus,
@@ -395,7 +395,7 @@ export class DeleteInsideWord extends EditorAction {
395
395
  super({
396
396
  id: 'deleteInsideWord',
397
397
  precondition: EditorContextKeys.writable,
398
- label: nls.localize2(1564, "Delete Word"),
398
+ label: nls.localize2(1568, "Delete Word"),
399
399
  });
400
400
  }
401
401
  run(accessor, editor, args) {
@@ -69,176 +69,176 @@ export class AccessibilitySignal {
69
69
  return signal;
70
70
  }
71
71
  static { this.errorAtPosition = AccessibilitySignal.register({
72
- name: localize(1565, 'Error at Position'),
72
+ name: localize(1569, 'Error at Position'),
73
73
  sound: Sound.error,
74
- announcementMessage: localize(1566, 'Error'),
74
+ announcementMessage: localize(1570, 'Error'),
75
75
  settingsKey: 'accessibility.signals.positionHasError',
76
76
  delaySettingsKey: 'accessibility.signalOptions.delays.errorAtPosition'
77
77
  }); }
78
78
  static { this.warningAtPosition = AccessibilitySignal.register({
79
- name: localize(1567, 'Warning at Position'),
79
+ name: localize(1571, 'Warning at Position'),
80
80
  sound: Sound.warning,
81
- announcementMessage: localize(1568, 'Warning'),
81
+ announcementMessage: localize(1572, 'Warning'),
82
82
  settingsKey: 'accessibility.signals.positionHasWarning',
83
83
  delaySettingsKey: 'accessibility.signalOptions.delays.warningAtPosition'
84
84
  }); }
85
85
  static { this.errorOnLine = AccessibilitySignal.register({
86
- name: localize(1569, 'Error on Line'),
86
+ name: localize(1573, 'Error on Line'),
87
87
  sound: Sound.error,
88
88
  legacySoundSettingsKey: 'audioCues.lineHasError',
89
89
  legacyAnnouncementSettingsKey: 'accessibility.alert.error',
90
- announcementMessage: localize(1570, 'Error on Line'),
90
+ announcementMessage: localize(1574, 'Error on Line'),
91
91
  settingsKey: 'accessibility.signals.lineHasError',
92
92
  }); }
93
93
  static { this.warningOnLine = AccessibilitySignal.register({
94
- name: localize(1571, 'Warning on Line'),
94
+ name: localize(1575, 'Warning on Line'),
95
95
  sound: Sound.warning,
96
96
  legacySoundSettingsKey: 'audioCues.lineHasWarning',
97
97
  legacyAnnouncementSettingsKey: 'accessibility.alert.warning',
98
- announcementMessage: localize(1572, 'Warning on Line'),
98
+ announcementMessage: localize(1576, 'Warning on Line'),
99
99
  settingsKey: 'accessibility.signals.lineHasWarning',
100
100
  }); }
101
101
  static { this.foldedArea = AccessibilitySignal.register({
102
- name: localize(1573, 'Folded Area on Line'),
102
+ name: localize(1577, 'Folded Area on Line'),
103
103
  sound: Sound.foldedArea,
104
104
  legacySoundSettingsKey: 'audioCues.lineHasFoldedArea',
105
105
  legacyAnnouncementSettingsKey: 'accessibility.alert.foldedArea',
106
- announcementMessage: localize(1574, 'Folded'),
106
+ announcementMessage: localize(1578, 'Folded'),
107
107
  settingsKey: 'accessibility.signals.lineHasFoldedArea',
108
108
  }); }
109
109
  static { this.break = AccessibilitySignal.register({
110
- name: localize(1575, 'Breakpoint on Line'),
110
+ name: localize(1579, 'Breakpoint on Line'),
111
111
  sound: Sound.break,
112
112
  legacySoundSettingsKey: 'audioCues.lineHasBreakpoint',
113
113
  legacyAnnouncementSettingsKey: 'accessibility.alert.breakpoint',
114
- announcementMessage: localize(1576, 'Breakpoint'),
114
+ announcementMessage: localize(1580, 'Breakpoint'),
115
115
  settingsKey: 'accessibility.signals.lineHasBreakpoint',
116
116
  }); }
117
117
  static { this.inlineSuggestion = AccessibilitySignal.register({
118
- name: localize(1577, 'Inline Suggestion on Line'),
118
+ name: localize(1581, 'Inline Suggestion on Line'),
119
119
  sound: Sound.quickFixes,
120
120
  legacySoundSettingsKey: 'audioCues.lineHasInlineSuggestion',
121
121
  settingsKey: 'accessibility.signals.lineHasInlineSuggestion',
122
122
  }); }
123
123
  static { this.nextEditSuggestion = AccessibilitySignal.register({
124
- name: localize(1578, 'Next Edit Suggestion on Line'),
124
+ name: localize(1582, 'Next Edit Suggestion on Line'),
125
125
  sound: Sound.nextEditSuggestion,
126
126
  legacySoundSettingsKey: 'audioCues.nextEditSuggestion',
127
127
  settingsKey: 'accessibility.signals.nextEditSuggestion',
128
- announcementMessage: localize(1579, 'Next Edit Suggestion'),
128
+ announcementMessage: localize(1583, 'Next Edit Suggestion'),
129
129
  }); }
130
130
  static { this.terminalQuickFix = AccessibilitySignal.register({
131
- name: localize(1580, 'Terminal Quick Fix'),
131
+ name: localize(1584, 'Terminal Quick Fix'),
132
132
  sound: Sound.quickFixes,
133
133
  legacySoundSettingsKey: 'audioCues.terminalQuickFix',
134
134
  legacyAnnouncementSettingsKey: 'accessibility.alert.terminalQuickFix',
135
- announcementMessage: localize(1581, 'Quick Fix'),
135
+ announcementMessage: localize(1585, 'Quick Fix'),
136
136
  settingsKey: 'accessibility.signals.terminalQuickFix',
137
137
  }); }
138
138
  static { this.onDebugBreak = AccessibilitySignal.register({
139
- name: localize(1582, 'Debugger Stopped on Breakpoint'),
139
+ name: localize(1586, 'Debugger Stopped on Breakpoint'),
140
140
  sound: Sound.break,
141
141
  legacySoundSettingsKey: 'audioCues.onDebugBreak',
142
142
  legacyAnnouncementSettingsKey: 'accessibility.alert.onDebugBreak',
143
- announcementMessage: localize(1583, 'Breakpoint'),
143
+ announcementMessage: localize(1587, 'Breakpoint'),
144
144
  settingsKey: 'accessibility.signals.onDebugBreak',
145
145
  }); }
146
146
  static { this.noInlayHints = AccessibilitySignal.register({
147
- name: localize(1584, 'No Inlay Hints on Line'),
147
+ name: localize(1588, 'No Inlay Hints on Line'),
148
148
  sound: Sound.error,
149
149
  legacySoundSettingsKey: 'audioCues.noInlayHints',
150
150
  legacyAnnouncementSettingsKey: 'accessibility.alert.noInlayHints',
151
- announcementMessage: localize(1585, 'No Inlay Hints'),
151
+ announcementMessage: localize(1589, 'No Inlay Hints'),
152
152
  settingsKey: 'accessibility.signals.noInlayHints',
153
153
  }); }
154
154
  static { this.taskCompleted = AccessibilitySignal.register({
155
- name: localize(1586, 'Task Completed'),
155
+ name: localize(1590, 'Task Completed'),
156
156
  sound: Sound.taskCompleted,
157
157
  legacySoundSettingsKey: 'audioCues.taskCompleted',
158
158
  legacyAnnouncementSettingsKey: 'accessibility.alert.taskCompleted',
159
- announcementMessage: localize(1587, 'Task Completed'),
159
+ announcementMessage: localize(1591, 'Task Completed'),
160
160
  settingsKey: 'accessibility.signals.taskCompleted',
161
161
  }); }
162
162
  static { this.taskFailed = AccessibilitySignal.register({
163
- name: localize(1588, 'Task Failed'),
163
+ name: localize(1592, 'Task Failed'),
164
164
  sound: Sound.taskFailed,
165
165
  legacySoundSettingsKey: 'audioCues.taskFailed',
166
166
  legacyAnnouncementSettingsKey: 'accessibility.alert.taskFailed',
167
- announcementMessage: localize(1589, 'Task Failed'),
167
+ announcementMessage: localize(1593, 'Task Failed'),
168
168
  settingsKey: 'accessibility.signals.taskFailed',
169
169
  }); }
170
170
  static { this.terminalCommandFailed = AccessibilitySignal.register({
171
- name: localize(1590, 'Terminal Command Failed'),
171
+ name: localize(1594, 'Terminal Command Failed'),
172
172
  sound: Sound.error,
173
173
  legacySoundSettingsKey: 'audioCues.terminalCommandFailed',
174
174
  legacyAnnouncementSettingsKey: 'accessibility.alert.terminalCommandFailed',
175
- announcementMessage: localize(1591, 'Command Failed'),
175
+ announcementMessage: localize(1595, 'Command Failed'),
176
176
  settingsKey: 'accessibility.signals.terminalCommandFailed',
177
177
  }); }
178
178
  static { this.terminalCommandSucceeded = AccessibilitySignal.register({
179
- name: localize(1592, 'Terminal Command Succeeded'),
179
+ name: localize(1596, 'Terminal Command Succeeded'),
180
180
  sound: Sound.terminalCommandSucceeded,
181
- announcementMessage: localize(1593, 'Command Succeeded'),
181
+ announcementMessage: localize(1597, 'Command Succeeded'),
182
182
  settingsKey: 'accessibility.signals.terminalCommandSucceeded',
183
183
  }); }
184
184
  static { this.terminalBell = AccessibilitySignal.register({
185
- name: localize(1594, 'Terminal Bell'),
185
+ name: localize(1598, 'Terminal Bell'),
186
186
  sound: Sound.terminalBell,
187
187
  legacySoundSettingsKey: 'audioCues.terminalBell',
188
188
  legacyAnnouncementSettingsKey: 'accessibility.alert.terminalBell',
189
- announcementMessage: localize(1595, 'Terminal Bell'),
189
+ announcementMessage: localize(1599, 'Terminal Bell'),
190
190
  settingsKey: 'accessibility.signals.terminalBell',
191
191
  }); }
192
192
  static { this.notebookCellCompleted = AccessibilitySignal.register({
193
- name: localize(1596, 'Notebook Cell Completed'),
193
+ name: localize(1600, 'Notebook Cell Completed'),
194
194
  sound: Sound.taskCompleted,
195
195
  legacySoundSettingsKey: 'audioCues.notebookCellCompleted',
196
196
  legacyAnnouncementSettingsKey: 'accessibility.alert.notebookCellCompleted',
197
- announcementMessage: localize(1597, 'Notebook Cell Completed'),
197
+ announcementMessage: localize(1601, 'Notebook Cell Completed'),
198
198
  settingsKey: 'accessibility.signals.notebookCellCompleted',
199
199
  }); }
200
200
  static { this.notebookCellFailed = AccessibilitySignal.register({
201
- name: localize(1598, 'Notebook Cell Failed'),
201
+ name: localize(1602, 'Notebook Cell Failed'),
202
202
  sound: Sound.taskFailed,
203
203
  legacySoundSettingsKey: 'audioCues.notebookCellFailed',
204
204
  legacyAnnouncementSettingsKey: 'accessibility.alert.notebookCellFailed',
205
- announcementMessage: localize(1599, 'Notebook Cell Failed'),
205
+ announcementMessage: localize(1603, 'Notebook Cell Failed'),
206
206
  settingsKey: 'accessibility.signals.notebookCellFailed',
207
207
  }); }
208
208
  static { this.diffLineInserted = AccessibilitySignal.register({
209
- name: localize(1600, 'Diff Line Inserted'),
209
+ name: localize(1604, 'Diff Line Inserted'),
210
210
  sound: Sound.diffLineInserted,
211
211
  legacySoundSettingsKey: 'audioCues.diffLineInserted',
212
212
  settingsKey: 'accessibility.signals.diffLineInserted',
213
213
  }); }
214
214
  static { this.diffLineDeleted = AccessibilitySignal.register({
215
- name: localize(1601, 'Diff Line Deleted'),
215
+ name: localize(1605, 'Diff Line Deleted'),
216
216
  sound: Sound.diffLineDeleted,
217
217
  legacySoundSettingsKey: 'audioCues.diffLineDeleted',
218
218
  settingsKey: 'accessibility.signals.diffLineDeleted',
219
219
  }); }
220
220
  static { this.diffLineModified = AccessibilitySignal.register({
221
- name: localize(1602, 'Diff Line Modified'),
221
+ name: localize(1606, 'Diff Line Modified'),
222
222
  sound: Sound.diffLineModified,
223
223
  legacySoundSettingsKey: 'audioCues.diffLineModified',
224
224
  settingsKey: 'accessibility.signals.diffLineModified',
225
225
  }); }
226
226
  static { this.chatEditModifiedFile = AccessibilitySignal.register({
227
- name: localize(1603, 'Chat Edit Modified File'),
227
+ name: localize(1607, 'Chat Edit Modified File'),
228
228
  sound: Sound.chatEditModifiedFile,
229
- announcementMessage: localize(1604, 'File Modified from Chat Edits'),
229
+ announcementMessage: localize(1608, 'File Modified from Chat Edits'),
230
230
  settingsKey: 'accessibility.signals.chatEditModifiedFile',
231
231
  }); }
232
232
  static { this.chatRequestSent = AccessibilitySignal.register({
233
- name: localize(1605, 'Chat Request Sent'),
233
+ name: localize(1609, 'Chat Request Sent'),
234
234
  sound: Sound.requestSent,
235
235
  legacySoundSettingsKey: 'audioCues.chatRequestSent',
236
236
  legacyAnnouncementSettingsKey: 'accessibility.alert.chatRequestSent',
237
- announcementMessage: localize(1606, 'Chat Request Sent'),
237
+ announcementMessage: localize(1610, 'Chat Request Sent'),
238
238
  settingsKey: 'accessibility.signals.chatRequestSent',
239
239
  }); }
240
240
  static { this.chatResponseReceived = AccessibilitySignal.register({
241
- name: localize(1607, 'Chat Response Received'),
241
+ name: localize(1611, 'Chat Response Received'),
242
242
  legacySoundSettingsKey: 'audioCues.chatResponseReceived',
243
243
  sound: {
244
244
  randomOneOf: [
@@ -251,79 +251,79 @@ export class AccessibilitySignal {
251
251
  settingsKey: 'accessibility.signals.chatResponseReceived'
252
252
  }); }
253
253
  static { this.codeActionTriggered = AccessibilitySignal.register({
254
- name: localize(1608, 'Code Action Request Triggered'),
254
+ name: localize(1612, 'Code Action Request Triggered'),
255
255
  sound: Sound.codeActionTriggered,
256
256
  legacySoundSettingsKey: 'audioCues.codeActionRequestTriggered',
257
257
  legacyAnnouncementSettingsKey: 'accessibility.alert.codeActionRequestTriggered',
258
- announcementMessage: localize(1609, 'Code Action Request Triggered'),
258
+ announcementMessage: localize(1613, 'Code Action Request Triggered'),
259
259
  settingsKey: 'accessibility.signals.codeActionTriggered',
260
260
  }); }
261
261
  static { this.codeActionApplied = AccessibilitySignal.register({
262
- name: localize(1610, 'Code Action Applied'),
262
+ name: localize(1614, 'Code Action Applied'),
263
263
  legacySoundSettingsKey: 'audioCues.codeActionApplied',
264
264
  sound: Sound.codeActionApplied,
265
265
  settingsKey: 'accessibility.signals.codeActionApplied'
266
266
  }); }
267
267
  static { this.progress = AccessibilitySignal.register({
268
- name: localize(1611, 'Progress'),
268
+ name: localize(1615, 'Progress'),
269
269
  sound: Sound.progress,
270
270
  legacySoundSettingsKey: 'audioCues.chatResponsePending',
271
271
  legacyAnnouncementSettingsKey: 'accessibility.alert.progress',
272
- announcementMessage: localize(1612, 'Progress'),
272
+ announcementMessage: localize(1616, 'Progress'),
273
273
  settingsKey: 'accessibility.signals.progress'
274
274
  }); }
275
275
  static { this.clear = AccessibilitySignal.register({
276
- name: localize(1613, 'Clear'),
276
+ name: localize(1617, 'Clear'),
277
277
  sound: Sound.clear,
278
278
  legacySoundSettingsKey: 'audioCues.clear',
279
279
  legacyAnnouncementSettingsKey: 'accessibility.alert.clear',
280
- announcementMessage: localize(1614, 'Clear'),
280
+ announcementMessage: localize(1618, 'Clear'),
281
281
  settingsKey: 'accessibility.signals.clear'
282
282
  }); }
283
283
  static { this.save = AccessibilitySignal.register({
284
- name: localize(1615, 'Save'),
284
+ name: localize(1619, 'Save'),
285
285
  sound: Sound.save,
286
286
  legacySoundSettingsKey: 'audioCues.save',
287
287
  legacyAnnouncementSettingsKey: 'accessibility.alert.save',
288
- announcementMessage: localize(1616, 'Save'),
288
+ announcementMessage: localize(1620, 'Save'),
289
289
  settingsKey: 'accessibility.signals.save'
290
290
  }); }
291
291
  static { this.format = AccessibilitySignal.register({
292
- name: localize(1617, 'Format'),
292
+ name: localize(1621, 'Format'),
293
293
  sound: Sound.format,
294
294
  legacySoundSettingsKey: 'audioCues.format',
295
295
  legacyAnnouncementSettingsKey: 'accessibility.alert.format',
296
- announcementMessage: localize(1618, 'Format'),
296
+ announcementMessage: localize(1622, 'Format'),
297
297
  settingsKey: 'accessibility.signals.format'
298
298
  }); }
299
299
  static { this.voiceRecordingStarted = AccessibilitySignal.register({
300
- name: localize(1619, 'Voice Recording Started'),
300
+ name: localize(1623, 'Voice Recording Started'),
301
301
  sound: Sound.voiceRecordingStarted,
302
302
  legacySoundSettingsKey: 'audioCues.voiceRecordingStarted',
303
303
  settingsKey: 'accessibility.signals.voiceRecordingStarted'
304
304
  }); }
305
305
  static { this.voiceRecordingStopped = AccessibilitySignal.register({
306
- name: localize(1620, 'Voice Recording Stopped'),
306
+ name: localize(1624, 'Voice Recording Stopped'),
307
307
  sound: Sound.voiceRecordingStopped,
308
308
  legacySoundSettingsKey: 'audioCues.voiceRecordingStopped',
309
309
  settingsKey: 'accessibility.signals.voiceRecordingStopped'
310
310
  }); }
311
311
  static { this.editsKept = AccessibilitySignal.register({
312
- name: localize(1621, 'Edits Kept'),
312
+ name: localize(1625, 'Edits Kept'),
313
313
  sound: Sound.editsKept,
314
- announcementMessage: localize(1622, 'Edits Kept'),
314
+ announcementMessage: localize(1626, 'Edits Kept'),
315
315
  settingsKey: 'accessibility.signals.editsKept',
316
316
  }); }
317
317
  static { this.editsUndone = AccessibilitySignal.register({
318
- name: localize(1623, 'Undo Edits'),
318
+ name: localize(1627, 'Undo Edits'),
319
319
  sound: Sound.editsUndone,
320
- announcementMessage: localize(1624, 'Edits Undone'),
320
+ announcementMessage: localize(1628, 'Edits Undone'),
321
321
  settingsKey: 'accessibility.signals.editsUndone',
322
322
  }); }
323
323
  static { this.chatUserActionRequired = AccessibilitySignal.register({
324
- name: localize(1625, 'Chat User Action Required'),
324
+ name: localize(1629, 'Chat User Action Required'),
325
325
  sound: Sound.chatUserActionRequired,
326
- announcementMessage: localize(1626, 'Chat User Action Required'),
326
+ announcementMessage: localize(1630, 'Chat User Action Required'),
327
327
  settingsKey: 'accessibility.signals.chatUserActionRequired',
328
328
  managesOwnEnablement: true
329
329
  }); }
@@ -4,11 +4,11 @@
4
4
  *--------------------------------------------------------------------------------------------*/
5
5
  import { localize2 } from '../../../nls.js';
6
6
  export const Categories = Object.freeze({
7
- View: localize2(1627, 'View'),
8
- Help: localize2(1628, 'Help'),
9
- Test: localize2(1629, 'Test'),
10
- File: localize2(1630, 'File'),
11
- Preferences: localize2(1631, 'Preferences'),
12
- Developer: localize2(1632, "Developer"),
7
+ View: localize2(1631, 'View'),
8
+ Help: localize2(1632, 'Help'),
9
+ Test: localize2(1633, 'Test'),
10
+ File: localize2(1634, 'File'),
11
+ Preferences: localize2(1635, 'Preferences'),
12
+ Developer: localize2(1636, "Developer"),
13
13
  });
14
14
  //# sourceMappingURL=actionCommonCategories.js.map
@@ -119,10 +119,10 @@ let ActionItemRenderer = class ActionItemRenderer {
119
119
  }
120
120
  else if (actionTitle && previewTitle) {
121
121
  if (this._supportsPreview && element.canPreview) {
122
- data.container.title = localize(1642, "{0} to Apply, {1} to Preview", actionTitle, previewTitle);
122
+ data.container.title = localize(1646, "{0} to Apply, {1} to Preview", actionTitle, previewTitle);
123
123
  }
124
124
  else {
125
- data.container.title = localize(1643, "{0} to Apply", actionTitle);
125
+ data.container.title = localize(1647, "{0} to Apply", actionTitle);
126
126
  }
127
127
  }
128
128
  else {
@@ -191,13 +191,13 @@ let ActionList = class ActionList extends Disposable {
191
191
  label = label + ', ' + stripNewlines(element.description);
192
192
  }
193
193
  if (element.disabled) {
194
- label = localize(1644, "{0}, Disabled Reason: {1}", label, element.disabled);
194
+ label = localize(1648, "{0}, Disabled Reason: {1}", label, element.disabled);
195
195
  }
196
196
  return label;
197
197
  }
198
198
  return null;
199
199
  },
200
- getWidgetAriaLabel: () => localize(1645, "Action Widget"),
200
+ getWidgetAriaLabel: () => localize(1649, "Action Widget"),
201
201
  getRole: (e) => {
202
202
  switch (e.kind) {
203
203
  case "action" /* ActionListItemKind.Action */: