monaco-editor-core 0.55.0-dev-20251106 → 0.55.0-rc

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 (186) 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 +0 -6
  18. package/esm/vs/base/browser/ui/codicons/codicon/codicon.ttf +0 -0
  19. package/esm/vs/editor/browser/widget/diffEditor/components/diffEditorViewZones/copySelection.js +24 -83
  20. package/esm/vs/editor/browser/widget/diffEditor/components/diffEditorViewZones/copySelection.js.map +1 -1
  21. package/esm/vs/editor/browser/widget/diffEditor/components/diffEditorViewZones/diffEditorViewZones.js +1 -1
  22. package/esm/vs/editor/browser/widget/diffEditor/components/diffEditorViewZones/diffEditorViewZones.js.map +1 -1
  23. package/esm/vs/editor/browser/widget/diffEditor/components/diffEditorViewZones/inlineDiffDeletedCodeMargin.js +13 -17
  24. package/esm/vs/editor/browser/widget/diffEditor/components/diffEditorViewZones/inlineDiffDeletedCodeMargin.js.map +1 -1
  25. package/esm/vs/editor/browser/widget/diffEditor/components/diffEditorViewZones/renderLines.js +81 -9
  26. package/esm/vs/editor/browser/widget/diffEditor/components/diffEditorViewZones/renderLines.js.map +1 -1
  27. package/esm/vs/editor/browser/widget/diffEditor/diffEditor.contribution.js +5 -5
  28. package/esm/vs/editor/browser/widget/diffEditor/features/hideUnchangedRegionsFeature.js +7 -7
  29. package/esm/vs/editor/browser/widget/diffEditor/features/movedBlocksLinesFeature.js +2 -2
  30. package/esm/vs/editor/browser/widget/diffEditor/features/revertButtonsFeature.js +2 -2
  31. package/esm/vs/editor/browser/widget/diffEditor/registrations.contribution.js +5 -5
  32. package/esm/vs/editor/browser/widget/multiDiffEditor/colors.js +3 -3
  33. package/esm/vs/editor/browser/widget/multiDiffEditor/diffEditorItemTemplate.js +1 -1
  34. package/esm/vs/editor/browser/widget/multiDiffEditor/diffEditorItemTemplate.js.map +1 -1
  35. package/esm/vs/editor/browser/widget/multiDiffEditor/multiDiffEditorWidgetImpl.js +2 -2
  36. package/esm/vs/editor/common/config/editorConfigurationSchema.js +54 -54
  37. package/esm/vs/editor/common/config/editorOptions.js +407 -407
  38. package/esm/vs/editor/common/config/editorOptions.js.map +1 -1
  39. package/esm/vs/editor/common/core/editorColorRegistry.js +68 -68
  40. package/esm/vs/editor/common/editorContextKeys.js +47 -47
  41. package/esm/vs/editor/common/languages/modesRegistry.js +1 -1
  42. package/esm/vs/editor/common/languages.js +56 -56
  43. package/esm/vs/editor/common/model/editStack.js +1 -1
  44. package/esm/vs/editor/common/standaloneStrings.js +10 -10
  45. package/esm/vs/editor/common/textModelEditSource.js +2 -2
  46. package/esm/vs/editor/common/textModelEditSource.js.map +1 -1
  47. package/esm/vs/editor/common/viewLayout/viewLineRenderer.js +2 -2
  48. package/esm/vs/editor/contrib/anchorSelect/browser/anchorSelect.js +6 -6
  49. package/esm/vs/editor/contrib/bracketMatching/browser/bracketMatching.js +6 -6
  50. package/esm/vs/editor/contrib/caretOperations/browser/caretOperations.js +2 -2
  51. package/esm/vs/editor/contrib/caretOperations/browser/transpose.js +1 -1
  52. package/esm/vs/editor/contrib/clipboard/browser/clipboard.js +17 -17
  53. package/esm/vs/editor/contrib/codeAction/browser/codeAction.js +1 -1
  54. package/esm/vs/editor/contrib/codeAction/browser/codeActionCommands.js +29 -29
  55. package/esm/vs/editor/contrib/codeAction/browser/codeActionContributions.js +3 -3
  56. package/esm/vs/editor/contrib/codeAction/browser/codeActionController.js +3 -3
  57. package/esm/vs/editor/contrib/codeAction/browser/codeActionMenu.js +8 -8
  58. package/esm/vs/editor/contrib/codeAction/browser/lightBulbWidget.js +9 -9
  59. package/esm/vs/editor/contrib/codelens/browser/codelensController.js +2 -2
  60. package/esm/vs/editor/contrib/colorPicker/browser/colorPickerParts/colorPickerCloseButton.js +1 -1
  61. package/esm/vs/editor/contrib/colorPicker/browser/colorPickerParts/colorPickerHeader.js +1 -1
  62. package/esm/vs/editor/contrib/colorPicker/browser/hoverColorPicker/hoverColorPickerParticipant.js +1 -1
  63. package/esm/vs/editor/contrib/colorPicker/browser/standaloneColorPicker/standaloneColorPickerActions.js +7 -7
  64. package/esm/vs/editor/contrib/comment/browser/comment.js +6 -6
  65. package/esm/vs/editor/contrib/contextmenu/browser/contextmenu.js +10 -10
  66. package/esm/vs/editor/contrib/cursorUndo/browser/cursorUndo.js +2 -2
  67. package/esm/vs/editor/contrib/dropOrPasteInto/browser/copyPasteContribution.js +4 -4
  68. package/esm/vs/editor/contrib/dropOrPasteInto/browser/copyPasteController.js +9 -9
  69. package/esm/vs/editor/contrib/dropOrPasteInto/browser/defaultProviders.js +8 -8
  70. package/esm/vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorController.js +3 -3
  71. package/esm/vs/editor/contrib/dropOrPasteInto/browser/postEditWidget.js +2 -2
  72. package/esm/vs/editor/contrib/editorState/browser/keybindingCancellation.js +1 -1
  73. package/esm/vs/editor/contrib/find/browser/findController.js +16 -16
  74. package/esm/vs/editor/contrib/find/browser/findWidget.js +26 -26
  75. package/esm/vs/editor/contrib/folding/browser/folding.js +20 -20
  76. package/esm/vs/editor/contrib/folding/browser/folding.js.map +1 -1
  77. package/esm/vs/editor/contrib/folding/browser/foldingDecorations.js +9 -9
  78. package/esm/vs/editor/contrib/fontZoom/browser/fontZoom.js +3 -3
  79. package/esm/vs/editor/contrib/format/browser/format.js +3 -7
  80. package/esm/vs/editor/contrib/format/browser/format.js.map +1 -1
  81. package/esm/vs/editor/contrib/format/browser/formatActions.js +2 -2
  82. package/esm/vs/editor/contrib/gotoError/browser/gotoError.js +8 -8
  83. package/esm/vs/editor/contrib/gotoError/browser/gotoErrorWidget.js +14 -14
  84. package/esm/vs/editor/contrib/gotoSymbol/browser/goToCommands.js +39 -39
  85. package/esm/vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition.js +1 -1
  86. package/esm/vs/editor/contrib/gotoSymbol/browser/peek/referencesController.js +3 -3
  87. package/esm/vs/editor/contrib/gotoSymbol/browser/peek/referencesTree.js +3 -3
  88. package/esm/vs/editor/contrib/gotoSymbol/browser/peek/referencesWidget.js +3 -3
  89. package/esm/vs/editor/contrib/gotoSymbol/browser/referencesModel.js +8 -8
  90. package/esm/vs/editor/contrib/gotoSymbol/browser/symbolNavigation.js +3 -3
  91. package/esm/vs/editor/contrib/gpu/browser/gpuActions.js +4 -4
  92. package/esm/vs/editor/contrib/hover/browser/hoverActionIds.js +2 -2
  93. package/esm/vs/editor/contrib/hover/browser/hoverActions.js +24 -24
  94. package/esm/vs/editor/contrib/hover/browser/hoverCopyButton.js +2 -2
  95. package/esm/vs/editor/contrib/hover/browser/markdownHoverParticipant.js +9 -9
  96. package/esm/vs/editor/contrib/hover/browser/markerHoverParticipant.js +5 -5
  97. package/esm/vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace.js +2 -2
  98. package/esm/vs/editor/contrib/indentation/browser/indentation.js +20 -20
  99. package/esm/vs/editor/contrib/inlayHints/browser/inlayHintsHover.js +8 -8
  100. package/esm/vs/editor/contrib/inlineCompletions/browser/controller/commands.js +20 -20
  101. package/esm/vs/editor/contrib/inlineCompletions/browser/controller/inlineCompletionContextKeys.js +12 -12
  102. package/esm/vs/editor/contrib/inlineCompletions/browser/controller/inlineCompletionsController.js +1 -1
  103. package/esm/vs/editor/contrib/inlineCompletions/browser/hintsWidget/hoverParticipant.js +2 -2
  104. package/esm/vs/editor/contrib/inlineCompletions/browser/hintsWidget/inlineCompletionsHintsWidget.js +5 -5
  105. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/components/gutterIndicatorMenu.js +6 -6
  106. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsModel.js +1 -1
  107. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/theme.js +20 -20
  108. package/esm/vs/editor/contrib/insertFinalNewLine/browser/insertFinalNewLine.js +1 -1
  109. package/esm/vs/editor/contrib/lineSelection/browser/lineSelection.js +1 -1
  110. package/esm/vs/editor/contrib/linesOperations/browser/linesOperations.js +31 -31
  111. package/esm/vs/editor/contrib/linkedEditing/browser/linkedEditing.js +2 -2
  112. package/esm/vs/editor/contrib/links/browser/links.js +10 -10
  113. package/esm/vs/editor/contrib/message/browser/messageController.js +1 -1
  114. package/esm/vs/editor/contrib/multicursor/browser/multicursor.js +22 -22
  115. package/esm/vs/editor/contrib/parameterHints/browser/parameterHints.js +1 -1
  116. package/esm/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.js +4 -4
  117. package/esm/vs/editor/contrib/peekView/browser/peekView.js +18 -18
  118. package/esm/vs/editor/contrib/placeholderText/browser/placeholderText.contribution.js +1 -1
  119. package/esm/vs/editor/contrib/quickAccess/browser/gotoLineQuickAccess.js +10 -10
  120. package/esm/vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess.js +32 -32
  121. package/esm/vs/editor/contrib/readOnlyMessage/browser/contribution.js +2 -2
  122. package/esm/vs/editor/contrib/rename/browser/rename.js +11 -11
  123. package/esm/vs/editor/contrib/rename/browser/renameWidget.js +7 -7
  124. package/esm/vs/editor/contrib/smartSelect/browser/smartSelect.js +4 -4
  125. package/esm/vs/editor/contrib/snippet/browser/snippetController2.js +4 -4
  126. package/esm/vs/editor/contrib/snippet/browser/snippetVariables.js +4 -4
  127. package/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollActions.js +11 -11
  128. package/esm/vs/editor/contrib/suggest/browser/suggest.js +8 -8
  129. package/esm/vs/editor/contrib/suggest/browser/suggestController.js +10 -10
  130. package/esm/vs/editor/contrib/suggest/browser/suggestWidget.js +17 -17
  131. package/esm/vs/editor/contrib/suggest/browser/suggestWidgetDetails.js +2 -2
  132. package/esm/vs/editor/contrib/suggest/browser/suggestWidgetRenderer.js +2 -2
  133. package/esm/vs/editor/contrib/suggest/browser/wordContextKey.js +1 -1
  134. package/esm/vs/editor/contrib/symbolIcons/browser/symbolIcons.js +33 -33
  135. package/esm/vs/editor/contrib/toggleTabFocusMode/browser/toggleTabFocusMode.js +4 -4
  136. package/esm/vs/editor/contrib/tokenization/browser/tokenization.js +1 -1
  137. package/esm/vs/editor/contrib/unicodeHighlighter/browser/bannerController.js +1 -1
  138. package/esm/vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter.js +24 -24
  139. package/esm/vs/editor/contrib/unusualLineTerminators/browser/unusualLineTerminators.js +5 -5
  140. package/esm/vs/editor/contrib/wordHighlighter/browser/highlightDecorations.js +9 -9
  141. package/esm/vs/editor/contrib/wordHighlighter/browser/wordHighlighter.js +3 -3
  142. package/esm/vs/editor/contrib/wordOperations/browser/wordOperations.js +1 -1
  143. package/esm/vs/platform/accessibilitySignal/browser/accessibilitySignalService.js +62 -62
  144. package/esm/vs/platform/action/common/actionCommonCategories.js +6 -6
  145. package/esm/vs/platform/actionWidget/browser/actionList.js +4 -4
  146. package/esm/vs/platform/actionWidget/browser/actionWidget.js +7 -7
  147. package/esm/vs/platform/actions/browser/menuEntryActionViewItem.js +5 -5
  148. package/esm/vs/platform/actions/browser/toolbar.js +2 -2
  149. package/esm/vs/platform/actions/common/menuService.js +2 -2
  150. package/esm/vs/platform/configuration/common/configurationRegistry.js +10 -10
  151. package/esm/vs/platform/contextkey/browser/contextKeyService.js +1 -1
  152. package/esm/vs/platform/contextkey/common/contextkey.js +9 -9
  153. package/esm/vs/platform/contextkey/common/contextkeys.js +9 -9
  154. package/esm/vs/platform/contextkey/common/scanner.js +5 -5
  155. package/esm/vs/platform/history/browser/contextScopedHistoryWidget.js +1 -1
  156. package/esm/vs/platform/hover/browser/hoverWidget.js +1 -1
  157. package/esm/vs/platform/hover/browser/updatableHoverWidget.js +1 -1
  158. package/esm/vs/platform/keybinding/common/abstractKeybindingService.js +4 -4
  159. package/esm/vs/platform/list/browser/listService.js +29 -29
  160. package/esm/vs/platform/list/browser/listService.js.map +1 -1
  161. package/esm/vs/platform/markers/common/markerService.js +2 -2
  162. package/esm/vs/platform/markers/common/markers.js +6 -6
  163. package/esm/vs/platform/quickinput/browser/commandsQuickAccess.js +7 -7
  164. package/esm/vs/platform/quickinput/browser/helpQuickAccess.js +1 -1
  165. package/esm/vs/platform/quickinput/browser/quickInput.js +10 -10
  166. package/esm/vs/platform/quickinput/browser/quickInputActions.js +5 -5
  167. package/esm/vs/platform/quickinput/browser/quickInputController.js +6 -6
  168. package/esm/vs/platform/quickinput/browser/quickInputList.js +1 -1
  169. package/esm/vs/platform/quickinput/browser/quickInputUtils.js +1 -1
  170. package/esm/vs/platform/quickinput/browser/tree/quickInputTreeAccessibilityProvider.js +1 -1
  171. package/esm/vs/platform/theme/common/colorUtils.js +2 -2
  172. package/esm/vs/platform/theme/common/colors/baseColors.js +17 -17
  173. package/esm/vs/platform/theme/common/colors/chartsColors.js +8 -8
  174. package/esm/vs/platform/theme/common/colors/editorColors.js +95 -95
  175. package/esm/vs/platform/theme/common/colors/inputColors.js +47 -47
  176. package/esm/vs/platform/theme/common/colors/listColors.js +36 -36
  177. package/esm/vs/platform/theme/common/colors/menuColors.js +7 -7
  178. package/esm/vs/platform/theme/common/colors/minimapColors.js +11 -11
  179. package/esm/vs/platform/theme/common/colors/miscColors.js +16 -16
  180. package/esm/vs/platform/theme/common/colors/quickpickColors.js +9 -9
  181. package/esm/vs/platform/theme/common/colors/searchColors.js +3 -3
  182. package/esm/vs/platform/theme/common/iconRegistry.js +6 -6
  183. package/esm/vs/platform/undoRedo/common/undoRedoService.js +20 -20
  184. package/esm/vs/platform/workspace/common/workspace.js +1 -1
  185. package/package.json +2 -2
  186. package/version.txt +1 -1
@@ -30,7 +30,7 @@ let HoverCopyButton = class HoverCopyButton extends Disposable {
30
30
  this._hoverService = _hoverService;
31
31
  this._container.classList.add('hover-row-with-copy');
32
32
  this._button = this._register(new SimpleButton({
33
- label: localize(1129, "Copy"),
33
+ label: localize(1128, "Copy"),
34
34
  icon: Codicon.copy,
35
35
  onTrigger: () => this._copyContent(),
36
36
  className: 'hover-copy-button',
@@ -41,7 +41,7 @@ let HoverCopyButton = class HoverCopyButton extends Disposable {
41
41
  const content = this._getContent();
42
42
  if (content) {
43
43
  await this._clipboardService.writeText(content);
44
- status(localize(1130, "Copied to clipboard"));
44
+ status(localize(1129, "Copied to clipboard"));
45
45
  }
46
46
  }
47
47
  };
@@ -35,8 +35,8 @@ import { AsyncIterableProducer } from '../../../../base/common/async.js';
35
35
  import { getHoverProviderResultsAsAsyncIterable } from './getHover.js';
36
36
  import { ICommandService } from '../../../../platform/commands/common/commands.js';
37
37
  const $ = dom.$;
38
- const increaseHoverVerbosityIcon = registerIcon('hover-increase-verbosity', Codicon.add, nls.localize(1131, 'Icon for increaseing hover verbosity.'));
39
- const decreaseHoverVerbosityIcon = registerIcon('hover-decrease-verbosity', Codicon.remove, nls.localize(1132, 'Icon for decreasing hover verbosity.'));
38
+ const increaseHoverVerbosityIcon = registerIcon('hover-increase-verbosity', Codicon.add, nls.localize(1130, 'Icon for increaseing hover verbosity.'));
39
+ const decreaseHoverVerbosityIcon = registerIcon('hover-decrease-verbosity', Codicon.remove, nls.localize(1131, 'Icon for decreasing hover verbosity.'));
40
40
  export class MarkdownHover {
41
41
  constructor(owner, range, contents, isBeforeContent, ordinal, source = undefined) {
42
42
  this.owner = owner;
@@ -79,7 +79,7 @@ let MarkdownHoverParticipant = class MarkdownHoverParticipant {
79
79
  this.hoverOrdinal = 3;
80
80
  }
81
81
  createLoadingMessage(anchor) {
82
- return new MarkdownHover(this, anchor.range, [new MarkdownString().appendText(nls.localize(1133, "Loading..."))], false, 2000);
82
+ return new MarkdownHover(this, anchor.range, [new MarkdownString().appendText(nls.localize(1132, "Loading..."))], false, 2000);
83
83
  }
84
84
  computeSync(anchor, lineDecorations) {
85
85
  if (!this._editor.hasModel() || anchor.type !== 1 /* HoverAnchorType.Range */) {
@@ -100,12 +100,12 @@ let MarkdownHoverParticipant = class MarkdownHoverParticipant {
100
100
  if (stopRenderingLineAfter >= 0 && lineLength > stopRenderingLineAfter && anchor.range.startColumn >= stopRenderingLineAfter) {
101
101
  stopRenderingMessage = true;
102
102
  result.push(new MarkdownHover(this, anchor.range, [{
103
- value: nls.localize(1134, "Rendering paused for long line for performance reasons. This can be configured via `editor.stopRenderingLineAfter`.")
103
+ value: nls.localize(1133, "Rendering paused for long line for performance reasons. This can be configured via `editor.stopRenderingLineAfter`.")
104
104
  }], false, index++));
105
105
  }
106
106
  if (!stopRenderingMessage && typeof maxTokenizationLineLength === 'number' && lineLength >= maxTokenizationLineLength) {
107
107
  result.push(new MarkdownHover(this, anchor.range, [{
108
- value: nls.localize(1135, "Tokenization is skipped for long lines for performance reasons. This can be configured via `editor.maxTokenizationLineLength`.")
108
+ value: nls.localize(1134, "Tokenization is skipped for long lines for performance reasons. This can be configured via `editor.maxTokenizationLineLength`.")
109
109
  }], false, index++));
110
110
  }
111
111
  let isBeforeContent = false;
@@ -404,14 +404,14 @@ export function labelForHoverVerbosityAction(keybindingService, action) {
404
404
  case HoverVerbosityAction.Increase: {
405
405
  const kb = keybindingService.lookupKeybinding(INCREASE_HOVER_VERBOSITY_ACTION_ID);
406
406
  return kb ?
407
- nls.localize(1136, "Increase Hover Verbosity ({0})", kb.getLabel()) :
408
- nls.localize(1137, "Increase Hover Verbosity");
407
+ nls.localize(1135, "Increase Hover Verbosity ({0})", kb.getLabel()) :
408
+ nls.localize(1136, "Increase Hover Verbosity");
409
409
  }
410
410
  case HoverVerbosityAction.Decrease: {
411
411
  const kb = keybindingService.lookupKeybinding(DECREASE_HOVER_VERBOSITY_ACTION_ID);
412
412
  return kb ?
413
- nls.localize(1138, "Decrease Hover Verbosity ({0})", kb.getLabel()) :
414
- nls.localize(1139, "Decrease Hover Verbosity");
413
+ nls.localize(1137, "Decrease Hover Verbosity ({0})", kb.getLabel()) :
414
+ nls.localize(1138, "Decrease Hover Verbosity");
415
415
  }
416
416
  }
417
417
  }
@@ -172,7 +172,7 @@ let MarkerHoverParticipant = class MarkerHoverParticipant {
172
172
  const markerController = MarkerController.get(this._editor);
173
173
  if (markerController) {
174
174
  context.statusBar.addAction({
175
- label: nls.localize(1140, "View Problem"),
175
+ label: nls.localize(1139, "View Problem"),
176
176
  commandId: NextMarkerAction.ID,
177
177
  run: () => {
178
178
  context.hide();
@@ -187,14 +187,14 @@ let MarkerHoverParticipant = class MarkerHoverParticipant {
187
187
  if (this.recentMarkerCodeActionsInfo) {
188
188
  if (IMarkerData.makeKey(this.recentMarkerCodeActionsInfo.marker) === IMarkerData.makeKey(markerHover.marker)) {
189
189
  if (!this.recentMarkerCodeActionsInfo.hasCodeActions) {
190
- quickfixPlaceholderElement.textContent = nls.localize(1141, "No quick fixes available");
190
+ quickfixPlaceholderElement.textContent = nls.localize(1140, "No quick fixes available");
191
191
  }
192
192
  }
193
193
  else {
194
194
  this.recentMarkerCodeActionsInfo = undefined;
195
195
  }
196
196
  }
197
- const updatePlaceholderDisposable = this.recentMarkerCodeActionsInfo && !this.recentMarkerCodeActionsInfo.hasCodeActions ? Disposable.None : disposableTimeout(() => quickfixPlaceholderElement.textContent = nls.localize(1142, "Checking for quick fixes..."), 200, disposables);
197
+ const updatePlaceholderDisposable = this.recentMarkerCodeActionsInfo && !this.recentMarkerCodeActionsInfo.hasCodeActions ? Disposable.None : disposableTimeout(() => quickfixPlaceholderElement.textContent = nls.localize(1141, "Checking for quick fixes..."), 200, disposables);
198
198
  if (!quickfixPlaceholderElement.textContent) {
199
199
  // Have some content in here to avoid flickering
200
200
  quickfixPlaceholderElement.textContent = String.fromCharCode(0xA0); //  
@@ -206,7 +206,7 @@ let MarkerHoverParticipant = class MarkerHoverParticipant {
206
206
  this.recentMarkerCodeActionsInfo = { marker: markerHover.marker, hasCodeActions: actions.validActions.length > 0 };
207
207
  if (!this.recentMarkerCodeActionsInfo.hasCodeActions) {
208
208
  actions.dispose();
209
- quickfixPlaceholderElement.textContent = nls.localize(1143, "No quick fixes available");
209
+ quickfixPlaceholderElement.textContent = nls.localize(1142, "No quick fixes available");
210
210
  return;
211
211
  }
212
212
  quickfixPlaceholderElement.style.display = 'none';
@@ -217,7 +217,7 @@ let MarkerHoverParticipant = class MarkerHoverParticipant {
217
217
  }
218
218
  }));
219
219
  context.statusBar.addAction({
220
- label: nls.localize(1144, "Quick Fix..."),
220
+ label: nls.localize(1143, "Quick Fix..."),
221
221
  commandId: quickFixCommandId,
222
222
  run: (target) => {
223
223
  showing = true;
@@ -107,7 +107,7 @@ class InPlaceReplaceUp extends EditorAction {
107
107
  constructor() {
108
108
  super({
109
109
  id: 'editor.action.inPlaceReplace.up',
110
- label: nls.localize2(1241, "Replace with Previous Value"),
110
+ label: nls.localize2(1240, "Replace with Previous Value"),
111
111
  precondition: EditorContextKeys.writable,
112
112
  kbOpts: {
113
113
  kbExpr: EditorContextKeys.editorTextFocus,
@@ -128,7 +128,7 @@ class InPlaceReplaceDown extends EditorAction {
128
128
  constructor() {
129
129
  super({
130
130
  id: 'editor.action.inPlaceReplace.down',
131
- label: nls.localize2(1242, "Replace with Next Value"),
131
+ label: nls.localize2(1241, "Replace with Next Value"),
132
132
  precondition: EditorContextKeys.writable,
133
133
  kbOpts: {
134
134
  kbExpr: EditorContextKeys.editorTextFocus,
@@ -30,10 +30,10 @@ export class IndentationToSpacesAction extends EditorAction {
30
30
  constructor() {
31
31
  super({
32
32
  id: IndentationToSpacesAction.ID,
33
- label: nls.localize2(1149, "Convert Indentation to Spaces"),
33
+ label: nls.localize2(1148, "Convert Indentation to Spaces"),
34
34
  precondition: EditorContextKeys.writable,
35
35
  metadata: {
36
- description: nls.localize2(1150, "Convert the tab indentation to spaces."),
36
+ description: nls.localize2(1149, "Convert the tab indentation to spaces."),
37
37
  }
38
38
  });
39
39
  }
@@ -61,10 +61,10 @@ export class IndentationToTabsAction extends EditorAction {
61
61
  constructor() {
62
62
  super({
63
63
  id: IndentationToTabsAction.ID,
64
- label: nls.localize2(1151, "Convert Indentation to Tabs"),
64
+ label: nls.localize2(1150, "Convert Indentation to Tabs"),
65
65
  precondition: EditorContextKeys.writable,
66
66
  metadata: {
67
- description: nls.localize2(1152, "Convert the spaces indentation to tabs."),
67
+ description: nls.localize2(1151, "Convert the spaces indentation to tabs."),
68
68
  }
69
69
  });
70
70
  }
@@ -107,17 +107,17 @@ export class ChangeIndentationSizeAction extends EditorAction {
107
107
  label: n.toString(),
108
108
  // add description for tabSize value set in the configuration
109
109
  description: (n === creationOpts.tabSize && n === modelOpts.tabSize
110
- ? nls.localize(1145, "Configured Tab Size")
110
+ ? nls.localize(1144, "Configured Tab Size")
111
111
  : n === creationOpts.tabSize
112
- ? nls.localize(1146, "Default Tab Size")
112
+ ? nls.localize(1145, "Default Tab Size")
113
113
  : n === modelOpts.tabSize
114
- ? nls.localize(1147, "Current Tab Size")
114
+ ? nls.localize(1146, "Current Tab Size")
115
115
  : undefined)
116
116
  }));
117
117
  // auto focus the tabSize set for the current editor
118
118
  const autoFocusIndex = Math.min(model.getOptions().tabSize - 1, 7);
119
119
  setTimeout(() => {
120
- quickInputService.pick(picks, { placeHolder: nls.localize(1148, "Select Tab Size for Current File"), activeItem: picks[autoFocusIndex] }).then(pick => {
120
+ quickInputService.pick(picks, { placeHolder: nls.localize(1147, "Select Tab Size for Current File"), activeItem: picks[autoFocusIndex] }).then(pick => {
121
121
  if (pick) {
122
122
  if (model && !model.isDisposed()) {
123
123
  const pickedVal = parseInt(pick.label, 10);
@@ -144,10 +144,10 @@ export class IndentUsingTabs extends ChangeIndentationSizeAction {
144
144
  constructor() {
145
145
  super(false, false, {
146
146
  id: IndentUsingTabs.ID,
147
- label: nls.localize2(1153, "Indent Using Tabs"),
147
+ label: nls.localize2(1152, "Indent Using Tabs"),
148
148
  precondition: undefined,
149
149
  metadata: {
150
- description: nls.localize2(1154, "Use indentation with tabs."),
150
+ description: nls.localize2(1153, "Use indentation with tabs."),
151
151
  }
152
152
  });
153
153
  }
@@ -157,10 +157,10 @@ export class IndentUsingSpaces extends ChangeIndentationSizeAction {
157
157
  constructor() {
158
158
  super(true, false, {
159
159
  id: IndentUsingSpaces.ID,
160
- label: nls.localize2(1155, "Indent Using Spaces"),
160
+ label: nls.localize2(1154, "Indent Using Spaces"),
161
161
  precondition: undefined,
162
162
  metadata: {
163
- description: nls.localize2(1156, "Use indentation with spaces."),
163
+ description: nls.localize2(1155, "Use indentation with spaces."),
164
164
  }
165
165
  });
166
166
  }
@@ -170,10 +170,10 @@ export class ChangeTabDisplaySize extends ChangeIndentationSizeAction {
170
170
  constructor() {
171
171
  super(true, true, {
172
172
  id: ChangeTabDisplaySize.ID,
173
- label: nls.localize2(1157, "Change Tab Display Size"),
173
+ label: nls.localize2(1156, "Change Tab Display Size"),
174
174
  precondition: undefined,
175
175
  metadata: {
176
- description: nls.localize2(1158, "Change the space size equivalent of the tab."),
176
+ description: nls.localize2(1157, "Change the space size equivalent of the tab."),
177
177
  }
178
178
  });
179
179
  }
@@ -183,10 +183,10 @@ export class DetectIndentation extends EditorAction {
183
183
  constructor() {
184
184
  super({
185
185
  id: DetectIndentation.ID,
186
- label: nls.localize2(1159, "Detect Indentation from Content"),
186
+ label: nls.localize2(1158, "Detect Indentation from Content"),
187
187
  precondition: undefined,
188
188
  metadata: {
189
- description: nls.localize2(1160, "Detect the indentation from content."),
189
+ description: nls.localize2(1159, "Detect the indentation from content."),
190
190
  }
191
191
  });
192
192
  }
@@ -204,10 +204,10 @@ export class ReindentLinesAction extends EditorAction {
204
204
  constructor() {
205
205
  super({
206
206
  id: 'editor.action.reindentlines',
207
- label: nls.localize2(1161, "Reindent Lines"),
207
+ label: nls.localize2(1160, "Reindent Lines"),
208
208
  precondition: EditorContextKeys.writable,
209
209
  metadata: {
210
- description: nls.localize2(1162, "Reindent the lines of the editor."),
210
+ description: nls.localize2(1161, "Reindent the lines of the editor."),
211
211
  },
212
212
  canTriggerInlineEdits: true,
213
213
  });
@@ -230,10 +230,10 @@ export class ReindentSelectedLinesAction extends EditorAction {
230
230
  constructor() {
231
231
  super({
232
232
  id: 'editor.action.reindentselectedlines',
233
- label: nls.localize2(1163, "Reindent Selected Lines"),
233
+ label: nls.localize2(1162, "Reindent Selected Lines"),
234
234
  precondition: EditorContextKeys.writable,
235
235
  metadata: {
236
- description: nls.localize2(1164, "Reindent the selected lines of the editor."),
236
+ description: nls.localize2(1163, "Reindent the selected lines of the editor."),
237
237
  },
238
238
  canTriggerInlineEdits: true,
239
239
  });
@@ -82,7 +82,7 @@ let InlayHintsHover = class InlayHintsHover extends MarkdownHoverParticipant {
82
82
  }
83
83
  // (1.2) Inlay dbl-click gesture
84
84
  if (isNonEmptyArray(part.item.hint.textEdits)) {
85
- executor.emitOne(new MarkdownHover(this, anchor.range, [new MarkdownString().appendText(localize(1165, "Double-click to insert"))], false, 10001));
85
+ executor.emitOne(new MarkdownHover(this, anchor.range, [new MarkdownString().appendText(localize(1164, "Double-click to insert"))], false, 10001));
86
86
  }
87
87
  // (2) Inlay Label Part Tooltip
88
88
  let partTooltip;
@@ -101,19 +101,19 @@ let InlayHintsHover = class InlayHintsHover extends MarkdownHoverParticipant {
101
101
  const useMetaKey = this._editor.getOption(86 /* EditorOption.multiCursorModifier */) === 'altKey';
102
102
  const kb = useMetaKey
103
103
  ? platform.isMacintosh
104
- ? localize(1166, "cmd + click")
105
- : localize(1167, "ctrl + click")
104
+ ? localize(1165, "cmd + click")
105
+ : localize(1166, "ctrl + click")
106
106
  : platform.isMacintosh
107
- ? localize(1168, "option + click")
108
- : localize(1169, "alt + click");
107
+ ? localize(1167, "option + click")
108
+ : localize(1168, "alt + click");
109
109
  if (part.part.location && part.part.command) {
110
- linkHint = new MarkdownString().appendText(localize(1170, 'Go to Definition ({0}), right click for more', kb));
110
+ linkHint = new MarkdownString().appendText(localize(1169, 'Go to Definition ({0}), right click for more', kb));
111
111
  }
112
112
  else if (part.part.location) {
113
- linkHint = new MarkdownString().appendText(localize(1171, 'Go to Definition ({0})', kb));
113
+ linkHint = new MarkdownString().appendText(localize(1170, 'Go to Definition ({0})', kb));
114
114
  }
115
115
  else if (part.part.command) {
116
- linkHint = new MarkdownString(`[${localize(1172, "Execute Command")}](${asCommandLink(part.part.command)} "${part.part.command.title}") (${kb})`, { isTrusted: true });
116
+ linkHint = new MarkdownString(`[${localize(1171, "Execute Command")}](${asCommandLink(part.part.command)} "${part.part.command.title}") (${kb})`, { isTrusted: true });
117
117
  }
118
118
  if (linkHint) {
119
119
  executor.emitOne(new MarkdownHover(this, anchor.range, [linkHint], false, 10000));
@@ -25,7 +25,7 @@ export class ShowNextInlineSuggestionAction extends EditorAction {
25
25
  constructor() {
26
26
  super({
27
27
  id: ShowNextInlineSuggestionAction.ID,
28
- label: nls.localize2(1184, "Show Next Inline Suggestion"),
28
+ label: nls.localize2(1183, "Show Next Inline Suggestion"),
29
29
  precondition: ContextKeyExpr.and(EditorContextKeys.writable, InlineCompletionContextKeys.inlineSuggestionVisible),
30
30
  kbOpts: {
31
31
  weight: 100,
@@ -43,7 +43,7 @@ export class ShowPreviousInlineSuggestionAction extends EditorAction {
43
43
  constructor() {
44
44
  super({
45
45
  id: ShowPreviousInlineSuggestionAction.ID,
46
- label: nls.localize2(1185, "Show Previous Inline Suggestion"),
46
+ label: nls.localize2(1184, "Show Previous Inline Suggestion"),
47
47
  precondition: ContextKeyExpr.and(EditorContextKeys.writable, InlineCompletionContextKeys.inlineSuggestionVisible),
48
48
  kbOpts: {
49
49
  weight: 100,
@@ -74,13 +74,13 @@ export class TriggerInlineSuggestionAction extends EditorAction {
74
74
  constructor() {
75
75
  super({
76
76
  id: 'editor.action.inlineSuggest.trigger',
77
- label: nls.localize2(1186, "Trigger Inline Suggestion"),
77
+ label: nls.localize2(1185, "Trigger Inline Suggestion"),
78
78
  precondition: EditorContextKeys.writable,
79
79
  metadata: {
80
- description: nls.localize(1173, "Triggers an inline suggestion in the editor."),
80
+ description: nls.localize(1172, "Triggers an inline suggestion in the editor."),
81
81
  args: [{
82
82
  name: 'args',
83
- description: nls.localize(1174, "Options for triggering inline suggestions."),
83
+ description: nls.localize(1173, "Options for triggering inline suggestions."),
84
84
  isOptional: true,
85
85
  schema: argsValidator.getJSONSchema(),
86
86
  }]
@@ -108,7 +108,7 @@ export class TriggerInlineSuggestionAction extends EditorAction {
108
108
  if (!controller?.model.get()?.state.get()) {
109
109
  notificationService.notify({
110
110
  severity: Severity.Info,
111
- message: nls.localize(1175, "No inline suggestion is available.")
111
+ message: nls.localize(1174, "No inline suggestion is available.")
112
112
  });
113
113
  }
114
114
  }
@@ -118,7 +118,7 @@ export class AcceptNextWordOfInlineCompletion extends EditorAction {
118
118
  constructor() {
119
119
  super({
120
120
  id: 'editor.action.inlineSuggest.acceptNextWord',
121
- label: nls.localize2(1187, "Accept Next Word Of Inline Suggestion"),
121
+ label: nls.localize2(1186, "Accept Next Word Of Inline Suggestion"),
122
122
  precondition: ContextKeyExpr.and(EditorContextKeys.writable, InlineCompletionContextKeys.inlineSuggestionVisible),
123
123
  kbOpts: {
124
124
  weight: 100 /* KeybindingWeight.EditorContrib */ + 1,
@@ -127,7 +127,7 @@ export class AcceptNextWordOfInlineCompletion extends EditorAction {
127
127
  },
128
128
  menuOpts: [{
129
129
  menuId: MenuId.InlineSuggestionToolbar,
130
- title: nls.localize(1176, 'Accept Word'),
130
+ title: nls.localize(1175, 'Accept Word'),
131
131
  group: 'primary',
132
132
  order: 2,
133
133
  }],
@@ -142,14 +142,14 @@ export class AcceptNextLineOfInlineCompletion extends EditorAction {
142
142
  constructor() {
143
143
  super({
144
144
  id: 'editor.action.inlineSuggest.acceptNextLine',
145
- label: nls.localize2(1188, "Accept Next Line Of Inline Suggestion"),
145
+ label: nls.localize2(1187, "Accept Next Line Of Inline Suggestion"),
146
146
  precondition: ContextKeyExpr.and(EditorContextKeys.writable, InlineCompletionContextKeys.inlineSuggestionVisible),
147
147
  kbOpts: {
148
148
  weight: 100 /* KeybindingWeight.EditorContrib */ + 1,
149
149
  },
150
150
  menuOpts: [{
151
151
  menuId: MenuId.InlineSuggestionToolbar,
152
- title: nls.localize(1177, 'Accept Line'),
152
+ title: nls.localize(1176, 'Accept Line'),
153
153
  group: 'secondary',
154
154
  order: 2,
155
155
  }],
@@ -164,16 +164,16 @@ export class AcceptInlineCompletion extends EditorAction {
164
164
  constructor() {
165
165
  super({
166
166
  id: inlineSuggestCommitId,
167
- label: nls.localize2(1189, "Accept Inline Suggestion"),
167
+ label: nls.localize2(1188, "Accept Inline Suggestion"),
168
168
  precondition: ContextKeyExpr.or(InlineCompletionContextKeys.inlineSuggestionVisible, InlineCompletionContextKeys.inlineEditVisible),
169
169
  menuOpts: [{
170
170
  menuId: MenuId.InlineSuggestionToolbar,
171
- title: nls.localize(1178, "Accept"),
171
+ title: nls.localize(1177, "Accept"),
172
172
  group: 'primary',
173
173
  order: 2,
174
174
  }, {
175
175
  menuId: MenuId.InlineEditsActions,
176
- title: nls.localize(1179, "Accept"),
176
+ title: nls.localize(1178, "Accept"),
177
177
  group: 'primary',
178
178
  order: 2,
179
179
  }],
@@ -204,11 +204,11 @@ export class JumpToNextInlineEdit extends EditorAction {
204
204
  constructor() {
205
205
  super({
206
206
  id: jumpToNextInlineEditId,
207
- label: nls.localize2(1190, "Jump to next inline edit"),
207
+ label: nls.localize2(1189, "Jump to next inline edit"),
208
208
  precondition: InlineCompletionContextKeys.inlineEditVisible,
209
209
  menuOpts: [{
210
210
  menuId: MenuId.InlineEditsActions,
211
- title: nls.localize(1180, "Jump"),
211
+ title: nls.localize(1179, "Jump"),
212
212
  group: 'primary',
213
213
  order: 1,
214
214
  when: InlineCompletionContextKeys.cursorAtInlineEdit.toNegated(),
@@ -232,7 +232,7 @@ export class HideInlineCompletion extends EditorAction {
232
232
  constructor() {
233
233
  super({
234
234
  id: HideInlineCompletion.ID,
235
- label: nls.localize2(1191, "Hide Inline Suggestion"),
235
+ label: nls.localize2(1190, "Hide Inline Suggestion"),
236
236
  precondition: ContextKeyExpr.or(InlineCompletionContextKeys.inlineSuggestionVisible, InlineCompletionContextKeys.inlineEditVisible),
237
237
  kbOpts: {
238
238
  weight: 100 /* KeybindingWeight.EditorContrib */ + 90, // same as hiding the suggest widget
@@ -240,7 +240,7 @@ export class HideInlineCompletion extends EditorAction {
240
240
  },
241
241
  menuOpts: [{
242
242
  menuId: MenuId.InlineEditsActions,
243
- title: nls.localize(1181, "Reject"),
243
+ title: nls.localize(1180, "Reject"),
244
244
  group: 'primary',
245
245
  order: 3,
246
246
  }]
@@ -259,7 +259,7 @@ export class ToggleInlineCompletionShowCollapsed extends EditorAction {
259
259
  constructor() {
260
260
  super({
261
261
  id: ToggleInlineCompletionShowCollapsed.ID,
262
- label: nls.localize2(1192, "Toggle Inline Suggestions Show Collapsed"),
262
+ label: nls.localize2(1191, "Toggle Inline Suggestions Show Collapsed"),
263
263
  precondition: ContextKeyExpr.true(),
264
264
  });
265
265
  }
@@ -281,7 +281,7 @@ export class ToggleAlwaysShowInlineSuggestionToolbar extends Action2 {
281
281
  constructor() {
282
282
  super({
283
283
  id: ToggleAlwaysShowInlineSuggestionToolbar.ID,
284
- title: nls.localize(1182, "Always Show Toolbar"),
284
+ title: nls.localize(1181, "Always Show Toolbar"),
285
285
  f1: false,
286
286
  precondition: undefined,
287
287
  menu: [{
@@ -303,7 +303,7 @@ export class DevExtractReproSample extends EditorAction {
303
303
  constructor() {
304
304
  super({
305
305
  id: 'editor.action.inlineSuggest.dev.extractRepro',
306
- label: nls.localize(1183, "Developer: Extract Inline Suggest State"),
306
+ label: nls.localize(1182, "Developer: Extract Inline Suggest State"),
307
307
  alias: 'Developer: Inline Suggest Extract Repro',
308
308
  precondition: ContextKeyExpr.or(InlineCompletionContextKeys.inlineEditVisible, InlineCompletionContextKeys.inlineSuggestionVisible),
309
309
  });
@@ -6,17 +6,17 @@ import { RawContextKey } from '../../../../../platform/contextkey/common/context
6
6
  import { localize } from '../../../../../nls.js';
7
7
  import * as nls from '../../../../../nls.js';
8
8
  export class InlineCompletionContextKeys {
9
- static { this.inlineSuggestionVisible = new RawContextKey('inlineSuggestionVisible', false, localize(1193, "Whether an inline suggestion is visible")); }
10
- static { this.inlineSuggestionHasIndentation = new RawContextKey('inlineSuggestionHasIndentation', false, localize(1194, "Whether the inline suggestion starts with whitespace")); }
11
- static { this.inlineSuggestionHasIndentationLessThanTabSize = new RawContextKey('inlineSuggestionHasIndentationLessThanTabSize', true, localize(1195, "Whether the inline suggestion starts with whitespace that is less than what would be inserted by tab")); }
12
- static { this.suppressSuggestions = new RawContextKey('inlineSuggestionSuppressSuggestions', undefined, localize(1196, "Whether suggestions should be suppressed for the current suggestion")); }
13
- static { this.cursorBeforeGhostText = new RawContextKey('cursorBeforeGhostText', false, localize(1197, "Whether the cursor is at ghost text")); }
14
- static { this.cursorInIndentation = new RawContextKey('cursorInIndentation', false, localize(1198, "Whether the cursor is in indentation")); }
15
- static { this.hasSelection = new RawContextKey('editor.hasSelection', false, localize(1199, "Whether the editor has a selection")); }
16
- static { this.cursorAtInlineEdit = new RawContextKey('cursorAtInlineEdit', false, localize(1200, "Whether the cursor is at an inline edit")); }
17
- static { this.inlineEditVisible = new RawContextKey('inlineEditIsVisible', false, localize(1201, "Whether an inline edit is visible")); }
18
- static { this.tabShouldJumpToInlineEdit = new RawContextKey('tabShouldJumpToInlineEdit', false, localize(1202, "Whether tab should jump to an inline edit.")); }
19
- static { this.tabShouldAcceptInlineEdit = new RawContextKey('tabShouldAcceptInlineEdit', false, localize(1203, "Whether tab should accept the inline edit.")); }
20
- static { this.inInlineEditsPreviewEditor = new RawContextKey('inInlineEditsPreviewEditor', true, nls.localize(1204, "Whether the current code editor is showing an inline edits preview")); }
9
+ static { this.inlineSuggestionVisible = new RawContextKey('inlineSuggestionVisible', false, localize(1192, "Whether an inline suggestion is visible")); }
10
+ static { this.inlineSuggestionHasIndentation = new RawContextKey('inlineSuggestionHasIndentation', false, localize(1193, "Whether the inline suggestion starts with whitespace")); }
11
+ static { this.inlineSuggestionHasIndentationLessThanTabSize = new RawContextKey('inlineSuggestionHasIndentationLessThanTabSize', true, localize(1194, "Whether the inline suggestion starts with whitespace that is less than what would be inserted by tab")); }
12
+ static { this.suppressSuggestions = new RawContextKey('inlineSuggestionSuppressSuggestions', undefined, localize(1195, "Whether suggestions should be suppressed for the current suggestion")); }
13
+ static { this.cursorBeforeGhostText = new RawContextKey('cursorBeforeGhostText', false, localize(1196, "Whether the cursor is at ghost text")); }
14
+ static { this.cursorInIndentation = new RawContextKey('cursorInIndentation', false, localize(1197, "Whether the cursor is in indentation")); }
15
+ static { this.hasSelection = new RawContextKey('editor.hasSelection', false, localize(1198, "Whether the editor has a selection")); }
16
+ static { this.cursorAtInlineEdit = new RawContextKey('cursorAtInlineEdit', false, localize(1199, "Whether the cursor is at an inline edit")); }
17
+ static { this.inlineEditVisible = new RawContextKey('inlineEditIsVisible', false, localize(1200, "Whether an inline edit is visible")); }
18
+ static { this.tabShouldJumpToInlineEdit = new RawContextKey('tabShouldJumpToInlineEdit', false, localize(1201, "Whether tab should jump to an inline edit.")); }
19
+ static { this.tabShouldAcceptInlineEdit = new RawContextKey('tabShouldAcceptInlineEdit', false, localize(1202, "Whether tab should accept the inline edit.")); }
20
+ static { this.inInlineEditsPreviewEditor = new RawContextKey('inInlineEditsPreviewEditor', true, nls.localize(1203, "Whether the current code editor is showing an inline edits preview")); }
21
21
  }
22
22
  //# sourceMappingURL=inlineCompletionContextKeys.js.map
@@ -365,7 +365,7 @@ let InlineCompletionsController = class InlineCompletionsController extends Disp
365
365
  const accessibleViewKeybinding = this._keybindingService.lookupKeybinding('editor.action.accessibleView');
366
366
  let hint;
367
367
  if (!accessibleViewShowing && accessibleViewKeybinding && this.editor.getOption(169 /* EditorOption.inlineCompletionsAccessibilityVerbose */)) {
368
- hint = localize(1205, "Inspect this in the accessible view ({0})", accessibleViewKeybinding.getAriaLabel());
368
+ hint = localize(1204, "Inspect this in the accessible view ({0})", accessibleViewKeybinding.getAriaLabel());
369
369
  }
370
370
  alert(hint ? content + ', ' + hint : content);
371
371
  }
@@ -115,7 +115,7 @@ let InlineCompletionsHoverParticipant = class InlineCompletionsHoverParticipant
115
115
  return new RenderedHoverParts([renderedHoverPart]);
116
116
  }
117
117
  getAccessibleContent(hoverPart) {
118
- return nls.localize(1206, 'There are inline completions here');
118
+ return nls.localize(1205, 'There are inline completions here');
119
119
  }
120
120
  renderScreenReaderText(context, part) {
121
121
  const disposables = new DisposableStore();
@@ -123,7 +123,7 @@ let InlineCompletionsHoverParticipant = class InlineCompletionsHoverParticipant
123
123
  const markdownHoverElement = $('div.hover-row.markdown-hover');
124
124
  const hoverContentsElement = dom.append(markdownHoverElement, $('div.hover-contents', { ['aria-live']: 'assertive' }));
125
125
  const render = (code) => {
126
- const inlineSuggestionAvailable = nls.localize(1207, "Suggestion:");
126
+ const inlineSuggestionAvailable = nls.localize(1206, "Suggestion:");
127
127
  const renderedContents = disposables.add(this._markdownRendererService.render(new MarkdownString().appendText(inlineSuggestionAvailable).appendCodeblock('text', code), {
128
128
  context: this._editor,
129
129
  asyncRenderCallback: () => {
@@ -97,8 +97,8 @@ InlineCompletionsHintsWidget = __decorate([
97
97
  __param(2, IInstantiationService)
98
98
  ], InlineCompletionsHintsWidget);
99
99
  export { InlineCompletionsHintsWidget };
100
- const inlineSuggestionHintsNextIcon = registerIcon('inline-suggestion-hints-next', Codicon.chevronRight, localize(1208, 'Icon for show next parameter hint.'));
101
- const inlineSuggestionHintsPreviousIcon = registerIcon('inline-suggestion-hints-previous', Codicon.chevronLeft, localize(1209, 'Icon for show previous parameter hint.'));
100
+ const inlineSuggestionHintsNextIcon = registerIcon('inline-suggestion-hints-next', Codicon.chevronRight, localize(1207, 'Icon for show next parameter hint.'));
101
+ const inlineSuggestionHintsPreviousIcon = registerIcon('inline-suggestion-hints-previous', Codicon.chevronLeft, localize(1208, 'Icon for show previous parameter hint.'));
102
102
  let InlineSuggestionHintsContentWidget = class InlineSuggestionHintsContentWidget extends Disposable {
103
103
  static { InlineSuggestionHintsContentWidget_1 = this; }
104
104
  static { this.hot = createHotClass(this); }
@@ -110,7 +110,7 @@ let InlineSuggestionHintsContentWidget = class InlineSuggestionHintsContentWidge
110
110
  const kb = this.keybindingService.lookupKeybinding(commandId, this._contextKeyService);
111
111
  let tooltip = label;
112
112
  if (kb) {
113
- tooltip = localize(1210, '{0} ({1})', label, kb.getLabel());
113
+ tooltip = localize(1209, '{0} ({1})', label, kb.getLabel());
114
114
  }
115
115
  action.tooltip = tooltip;
116
116
  return action;
@@ -158,9 +158,9 @@ let InlineSuggestionHintsContentWidget = class InlineSuggestionHintsContentWidge
158
158
  this._warningMessageNode.element,
159
159
  h('div@toolBar'),
160
160
  ]);
161
- this.previousAction = this._register(this.createCommandAction(showPreviousInlineSuggestionActionId, localize(1211, 'Previous'), ThemeIcon.asClassName(inlineSuggestionHintsPreviousIcon)));
161
+ this.previousAction = this._register(this.createCommandAction(showPreviousInlineSuggestionActionId, localize(1210, 'Previous'), ThemeIcon.asClassName(inlineSuggestionHintsPreviousIcon)));
162
162
  this.availableSuggestionCountAction = this._register(new Action('inlineSuggestionHints.availableSuggestionCount', '', undefined, false));
163
- this.nextAction = this._register(this.createCommandAction(showNextInlineSuggestionActionId, localize(1212, 'Next'), ThemeIcon.asClassName(inlineSuggestionHintsNextIcon)));
163
+ this.nextAction = this._register(this.createCommandAction(showNextInlineSuggestionActionId, localize(1211, 'Next'), ThemeIcon.asClassName(inlineSuggestionHintsNextIcon)));
164
164
  this.inlineCompletionsActionsMenus = this._register(this._menuService.createMenu(MenuId.InlineCompletionsActions, this._contextKeyService));
165
165
  this.clearAvailableSuggestionCountLabelDebounced = this._register(new RunOnceScheduler(() => {
166
166
  this.availableSuggestionCountAction.label = '';
@@ -62,13 +62,13 @@ let GutterIndicatorMenuContent = class GutterIndicatorMenuContent {
62
62
  const title = header(this._model.displayName);
63
63
  const gotoAndAccept = option(createOptionArgs({
64
64
  id: 'gotoAndAccept',
65
- title: `${localize(1213, "Go To")} / ${localize(1214, "Accept")}`,
65
+ title: `${localize(1212, "Go To")} / ${localize(1213, "Accept")}`,
66
66
  icon: Codicon.check,
67
67
  commandId: inlineSuggestCommitId
68
68
  }));
69
69
  const reject = option(createOptionArgs({
70
70
  id: 'reject',
71
- title: localize(1215, "Reject"),
71
+ title: localize(1214, "Reject"),
72
72
  icon: Codicon.close,
73
73
  commandId: hideInlineCompletionId
74
74
  }));
@@ -82,25 +82,25 @@ let GutterIndicatorMenuContent = class GutterIndicatorMenuContent {
82
82
  const toggleCollapsedMode = this._inlineEditsShowCollapsed.map(showCollapsed => showCollapsed ?
83
83
  option(createOptionArgs({
84
84
  id: 'showExpanded',
85
- title: localize(1216, "Show Expanded"),
85
+ title: localize(1215, "Show Expanded"),
86
86
  icon: Codicon.expandAll,
87
87
  commandId: toggleShowCollapsedId
88
88
  }))
89
89
  : option(createOptionArgs({
90
90
  id: 'showCollapsed',
91
- title: localize(1217, "Show Collapsed"),
91
+ title: localize(1216, "Show Collapsed"),
92
92
  icon: Codicon.collapseAll,
93
93
  commandId: toggleShowCollapsedId
94
94
  })));
95
95
  const snooze = option(createOptionArgs({
96
96
  id: 'snooze',
97
- title: localize(1218, "Snooze"),
97
+ title: localize(1217, "Snooze"),
98
98
  icon: Codicon.bellSlash,
99
99
  commandId: 'editor.action.inlineSuggest.snooze'
100
100
  }));
101
101
  const settings = option(createOptionArgs({
102
102
  id: 'settings',
103
- title: localize(1219, "Settings"),
103
+ title: localize(1218, "Settings"),
104
104
  icon: Codicon.gear,
105
105
  commandId: 'workbench.action.openSettings',
106
106
  commandArgs: ['@tag:nextEditSuggestions']
@@ -15,7 +15,7 @@ export class InlineEditModel {
15
15
  this.inlineEdit = inlineEdit;
16
16
  this.tabAction = tabAction;
17
17
  this.action = this.inlineEdit.inlineCompletion.action;
18
- this.displayName = this.inlineEdit.inlineCompletion.source.provider.displayName ?? localize(1220, "Inline Edit");
18
+ this.displayName = this.inlineEdit.inlineCompletion.source.provider.displayName ?? localize(1219, "Inline Edit");
19
19
  this.extensionCommands = this.inlineEdit.inlineCompletion.source.inlineSuggestions.commands ?? [];
20
20
  this.isInDiffEditor = this._model.isInDiffEditor;
21
21
  this.displayLocation = this.inlineEdit.inlineCompletion.hint;