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
@@ -8,63 +8,63 @@ import { localize } from '../../../../../../nls.js';
8
8
  import { buttonBackground, buttonForeground, buttonSecondaryBackground, buttonSecondaryForeground, diffInserted, diffInsertedLine, diffRemoved, editorBackground } from '../../../../../../platform/theme/common/colorRegistry.js';
9
9
  import { darken, registerColor, transparent } from '../../../../../../platform/theme/common/colorUtils.js';
10
10
  import { InlineEditTabAction } from './inlineEditsViewInterface.js';
11
- export const originalBackgroundColor = registerColor('inlineEdit.originalBackground', transparent(diffRemoved, 0.2), localize(1212, 'Background color for the original text in inline edits.'), true);
12
- export const modifiedBackgroundColor = registerColor('inlineEdit.modifiedBackground', transparent(diffInserted, 0.3), localize(1213, 'Background color for the modified text in inline edits.'), true);
13
- export const originalChangedLineBackgroundColor = registerColor('inlineEdit.originalChangedLineBackground', transparent(diffRemoved, 0.8), localize(1214, 'Background color for the changed lines in the original text of inline edits.'), true);
14
- export const originalChangedTextOverlayColor = registerColor('inlineEdit.originalChangedTextBackground', transparent(diffRemoved, 0.8), localize(1215, 'Overlay color for the changed text in the original text of inline edits.'), true);
11
+ export const originalBackgroundColor = registerColor('inlineEdit.originalBackground', transparent(diffRemoved, 0.2), localize(1215, 'Background color for the original text in inline edits.'), true);
12
+ export const modifiedBackgroundColor = registerColor('inlineEdit.modifiedBackground', transparent(diffInserted, 0.3), localize(1216, 'Background color for the modified text in inline edits.'), true);
13
+ export const originalChangedLineBackgroundColor = registerColor('inlineEdit.originalChangedLineBackground', transparent(diffRemoved, 0.8), localize(1217, 'Background color for the changed lines in the original text of inline edits.'), true);
14
+ export const originalChangedTextOverlayColor = registerColor('inlineEdit.originalChangedTextBackground', transparent(diffRemoved, 0.8), localize(1218, 'Overlay color for the changed text in the original text of inline edits.'), true);
15
15
  export const modifiedChangedLineBackgroundColor = registerColor('inlineEdit.modifiedChangedLineBackground', {
16
16
  light: transparent(diffInsertedLine, 0.7),
17
17
  dark: transparent(diffInsertedLine, 0.7),
18
18
  hcDark: diffInsertedLine,
19
19
  hcLight: diffInsertedLine
20
- }, localize(1216, 'Background color for the changed lines in the modified text of inline edits.'), true);
21
- export const modifiedChangedTextOverlayColor = registerColor('inlineEdit.modifiedChangedTextBackground', transparent(diffInserted, 0.7), localize(1217, 'Overlay color for the changed text in the modified text of inline edits.'), true);
20
+ }, localize(1219, 'Background color for the changed lines in the modified text of inline edits.'), true);
21
+ export const modifiedChangedTextOverlayColor = registerColor('inlineEdit.modifiedChangedTextBackground', transparent(diffInserted, 0.7), localize(1220, 'Overlay color for the changed text in the modified text of inline edits.'), true);
22
22
  // ------- GUTTER INDICATOR -------
23
- export const inlineEditIndicatorPrimaryForeground = registerColor('inlineEdit.gutterIndicator.primaryForeground', buttonForeground, localize(1218, 'Foreground color for the primary inline edit gutter indicator.'));
24
- export const inlineEditIndicatorPrimaryBorder = registerColor('inlineEdit.gutterIndicator.primaryBorder', buttonBackground, localize(1219, 'Border color for the primary inline edit gutter indicator.'));
23
+ export const inlineEditIndicatorPrimaryForeground = registerColor('inlineEdit.gutterIndicator.primaryForeground', buttonForeground, localize(1221, 'Foreground color for the primary inline edit gutter indicator.'));
24
+ export const inlineEditIndicatorPrimaryBorder = registerColor('inlineEdit.gutterIndicator.primaryBorder', buttonBackground, localize(1222, 'Border color for the primary inline edit gutter indicator.'));
25
25
  export const inlineEditIndicatorPrimaryBackground = registerColor('inlineEdit.gutterIndicator.primaryBackground', {
26
26
  light: transparent(inlineEditIndicatorPrimaryBorder, 0.5),
27
27
  dark: transparent(inlineEditIndicatorPrimaryBorder, 0.4),
28
28
  hcDark: transparent(inlineEditIndicatorPrimaryBorder, 0.4),
29
29
  hcLight: transparent(inlineEditIndicatorPrimaryBorder, 0.5),
30
- }, localize(1220, 'Background color for the primary inline edit gutter indicator.'));
31
- export const inlineEditIndicatorSecondaryForeground = registerColor('inlineEdit.gutterIndicator.secondaryForeground', buttonSecondaryForeground, localize(1221, 'Foreground color for the secondary inline edit gutter indicator.'));
32
- export const inlineEditIndicatorSecondaryBorder = registerColor('inlineEdit.gutterIndicator.secondaryBorder', buttonSecondaryBackground, localize(1222, 'Border color for the secondary inline edit gutter indicator.'));
33
- export const inlineEditIndicatorSecondaryBackground = registerColor('inlineEdit.gutterIndicator.secondaryBackground', inlineEditIndicatorSecondaryBorder, localize(1223, 'Background color for the secondary inline edit gutter indicator.'));
34
- export const inlineEditIndicatorsuccessfulForeground = registerColor('inlineEdit.gutterIndicator.successfulForeground', buttonForeground, localize(1224, 'Foreground color for the successful inline edit gutter indicator.'));
35
- export const inlineEditIndicatorsuccessfulBorder = registerColor('inlineEdit.gutterIndicator.successfulBorder', buttonBackground, localize(1225, 'Border color for the successful inline edit gutter indicator.'));
36
- export const inlineEditIndicatorsuccessfulBackground = registerColor('inlineEdit.gutterIndicator.successfulBackground', inlineEditIndicatorsuccessfulBorder, localize(1226, 'Background color for the successful inline edit gutter indicator.'));
30
+ }, localize(1223, 'Background color for the primary inline edit gutter indicator.'));
31
+ export const inlineEditIndicatorSecondaryForeground = registerColor('inlineEdit.gutterIndicator.secondaryForeground', buttonSecondaryForeground, localize(1224, 'Foreground color for the secondary inline edit gutter indicator.'));
32
+ export const inlineEditIndicatorSecondaryBorder = registerColor('inlineEdit.gutterIndicator.secondaryBorder', buttonSecondaryBackground, localize(1225, 'Border color for the secondary inline edit gutter indicator.'));
33
+ export const inlineEditIndicatorSecondaryBackground = registerColor('inlineEdit.gutterIndicator.secondaryBackground', inlineEditIndicatorSecondaryBorder, localize(1226, 'Background color for the secondary inline edit gutter indicator.'));
34
+ export const inlineEditIndicatorsuccessfulForeground = registerColor('inlineEdit.gutterIndicator.successfulForeground', buttonForeground, localize(1227, 'Foreground color for the successful inline edit gutter indicator.'));
35
+ export const inlineEditIndicatorsuccessfulBorder = registerColor('inlineEdit.gutterIndicator.successfulBorder', buttonBackground, localize(1228, 'Border color for the successful inline edit gutter indicator.'));
36
+ export const inlineEditIndicatorsuccessfulBackground = registerColor('inlineEdit.gutterIndicator.successfulBackground', inlineEditIndicatorsuccessfulBorder, localize(1229, 'Background color for the successful inline edit gutter indicator.'));
37
37
  export const inlineEditIndicatorBackground = registerColor('inlineEdit.gutterIndicator.background', {
38
38
  hcDark: transparent('tab.inactiveBackground', 0.5),
39
39
  hcLight: transparent('tab.inactiveBackground', 0.5),
40
40
  dark: transparent('tab.inactiveBackground', 0.5),
41
41
  light: '#5f5f5f18',
42
- }, localize(1227, 'Background color for the inline edit gutter indicator.'));
42
+ }, localize(1230, 'Background color for the inline edit gutter indicator.'));
43
43
  // ------- BORDER COLORS -------
44
44
  const originalBorder = registerColor('inlineEdit.originalBorder', {
45
45
  light: diffRemoved,
46
46
  dark: diffRemoved,
47
47
  hcDark: diffRemoved,
48
48
  hcLight: diffRemoved
49
- }, localize(1228, 'Border color for the original text in inline edits.'));
49
+ }, localize(1231, 'Border color for the original text in inline edits.'));
50
50
  const modifiedBorder = registerColor('inlineEdit.modifiedBorder', {
51
51
  light: darken(diffInserted, 0.6),
52
52
  dark: diffInserted,
53
53
  hcDark: diffInserted,
54
54
  hcLight: diffInserted
55
- }, localize(1229, 'Border color for the modified text in inline edits.'));
55
+ }, localize(1232, 'Border color for the modified text in inline edits.'));
56
56
  const tabWillAcceptModifiedBorder = registerColor('inlineEdit.tabWillAcceptModifiedBorder', {
57
57
  light: darken(modifiedBorder, 0),
58
58
  dark: darken(modifiedBorder, 0),
59
59
  hcDark: darken(modifiedBorder, 0),
60
60
  hcLight: darken(modifiedBorder, 0)
61
- }, localize(1230, 'Modified border color for the inline edits widget when tab will accept it.'));
61
+ }, localize(1233, 'Modified border color for the inline edits widget when tab will accept it.'));
62
62
  const tabWillAcceptOriginalBorder = registerColor('inlineEdit.tabWillAcceptOriginalBorder', {
63
63
  light: darken(originalBorder, 0),
64
64
  dark: darken(originalBorder, 0),
65
65
  hcDark: darken(originalBorder, 0),
66
66
  hcLight: darken(originalBorder, 0)
67
- }, localize(1231, 'Original border color for the inline edits widget over the original text when tab will accept it.'));
67
+ }, localize(1234, 'Original border color for the inline edits widget over the original text when tab will accept it.'));
68
68
  export function getModifiedBorderColor(tabAction) {
69
69
  return tabAction.map(a => a === InlineEditTabAction.Accept ? tabWillAcceptModifiedBorder : modifiedBorder);
70
70
  }
@@ -11,7 +11,7 @@ export class InsertFinalNewLineAction extends EditorAction {
11
11
  constructor() {
12
12
  super({
13
13
  id: InsertFinalNewLineAction.ID,
14
- label: nls.localize2(1234, "Insert Final New Line"),
14
+ label: nls.localize2(1237, "Insert Final New Line"),
15
15
  precondition: EditorContextKeys.writable
16
16
  });
17
17
  }
@@ -10,7 +10,7 @@ export class ExpandLineSelectionAction extends EditorAction {
10
10
  constructor() {
11
11
  super({
12
12
  id: 'expandLineSelection',
13
- label: nls.localize2(1235, "Expand Line Selection"),
13
+ label: nls.localize2(1238, "Expand Line Selection"),
14
14
  precondition: undefined,
15
15
  kbOpts: {
16
16
  weight: 0 /* KeybindingWeight.EditorCore */,
@@ -63,7 +63,7 @@ class CopyLinesUpAction extends AbstractCopyLinesAction {
63
63
  constructor() {
64
64
  super(false, {
65
65
  id: 'editor.action.copyLinesUpAction',
66
- label: nls.localize2(1241, "Copy Line Up"),
66
+ label: nls.localize2(1244, "Copy Line Up"),
67
67
  precondition: EditorContextKeys.writable,
68
68
  kbOpts: {
69
69
  kbExpr: EditorContextKeys.editorTextFocus,
@@ -74,7 +74,7 @@ class CopyLinesUpAction extends AbstractCopyLinesAction {
74
74
  menuOpts: {
75
75
  menuId: MenuId.MenubarSelectionMenu,
76
76
  group: '2_line',
77
- title: nls.localize(1236, "&&Copy Line Up"),
77
+ title: nls.localize(1239, "&&Copy Line Up"),
78
78
  order: 1
79
79
  }
80
80
  });
@@ -84,7 +84,7 @@ class CopyLinesDownAction extends AbstractCopyLinesAction {
84
84
  constructor() {
85
85
  super(true, {
86
86
  id: 'editor.action.copyLinesDownAction',
87
- label: nls.localize2(1242, "Copy Line Down"),
87
+ label: nls.localize2(1245, "Copy Line Down"),
88
88
  precondition: EditorContextKeys.writable,
89
89
  kbOpts: {
90
90
  kbExpr: EditorContextKeys.editorTextFocus,
@@ -95,7 +95,7 @@ class CopyLinesDownAction extends AbstractCopyLinesAction {
95
95
  menuOpts: {
96
96
  menuId: MenuId.MenubarSelectionMenu,
97
97
  group: '2_line',
98
- title: nls.localize(1237, "Co&&py Line Down"),
98
+ title: nls.localize(1240, "Co&&py Line Down"),
99
99
  order: 2
100
100
  }
101
101
  });
@@ -105,12 +105,12 @@ export class DuplicateSelectionAction extends EditorAction {
105
105
  constructor() {
106
106
  super({
107
107
  id: 'editor.action.duplicateSelection',
108
- label: nls.localize2(1243, "Duplicate Selection"),
108
+ label: nls.localize2(1246, "Duplicate Selection"),
109
109
  precondition: EditorContextKeys.writable,
110
110
  menuOpts: {
111
111
  menuId: MenuId.MenubarSelectionMenu,
112
112
  group: '2_line',
113
- title: nls.localize(1238, "&&Duplicate Selection"),
113
+ title: nls.localize(1241, "&&Duplicate Selection"),
114
114
  order: 5
115
115
  }
116
116
  });
@@ -159,7 +159,7 @@ class MoveLinesUpAction extends AbstractMoveLinesAction {
159
159
  constructor() {
160
160
  super(false, {
161
161
  id: 'editor.action.moveLinesUpAction',
162
- label: nls.localize2(1244, "Move Line Up"),
162
+ label: nls.localize2(1247, "Move Line Up"),
163
163
  precondition: EditorContextKeys.writable,
164
164
  kbOpts: {
165
165
  kbExpr: EditorContextKeys.editorTextFocus,
@@ -170,7 +170,7 @@ class MoveLinesUpAction extends AbstractMoveLinesAction {
170
170
  menuOpts: {
171
171
  menuId: MenuId.MenubarSelectionMenu,
172
172
  group: '2_line',
173
- title: nls.localize(1239, "Mo&&ve Line Up"),
173
+ title: nls.localize(1242, "Mo&&ve Line Up"),
174
174
  order: 3
175
175
  }
176
176
  });
@@ -180,7 +180,7 @@ class MoveLinesDownAction extends AbstractMoveLinesAction {
180
180
  constructor() {
181
181
  super(true, {
182
182
  id: 'editor.action.moveLinesDownAction',
183
- label: nls.localize2(1245, "Move Line Down"),
183
+ label: nls.localize2(1248, "Move Line Down"),
184
184
  precondition: EditorContextKeys.writable,
185
185
  kbOpts: {
186
186
  kbExpr: EditorContextKeys.editorTextFocus,
@@ -191,7 +191,7 @@ class MoveLinesDownAction extends AbstractMoveLinesAction {
191
191
  menuOpts: {
192
192
  menuId: MenuId.MenubarSelectionMenu,
193
193
  group: '2_line',
194
- title: nls.localize(1240, "Move &&Line Down"),
194
+ title: nls.localize(1243, "Move &&Line Down"),
195
195
  order: 4
196
196
  }
197
197
  });
@@ -230,7 +230,7 @@ export class SortLinesAscendingAction extends AbstractSortLinesAction {
230
230
  constructor() {
231
231
  super(false, {
232
232
  id: 'editor.action.sortLinesAscending',
233
- label: nls.localize2(1246, "Sort Lines Ascending"),
233
+ label: nls.localize2(1249, "Sort Lines Ascending"),
234
234
  precondition: EditorContextKeys.writable
235
235
  });
236
236
  }
@@ -239,7 +239,7 @@ export class SortLinesDescendingAction extends AbstractSortLinesAction {
239
239
  constructor() {
240
240
  super(true, {
241
241
  id: 'editor.action.sortLinesDescending',
242
- label: nls.localize2(1247, "Sort Lines Descending"),
242
+ label: nls.localize2(1250, "Sort Lines Descending"),
243
243
  precondition: EditorContextKeys.writable
244
244
  });
245
245
  }
@@ -248,7 +248,7 @@ export class DeleteDuplicateLinesAction extends EditorAction {
248
248
  constructor() {
249
249
  super({
250
250
  id: 'editor.action.removeDuplicateLines',
251
- label: nls.localize2(1248, "Delete Duplicate Lines"),
251
+ label: nls.localize2(1251, "Delete Duplicate Lines"),
252
252
  precondition: EditorContextKeys.writable
253
253
  });
254
254
  }
@@ -297,7 +297,7 @@ export class ReverseLinesAction extends EditorAction {
297
297
  constructor() {
298
298
  super({
299
299
  id: 'editor.action.reverseLines',
300
- label: nls.localize2(1249, "Reverse lines"),
300
+ label: nls.localize2(1252, "Reverse lines"),
301
301
  precondition: EditorContextKeys.writable
302
302
  });
303
303
  }
@@ -363,7 +363,7 @@ export class TrimTrailingWhitespaceAction extends EditorAction {
363
363
  constructor() {
364
364
  super({
365
365
  id: TrimTrailingWhitespaceAction.ID,
366
- label: nls.localize2(1250, "Trim Trailing Whitespace"),
366
+ label: nls.localize2(1253, "Trim Trailing Whitespace"),
367
367
  precondition: EditorContextKeys.writable,
368
368
  kbOpts: {
369
369
  kbExpr: EditorContextKeys.editorTextFocus,
@@ -397,7 +397,7 @@ export class DeleteLinesAction extends EditorAction {
397
397
  constructor() {
398
398
  super({
399
399
  id: 'editor.action.deleteLines',
400
- label: nls.localize2(1251, "Delete Line"),
400
+ label: nls.localize2(1254, "Delete Line"),
401
401
  precondition: EditorContextKeys.writable,
402
402
  kbOpts: {
403
403
  kbExpr: EditorContextKeys.textInputFocus,
@@ -485,7 +485,7 @@ export class IndentLinesAction extends EditorAction {
485
485
  constructor() {
486
486
  super({
487
487
  id: 'editor.action.indentLines',
488
- label: nls.localize2(1252, "Indent Line"),
488
+ label: nls.localize2(1255, "Indent Line"),
489
489
  precondition: EditorContextKeys.writable,
490
490
  kbOpts: {
491
491
  kbExpr: EditorContextKeys.editorTextFocus,
@@ -508,7 +508,7 @@ class OutdentLinesAction extends EditorAction {
508
508
  constructor() {
509
509
  super({
510
510
  id: 'editor.action.outdentLines',
511
- label: nls.localize2(1253, "Outdent Line"),
511
+ label: nls.localize2(1256, "Outdent Line"),
512
512
  precondition: EditorContextKeys.writable,
513
513
  kbOpts: {
514
514
  kbExpr: EditorContextKeys.editorTextFocus,
@@ -526,7 +526,7 @@ export class InsertLineBeforeAction extends EditorAction {
526
526
  constructor() {
527
527
  super({
528
528
  id: InsertLineBeforeAction.ID,
529
- label: nls.localize2(1254, "Insert Line Above"),
529
+ label: nls.localize2(1257, "Insert Line Above"),
530
530
  precondition: EditorContextKeys.writable,
531
531
  kbOpts: {
532
532
  kbExpr: EditorContextKeys.editorTextFocus,
@@ -549,7 +549,7 @@ export class InsertLineAfterAction extends EditorAction {
549
549
  constructor() {
550
550
  super({
551
551
  id: InsertLineAfterAction.ID,
552
- label: nls.localize2(1255, "Insert Line Below"),
552
+ label: nls.localize2(1258, "Insert Line Below"),
553
553
  precondition: EditorContextKeys.writable,
554
554
  kbOpts: {
555
555
  kbExpr: EditorContextKeys.editorTextFocus,
@@ -600,7 +600,7 @@ export class DeleteAllLeftAction extends AbstractDeleteAllToBoundaryAction {
600
600
  constructor() {
601
601
  super({
602
602
  id: 'deleteAllLeft',
603
- label: nls.localize2(1256, "Delete All Left"),
603
+ label: nls.localize2(1259, "Delete All Left"),
604
604
  precondition: EditorContextKeys.writable,
605
605
  kbOpts: {
606
606
  kbExpr: EditorContextKeys.textInputFocus,
@@ -669,7 +669,7 @@ export class DeleteAllRightAction extends AbstractDeleteAllToBoundaryAction {
669
669
  constructor() {
670
670
  super({
671
671
  id: 'deleteAllRight',
672
- label: nls.localize2(1257, "Delete All Right"),
672
+ label: nls.localize2(1260, "Delete All Right"),
673
673
  precondition: EditorContextKeys.writable,
674
674
  kbOpts: {
675
675
  kbExpr: EditorContextKeys.textInputFocus,
@@ -726,7 +726,7 @@ export class JoinLinesAction extends EditorAction {
726
726
  constructor() {
727
727
  super({
728
728
  id: 'editor.action.joinLines',
729
- label: nls.localize2(1258, "Join Lines"),
729
+ label: nls.localize2(1261, "Join Lines"),
730
730
  precondition: EditorContextKeys.writable,
731
731
  kbOpts: {
732
732
  kbExpr: EditorContextKeys.editorTextFocus,
@@ -867,7 +867,7 @@ export class TransposeAction extends EditorAction {
867
867
  constructor() {
868
868
  super({
869
869
  id: 'editor.action.transpose',
870
- label: nls.localize2(1259, "Transpose Characters around the Cursor"),
870
+ label: nls.localize2(1262, "Transpose Characters around the Cursor"),
871
871
  precondition: EditorContextKeys.writable
872
872
  });
873
873
  }
@@ -946,7 +946,7 @@ export class UpperCaseAction extends AbstractCaseAction {
946
946
  constructor() {
947
947
  super({
948
948
  id: 'editor.action.transformToUppercase',
949
- label: nls.localize2(1260, "Transform to Uppercase"),
949
+ label: nls.localize2(1263, "Transform to Uppercase"),
950
950
  precondition: EditorContextKeys.writable
951
951
  });
952
952
  }
@@ -958,7 +958,7 @@ export class LowerCaseAction extends AbstractCaseAction {
958
958
  constructor() {
959
959
  super({
960
960
  id: 'editor.action.transformToLowercase',
961
- label: nls.localize2(1261, "Transform to Lowercase"),
961
+ label: nls.localize2(1264, "Transform to Lowercase"),
962
962
  precondition: EditorContextKeys.writable
963
963
  });
964
964
  }
@@ -994,7 +994,7 @@ export class TitleCaseAction extends AbstractCaseAction {
994
994
  constructor() {
995
995
  super({
996
996
  id: 'editor.action.transformToTitlecase',
997
- label: nls.localize2(1262, "Transform to Title Case"),
997
+ label: nls.localize2(1265, "Transform to Title Case"),
998
998
  precondition: EditorContextKeys.writable
999
999
  });
1000
1000
  }
@@ -1015,7 +1015,7 @@ export class SnakeCaseAction extends AbstractCaseAction {
1015
1015
  constructor() {
1016
1016
  super({
1017
1017
  id: 'editor.action.transformToSnakecase',
1018
- label: nls.localize2(1263, "Transform to Snake Case"),
1018
+ label: nls.localize2(1266, "Transform to Snake Case"),
1019
1019
  precondition: EditorContextKeys.writable
1020
1020
  });
1021
1021
  }
@@ -1039,7 +1039,7 @@ export class CamelCaseAction extends AbstractCaseAction {
1039
1039
  constructor() {
1040
1040
  super({
1041
1041
  id: 'editor.action.transformToCamelcase',
1042
- label: nls.localize2(1264, "Transform to Camel Case"),
1042
+ label: nls.localize2(1267, "Transform to Camel Case"),
1043
1043
  precondition: EditorContextKeys.writable
1044
1044
  });
1045
1045
  }
@@ -1063,7 +1063,7 @@ export class PascalCaseAction extends AbstractCaseAction {
1063
1063
  constructor() {
1064
1064
  super({
1065
1065
  id: 'editor.action.transformToPascalcase',
1066
- label: nls.localize2(1265, "Transform to Pascal Case"),
1066
+ label: nls.localize2(1268, "Transform to Pascal Case"),
1067
1067
  precondition: EditorContextKeys.writable
1068
1068
  });
1069
1069
  }
@@ -1102,7 +1102,7 @@ export class KebabCaseAction extends AbstractCaseAction {
1102
1102
  constructor() {
1103
1103
  super({
1104
1104
  id: 'editor.action.transformToKebabcase',
1105
- label: nls.localize2(1266, 'Transform to Kebab Case'),
1105
+ label: nls.localize2(1269, 'Transform to Kebab Case'),
1106
1106
  precondition: EditorContextKeys.writable
1107
1107
  });
1108
1108
  }
@@ -299,7 +299,7 @@ export class LinkedEditingAction extends EditorAction {
299
299
  constructor() {
300
300
  super({
301
301
  id: 'editor.action.linkedEditing',
302
- label: nls.localize2(1268, "Start Linked Editing"),
302
+ label: nls.localize2(1271, "Start Linked Editing"),
303
303
  precondition: ContextKeyExpr.and(EditorContextKeys.writable, EditorContextKeys.hasRenameProvider),
304
304
  kbOpts: {
305
305
  kbExpr: EditorContextKeys.editorTextFocus,
@@ -360,7 +360,7 @@ function getLinkedEditingRanges(providers, model, position, token) {
360
360
  }
361
361
  }), result => !!result && arrays.isNonEmptyArray(result?.ranges));
362
362
  }
363
- export const editorLinkedEditingBackground = registerColor('editor.linkedEditingBackground', { dark: Color.fromHex('#f00').transparent(0.3), light: Color.fromHex('#f00').transparent(0.3), hcDark: Color.fromHex('#f00').transparent(0.3), hcLight: Color.white }, nls.localize(1267, 'Background color when the editor auto renames on type.'));
363
+ export const editorLinkedEditingBackground = registerColor('editor.linkedEditingBackground', { dark: Color.fromHex('#f00').transparent(0.3), light: Color.fromHex('#f00').transparent(0.3), hcDark: Color.fromHex('#f00').transparent(0.3), hcLight: Color.white }, nls.localize(1270, 'Background color when the editor auto renames on type.'));
364
364
  registerModelAndPositionCommand('_executeLinkedEditingProvider', (_accessor, model, position) => {
365
365
  const { linkedEditingRangeProvider } = _accessor.get(ILanguageFeaturesService);
366
366
  return getLinkedEditingRanges(linkedEditingRangeProvider, model, position, CancellationToken.None);
@@ -220,10 +220,10 @@ let LinkDetector = class LinkDetector extends Disposable {
220
220
  const messageOrError = err instanceof Error ? err.message : err;
221
221
  // different error cases
222
222
  if (messageOrError === 'invalid') {
223
- this.notificationService.warn(nls.localize(1269, 'Failed to open this link because it is not well-formed: {0}', link.url.toString()));
223
+ this.notificationService.warn(nls.localize(1272, 'Failed to open this link because it is not well-formed: {0}', link.url.toString()));
224
224
  }
225
225
  else if (messageOrError === 'missing') {
226
- this.notificationService.warn(nls.localize(1270, 'Failed to open this link because its target is missing.'));
226
+ this.notificationService.warn(nls.localize(1273, 'Failed to open this link because its target is missing.'));
227
227
  }
228
228
  else {
229
229
  onUnexpectedError(err);
@@ -317,15 +317,15 @@ function getHoverMessage(link, useMetaKey) {
317
317
  const label = link.tooltip
318
318
  ? link.tooltip
319
319
  : executeCmd
320
- ? nls.localize(1271, 'Execute command')
321
- : nls.localize(1272, 'Follow link');
320
+ ? nls.localize(1274, 'Execute command')
321
+ : nls.localize(1275, 'Follow link');
322
322
  const kb = useMetaKey
323
323
  ? platform.isMacintosh
324
- ? nls.localize(1273, "cmd + click")
325
- : nls.localize(1274, "ctrl + click")
324
+ ? nls.localize(1276, "cmd + click")
325
+ : nls.localize(1277, "ctrl + click")
326
326
  : platform.isMacintosh
327
- ? nls.localize(1275, "option + click")
328
- : nls.localize(1276, "alt + click");
327
+ ? nls.localize(1278, "option + click")
328
+ : nls.localize(1279, "alt + click");
329
329
  if (link.url) {
330
330
  let nativeLabel = '';
331
331
  if (/^command:/i.test(link.url.toString())) {
@@ -333,7 +333,7 @@ function getHoverMessage(link, useMetaKey) {
333
333
  const match = link.url.toString().match(/^command:([^?#]+)/);
334
334
  if (match) {
335
335
  const commandId = match[1];
336
- nativeLabel = nls.localize(1277, "Execute command {0}", commandId);
336
+ nativeLabel = nls.localize(1280, "Execute command {0}", commandId);
337
337
  }
338
338
  }
339
339
  const hoverMessage = new MarkdownString('', true)
@@ -349,7 +349,7 @@ class OpenLinkAction extends EditorAction {
349
349
  constructor() {
350
350
  super({
351
351
  id: 'editor.action.openLink',
352
- label: nls.localize2(1278, "Open Link"),
352
+ label: nls.localize2(1281, "Open Link"),
353
353
  precondition: undefined
354
354
  });
355
355
  }
@@ -28,7 +28,7 @@ import * as dom from '../../../../base/browser/dom.js';
28
28
  let MessageController = class MessageController {
29
29
  static { MessageController_1 = this; }
30
30
  static { this.ID = 'editor.contrib.messageController'; }
31
- static { this.MESSAGE_VISIBLE = new RawContextKey('messageVisible', false, nls.localize(1279, 'Whether the editor is currently showing an inline message')); }
31
+ static { this.MESSAGE_VISIBLE = new RawContextKey('messageVisible', false, nls.localize(1282, 'Whether the editor is currently showing an inline message')); }
32
32
  static get(editor) {
33
33
  return editor.getContribution(MessageController_1.ID);
34
34
  }
@@ -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(1280, "Cursor added: {0}", cursorPositions) : nls.localize(1281, "Cursors added: {0}", cursorPositions);
35
+ const msg = cursorDiff.length === 1 ? nls.localize(1283, "Cursor added: {0}", cursorPositions) : nls.localize(1284, "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(1290, "Add Cursor Above"),
43
+ label: nls.localize2(1293, "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(1282, "&&Add Cursor Above"),
57
+ title: nls.localize(1285, "&&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(1291, "Add Cursor Below"),
85
+ label: nls.localize2(1294, "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(1283, "A&&dd Cursor Below"),
99
+ title: nls.localize(1286, "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(1292, "Add Cursors to Line Ends"),
127
+ label: nls.localize2(1295, "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(1284, "Add C&&ursors to Line Ends"),
137
+ title: nls.localize(1287, "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(1293, "Add Cursors to Bottom"),
174
+ label: nls.localize2(1296, "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(1294, "Add Cursors to Top"),
200
+ label: nls.localize2(1297, "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(1295, "Add Selection to Next Find Match"),
577
+ label: nls.localize2(1298, "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(1285, "Add &&Next Occurrence"),
587
+ title: nls.localize(1288, "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(1296, "Add Selection to Previous Find Match"),
600
+ label: nls.localize2(1299, "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(1286, "Add P&&revious Occurrence"),
605
+ title: nls.localize(1289, "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(1297, "Move Last Selection to Next Find Match"),
618
+ label: nls.localize2(1300, "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(1298, "Move Last Selection to Previous Find Match"),
635
+ label: nls.localize2(1301, "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(1299, "Select All Occurrences of Find Match"),
647
+ label: nls.localize2(1302, "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(1287, "Select All &&Occurrences"),
657
+ title: nls.localize(1290, "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(1300, "Change All Occurrences"),
670
+ label: nls.localize2(1303, "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(1301, "Focus Next Cursor"),
928
+ label: nls.localize2(1304, "Focus Next Cursor"),
929
929
  metadata: {
930
- description: nls.localize(1288, "Focuses the next cursor"),
930
+ description: nls.localize(1291, "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(1302, "Focus Previous Cursor"),
960
+ label: nls.localize2(1305, "Focus Previous Cursor"),
961
961
  metadata: {
962
- description: nls.localize(1289, "Focuses the previous cursor"),
962
+ description: nls.localize(1292, "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(1303, "Trigger Parameter Hints"),
70
+ label: nls.localize2(1306, "Trigger Parameter Hints"),
71
71
  precondition: EditorContextKeys.hasSignatureHelpProvider,
72
72
  kbOpts: {
73
73
  kbExpr: EditorContextKeys.editorTextFocus,