monaco-editor-core 0.56.0-dev-20251219 → 0.56.0-dev-20251220

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 (189) 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 -2
  18. package/esm/vs/editor/common/core/editorColorRegistry.js +33 -34
  19. package/esm/vs/editor/common/core/editorColorRegistry.js.map +1 -1
  20. package/esm/vs/editor/common/editorContextKeys.js +47 -47
  21. package/esm/vs/editor/common/languages/modesRegistry.js +1 -1
  22. package/esm/vs/editor/common/languages.js +56 -56
  23. package/esm/vs/editor/common/model/editStack.js +1 -1
  24. package/esm/vs/editor/common/standaloneStrings.js +11 -11
  25. package/esm/vs/editor/common/viewLayout/viewLineRenderer.js +2 -2
  26. package/esm/vs/editor/contrib/anchorSelect/browser/anchorSelect.js +6 -6
  27. package/esm/vs/editor/contrib/bracketMatching/browser/bracketMatching.js +9 -18
  28. package/esm/vs/editor/contrib/bracketMatching/browser/bracketMatching.js.map +1 -1
  29. package/esm/vs/editor/contrib/caretOperations/browser/caretOperations.js +2 -2
  30. package/esm/vs/editor/contrib/caretOperations/browser/transpose.js +1 -1
  31. package/esm/vs/editor/contrib/clipboard/browser/clipboard.js +17 -17
  32. package/esm/vs/editor/contrib/codeAction/browser/codeAction.js +1 -1
  33. package/esm/vs/editor/contrib/codeAction/browser/codeActionCommands.js +29 -29
  34. package/esm/vs/editor/contrib/codeAction/browser/codeActionContributions.js +3 -3
  35. package/esm/vs/editor/contrib/codeAction/browser/codeActionController.js +3 -3
  36. package/esm/vs/editor/contrib/codeAction/browser/codeActionMenu.js +8 -8
  37. package/esm/vs/editor/contrib/codeAction/browser/lightBulbWidget.js +9 -9
  38. package/esm/vs/editor/contrib/codelens/browser/codelensController.js +2 -2
  39. package/esm/vs/editor/contrib/colorPicker/browser/colorPickerParts/colorPickerCloseButton.js +1 -1
  40. package/esm/vs/editor/contrib/colorPicker/browser/colorPickerParts/colorPickerHeader.js +1 -1
  41. package/esm/vs/editor/contrib/colorPicker/browser/hoverColorPicker/hoverColorPickerParticipant.js +1 -1
  42. package/esm/vs/editor/contrib/colorPicker/browser/standaloneColorPicker/standaloneColorPickerActions.js +7 -7
  43. package/esm/vs/editor/contrib/comment/browser/comment.js +6 -6
  44. package/esm/vs/editor/contrib/contextmenu/browser/contextmenu.js +10 -10
  45. package/esm/vs/editor/contrib/cursorUndo/browser/cursorUndo.js +2 -2
  46. package/esm/vs/editor/contrib/dropOrPasteInto/browser/copyPasteContribution.js +4 -4
  47. package/esm/vs/editor/contrib/dropOrPasteInto/browser/copyPasteController.js +9 -9
  48. package/esm/vs/editor/contrib/dropOrPasteInto/browser/defaultProviders.js +8 -8
  49. package/esm/vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorController.js +3 -3
  50. package/esm/vs/editor/contrib/dropOrPasteInto/browser/postEditWidget.js +2 -2
  51. package/esm/vs/editor/contrib/editorState/browser/keybindingCancellation.js +1 -1
  52. package/esm/vs/editor/contrib/find/browser/findController.js +16 -16
  53. package/esm/vs/editor/contrib/find/browser/findWidget.js +26 -26
  54. package/esm/vs/editor/contrib/folding/browser/folding.js +20 -20
  55. package/esm/vs/editor/contrib/folding/browser/folding.js.map +1 -1
  56. package/esm/vs/editor/contrib/folding/browser/foldingDecorations.js +9 -9
  57. package/esm/vs/editor/contrib/fontZoom/browser/fontZoom.js +3 -3
  58. package/esm/vs/editor/contrib/format/browser/formatActions.js +2 -2
  59. package/esm/vs/editor/contrib/gotoError/browser/gotoError.js +8 -8
  60. package/esm/vs/editor/contrib/gotoError/browser/gotoErrorWidget.js +14 -14
  61. package/esm/vs/editor/contrib/gotoSymbol/browser/goToCommands.js +39 -39
  62. package/esm/vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition.js +1 -1
  63. package/esm/vs/editor/contrib/gotoSymbol/browser/peek/referencesController.js +3 -3
  64. package/esm/vs/editor/contrib/gotoSymbol/browser/peek/referencesTree.js +3 -3
  65. package/esm/vs/editor/contrib/gotoSymbol/browser/peek/referencesWidget.js +3 -3
  66. package/esm/vs/editor/contrib/gotoSymbol/browser/referencesModel.js +8 -8
  67. package/esm/vs/editor/contrib/gotoSymbol/browser/symbolNavigation.js +3 -3
  68. package/esm/vs/editor/contrib/gpu/browser/gpuActions.js +4 -4
  69. package/esm/vs/editor/contrib/hover/browser/hoverActionIds.js +2 -2
  70. package/esm/vs/editor/contrib/hover/browser/hoverActions.js +24 -24
  71. package/esm/vs/editor/contrib/hover/browser/hoverCopyButton.js +2 -2
  72. package/esm/vs/editor/contrib/hover/browser/markdownHoverParticipant.js +9 -9
  73. package/esm/vs/editor/contrib/hover/browser/markerHoverParticipant.js +5 -5
  74. package/esm/vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace.js +2 -2
  75. package/esm/vs/editor/contrib/indentation/browser/indentation.js +20 -20
  76. package/esm/vs/editor/contrib/inlayHints/browser/inlayHintsHover.js +8 -8
  77. package/esm/vs/editor/contrib/inlineCompletions/browser/controller/commands.js +21 -21
  78. package/esm/vs/editor/contrib/inlineCompletions/browser/controller/inlineCompletionContextKeys.js +13 -13
  79. package/esm/vs/editor/contrib/inlineCompletions/browser/controller/inlineCompletionsController.js +1 -1
  80. package/esm/vs/editor/contrib/inlineCompletions/browser/hintsWidget/hoverParticipant.js +2 -2
  81. package/esm/vs/editor/contrib/inlineCompletions/browser/hintsWidget/inlineCompletionsHintsWidget.js +5 -5
  82. package/esm/vs/editor/contrib/inlineCompletions/browser/model/inlineCompletionsModel.js +2 -1
  83. package/esm/vs/editor/contrib/inlineCompletions/browser/model/inlineCompletionsModel.js.map +1 -1
  84. package/esm/vs/editor/contrib/inlineCompletions/browser/model/renameSymbolProcessor.js +2 -2
  85. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/components/gutterIndicatorMenu.js +6 -6
  86. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/components/gutterIndicatorView.js +7 -7
  87. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/components/gutterIndicatorView.js.map +1 -1
  88. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsModel.js +1 -1
  89. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsModel.js.map +1 -1
  90. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsView.js +13 -11
  91. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsView.js.map +1 -1
  92. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsViews/inlineEditsCustomView.js +5 -7
  93. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsViews/inlineEditsCustomView.js.map +1 -1
  94. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsViews/inlineEditsDeletionView.js +6 -5
  95. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsViews/inlineEditsDeletionView.js.map +1 -1
  96. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsViews/inlineEditsInsertionView.js +6 -5
  97. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsViews/inlineEditsInsertionView.js.map +1 -1
  98. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsViews/inlineEditsLineReplacementView.js +9 -7
  99. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsViews/inlineEditsLineReplacementView.js.map +1 -1
  100. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsViews/inlineEditsSideBySideView.js +14 -9
  101. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsViews/inlineEditsSideBySideView.js.map +1 -1
  102. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsViews/inlineEditsWordReplacementView.js +12 -10
  103. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsViews/inlineEditsWordReplacementView.js.map +1 -1
  104. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsViews/longDistanceHint/inlineEditsLongDistanceHint.js +5 -4
  105. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsViews/longDistanceHint/inlineEditsLongDistanceHint.js.map +1 -1
  106. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsViews/originalEditorInlineDiffView.js +2 -1
  107. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsViews/originalEditorInlineDiffView.js.map +1 -1
  108. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/theme.js +40 -21
  109. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/theme.js.map +1 -1
  110. package/esm/vs/editor/contrib/insertFinalNewLine/browser/insertFinalNewLine.js +1 -1
  111. package/esm/vs/editor/contrib/lineSelection/browser/lineSelection.js +1 -1
  112. package/esm/vs/editor/contrib/linesOperations/browser/linesOperations.js +31 -31
  113. package/esm/vs/editor/contrib/linkedEditing/browser/linkedEditing.js +2 -2
  114. package/esm/vs/editor/contrib/links/browser/links.js +10 -10
  115. package/esm/vs/editor/contrib/message/browser/messageController.js +1 -1
  116. package/esm/vs/editor/contrib/multicursor/browser/multicursor.js +22 -22
  117. package/esm/vs/editor/contrib/parameterHints/browser/parameterHints.js +1 -1
  118. package/esm/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.js +4 -4
  119. package/esm/vs/editor/contrib/peekView/browser/peekView.js +18 -18
  120. package/esm/vs/editor/contrib/placeholderText/browser/placeholderText.contribution.js +1 -1
  121. package/esm/vs/editor/contrib/quickAccess/browser/gotoLineQuickAccess.js +11 -11
  122. package/esm/vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess.js +32 -32
  123. package/esm/vs/editor/contrib/readOnlyMessage/browser/contribution.js +2 -2
  124. package/esm/vs/editor/contrib/rename/browser/rename.js +11 -11
  125. package/esm/vs/editor/contrib/rename/browser/renameWidget.js +7 -7
  126. package/esm/vs/editor/contrib/smartSelect/browser/smartSelect.js +4 -4
  127. package/esm/vs/editor/contrib/snippet/browser/snippetController2.js +4 -4
  128. package/esm/vs/editor/contrib/snippet/browser/snippetVariables.js +4 -4
  129. package/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollActions.js +11 -11
  130. package/esm/vs/editor/contrib/suggest/browser/suggest.js +9 -9
  131. package/esm/vs/editor/contrib/suggest/browser/suggestController.js +11 -11
  132. package/esm/vs/editor/contrib/suggest/browser/suggestWidget.js +17 -17
  133. package/esm/vs/editor/contrib/suggest/browser/suggestWidgetDetails.js +2 -2
  134. package/esm/vs/editor/contrib/suggest/browser/suggestWidgetRenderer.js +2 -2
  135. package/esm/vs/editor/contrib/suggest/browser/wordContextKey.js +1 -1
  136. package/esm/vs/editor/contrib/symbolIcons/browser/symbolIcons.js +33 -33
  137. package/esm/vs/editor/contrib/toggleTabFocusMode/browser/toggleTabFocusMode.js +4 -4
  138. package/esm/vs/editor/contrib/tokenization/browser/tokenization.js +1 -1
  139. package/esm/vs/editor/contrib/unicodeHighlighter/browser/bannerController.js +1 -1
  140. package/esm/vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter.js +24 -24
  141. package/esm/vs/editor/contrib/unusualLineTerminators/browser/unusualLineTerminators.js +5 -5
  142. package/esm/vs/editor/contrib/wordHighlighter/browser/highlightDecorations.js +9 -9
  143. package/esm/vs/editor/contrib/wordHighlighter/browser/wordHighlighter.js +3 -3
  144. package/esm/vs/editor/contrib/wordOperations/browser/wordOperations.js +3 -3
  145. package/esm/vs/platform/accessibilitySignal/browser/accessibilitySignalService.js +62 -62
  146. package/esm/vs/platform/action/common/actionCommonCategories.js +6 -6
  147. package/esm/vs/platform/actionWidget/browser/actionList.js +4 -4
  148. package/esm/vs/platform/actionWidget/browser/actionWidget.js +7 -7
  149. package/esm/vs/platform/actions/browser/menuEntryActionViewItem.js +5 -5
  150. package/esm/vs/platform/actions/browser/toolbar.js +2 -2
  151. package/esm/vs/platform/actions/common/menuService.js +2 -2
  152. package/esm/vs/platform/configuration/common/configurationRegistry.js +10 -10
  153. package/esm/vs/platform/contextkey/browser/contextKeyService.js +1 -1
  154. package/esm/vs/platform/contextkey/common/contextkey.js +9 -9
  155. package/esm/vs/platform/contextkey/common/contextkeys.js +9 -9
  156. package/esm/vs/platform/contextkey/common/scanner.js +5 -5
  157. package/esm/vs/platform/history/browser/contextScopedHistoryWidget.js +1 -1
  158. package/esm/vs/platform/hover/browser/hoverWidget.js +1 -1
  159. package/esm/vs/platform/hover/browser/updatableHoverWidget.js +1 -1
  160. package/esm/vs/platform/keybinding/common/abstractKeybindingService.js +4 -4
  161. package/esm/vs/platform/list/browser/listService.js +27 -27
  162. package/esm/vs/platform/markers/common/markerService.js +2 -2
  163. package/esm/vs/platform/markers/common/markers.js +6 -6
  164. package/esm/vs/platform/quickinput/browser/commandsQuickAccess.js +8 -8
  165. package/esm/vs/platform/quickinput/browser/helpQuickAccess.js +1 -1
  166. package/esm/vs/platform/quickinput/browser/quickInput.js +13 -47
  167. package/esm/vs/platform/quickinput/browser/quickInput.js.map +1 -1
  168. package/esm/vs/platform/quickinput/browser/quickInputActions.js +5 -5
  169. package/esm/vs/platform/quickinput/browser/quickInputController.js +7 -6
  170. package/esm/vs/platform/quickinput/browser/quickInputController.js.map +1 -1
  171. package/esm/vs/platform/quickinput/browser/quickInputList.js +1 -1
  172. package/esm/vs/platform/quickinput/browser/quickInputUtils.js +1 -1
  173. package/esm/vs/platform/quickinput/browser/tree/quickInputTreeAccessibilityProvider.js +1 -1
  174. package/esm/vs/platform/quickinput/common/quickInput.js.map +1 -1
  175. package/esm/vs/platform/theme/common/colorUtils.js +2 -2
  176. package/esm/vs/platform/theme/common/colors/baseColors.js +18 -18
  177. package/esm/vs/platform/theme/common/colors/chartsColors.js +8 -8
  178. package/esm/vs/platform/theme/common/colors/editorColors.js +95 -95
  179. package/esm/vs/platform/theme/common/colors/inputColors.js +47 -47
  180. package/esm/vs/platform/theme/common/colors/listColors.js +36 -36
  181. package/esm/vs/platform/theme/common/colors/menuColors.js +7 -7
  182. package/esm/vs/platform/theme/common/colors/minimapColors.js +11 -11
  183. package/esm/vs/platform/theme/common/colors/miscColors.js +16 -16
  184. package/esm/vs/platform/theme/common/colors/quickpickColors.js +9 -9
  185. package/esm/vs/platform/theme/common/colors/searchColors.js +3 -3
  186. package/esm/vs/platform/theme/common/iconRegistry.js +6 -6
  187. package/esm/vs/platform/undoRedo/common/undoRedoService.js +20 -20
  188. package/esm/vs/platform/workspace/common/workspace.js +1 -1
  189. package/package.json +2 -2
@@ -6,18 +6,18 @@ 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(1201, "Whether an inline suggestion is visible")); }
10
- static { this.inlineSuggestionAlternativeActionVisible = new RawContextKey('inlineSuggestionAlternativeActionVisible', false, localize(1202, "Whether an alternative action for the inline suggestion is visible.")); }
11
- static { this.inlineSuggestionHasIndentation = new RawContextKey('inlineSuggestionHasIndentation', false, localize(1203, "Whether the inline suggestion starts with whitespace")); }
12
- static { this.inlineSuggestionHasIndentationLessThanTabSize = new RawContextKey('inlineSuggestionHasIndentationLessThanTabSize', true, localize(1204, "Whether the inline suggestion starts with whitespace that is less than what would be inserted by tab")); }
13
- static { this.suppressSuggestions = new RawContextKey('inlineSuggestionSuppressSuggestions', undefined, localize(1205, "Whether suggestions should be suppressed for the current suggestion")); }
14
- static { this.cursorBeforeGhostText = new RawContextKey('cursorBeforeGhostText', false, localize(1206, "Whether the cursor is at ghost text")); }
15
- static { this.cursorInIndentation = new RawContextKey('cursorInIndentation', false, localize(1207, "Whether the cursor is in indentation")); }
16
- static { this.hasSelection = new RawContextKey('editor.hasSelection', false, localize(1208, "Whether the editor has a selection")); }
17
- static { this.cursorAtInlineEdit = new RawContextKey('cursorAtInlineEdit', false, localize(1209, "Whether the cursor is at an inline edit")); }
18
- static { this.inlineEditVisible = new RawContextKey('inlineEditIsVisible', false, localize(1210, "Whether an inline edit is visible")); }
19
- static { this.tabShouldJumpToInlineEdit = new RawContextKey('tabShouldJumpToInlineEdit', false, localize(1211, "Whether tab should jump to an inline edit.")); }
20
- static { this.tabShouldAcceptInlineEdit = new RawContextKey('tabShouldAcceptInlineEdit', false, localize(1212, "Whether tab should accept the inline edit.")); }
21
- static { this.inInlineEditsPreviewEditor = new RawContextKey('inInlineEditsPreviewEditor', true, nls.localize(1213, "Whether the current code editor is showing an inline edits preview")); }
9
+ static { this.inlineSuggestionVisible = new RawContextKey('inlineSuggestionVisible', false, localize(1200, "Whether an inline suggestion is visible")); }
10
+ static { this.inlineSuggestionAlternativeActionVisible = new RawContextKey('inlineSuggestionAlternativeActionVisible', false, localize(1201, "Whether an alternative action for the inline suggestion is visible.")); }
11
+ static { this.inlineSuggestionHasIndentation = new RawContextKey('inlineSuggestionHasIndentation', false, localize(1202, "Whether the inline suggestion starts with whitespace")); }
12
+ static { this.inlineSuggestionHasIndentationLessThanTabSize = new RawContextKey('inlineSuggestionHasIndentationLessThanTabSize', true, localize(1203, "Whether the inline suggestion starts with whitespace that is less than what would be inserted by tab")); }
13
+ static { this.suppressSuggestions = new RawContextKey('inlineSuggestionSuppressSuggestions', undefined, localize(1204, "Whether suggestions should be suppressed for the current suggestion")); }
14
+ static { this.cursorBeforeGhostText = new RawContextKey('cursorBeforeGhostText', false, localize(1205, "Whether the cursor is at ghost text")); }
15
+ static { this.cursorInIndentation = new RawContextKey('cursorInIndentation', false, localize(1206, "Whether the cursor is in indentation")); }
16
+ static { this.hasSelection = new RawContextKey('editor.hasSelection', false, localize(1207, "Whether the editor has a selection")); }
17
+ static { this.cursorAtInlineEdit = new RawContextKey('cursorAtInlineEdit', false, localize(1208, "Whether the cursor is at an inline edit")); }
18
+ static { this.inlineEditVisible = new RawContextKey('inlineEditIsVisible', false, localize(1209, "Whether an inline edit is visible")); }
19
+ static { this.tabShouldJumpToInlineEdit = new RawContextKey('tabShouldJumpToInlineEdit', false, localize(1210, "Whether tab should jump to an inline edit.")); }
20
+ static { this.tabShouldAcceptInlineEdit = new RawContextKey('tabShouldAcceptInlineEdit', false, localize(1211, "Whether tab should accept the inline edit.")); }
21
+ static { this.inInlineEditsPreviewEditor = new RawContextKey('inInlineEditsPreviewEditor', true, nls.localize(1212, "Whether the current code editor is showing an inline edits preview")); }
22
22
  }
23
23
  //# sourceMappingURL=inlineCompletionContextKeys.js.map
@@ -373,7 +373,7 @@ let InlineCompletionsController = class InlineCompletionsController extends Disp
373
373
  const accessibleViewKeybinding = this._keybindingService.lookupKeybinding('editor.action.accessibleView');
374
374
  let hint;
375
375
  if (!accessibleViewShowing && accessibleViewKeybinding && this.editor.getOption(169 /* EditorOption.inlineCompletionsAccessibilityVerbose */)) {
376
- hint = localize(1214, "Inspect this in the accessible view ({0})", accessibleViewKeybinding.getAriaLabel());
376
+ hint = localize(1213, "Inspect this in the accessible view ({0})", accessibleViewKeybinding.getAriaLabel());
377
377
  }
378
378
  alert(hint ? content + ', ' + hint : content);
379
379
  }
@@ -115,7 +115,7 @@ let InlineCompletionsHoverParticipant = class InlineCompletionsHoverParticipant
115
115
  return new RenderedHoverParts([renderedHoverPart]);
116
116
  }
117
117
  getAccessibleContent(hoverPart) {
118
- return nls.localize(1215, 'There are inline completions here');
118
+ return nls.localize(1214, '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(1216, "Suggestion:");
126
+ const inlineSuggestionAvailable = nls.localize(1215, "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(1217, 'Icon for show next parameter hint.'));
101
- const inlineSuggestionHintsPreviousIcon = registerIcon('inline-suggestion-hints-previous', Codicon.chevronLeft, localize(1218, 'Icon for show previous parameter hint.'));
100
+ const inlineSuggestionHintsNextIcon = registerIcon('inline-suggestion-hints-next', Codicon.chevronRight, localize(1216, 'Icon for show next parameter hint.'));
101
+ const inlineSuggestionHintsPreviousIcon = registerIcon('inline-suggestion-hints-previous', Codicon.chevronLeft, localize(1217, '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(1219, '{0} ({1})', label, kb.getLabel());
113
+ tooltip = localize(1218, '{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(1220, 'Previous'), ThemeIcon.asClassName(inlineSuggestionHintsPreviousIcon)));
161
+ this.previousAction = this._register(this.createCommandAction(showPreviousInlineSuggestionActionId, localize(1219, '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(1221, 'Next'), ThemeIcon.asClassName(inlineSuggestionHintsNextIcon)));
163
+ this.nextAction = this._register(this.createCommandAction(showNextInlineSuggestionActionId, localize(1220, '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 = '';
@@ -50,6 +50,7 @@ import { StringReplacement } from '../../../../common/core/edits/stringEdit.js';
50
50
  import { OffsetRange } from '../../../../common/core/ranges/offsetRange.js';
51
51
  import { URI } from '../../../../../base/common/uri.js';
52
52
  import { IDefaultAccountService } from '../../../../../platform/defaultAccount/common/defaultAccount.js';
53
+ import { Schemas } from '../../../../../base/common/network.js';
53
54
  let InlineCompletionsModel = class InlineCompletionsModel extends Disposable {
54
55
  get isAcceptingPartially() { return this._isAcceptingPartially; }
55
56
  get editor() {
@@ -542,7 +543,7 @@ let InlineCompletionsModel = class InlineCompletionsModel extends Disposable {
542
543
  }
543
544
  }));
544
545
  { // Determine editor type
545
- const isNotebook = this.textModel.uri.scheme === 'vscode-notebook-cell';
546
+ const isNotebook = this.textModel.uri.scheme === Schemas.vscodeNotebookCell;
546
547
  const [diffEditor] = this._codeEditorService.listDiffEditors()
547
548
  .filter(d => d.getOriginalEditor().getId() === this._editor.getId() ||
548
549
  d.getModifiedEditor().getId() === this._editor.getId());