monaco-editor-core 0.54.0-dev-20250922 → 0.54.0-dev-20250924

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 (174) hide show
  1. package/esm/nls.keys.json +1 -1
  2. package/esm/nls.messages.de.js +2 -2
  3. package/esm/nls.messages.es.js +2 -2
  4. package/esm/nls.messages.fr.js +2 -2
  5. package/esm/nls.messages.it.js +2 -2
  6. package/esm/nls.messages.ja.js +2 -2
  7. package/esm/nls.messages.js +1 -1
  8. package/esm/nls.messages.json +1 -1
  9. package/esm/nls.messages.ko.js +2 -2
  10. package/esm/nls.messages.ru.js +2 -2
  11. package/esm/nls.messages.zh-cn.js +2 -2
  12. package/esm/nls.messages.zh-tw.js +2 -2
  13. package/esm/nls.metadata.json +2 -0
  14. package/esm/vs/base/browser/ui/toolbar/toolbar.js +7 -0
  15. package/esm/vs/base/browser/ui/toolbar/toolbar.js.map +1 -1
  16. package/esm/vs/base/common/htmlContent.js +8 -0
  17. package/esm/vs/base/common/htmlContent.js.map +1 -1
  18. package/esm/vs/editor/common/config/editorOptions.js +274 -267
  19. package/esm/vs/editor/common/config/editorOptions.js.map +1 -1
  20. package/esm/vs/editor/common/core/editorColorRegistry.js +68 -68
  21. package/esm/vs/editor/common/editorContextKeys.js +46 -46
  22. package/esm/vs/editor/common/languages/modesRegistry.js +1 -1
  23. package/esm/vs/editor/common/languages.js +56 -56
  24. package/esm/vs/editor/common/model/editStack.js +1 -1
  25. package/esm/vs/editor/common/standaloneStrings.js +10 -10
  26. package/esm/vs/editor/common/viewLayout/viewLineRenderer.js +2 -2
  27. package/esm/vs/editor/contrib/anchorSelect/browser/anchorSelect.js +6 -6
  28. package/esm/vs/editor/contrib/bracketMatching/browser/bracketMatching.js +6 -6
  29. package/esm/vs/editor/contrib/caretOperations/browser/caretOperations.js +2 -2
  30. package/esm/vs/editor/contrib/caretOperations/browser/transpose.js +1 -1
  31. package/esm/vs/editor/contrib/clipboard/browser/clipboard.js +17 -17
  32. package/esm/vs/editor/contrib/codeAction/browser/codeAction.js +1 -1
  33. package/esm/vs/editor/contrib/codeAction/browser/codeActionCommands.js +29 -29
  34. package/esm/vs/editor/contrib/codeAction/browser/codeActionContributions.js +3 -3
  35. package/esm/vs/editor/contrib/codeAction/browser/codeActionController.js +3 -3
  36. package/esm/vs/editor/contrib/codeAction/browser/codeActionMenu.js +8 -8
  37. package/esm/vs/editor/contrib/codeAction/browser/lightBulbWidget.js +9 -9
  38. package/esm/vs/editor/contrib/codelens/browser/codelensController.js +2 -2
  39. package/esm/vs/editor/contrib/colorPicker/browser/colorPickerParts/colorPickerCloseButton.js +1 -1
  40. package/esm/vs/editor/contrib/colorPicker/browser/colorPickerParts/colorPickerHeader.js +1 -1
  41. package/esm/vs/editor/contrib/colorPicker/browser/standaloneColorPicker/standaloneColorPickerActions.js +7 -7
  42. package/esm/vs/editor/contrib/comment/browser/comment.js +6 -6
  43. package/esm/vs/editor/contrib/contextmenu/browser/contextmenu.js +10 -10
  44. package/esm/vs/editor/contrib/cursorUndo/browser/cursorUndo.js +2 -2
  45. package/esm/vs/editor/contrib/dropOrPasteInto/browser/copyPasteContribution.js +4 -4
  46. package/esm/vs/editor/contrib/dropOrPasteInto/browser/copyPasteController.js +9 -9
  47. package/esm/vs/editor/contrib/dropOrPasteInto/browser/defaultProviders.js +8 -8
  48. package/esm/vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorController.js +3 -3
  49. package/esm/vs/editor/contrib/dropOrPasteInto/browser/postEditWidget.js +2 -2
  50. package/esm/vs/editor/contrib/editorState/browser/keybindingCancellation.js +1 -1
  51. package/esm/vs/editor/contrib/find/browser/findController.js +16 -16
  52. package/esm/vs/editor/contrib/find/browser/findWidget.js +26 -26
  53. package/esm/vs/editor/contrib/floatingMenu/browser/floatingMenu.css +10 -0
  54. package/esm/vs/editor/contrib/floatingMenu/browser/floatingMenu.js +28 -5
  55. package/esm/vs/editor/contrib/floatingMenu/browser/floatingMenu.js.map +1 -1
  56. package/esm/vs/editor/contrib/folding/browser/folding.js +20 -20
  57. package/esm/vs/editor/contrib/folding/browser/foldingDecorations.js +9 -9
  58. package/esm/vs/editor/contrib/folding/browser/foldingDecorations.js.map +1 -1
  59. package/esm/vs/editor/contrib/fontZoom/browser/fontZoom.js +3 -3
  60. package/esm/vs/editor/contrib/format/browser/format.js +3 -0
  61. package/esm/vs/editor/contrib/format/browser/format.js.map +1 -1
  62. package/esm/vs/editor/contrib/format/browser/formatActions.js +2 -2
  63. package/esm/vs/editor/contrib/gotoError/browser/gotoError.js +8 -8
  64. package/esm/vs/editor/contrib/gotoError/browser/gotoErrorWidget.js +14 -14
  65. package/esm/vs/editor/contrib/gotoSymbol/browser/goToCommands.js +39 -39
  66. package/esm/vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition.js +1 -1
  67. package/esm/vs/editor/contrib/gotoSymbol/browser/peek/referencesController.js +3 -3
  68. package/esm/vs/editor/contrib/gotoSymbol/browser/peek/referencesTree.js +3 -3
  69. package/esm/vs/editor/contrib/gotoSymbol/browser/peek/referencesWidget.js +3 -3
  70. package/esm/vs/editor/contrib/gotoSymbol/browser/referencesModel.js +8 -8
  71. package/esm/vs/editor/contrib/gotoSymbol/browser/symbolNavigation.js +3 -3
  72. package/esm/vs/editor/contrib/gpu/browser/gpuActions.js +4 -4
  73. package/esm/vs/editor/contrib/hover/browser/hoverActionIds.js +2 -2
  74. package/esm/vs/editor/contrib/hover/browser/hoverActions.js +24 -24
  75. package/esm/vs/editor/contrib/hover/browser/markdownHoverParticipant.js +9 -9
  76. package/esm/vs/editor/contrib/hover/browser/markerHoverParticipant.js +5 -5
  77. package/esm/vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace.js +2 -2
  78. package/esm/vs/editor/contrib/indentation/browser/indentation.js +20 -20
  79. package/esm/vs/editor/contrib/inlayHints/browser/inlayHints.js +2 -7
  80. package/esm/vs/editor/contrib/inlayHints/browser/inlayHints.js.map +1 -1
  81. package/esm/vs/editor/contrib/inlayHints/browser/inlayHintsHover.js +8 -8
  82. package/esm/vs/editor/contrib/inlineCompletions/browser/controller/commands.js +19 -19
  83. package/esm/vs/editor/contrib/inlineCompletions/browser/controller/inlineCompletionContextKeys.js +12 -12
  84. package/esm/vs/editor/contrib/inlineCompletions/browser/controller/inlineCompletionsController.js +1 -1
  85. package/esm/vs/editor/contrib/inlineCompletions/browser/hintsWidget/hoverParticipant.js +1 -1
  86. package/esm/vs/editor/contrib/inlineCompletions/browser/hintsWidget/inlineCompletionsHintsWidget.js +5 -5
  87. package/esm/vs/editor/contrib/inlineCompletions/browser/model/inlineCompletionsModel.js +6 -0
  88. package/esm/vs/editor/contrib/inlineCompletions/browser/model/inlineCompletionsModel.js.map +1 -1
  89. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/components/gutterIndicatorMenu.js +5 -5
  90. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsModel.js +1 -1
  91. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/theme.js +20 -20
  92. package/esm/vs/editor/contrib/insertFinalNewLine/browser/insertFinalNewLine.js +1 -1
  93. package/esm/vs/editor/contrib/lineSelection/browser/lineSelection.js +1 -1
  94. package/esm/vs/editor/contrib/linesOperations/browser/linesOperations.js +31 -31
  95. package/esm/vs/editor/contrib/linkedEditing/browser/linkedEditing.js +2 -2
  96. package/esm/vs/editor/contrib/links/browser/links.js +10 -10
  97. package/esm/vs/editor/contrib/message/browser/messageController.js +1 -1
  98. package/esm/vs/editor/contrib/multicursor/browser/multicursor.js +22 -22
  99. package/esm/vs/editor/contrib/parameterHints/browser/parameterHints.js +1 -1
  100. package/esm/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.js +4 -4
  101. package/esm/vs/editor/contrib/peekView/browser/peekView.js +18 -18
  102. package/esm/vs/editor/contrib/placeholderText/browser/placeholderText.contribution.js +1 -1
  103. package/esm/vs/editor/contrib/quickAccess/browser/gotoLineQuickAccess.js +5 -5
  104. package/esm/vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess.js +32 -32
  105. package/esm/vs/editor/contrib/readOnlyMessage/browser/contribution.js +2 -2
  106. package/esm/vs/editor/contrib/rename/browser/rename.js +11 -11
  107. package/esm/vs/editor/contrib/rename/browser/renameWidget.js +7 -7
  108. package/esm/vs/editor/contrib/smartSelect/browser/smartSelect.js +4 -4
  109. package/esm/vs/editor/contrib/snippet/browser/snippetController2.js +12 -4
  110. package/esm/vs/editor/contrib/snippet/browser/snippetController2.js.map +1 -1
  111. package/esm/vs/editor/contrib/snippet/browser/snippetVariables.js +4 -4
  112. package/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollActions.js +11 -11
  113. package/esm/vs/editor/contrib/suggest/browser/suggest.js +8 -8
  114. package/esm/vs/editor/contrib/suggest/browser/suggestController.js +10 -10
  115. package/esm/vs/editor/contrib/suggest/browser/suggestWidget.js +17 -17
  116. package/esm/vs/editor/contrib/suggest/browser/suggestWidgetDetails.js +2 -2
  117. package/esm/vs/editor/contrib/suggest/browser/suggestWidgetRenderer.js +2 -2
  118. package/esm/vs/editor/contrib/suggest/browser/wordContextKey.js +1 -1
  119. package/esm/vs/editor/contrib/symbolIcons/browser/symbolIcons.js +33 -33
  120. package/esm/vs/editor/contrib/toggleTabFocusMode/browser/toggleTabFocusMode.js +4 -4
  121. package/esm/vs/editor/contrib/tokenization/browser/tokenization.js +1 -1
  122. package/esm/vs/editor/contrib/unicodeHighlighter/browser/bannerController.js +1 -1
  123. package/esm/vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter.js +26 -26
  124. package/esm/vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter.js.map +1 -1
  125. package/esm/vs/editor/contrib/unusualLineTerminators/browser/unusualLineTerminators.js +5 -5
  126. package/esm/vs/editor/contrib/wordHighlighter/browser/highlightDecorations.js +9 -9
  127. package/esm/vs/editor/contrib/wordHighlighter/browser/wordHighlighter.js +3 -3
  128. package/esm/vs/editor/contrib/wordOperations/browser/wordOperations.js +1 -1
  129. package/esm/vs/editor/editor.api.d.ts +1 -0
  130. package/esm/vs/editor/standalone/browser/standaloneThemeService.js +10 -0
  131. package/esm/vs/editor/standalone/browser/standaloneThemeService.js.map +1 -1
  132. package/esm/vs/platform/accessibilitySignal/browser/accessibilitySignalService.js +62 -62
  133. package/esm/vs/platform/action/common/actionCommonCategories.js +6 -6
  134. package/esm/vs/platform/actionWidget/browser/actionList.js +4 -4
  135. package/esm/vs/platform/actionWidget/browser/actionWidget.js +7 -7
  136. package/esm/vs/platform/actions/browser/menuEntryActionViewItem.js +5 -5
  137. package/esm/vs/platform/actions/browser/toolbar.js +2 -2
  138. package/esm/vs/platform/actions/common/menuService.js +2 -2
  139. package/esm/vs/platform/configuration/common/configurationRegistry.js +10 -10
  140. package/esm/vs/platform/contextkey/browser/contextKeyService.js +37 -3
  141. package/esm/vs/platform/contextkey/browser/contextKeyService.js.map +1 -1
  142. package/esm/vs/platform/contextkey/common/contextkey.js +9 -9
  143. package/esm/vs/platform/contextkey/common/contextkeys.js +9 -9
  144. package/esm/vs/platform/contextkey/common/scanner.js +5 -5
  145. package/esm/vs/platform/history/browser/contextScopedHistoryWidget.js +1 -1
  146. package/esm/vs/platform/keybinding/common/abstractKeybindingService.js +4 -4
  147. package/esm/vs/platform/list/browser/listService.js +27 -27
  148. package/esm/vs/platform/markers/common/markerService.js +2 -2
  149. package/esm/vs/platform/markers/common/markers.js +6 -6
  150. package/esm/vs/platform/quickinput/browser/commandsQuickAccess.js +7 -7
  151. package/esm/vs/platform/quickinput/browser/helpQuickAccess.js +1 -1
  152. package/esm/vs/platform/quickinput/browser/quickInput.js +10 -10
  153. package/esm/vs/platform/quickinput/browser/quickInputActions.js +5 -5
  154. package/esm/vs/platform/quickinput/browser/quickInputController.js +6 -6
  155. package/esm/vs/platform/quickinput/browser/quickInputList.js +1 -1
  156. package/esm/vs/platform/quickinput/browser/quickInputUtils.js +1 -1
  157. package/esm/vs/platform/quickinput/browser/tree/quickInputTreeAccessibilityProvider.js +1 -1
  158. package/esm/vs/platform/theme/common/colorUtils.js +2 -2
  159. package/esm/vs/platform/theme/common/colors/baseColors.js +17 -17
  160. package/esm/vs/platform/theme/common/colors/chartsColors.js +8 -8
  161. package/esm/vs/platform/theme/common/colors/editorColors.js +95 -95
  162. package/esm/vs/platform/theme/common/colors/inputColors.js +47 -47
  163. package/esm/vs/platform/theme/common/colors/listColors.js +36 -36
  164. package/esm/vs/platform/theme/common/colors/menuColors.js +7 -7
  165. package/esm/vs/platform/theme/common/colors/minimapColors.js +11 -11
  166. package/esm/vs/platform/theme/common/colors/miscColors.js +15 -15
  167. package/esm/vs/platform/theme/common/colors/quickpickColors.js +9 -9
  168. package/esm/vs/platform/theme/common/colors/searchColors.js +3 -3
  169. package/esm/vs/platform/theme/common/iconRegistry.js +6 -6
  170. package/esm/vs/platform/undoRedo/common/undoRedoService.js +20 -20
  171. package/esm/vs/platform/workspace/common/workspace.js +1 -1
  172. package/monaco.d.ts +1 -0
  173. package/package.json +2 -2
  174. package/version.txt +1 -1
@@ -32,7 +32,7 @@ function announceCursorChange(previousCursorState, cursorState) {
32
32
  const cursorDiff = cursorState.filter(cs => !previousCursorState.find(pcs => pcs.equals(cs)));
33
33
  if (cursorDiff.length >= 1) {
34
34
  const cursorPositions = cursorDiff.map(cs => `line ${cs.viewState.position.lineNumber} column ${cs.viewState.position.column}`).join(', ');
35
- const msg = cursorDiff.length === 1 ? nls.localize(1276, "Cursor added: {0}", cursorPositions) : nls.localize(1277, "Cursors added: {0}", cursorPositions);
35
+ const msg = cursorDiff.length === 1 ? nls.localize(1277, "Cursor added: {0}", cursorPositions) : nls.localize(1278, "Cursors added: {0}", cursorPositions);
36
36
  status(msg);
37
37
  }
38
38
  }
@@ -40,7 +40,7 @@ export class InsertCursorAbove extends EditorAction {
40
40
  constructor() {
41
41
  super({
42
42
  id: 'editor.action.insertCursorAbove',
43
- label: nls.localize2(1286, "Add Cursor Above"),
43
+ label: nls.localize2(1287, "Add Cursor Above"),
44
44
  precondition: undefined,
45
45
  kbOpts: {
46
46
  kbExpr: EditorContextKeys.editorTextFocus,
@@ -54,7 +54,7 @@ export class InsertCursorAbove extends EditorAction {
54
54
  menuOpts: {
55
55
  menuId: MenuId.MenubarSelectionMenu,
56
56
  group: '3_multi',
57
- title: nls.localize(1278, "&&Add Cursor Above"),
57
+ title: nls.localize(1279, "&&Add Cursor Above"),
58
58
  order: 2
59
59
  }
60
60
  });
@@ -82,7 +82,7 @@ export class InsertCursorBelow extends EditorAction {
82
82
  constructor() {
83
83
  super({
84
84
  id: 'editor.action.insertCursorBelow',
85
- label: nls.localize2(1287, "Add Cursor Below"),
85
+ label: nls.localize2(1288, "Add Cursor Below"),
86
86
  precondition: undefined,
87
87
  kbOpts: {
88
88
  kbExpr: EditorContextKeys.editorTextFocus,
@@ -96,7 +96,7 @@ export class InsertCursorBelow extends EditorAction {
96
96
  menuOpts: {
97
97
  menuId: MenuId.MenubarSelectionMenu,
98
98
  group: '3_multi',
99
- title: nls.localize(1279, "A&&dd Cursor Below"),
99
+ title: nls.localize(1280, "A&&dd Cursor Below"),
100
100
  order: 3
101
101
  }
102
102
  });
@@ -124,7 +124,7 @@ class InsertCursorAtEndOfEachLineSelected extends EditorAction {
124
124
  constructor() {
125
125
  super({
126
126
  id: 'editor.action.insertCursorAtEndOfEachLineSelected',
127
- label: nls.localize2(1288, "Add Cursors to Line Ends"),
127
+ label: nls.localize2(1289, "Add Cursors to Line Ends"),
128
128
  precondition: undefined,
129
129
  kbOpts: {
130
130
  kbExpr: EditorContextKeys.editorTextFocus,
@@ -134,7 +134,7 @@ class InsertCursorAtEndOfEachLineSelected extends EditorAction {
134
134
  menuOpts: {
135
135
  menuId: MenuId.MenubarSelectionMenu,
136
136
  group: '3_multi',
137
- title: nls.localize(1280, "Add C&&ursors to Line Ends"),
137
+ title: nls.localize(1281, "Add C&&ursors to Line Ends"),
138
138
  order: 4
139
139
  }
140
140
  });
@@ -171,7 +171,7 @@ class InsertCursorAtEndOfLineSelected extends EditorAction {
171
171
  constructor() {
172
172
  super({
173
173
  id: 'editor.action.addCursorsToBottom',
174
- label: nls.localize2(1289, "Add Cursors to Bottom"),
174
+ label: nls.localize2(1290, "Add Cursors to Bottom"),
175
175
  precondition: undefined
176
176
  });
177
177
  }
@@ -197,7 +197,7 @@ class InsertCursorAtTopOfLineSelected extends EditorAction {
197
197
  constructor() {
198
198
  super({
199
199
  id: 'editor.action.addCursorsToTop',
200
- label: nls.localize2(1290, "Add Cursors to Top"),
200
+ label: nls.localize2(1291, "Add Cursors to Top"),
201
201
  precondition: undefined
202
202
  });
203
203
  }
@@ -574,7 +574,7 @@ export class AddSelectionToNextFindMatchAction extends MultiCursorSelectionContr
574
574
  constructor() {
575
575
  super({
576
576
  id: 'editor.action.addSelectionToNextFindMatch',
577
- label: nls.localize2(1291, "Add Selection to Next Find Match"),
577
+ label: nls.localize2(1292, "Add Selection to Next Find Match"),
578
578
  precondition: undefined,
579
579
  kbOpts: {
580
580
  kbExpr: EditorContextKeys.focus,
@@ -584,7 +584,7 @@ export class AddSelectionToNextFindMatchAction extends MultiCursorSelectionContr
584
584
  menuOpts: {
585
585
  menuId: MenuId.MenubarSelectionMenu,
586
586
  group: '3_multi',
587
- title: nls.localize(1281, "Add &&Next Occurrence"),
587
+ title: nls.localize(1282, "Add &&Next Occurrence"),
588
588
  order: 5
589
589
  }
590
590
  });
@@ -597,12 +597,12 @@ export class AddSelectionToPreviousFindMatchAction extends MultiCursorSelectionC
597
597
  constructor() {
598
598
  super({
599
599
  id: 'editor.action.addSelectionToPreviousFindMatch',
600
- label: nls.localize2(1292, "Add Selection to Previous Find Match"),
600
+ label: nls.localize2(1293, "Add Selection to Previous Find Match"),
601
601
  precondition: undefined,
602
602
  menuOpts: {
603
603
  menuId: MenuId.MenubarSelectionMenu,
604
604
  group: '3_multi',
605
- title: nls.localize(1282, "Add P&&revious Occurrence"),
605
+ title: nls.localize(1283, "Add P&&revious Occurrence"),
606
606
  order: 6
607
607
  }
608
608
  });
@@ -615,7 +615,7 @@ export class MoveSelectionToNextFindMatchAction extends MultiCursorSelectionCont
615
615
  constructor() {
616
616
  super({
617
617
  id: 'editor.action.moveSelectionToNextFindMatch',
618
- label: nls.localize2(1293, "Move Last Selection to Next Find Match"),
618
+ label: nls.localize2(1294, "Move Last Selection to Next Find Match"),
619
619
  precondition: undefined,
620
620
  kbOpts: {
621
621
  kbExpr: EditorContextKeys.focus,
@@ -632,7 +632,7 @@ export class MoveSelectionToPreviousFindMatchAction extends MultiCursorSelection
632
632
  constructor() {
633
633
  super({
634
634
  id: 'editor.action.moveSelectionToPreviousFindMatch',
635
- label: nls.localize2(1294, "Move Last Selection to Previous Find Match"),
635
+ label: nls.localize2(1295, "Move Last Selection to Previous Find Match"),
636
636
  precondition: undefined
637
637
  });
638
638
  }
@@ -644,7 +644,7 @@ export class SelectHighlightsAction extends MultiCursorSelectionControllerAction
644
644
  constructor() {
645
645
  super({
646
646
  id: 'editor.action.selectHighlights',
647
- label: nls.localize2(1295, "Select All Occurrences of Find Match"),
647
+ label: nls.localize2(1296, "Select All Occurrences of Find Match"),
648
648
  precondition: undefined,
649
649
  kbOpts: {
650
650
  kbExpr: EditorContextKeys.focus,
@@ -654,7 +654,7 @@ export class SelectHighlightsAction extends MultiCursorSelectionControllerAction
654
654
  menuOpts: {
655
655
  menuId: MenuId.MenubarSelectionMenu,
656
656
  group: '3_multi',
657
- title: nls.localize(1283, "Select All &&Occurrences"),
657
+ title: nls.localize(1284, "Select All &&Occurrences"),
658
658
  order: 7
659
659
  }
660
660
  });
@@ -667,7 +667,7 @@ export class CompatChangeAll extends MultiCursorSelectionControllerAction {
667
667
  constructor() {
668
668
  super({
669
669
  id: 'editor.action.changeAll',
670
- label: nls.localize2(1296, "Change All Occurrences"),
670
+ label: nls.localize2(1297, "Change All Occurrences"),
671
671
  precondition: ContextKeyExpr.and(EditorContextKeys.writable, EditorContextKeys.editorTextFocus),
672
672
  kbOpts: {
673
673
  kbExpr: EditorContextKeys.editorTextFocus,
@@ -925,9 +925,9 @@ export class FocusNextCursor extends EditorAction {
925
925
  constructor() {
926
926
  super({
927
927
  id: 'editor.action.focusNextCursor',
928
- label: nls.localize2(1297, "Focus Next Cursor"),
928
+ label: nls.localize2(1298, "Focus Next Cursor"),
929
929
  metadata: {
930
- description: nls.localize(1284, "Focuses the next cursor"),
930
+ description: nls.localize(1285, "Focuses the next cursor"),
931
931
  args: [],
932
932
  },
933
933
  precondition: undefined
@@ -957,9 +957,9 @@ export class FocusPreviousCursor extends EditorAction {
957
957
  constructor() {
958
958
  super({
959
959
  id: 'editor.action.focusPreviousCursor',
960
- label: nls.localize2(1298, "Focus Previous Cursor"),
960
+ label: nls.localize2(1299, "Focus Previous Cursor"),
961
961
  metadata: {
962
- description: nls.localize(1285, "Focuses the previous cursor"),
962
+ description: nls.localize(1286, "Focuses the previous cursor"),
963
963
  args: [],
964
964
  },
965
965
  precondition: undefined
@@ -67,7 +67,7 @@ export class TriggerParameterHintsAction extends EditorAction {
67
67
  constructor() {
68
68
  super({
69
69
  id: 'editor.action.triggerParameterHints',
70
- label: nls.localize2(1299, "Trigger Parameter Hints"),
70
+ label: nls.localize2(1300, "Trigger Parameter Hints"),
71
71
  precondition: EditorContextKeys.hasSignatureHelpProvider,
72
72
  kbOpts: {
73
73
  kbExpr: EditorContextKeys.editorTextFocus,
@@ -32,8 +32,8 @@ import { listHighlightForeground, registerColor } from '../../../../platform/the
32
32
  import { registerIcon } from '../../../../platform/theme/common/iconRegistry.js';
33
33
  import { ThemeIcon } from '../../../../base/common/themables.js';
34
34
  const $ = dom.$;
35
- const parameterHintsNextIcon = registerIcon('parameter-hints-next', Codicon.chevronDown, nls.localize(1300, 'Icon for show next parameter hint.'));
36
- const parameterHintsPreviousIcon = registerIcon('parameter-hints-previous', Codicon.chevronUp, nls.localize(1301, 'Icon for show previous parameter hint.'));
35
+ const parameterHintsNextIcon = registerIcon('parameter-hints-next', Codicon.chevronDown, nls.localize(1301, 'Icon for show next parameter hint.'));
36
+ const parameterHintsPreviousIcon = registerIcon('parameter-hints-previous', Codicon.chevronUp, nls.localize(1302, 'Icon for show previous parameter hint.'));
37
37
  let ParameterHintsWidget = class ParameterHintsWidget extends Disposable {
38
38
  static { ParameterHintsWidget_1 = this; }
39
39
  static { this.ID = 'editor.widget.parameterHintsWidget'; }
@@ -208,7 +208,7 @@ let ParameterHintsWidget = class ParameterHintsWidget extends Disposable {
208
208
  // Select method gets called on every user type while parameter hints are visible.
209
209
  // We do not want to spam the user with same announcements, so we only announce if the current parameter changed.
210
210
  if (this.announcedLabel !== labelToAnnounce) {
211
- aria.alert(nls.localize(1302, "{0}, hint", labelToAnnounce));
211
+ aria.alert(nls.localize(1303, "{0}, hint", labelToAnnounce));
212
212
  this.announcedLabel = labelToAnnounce;
213
213
  }
214
214
  }
@@ -306,5 +306,5 @@ ParameterHintsWidget = ParameterHintsWidget_1 = __decorate([
306
306
  __param(4, ILanguageService)
307
307
  ], ParameterHintsWidget);
308
308
  export { ParameterHintsWidget };
309
- registerColor('editorHoverWidget.highlightForeground', listHighlightForeground, nls.localize(1303, 'Foreground color of the active item in the parameter hint.'));
309
+ registerColor('editorHoverWidget.highlightForeground', listHighlightForeground, nls.localize(1304, 'Foreground color of the active item in the parameter hint.'));
310
310
  //# sourceMappingURL=parameterHintsWidget.js.map
@@ -53,7 +53,7 @@ registerSingleton(IPeekViewService, class {
53
53
  }, 1 /* InstantiationType.Delayed */);
54
54
  export var PeekContext;
55
55
  (function (PeekContext) {
56
- PeekContext.inPeekEditor = new RawContextKey('inReferenceSearchEditor', true, nls.localize(1304, "Whether the current code editor is embedded inside peek"));
56
+ PeekContext.inPeekEditor = new RawContextKey('inReferenceSearchEditor', true, nls.localize(1305, "Whether the current code editor is embedded inside peek"));
57
57
  PeekContext.notInPeekEditor = PeekContext.inPeekEditor.toNegated();
58
58
  })(PeekContext || (PeekContext = {}));
59
59
  let PeekContextController = class PeekContextController {
@@ -149,7 +149,7 @@ let PeekViewWidget = class PeekViewWidget extends ZoneWidget {
149
149
  this._actionbarWidget = new ActionBar(actionsContainer, actionBarOptions);
150
150
  this._disposables.add(this._actionbarWidget);
151
151
  if (!noCloseAction) {
152
- this._actionbarWidget.push(this._disposables.add(new Action('peekview.close', nls.localize(1305, "Close"), ThemeIcon.asClassName(Codicon.close), true, () => {
152
+ this._actionbarWidget.push(this._disposables.add(new Action('peekview.close', nls.localize(1306, "Close"), ThemeIcon.asClassName(Codicon.close), true, () => {
153
153
  this.dispose();
154
154
  return Promise.resolve();
155
155
  })), { label: false, icon: true });
@@ -216,20 +216,20 @@ PeekViewWidget = __decorate([
216
216
  __param(2, IInstantiationService)
217
217
  ], PeekViewWidget);
218
218
  export { PeekViewWidget };
219
- export const peekViewTitleBackground = registerColor('peekViewTitle.background', { dark: '#252526', light: '#F3F3F3', hcDark: Color.black, hcLight: Color.white }, nls.localize(1306, 'Background color of the peek view title area.'));
220
- export const peekViewTitleForeground = registerColor('peekViewTitleLabel.foreground', { dark: Color.white, light: Color.black, hcDark: Color.white, hcLight: editorForeground }, nls.localize(1307, 'Color of the peek view title.'));
221
- export const peekViewTitleInfoForeground = registerColor('peekViewTitleDescription.foreground', { dark: '#ccccccb3', light: '#616161', hcDark: '#FFFFFF99', hcLight: '#292929' }, nls.localize(1308, 'Color of the peek view title info.'));
222
- export const peekViewBorder = registerColor('peekView.border', { dark: editorInfoForeground, light: editorInfoForeground, hcDark: contrastBorder, hcLight: contrastBorder }, nls.localize(1309, 'Color of the peek view borders and arrow.'));
223
- export const peekViewResultsBackground = registerColor('peekViewResult.background', { dark: '#252526', light: '#F3F3F3', hcDark: Color.black, hcLight: Color.white }, nls.localize(1310, 'Background color of the peek view result list.'));
224
- export const peekViewResultsMatchForeground = registerColor('peekViewResult.lineForeground', { dark: '#bbbbbb', light: '#646465', hcDark: Color.white, hcLight: editorForeground }, nls.localize(1311, 'Foreground color for line nodes in the peek view result list.'));
225
- export const peekViewResultsFileForeground = registerColor('peekViewResult.fileForeground', { dark: Color.white, light: '#1E1E1E', hcDark: Color.white, hcLight: editorForeground }, nls.localize(1312, 'Foreground color for file nodes in the peek view result list.'));
226
- export const peekViewResultsSelectionBackground = registerColor('peekViewResult.selectionBackground', { dark: '#3399ff33', light: '#3399ff33', hcDark: null, hcLight: null }, nls.localize(1313, 'Background color of the selected entry in the peek view result list.'));
227
- export const peekViewResultsSelectionForeground = registerColor('peekViewResult.selectionForeground', { dark: Color.white, light: '#6C6C6C', hcDark: Color.white, hcLight: editorForeground }, nls.localize(1314, 'Foreground color of the selected entry in the peek view result list.'));
228
- export const peekViewEditorBackground = registerColor('peekViewEditor.background', { dark: '#001F33', light: '#F2F8FC', hcDark: Color.black, hcLight: Color.white }, nls.localize(1315, 'Background color of the peek view editor.'));
229
- export const peekViewEditorGutterBackground = registerColor('peekViewEditorGutter.background', peekViewEditorBackground, nls.localize(1316, 'Background color of the gutter in the peek view editor.'));
230
- export const peekViewEditorStickyScrollBackground = registerColor('peekViewEditorStickyScroll.background', peekViewEditorBackground, nls.localize(1317, 'Background color of sticky scroll in the peek view editor.'));
231
- export const peekViewEditorStickyScrollGutterBackground = registerColor('peekViewEditorStickyScrollGutter.background', peekViewEditorBackground, nls.localize(1318, 'Background color of the gutter part of sticky scroll in the peek view editor.'));
232
- export const peekViewResultsMatchHighlight = registerColor('peekViewResult.matchHighlightBackground', { dark: '#ea5c004d', light: '#ea5c004d', hcDark: null, hcLight: null }, nls.localize(1319, 'Match highlight color in the peek view result list.'));
233
- export const peekViewEditorMatchHighlight = registerColor('peekViewEditor.matchHighlightBackground', { dark: '#ff8f0099', light: '#f5d802de', hcDark: null, hcLight: null }, nls.localize(1320, 'Match highlight color in the peek view editor.'));
234
- export const peekViewEditorMatchHighlightBorder = registerColor('peekViewEditor.matchHighlightBorder', { dark: null, light: null, hcDark: activeContrastBorder, hcLight: activeContrastBorder }, nls.localize(1321, 'Match highlight border in the peek view editor.'));
219
+ export const peekViewTitleBackground = registerColor('peekViewTitle.background', { dark: '#252526', light: '#F3F3F3', hcDark: Color.black, hcLight: Color.white }, nls.localize(1307, 'Background color of the peek view title area.'));
220
+ export const peekViewTitleForeground = registerColor('peekViewTitleLabel.foreground', { dark: Color.white, light: Color.black, hcDark: Color.white, hcLight: editorForeground }, nls.localize(1308, 'Color of the peek view title.'));
221
+ export const peekViewTitleInfoForeground = registerColor('peekViewTitleDescription.foreground', { dark: '#ccccccb3', light: '#616161', hcDark: '#FFFFFF99', hcLight: '#292929' }, nls.localize(1309, 'Color of the peek view title info.'));
222
+ export const peekViewBorder = registerColor('peekView.border', { dark: editorInfoForeground, light: editorInfoForeground, hcDark: contrastBorder, hcLight: contrastBorder }, nls.localize(1310, 'Color of the peek view borders and arrow.'));
223
+ export const peekViewResultsBackground = registerColor('peekViewResult.background', { dark: '#252526', light: '#F3F3F3', hcDark: Color.black, hcLight: Color.white }, nls.localize(1311, 'Background color of the peek view result list.'));
224
+ export const peekViewResultsMatchForeground = registerColor('peekViewResult.lineForeground', { dark: '#bbbbbb', light: '#646465', hcDark: Color.white, hcLight: editorForeground }, nls.localize(1312, 'Foreground color for line nodes in the peek view result list.'));
225
+ export const peekViewResultsFileForeground = registerColor('peekViewResult.fileForeground', { dark: Color.white, light: '#1E1E1E', hcDark: Color.white, hcLight: editorForeground }, nls.localize(1313, 'Foreground color for file nodes in the peek view result list.'));
226
+ export const peekViewResultsSelectionBackground = registerColor('peekViewResult.selectionBackground', { dark: '#3399ff33', light: '#3399ff33', hcDark: null, hcLight: null }, nls.localize(1314, 'Background color of the selected entry in the peek view result list.'));
227
+ export const peekViewResultsSelectionForeground = registerColor('peekViewResult.selectionForeground', { dark: Color.white, light: '#6C6C6C', hcDark: Color.white, hcLight: editorForeground }, nls.localize(1315, 'Foreground color of the selected entry in the peek view result list.'));
228
+ export const peekViewEditorBackground = registerColor('peekViewEditor.background', { dark: '#001F33', light: '#F2F8FC', hcDark: Color.black, hcLight: Color.white }, nls.localize(1316, 'Background color of the peek view editor.'));
229
+ export const peekViewEditorGutterBackground = registerColor('peekViewEditorGutter.background', peekViewEditorBackground, nls.localize(1317, 'Background color of the gutter in the peek view editor.'));
230
+ export const peekViewEditorStickyScrollBackground = registerColor('peekViewEditorStickyScroll.background', peekViewEditorBackground, nls.localize(1318, 'Background color of sticky scroll in the peek view editor.'));
231
+ export const peekViewEditorStickyScrollGutterBackground = registerColor('peekViewEditorStickyScrollGutter.background', peekViewEditorBackground, nls.localize(1319, 'Background color of the gutter part of sticky scroll in the peek view editor.'));
232
+ export const peekViewResultsMatchHighlight = registerColor('peekViewResult.matchHighlightBackground', { dark: '#ea5c004d', light: '#ea5c004d', hcDark: null, hcLight: null }, nls.localize(1320, 'Match highlight color in the peek view result list.'));
233
+ export const peekViewEditorMatchHighlight = registerColor('peekViewEditor.matchHighlightBackground', { dark: '#ff8f0099', light: '#f5d802de', hcDark: null, hcLight: null }, nls.localize(1321, 'Match highlight color in the peek view editor.'));
234
+ export const peekViewEditorMatchHighlightBorder = registerColor('peekViewEditor.matchHighlightBorder', { dark: null, light: null, hcDark: activeContrastBorder, hcLight: activeContrastBorder }, nls.localize(1322, 'Match highlight border in the peek view editor.'));
235
235
  //# sourceMappingURL=peekView.js.map
@@ -10,5 +10,5 @@ import { registerColor } from '../../../../platform/theme/common/colorUtils.js';
10
10
  import { PlaceholderTextContribution } from './placeholderTextContribution.js';
11
11
  import { wrapInReloadableClass1 } from '../../../../platform/observable/common/wrapInReloadableClass.js';
12
12
  registerEditorContribution(PlaceholderTextContribution.ID, wrapInReloadableClass1(() => PlaceholderTextContribution), 0 /* EditorContributionInstantiation.Eager */);
13
- registerColor('editor.placeholder.foreground', ghostTextForeground, localize(1322, 'Foreground color of the placeholder text in the editor.'));
13
+ registerColor('editor.placeholder.foreground', ghostTextForeground, localize(1323, 'Foreground color of the placeholder text in the editor.'));
14
14
  //# sourceMappingURL=placeholderText.contribution.js.map
@@ -12,7 +12,7 @@ export class AbstractGotoLineQuickAccessProvider extends AbstractEditorNavigatio
12
12
  super({ canAcceptInBackground: true });
13
13
  }
14
14
  provideWithoutTextEditor(picker) {
15
- const label = localize(1323, "Open a text editor first to go to a line.");
15
+ const label = localize(1324, "Open a text editor first to go to a line.");
16
16
  picker.items = [{ label }];
17
17
  picker.ariaLabel = label;
18
18
  return Disposable.None;
@@ -91,17 +91,17 @@ export class AbstractGotoLineQuickAccessProvider extends AbstractEditorNavigatio
91
91
  // Location valid: indicate this as picker label
92
92
  if (this.isValidLineNumber(editor, lineNumber)) {
93
93
  if (this.isValidColumn(editor, lineNumber, column)) {
94
- return localize(1324, "Go to line {0} and character {1}.", lineNumber, column);
94
+ return localize(1325, "Go to line {0} and character {1}.", lineNumber, column);
95
95
  }
96
- return localize(1325, "Go to line {0}.", lineNumber);
96
+ return localize(1326, "Go to line {0}.", lineNumber);
97
97
  }
98
98
  // Location invalid: show generic label
99
99
  const position = editor.getPosition() || { lineNumber: 1, column: 1 };
100
100
  const lineCount = this.lineCount(editor);
101
101
  if (lineCount > 1) {
102
- return localize(1326, "Current Line: {0}, Character: {1}. Type a line number between 1 and {2} to navigate to.", position.lineNumber, position.column, lineCount);
102
+ return localize(1327, "Current Line: {0}, Character: {1}. Type a line number between 1 and {2} to navigate to.", position.lineNumber, position.column, lineCount);
103
103
  }
104
- return localize(1327, "Current Line: {0}, Character: {1}. Type a line number to navigate to.", position.lineNumber, position.column);
104
+ return localize(1328, "Current Line: {0}, Character: {1}. Type a line number to navigate to.", position.lineNumber, position.column);
105
105
  }
106
106
  isValidLineNumber(editor, lineNumber) {
107
107
  if (!lineNumber || typeof lineNumber !== 'number') {
@@ -39,7 +39,7 @@ let AbstractGotoSymbolQuickAccessProvider = class AbstractGotoSymbolQuickAccessP
39
39
  this.options.canAcceptInBackground = true;
40
40
  }
41
41
  provideWithoutTextEditor(picker) {
42
- this.provideLabelPick(picker, localize(1328, "To go to a symbol, first open a text editor with symbol information."));
42
+ this.provideLabelPick(picker, localize(1329, "To go to a symbol, first open a text editor with symbol information."));
43
43
  return Disposable.None;
44
44
  }
45
45
  provideWithTextEditor(context, picker, token, runOptions) {
@@ -60,7 +60,7 @@ let AbstractGotoSymbolQuickAccessProvider = class AbstractGotoSymbolQuickAccessP
60
60
  doProvideWithoutEditorSymbols(context, model, picker, token) {
61
61
  const disposables = new DisposableStore();
62
62
  // Generic pick for not having any symbol information
63
- this.provideLabelPick(picker, localize(1329, "The active text editor does not provide symbol information."));
63
+ this.provideLabelPick(picker, localize(1330, "The active text editor does not provide symbol information."));
64
64
  // Wait for changes to the registry and see if eventually
65
65
  // we do get symbols. This can happen if the picker is opened
66
66
  // very early after the model has loaded but before the
@@ -146,10 +146,10 @@ let AbstractGotoSymbolQuickAccessProvider = class AbstractGotoSymbolQuickAccessP
146
146
  }
147
147
  else {
148
148
  if (query.original.length > 0) {
149
- this.provideLabelPick(picker, localize(1330, "No matching editor symbols"));
149
+ this.provideLabelPick(picker, localize(1331, "No matching editor symbols"));
150
150
  }
151
151
  else {
152
- this.provideLabelPick(picker, localize(1331, "No editor symbols"));
152
+ this.provideLabelPick(picker, localize(1332, "No editor symbols"));
153
153
  }
154
154
  }
155
155
  }
@@ -196,7 +196,7 @@ let AbstractGotoSymbolQuickAccessProvider = class AbstractGotoSymbolQuickAccessP
196
196
  if (openSideBySideDirection) {
197
197
  buttons = [{
198
198
  iconClass: openSideBySideDirection === 'right' ? ThemeIcon.asClassName(Codicon.splitHorizontal) : ThemeIcon.asClassName(Codicon.splitVertical),
199
- tooltip: openSideBySideDirection === 'right' ? localize(1332, "Open to the Side") : localize(1333, "Open to the Bottom")
199
+ tooltip: openSideBySideDirection === 'right' ? localize(1333, "Open to the Side") : localize(1334, "Open to the Bottom")
200
200
  }];
201
201
  }
202
202
  const filteredSymbolPicks = [];
@@ -312,7 +312,7 @@ let AbstractGotoSymbolQuickAccessProvider = class AbstractGotoSymbolQuickAccessP
312
312
  }
313
313
  else if (sortedFilteredSymbolPicks.length > 0) {
314
314
  symbolPicks = [
315
- { label: localize(1334, "symbols ({0})", filteredSymbolPicks.length), type: 'separator' },
315
+ { label: localize(1335, "symbols ({0})", filteredSymbolPicks.length), type: 'separator' },
316
316
  ...sortedFilteredSymbolPicks
317
317
  ];
318
318
  }
@@ -362,33 +362,33 @@ AbstractGotoSymbolQuickAccessProvider = AbstractGotoSymbolQuickAccessProvider_1
362
362
  ], AbstractGotoSymbolQuickAccessProvider);
363
363
  export { AbstractGotoSymbolQuickAccessProvider };
364
364
  // #region NLS Helpers
365
- const FALLBACK_NLS_SYMBOL_KIND = localize(1335, "properties ({0})");
365
+ const FALLBACK_NLS_SYMBOL_KIND = localize(1336, "properties ({0})");
366
366
  const NLS_SYMBOL_KIND_CACHE = {
367
- [5 /* SymbolKind.Method */]: localize(1336, "methods ({0})"),
368
- [11 /* SymbolKind.Function */]: localize(1337, "functions ({0})"),
369
- [8 /* SymbolKind.Constructor */]: localize(1338, "constructors ({0})"),
370
- [12 /* SymbolKind.Variable */]: localize(1339, "variables ({0})"),
371
- [4 /* SymbolKind.Class */]: localize(1340, "classes ({0})"),
372
- [22 /* SymbolKind.Struct */]: localize(1341, "structs ({0})"),
373
- [23 /* SymbolKind.Event */]: localize(1342, "events ({0})"),
374
- [24 /* SymbolKind.Operator */]: localize(1343, "operators ({0})"),
375
- [10 /* SymbolKind.Interface */]: localize(1344, "interfaces ({0})"),
376
- [2 /* SymbolKind.Namespace */]: localize(1345, "namespaces ({0})"),
377
- [3 /* SymbolKind.Package */]: localize(1346, "packages ({0})"),
378
- [25 /* SymbolKind.TypeParameter */]: localize(1347, "type parameters ({0})"),
379
- [1 /* SymbolKind.Module */]: localize(1348, "modules ({0})"),
380
- [6 /* SymbolKind.Property */]: localize(1349, "properties ({0})"),
381
- [9 /* SymbolKind.Enum */]: localize(1350, "enumerations ({0})"),
382
- [21 /* SymbolKind.EnumMember */]: localize(1351, "enumeration members ({0})"),
383
- [14 /* SymbolKind.String */]: localize(1352, "strings ({0})"),
384
- [0 /* SymbolKind.File */]: localize(1353, "files ({0})"),
385
- [17 /* SymbolKind.Array */]: localize(1354, "arrays ({0})"),
386
- [15 /* SymbolKind.Number */]: localize(1355, "numbers ({0})"),
387
- [16 /* SymbolKind.Boolean */]: localize(1356, "booleans ({0})"),
388
- [18 /* SymbolKind.Object */]: localize(1357, "objects ({0})"),
389
- [19 /* SymbolKind.Key */]: localize(1358, "keys ({0})"),
390
- [7 /* SymbolKind.Field */]: localize(1359, "fields ({0})"),
391
- [13 /* SymbolKind.Constant */]: localize(1360, "constants ({0})")
367
+ [5 /* SymbolKind.Method */]: localize(1337, "methods ({0})"),
368
+ [11 /* SymbolKind.Function */]: localize(1338, "functions ({0})"),
369
+ [8 /* SymbolKind.Constructor */]: localize(1339, "constructors ({0})"),
370
+ [12 /* SymbolKind.Variable */]: localize(1340, "variables ({0})"),
371
+ [4 /* SymbolKind.Class */]: localize(1341, "classes ({0})"),
372
+ [22 /* SymbolKind.Struct */]: localize(1342, "structs ({0})"),
373
+ [23 /* SymbolKind.Event */]: localize(1343, "events ({0})"),
374
+ [24 /* SymbolKind.Operator */]: localize(1344, "operators ({0})"),
375
+ [10 /* SymbolKind.Interface */]: localize(1345, "interfaces ({0})"),
376
+ [2 /* SymbolKind.Namespace */]: localize(1346, "namespaces ({0})"),
377
+ [3 /* SymbolKind.Package */]: localize(1347, "packages ({0})"),
378
+ [25 /* SymbolKind.TypeParameter */]: localize(1348, "type parameters ({0})"),
379
+ [1 /* SymbolKind.Module */]: localize(1349, "modules ({0})"),
380
+ [6 /* SymbolKind.Property */]: localize(1350, "properties ({0})"),
381
+ [9 /* SymbolKind.Enum */]: localize(1351, "enumerations ({0})"),
382
+ [21 /* SymbolKind.EnumMember */]: localize(1352, "enumeration members ({0})"),
383
+ [14 /* SymbolKind.String */]: localize(1353, "strings ({0})"),
384
+ [0 /* SymbolKind.File */]: localize(1354, "files ({0})"),
385
+ [17 /* SymbolKind.Array */]: localize(1355, "arrays ({0})"),
386
+ [15 /* SymbolKind.Number */]: localize(1356, "numbers ({0})"),
387
+ [16 /* SymbolKind.Boolean */]: localize(1357, "booleans ({0})"),
388
+ [18 /* SymbolKind.Object */]: localize(1358, "objects ({0})"),
389
+ [19 /* SymbolKind.Key */]: localize(1359, "keys ({0})"),
390
+ [7 /* SymbolKind.Field */]: localize(1360, "fields ({0})"),
391
+ [13 /* SymbolKind.Constant */]: localize(1361, "constants ({0})")
392
392
  };
393
393
  //#endregion
394
394
  //# sourceMappingURL=gotoSymbolQuickAccess.js.map
@@ -20,10 +20,10 @@ export class ReadOnlyMessageController extends Disposable {
20
20
  let message = this.editor.getOptions().get(105 /* EditorOption.readOnlyMessage */);
21
21
  if (!message) {
22
22
  if (this.editor.isSimpleWidget) {
23
- message = new MarkdownString(nls.localize(1361, "Cannot edit in read-only input"));
23
+ message = new MarkdownString(nls.localize(1362, "Cannot edit in read-only input"));
24
24
  }
25
25
  else {
26
- message = new MarkdownString(nls.localize(1362, "Cannot edit in read-only editor"));
26
+ message = new MarkdownString(nls.localize(1363, "Cannot edit in read-only editor"));
27
27
  }
28
28
  }
29
29
  messageController.showMessage(message, this.editor.getPosition());
@@ -99,7 +99,7 @@ class RenameSkeleton {
99
99
  }
100
100
  const result = await provider.provideRenameEdits(this.model, this.position, newName, token);
101
101
  if (!result) {
102
- return this._provideRenameEdits(newName, i + 1, rejects.concat(nls.localize(1363, "No result.")), token);
102
+ return this._provideRenameEdits(newName, i + 1, rejects.concat(nls.localize(1364, "No result.")), token);
103
103
  }
104
104
  else if (result.rejectReason) {
105
105
  return this._provideRenameEdits(newName, i + 1, rejects.concat(result.rejectReason), token);
@@ -172,7 +172,7 @@ let RenameController = class RenameController {
172
172
  else {
173
173
  trace('resolve rename location failed', e instanceof Error ? e : JSON.stringify(e, null, '\t'));
174
174
  if (typeof e === 'string' || isMarkdownString(e)) {
175
- MessageController.get(this.editor)?.showMessage(e || nls.localize(1364, "An unknown error occurred while resolving rename location"), position);
175
+ MessageController.get(this.editor)?.showMessage(e || nls.localize(1365, "An unknown error occurred while resolving rename location"), position);
176
176
  }
177
177
  }
178
178
  return undefined;
@@ -240,24 +240,24 @@ let RenameController = class RenameController {
240
240
  this._bulkEditService.apply(renameResult, {
241
241
  editor: this.editor,
242
242
  showPreview: inputFieldResult.wantsPreview,
243
- label: nls.localize(1365, "Renaming '{0}' to '{1}'", loc?.text, inputFieldResult.newName),
243
+ label: nls.localize(1366, "Renaming '{0}' to '{1}'", loc?.text, inputFieldResult.newName),
244
244
  code: 'undoredo.rename',
245
- quotableLabel: nls.localize(1366, "Renaming {0} to {1}", loc?.text, inputFieldResult.newName),
245
+ quotableLabel: nls.localize(1367, "Renaming {0} to {1}", loc?.text, inputFieldResult.newName),
246
246
  respectAutoSaveConfig: true,
247
247
  reason: EditSources.rename(),
248
248
  }).then(result => {
249
249
  trace('edits applied');
250
250
  if (result.ariaSummary) {
251
- alert(nls.localize(1367, "Successfully renamed '{0}' to '{1}'. Summary: {2}", loc.text, inputFieldResult.newName, result.ariaSummary));
251
+ alert(nls.localize(1368, "Successfully renamed '{0}' to '{1}'. Summary: {2}", loc.text, inputFieldResult.newName, result.ariaSummary));
252
252
  }
253
253
  }).catch(err => {
254
254
  trace(`error when applying edits ${JSON.stringify(err, null, '\t')}`);
255
- this._notificationService.error(nls.localize(1368, "Rename failed to apply edits"));
255
+ this._notificationService.error(nls.localize(1369, "Rename failed to apply edits"));
256
256
  this._logService.error(err);
257
257
  });
258
258
  }, err => {
259
259
  trace('error when providing rename edits', JSON.stringify(err, null, '\t'));
260
- this._notificationService.error(nls.localize(1369, "Rename failed to compute edits"));
260
+ this._notificationService.error(nls.localize(1370, "Rename failed to compute edits"));
261
261
  this._logService.error(err);
262
262
  }).finally(() => {
263
263
  cts2.dispose();
@@ -293,7 +293,7 @@ export class RenameAction extends EditorAction {
293
293
  constructor() {
294
294
  super({
295
295
  id: 'editor.action.rename',
296
- label: nls.localize2(1371, "Rename Symbol"),
296
+ label: nls.localize2(1372, "Rename Symbol"),
297
297
  precondition: ContextKeyExpr.and(EditorContextKeys.writable, EditorContextKeys.hasRenameProvider),
298
298
  kbOpts: {
299
299
  kbExpr: EditorContextKeys.editorTextFocus,
@@ -373,7 +373,7 @@ registerAction2(class FocusNextRenameSuggestion extends Action2 {
373
373
  super({
374
374
  id: 'focusNextRenameSuggestion',
375
375
  title: {
376
- ...nls.localize2(1372, "Focus Next Rename Suggestion"),
376
+ ...nls.localize2(1373, "Focus Next Rename Suggestion"),
377
377
  },
378
378
  precondition: CONTEXT_RENAME_INPUT_VISIBLE,
379
379
  keybinding: [
@@ -401,7 +401,7 @@ registerAction2(class FocusPreviousRenameSuggestion extends Action2 {
401
401
  super({
402
402
  id: 'focusPreviousRenameSuggestion',
403
403
  title: {
404
- ...nls.localize2(1373, "Focus Previous Rename Suggestion"),
404
+ ...nls.localize2(1374, "Focus Previous Rename Suggestion"),
405
405
  },
406
406
  precondition: CONTEXT_RENAME_INPUT_VISIBLE,
407
407
  keybinding: [
@@ -446,7 +446,7 @@ Registry.as(Extensions.Configuration).registerConfiguration({
446
446
  properties: {
447
447
  'editor.rename.enablePreview': {
448
448
  scope: 6 /* ConfigurationScope.LANGUAGE_OVERRIDABLE */,
449
- description: nls.localize(1370, "Enable/disable the ability to preview changes before renaming"),
449
+ description: nls.localize(1371, "Enable/disable the ability to preview changes before renaming"),
450
450
  default: true,
451
451
  type: 'boolean'
452
452
  }
@@ -39,8 +39,8 @@ import { editorWidgetBackground, inputBackground, inputBorder, inputForeground,
39
39
  import { IThemeService } from '../../../../platform/theme/common/themeService.js';
40
40
  /** for debugging */
41
41
  const _sticky = false;
42
- export const CONTEXT_RENAME_INPUT_VISIBLE = new RawContextKey('renameInputVisible', false, nls.localize(1374, "Whether the rename input widget is visible"));
43
- export const CONTEXT_RENAME_INPUT_FOCUSED = new RawContextKey('renameInputFocused', false, nls.localize(1375, "Whether the rename input widget is focused"));
42
+ export const CONTEXT_RENAME_INPUT_VISIBLE = new RawContextKey('renameInputVisible', false, nls.localize(1375, "Whether the rename input widget is visible"));
43
+ export const CONTEXT_RENAME_INPUT_FOCUSED = new RawContextKey('renameInputFocused', false, nls.localize(1376, "Whether the rename input widget is focused"));
44
44
  let RenameWidget = class RenameWidget {
45
45
  constructor(_editor, _acceptKeybindings, _themeService, _keybindingService, contextKeyService, _logService) {
46
46
  this._editor = _editor;
@@ -163,7 +163,7 @@ let RenameWidget = class RenameWidget {
163
163
  }
164
164
  beforeRender() {
165
165
  const [accept, preview] = this._acceptKeybindings;
166
- this._label.innerText = nls.localize(1376, "{0} to Rename, {1} to Preview", this._keybindingService.lookupKeybinding(accept)?.getLabel(), this._keybindingService.lookupKeybinding(preview)?.getLabel());
166
+ this._label.innerText = nls.localize(1377, "{0} to Rename, {1} to Preview", this._keybindingService.lookupKeybinding(accept)?.getLabel(), this._keybindingService.lookupKeybinding(preview)?.getLabel());
167
167
  this._domNode.style.minWidth = `200px`; // to prevent from widening when candidates come in
168
168
  return null;
169
169
  }
@@ -477,7 +477,7 @@ class RenameCandidateListView {
477
477
  // adjust list container layout
478
478
  this._listContainer.style.height = `${height}px`;
479
479
  this._listContainer.style.width = `${width}px`;
480
- aria.status(nls.localize(1377, "Received {0} rename suggestions", candidates.length));
480
+ aria.status(nls.localize(1378, "Received {0} rename suggestions", candidates.length));
481
481
  }
482
482
  clearCandidates() {
483
483
  this._listContainer.style.height = '0px';
@@ -619,13 +619,13 @@ class InputWithButton {
619
619
  this._inputNode.className = 'rename-input';
620
620
  this._inputNode.type = 'text';
621
621
  this._inputNode.style.border = 'none';
622
- this._inputNode.setAttribute('aria-label', nls.localize(1378, "Rename input. Type new name and press Enter to commit."));
622
+ this._inputNode.setAttribute('aria-label', nls.localize(1379, "Rename input. Type new name and press Enter to commit."));
623
623
  this._domNode.appendChild(this._inputNode);
624
624
  this._buttonNode = document.createElement('div');
625
625
  this._buttonNode.className = 'rename-suggestions-button';
626
626
  this._buttonNode.setAttribute('tabindex', '0');
627
- this._buttonGenHoverText = nls.localize(1379, "Generate new name suggestions");
628
- this._buttonCancelHoverText = nls.localize(1380, "Cancel");
627
+ this._buttonGenHoverText = nls.localize(1380, "Generate new name suggestions");
628
+ this._buttonCancelHoverText = nls.localize(1381, "Cancel");
629
629
  this._buttonHoverContent = this._buttonGenHoverText;
630
630
  this._disposables.add(getBaseLayerHoverDelegate().setupDelayedHover(this._buttonNode, () => ({
631
631
  content: this._buttonHoverContent,
@@ -131,7 +131,7 @@ class GrowSelectionAction extends AbstractSmartSelect {
131
131
  constructor() {
132
132
  super(true, {
133
133
  id: 'editor.action.smartSelect.expand',
134
- label: nls.localize2(1383, "Expand Selection"),
134
+ label: nls.localize2(1384, "Expand Selection"),
135
135
  precondition: undefined,
136
136
  kbOpts: {
137
137
  kbExpr: EditorContextKeys.editorTextFocus,
@@ -145,7 +145,7 @@ class GrowSelectionAction extends AbstractSmartSelect {
145
145
  menuOpts: {
146
146
  menuId: MenuId.MenubarSelectionMenu,
147
147
  group: '1_basic',
148
- title: nls.localize(1381, "&&Expand Selection"),
148
+ title: nls.localize(1382, "&&Expand Selection"),
149
149
  order: 2
150
150
  }
151
151
  });
@@ -157,7 +157,7 @@ class ShrinkSelectionAction extends AbstractSmartSelect {
157
157
  constructor() {
158
158
  super(false, {
159
159
  id: 'editor.action.smartSelect.shrink',
160
- label: nls.localize2(1384, "Shrink Selection"),
160
+ label: nls.localize2(1385, "Shrink Selection"),
161
161
  precondition: undefined,
162
162
  kbOpts: {
163
163
  kbExpr: EditorContextKeys.editorTextFocus,
@@ -171,7 +171,7 @@ class ShrinkSelectionAction extends AbstractSmartSelect {
171
171
  menuOpts: {
172
172
  menuId: MenuId.MenubarSelectionMenu,
173
173
  group: '1_basic',
174
- title: nls.localize(1382, "&&Shrink Selection"),
174
+ title: nls.localize(1383, "&&Shrink Selection"),
175
175
  order: 3
176
176
  }
177
177
  });