monaco-editor-core 0.55.1 → 0.56.0-dev-20251121

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 (415) 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 +27 -8
  18. package/esm/vs/base/browser/dom.js +31 -34
  19. package/esm/vs/base/browser/dom.js.map +1 -1
  20. package/esm/vs/base/browser/dompurify/dompurify.js +0 -1
  21. package/esm/vs/base/browser/keyboardEvent.js +3 -3
  22. package/esm/vs/base/browser/keyboardEvent.js.map +1 -1
  23. package/esm/vs/base/browser/markdownRenderer.js +5 -2
  24. package/esm/vs/base/browser/markdownRenderer.js.map +1 -1
  25. package/esm/vs/base/browser/pixelRatio.js +5 -5
  26. package/esm/vs/base/browser/pixelRatio.js.map +1 -1
  27. package/esm/vs/base/browser/trustedTypes.js +1 -1
  28. package/esm/vs/base/browser/trustedTypes.js.map +1 -1
  29. package/esm/vs/base/browser/ui/actionbar/actionbar.js +3 -0
  30. package/esm/vs/base/browser/ui/actionbar/actionbar.js.map +1 -1
  31. package/esm/vs/base/browser/ui/codicons/codicon/codicon.ttf +0 -0
  32. package/esm/vs/base/browser/ui/dropdown/dropdownActionViewItem.js +7 -0
  33. package/esm/vs/base/browser/ui/dropdown/dropdownActionViewItem.js.map +1 -1
  34. package/esm/vs/base/browser/ui/hover/hoverWidget.css +0 -13
  35. package/esm/vs/base/browser/ui/inputbox/inputBox.js +7 -0
  36. package/esm/vs/base/browser/ui/inputbox/inputBox.js.map +1 -1
  37. package/esm/vs/base/browser/ui/keybindingLabel/keybindingLabel.css +4 -2
  38. package/esm/vs/base/browser/ui/list/listView.js +7 -2
  39. package/esm/vs/base/browser/ui/list/listView.js.map +1 -1
  40. package/esm/vs/base/browser/ui/selectBox/selectBox.js +4 -0
  41. package/esm/vs/base/browser/ui/selectBox/selectBox.js.map +1 -1
  42. package/esm/vs/base/browser/ui/selectBox/selectBoxCustom.css +12 -32
  43. package/esm/vs/base/browser/ui/selectBox/selectBoxCustom.js +8 -18
  44. package/esm/vs/base/browser/ui/selectBox/selectBoxCustom.js.map +1 -1
  45. package/esm/vs/base/browser/ui/toolbar/toolbar.js +41 -14
  46. package/esm/vs/base/browser/ui/toolbar/toolbar.js.map +1 -1
  47. package/esm/vs/base/browser/ui/tree/abstractTree.js +11 -0
  48. package/esm/vs/base/browser/ui/tree/abstractTree.js.map +1 -1
  49. package/esm/vs/base/browser/ui/tree/asyncDataTree.js +1 -0
  50. package/esm/vs/base/browser/ui/tree/asyncDataTree.js.map +1 -1
  51. package/esm/vs/base/browser/ui/tree/compressedObjectTreeModel.js.map +1 -1
  52. package/esm/vs/base/browser/ui/tree/dataTree.js.map +1 -1
  53. package/esm/vs/base/browser/ui/tree/indexTreeModel.js.map +1 -1
  54. package/esm/vs/base/browser/ui/tree/objectTree.js.map +1 -1
  55. package/esm/vs/base/browser/ui/tree/objectTreeModel.js.map +1 -1
  56. package/esm/vs/base/browser/ui/tree/tree.js.map +1 -1
  57. package/esm/vs/base/common/arrays.js +10 -0
  58. package/esm/vs/base/common/arrays.js.map +1 -1
  59. package/esm/vs/base/common/async.js +34 -0
  60. package/esm/vs/base/common/async.js.map +1 -1
  61. package/esm/vs/base/common/buffer.js +1 -1
  62. package/esm/vs/base/common/buffer.js.map +1 -1
  63. package/esm/vs/base/common/cancellation.js.map +1 -1
  64. package/esm/vs/base/common/codiconsLibrary.js +3 -0
  65. package/esm/vs/base/common/codiconsLibrary.js.map +1 -1
  66. package/esm/vs/base/common/collections.js.map +1 -1
  67. package/esm/vs/base/common/equals.js.map +1 -1
  68. package/esm/vs/base/common/event.js +32 -15
  69. package/esm/vs/base/common/event.js.map +1 -1
  70. package/esm/vs/base/common/filters.js +22 -3
  71. package/esm/vs/base/common/filters.js.map +1 -1
  72. package/esm/vs/base/common/hotReload.js +2 -2
  73. package/esm/vs/base/common/hotReload.js.map +1 -1
  74. package/esm/vs/base/common/iterator.js +1 -1
  75. package/esm/vs/base/common/iterator.js.map +1 -1
  76. package/esm/vs/base/common/keyCodes.js +7 -6
  77. package/esm/vs/base/common/keyCodes.js.map +1 -1
  78. package/esm/vs/base/common/linkedList.js.map +1 -1
  79. package/esm/vs/base/common/map.js.map +1 -1
  80. package/esm/vs/base/common/marked/marked.js +0 -1
  81. package/esm/vs/base/common/network.js +26 -1
  82. package/esm/vs/base/common/network.js.map +1 -1
  83. package/esm/vs/base/common/normalization.js +19 -6
  84. package/esm/vs/base/common/normalization.js.map +1 -1
  85. package/esm/vs/base/common/observableInternal/debugLocation.js +1 -2
  86. package/esm/vs/base/common/observableInternal/debugLocation.js.map +1 -1
  87. package/esm/vs/base/common/observableInternal/debugName.js +0 -1
  88. package/esm/vs/base/common/observableInternal/debugName.js.map +1 -1
  89. package/esm/vs/base/common/observableInternal/index.js +4 -4
  90. package/esm/vs/base/common/observableInternal/index.js.map +1 -1
  91. package/esm/vs/base/common/observableInternal/logging/debugGetDependencyGraph.js +38 -10
  92. package/esm/vs/base/common/observableInternal/logging/debugGetDependencyGraph.js.map +1 -1
  93. package/esm/vs/base/common/observableInternal/observables/baseObservable.js +3 -3
  94. package/esm/vs/base/common/observableInternal/observables/baseObservable.js.map +1 -1
  95. package/esm/vs/base/common/observableInternal/utils/utils.js +46 -5
  96. package/esm/vs/base/common/observableInternal/utils/utils.js.map +1 -1
  97. package/esm/vs/base/common/path.js +1 -0
  98. package/esm/vs/base/common/path.js.map +1 -1
  99. package/esm/vs/base/common/strings.js +27 -19
  100. package/esm/vs/base/common/strings.js.map +1 -1
  101. package/esm/vs/editor/browser/config/elementSizeObserver.js +5 -5
  102. package/esm/vs/editor/browser/config/elementSizeObserver.js.map +1 -1
  103. package/esm/vs/editor/browser/config/fontMeasurements.js.map +1 -1
  104. package/esm/vs/editor/browser/config/migrateOptions.js +6 -0
  105. package/esm/vs/editor/browser/config/migrateOptions.js.map +1 -1
  106. package/esm/vs/editor/browser/config/tabFocus.js +4 -2
  107. package/esm/vs/editor/browser/config/tabFocus.js.map +1 -1
  108. package/esm/vs/editor/browser/controller/editContext/native/nativeEditContext.js +8 -0
  109. package/esm/vs/editor/browser/controller/editContext/native/nativeEditContext.js.map +1 -1
  110. package/esm/vs/editor/browser/coreCommands.js +1 -2
  111. package/esm/vs/editor/browser/coreCommands.js.map +1 -1
  112. package/esm/vs/editor/browser/editorBrowser.js.map +1 -1
  113. package/esm/vs/editor/browser/observableCodeEditor.js +32 -1
  114. package/esm/vs/editor/browser/observableCodeEditor.js.map +1 -1
  115. package/esm/vs/editor/browser/services/contribution.js +9 -0
  116. package/esm/vs/editor/browser/services/contribution.js.map +1 -0
  117. package/esm/vs/editor/browser/services/editorWorkerService.js +27 -14
  118. package/esm/vs/editor/browser/services/editorWorkerService.js.map +1 -1
  119. package/esm/vs/editor/browser/services/openerService.js +5 -1
  120. package/esm/vs/editor/browser/services/openerService.js.map +1 -1
  121. package/esm/vs/editor/browser/view/domLineBreaksComputer.js +1 -1
  122. package/esm/vs/editor/browser/view/domLineBreaksComputer.js.map +1 -1
  123. package/esm/vs/editor/browser/view/renderingContext.js +1 -1
  124. package/esm/vs/editor/browser/view/renderingContext.js.map +1 -1
  125. package/esm/vs/editor/browser/viewParts/currentLineHighlight/currentLineHighlight.js +10 -3
  126. package/esm/vs/editor/browser/viewParts/currentLineHighlight/currentLineHighlight.js.map +1 -1
  127. package/esm/vs/editor/browser/viewParts/glyphMargin/glyphMargin.js +3 -4
  128. package/esm/vs/editor/browser/viewParts/glyphMargin/glyphMargin.js.map +1 -1
  129. package/esm/vs/editor/browser/viewParts/minimap/minimap.js +1 -1
  130. package/esm/vs/editor/browser/viewParts/minimap/minimap.js.map +1 -1
  131. package/esm/vs/editor/browser/viewParts/overlayWidgets/overlayWidgets.js +1 -1
  132. package/esm/vs/editor/browser/viewParts/overlayWidgets/overlayWidgets.js.map +1 -1
  133. package/esm/vs/editor/browser/viewParts/overviewRuler/overviewRuler.js +4 -2
  134. package/esm/vs/editor/browser/viewParts/overviewRuler/overviewRuler.js.map +1 -1
  135. package/esm/vs/editor/browser/viewParts/rulers/rulers.js +1 -3
  136. package/esm/vs/editor/browser/viewParts/rulers/rulers.js.map +1 -1
  137. package/esm/vs/editor/browser/viewParts/scrollDecoration/scrollDecoration.js +1 -1
  138. package/esm/vs/editor/browser/viewParts/scrollDecoration/scrollDecoration.js.map +1 -1
  139. package/esm/vs/editor/browser/viewParts/viewLines/domReadingContext.js +2 -1
  140. package/esm/vs/editor/browser/viewParts/viewLines/domReadingContext.js.map +1 -1
  141. package/esm/vs/editor/browser/viewParts/viewLines/viewLines.js +6 -18
  142. package/esm/vs/editor/browser/viewParts/viewLines/viewLines.js.map +1 -1
  143. package/esm/vs/editor/browser/viewParts/whitespace/whitespace.js +0 -7
  144. package/esm/vs/editor/browser/viewParts/whitespace/whitespace.js.map +1 -1
  145. package/esm/vs/editor/browser/widget/codeEditor/codeEditorWidget.js +7 -2
  146. package/esm/vs/editor/browser/widget/codeEditor/codeEditorWidget.js.map +1 -1
  147. package/esm/vs/editor/browser/widget/diffEditor/features/hideUnchangedRegionsFeature.js +1 -0
  148. package/esm/vs/editor/browser/widget/diffEditor/features/hideUnchangedRegionsFeature.js.map +1 -1
  149. package/esm/vs/editor/common/commands/replaceCommand.js +2 -2
  150. package/esm/vs/editor/common/commands/replaceCommand.js.map +1 -1
  151. package/esm/vs/editor/common/config/editorOptions.js +374 -360
  152. package/esm/vs/editor/common/config/editorOptions.js.map +1 -1
  153. package/esm/vs/editor/common/core/2d/rect.js +7 -0
  154. package/esm/vs/editor/common/core/2d/rect.js.map +1 -1
  155. package/esm/vs/editor/common/core/2d/size.js +20 -0
  156. package/esm/vs/editor/common/core/2d/size.js.map +1 -0
  157. package/esm/vs/editor/common/core/editorColorRegistry.js +69 -68
  158. package/esm/vs/editor/common/core/editorColorRegistry.js.map +1 -1
  159. package/esm/vs/editor/common/core/ranges/offsetRange.js +9 -0
  160. package/esm/vs/editor/common/core/ranges/offsetRange.js.map +1 -1
  161. package/esm/vs/editor/common/cursor/cursorMoveCommands.js +4 -4
  162. package/esm/vs/editor/common/cursor/cursorMoveCommands.js.map +1 -1
  163. package/esm/vs/editor/common/editorContextKeys.js +47 -47
  164. package/esm/vs/editor/common/languages/modesRegistry.js +1 -1
  165. package/esm/vs/editor/common/languages.js +56 -56
  166. package/esm/vs/editor/common/languages.js.map +1 -1
  167. package/esm/vs/editor/common/model/editStack.js +1 -1
  168. package/esm/vs/editor/common/services/languagesAssociations.js +6 -8
  169. package/esm/vs/editor/common/services/languagesAssociations.js.map +1 -1
  170. package/esm/vs/editor/common/standaloneStrings.js +11 -10
  171. package/esm/vs/editor/common/standaloneStrings.js.map +1 -1
  172. package/esm/vs/editor/common/textModelEditSource.js +1 -1
  173. package/esm/vs/editor/common/textModelEditSource.js.map +1 -1
  174. package/esm/vs/editor/common/viewLayout/viewLineRenderer.js +2 -2
  175. package/esm/vs/editor/contrib/anchorSelect/browser/anchorSelect.js +6 -6
  176. package/esm/vs/editor/contrib/bracketMatching/browser/bracketMatching.js +6 -6
  177. package/esm/vs/editor/contrib/caretOperations/browser/caretOperations.js +2 -2
  178. package/esm/vs/editor/contrib/caretOperations/browser/transpose.js +1 -1
  179. package/esm/vs/editor/contrib/clipboard/browser/clipboard.js +17 -17
  180. package/esm/vs/editor/contrib/codeAction/browser/codeAction.js +1 -1
  181. package/esm/vs/editor/contrib/codeAction/browser/codeActionCommands.js +29 -29
  182. package/esm/vs/editor/contrib/codeAction/browser/codeActionContributions.js +3 -3
  183. package/esm/vs/editor/contrib/codeAction/browser/codeActionController.js +3 -3
  184. package/esm/vs/editor/contrib/codeAction/browser/codeActionMenu.js +8 -8
  185. package/esm/vs/editor/contrib/codeAction/browser/lightBulbWidget.js +9 -9
  186. package/esm/vs/editor/contrib/codelens/browser/codelens.js.map +1 -1
  187. package/esm/vs/editor/contrib/codelens/browser/codelensController.js +2 -2
  188. package/esm/vs/editor/contrib/codelens/browser/codelensController.js.map +1 -1
  189. package/esm/vs/editor/contrib/colorPicker/browser/colorPickerParts/colorPickerCloseButton.js +1 -1
  190. package/esm/vs/editor/contrib/colorPicker/browser/colorPickerParts/colorPickerHeader.js +1 -1
  191. package/esm/vs/editor/contrib/colorPicker/browser/hoverColorPicker/hoverColorPickerParticipant.js +1 -1
  192. package/esm/vs/editor/contrib/colorPicker/browser/standaloneColorPicker/standaloneColorPickerActions.js +7 -7
  193. package/esm/vs/editor/contrib/comment/browser/comment.js +6 -6
  194. package/esm/vs/editor/contrib/contextmenu/browser/contextmenu.js +10 -10
  195. package/esm/vs/editor/contrib/cursorUndo/browser/cursorUndo.js +2 -2
  196. package/esm/vs/editor/contrib/diffEditorBreadcrumbs/browser/contribution.js +14 -0
  197. package/esm/vs/editor/contrib/diffEditorBreadcrumbs/browser/contribution.js.map +1 -1
  198. package/esm/vs/editor/contrib/dropOrPasteInto/browser/copyPasteContribution.js +4 -4
  199. package/esm/vs/editor/contrib/dropOrPasteInto/browser/copyPasteController.js +9 -9
  200. package/esm/vs/editor/contrib/dropOrPasteInto/browser/defaultProviders.js +8 -8
  201. package/esm/vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorController.js +3 -3
  202. package/esm/vs/editor/contrib/dropOrPasteInto/browser/postEditWidget.js +2 -2
  203. package/esm/vs/editor/contrib/editorState/browser/keybindingCancellation.js +1 -1
  204. package/esm/vs/editor/contrib/find/browser/findController.js +17 -17
  205. package/esm/vs/editor/contrib/find/browser/findController.js.map +1 -1
  206. package/esm/vs/editor/contrib/find/browser/findWidget.js +26 -26
  207. package/esm/vs/editor/contrib/floatingMenu/browser/floatingMenu.css +1 -1
  208. package/esm/vs/editor/contrib/folding/browser/folding.js +20 -20
  209. package/esm/vs/editor/contrib/folding/browser/folding.js.map +1 -1
  210. package/esm/vs/editor/contrib/folding/browser/foldingDecorations.js +9 -9
  211. package/esm/vs/editor/contrib/fontZoom/browser/fontZoom.js +3 -3
  212. package/esm/vs/editor/contrib/format/browser/format.js +21 -6
  213. package/esm/vs/editor/contrib/format/browser/format.js.map +1 -1
  214. package/esm/vs/editor/contrib/format/browser/formatActions.js +2 -2
  215. package/esm/vs/editor/contrib/gotoError/browser/gotoError.js +8 -8
  216. package/esm/vs/editor/contrib/gotoError/browser/gotoErrorWidget.js +14 -14
  217. package/esm/vs/editor/contrib/gotoSymbol/browser/goToCommands.js +39 -39
  218. package/esm/vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition.js +1 -1
  219. package/esm/vs/editor/contrib/gotoSymbol/browser/peek/referencesController.js +3 -3
  220. package/esm/vs/editor/contrib/gotoSymbol/browser/peek/referencesTree.js +3 -3
  221. package/esm/vs/editor/contrib/gotoSymbol/browser/peek/referencesWidget.js +3 -3
  222. package/esm/vs/editor/contrib/gotoSymbol/browser/referencesModel.js +8 -8
  223. package/esm/vs/editor/contrib/gotoSymbol/browser/symbolNavigation.js +3 -3
  224. package/esm/vs/editor/contrib/gpu/browser/gpuActions.js +4 -4
  225. package/esm/vs/editor/contrib/hover/browser/contentHoverController.js +5 -10
  226. package/esm/vs/editor/contrib/hover/browser/contentHoverController.js.map +1 -1
  227. package/esm/vs/editor/contrib/hover/browser/glyphHoverController.js +11 -6
  228. package/esm/vs/editor/contrib/hover/browser/glyphHoverController.js.map +1 -1
  229. package/esm/vs/editor/contrib/hover/browser/hoverActionIds.js +2 -2
  230. package/esm/vs/editor/contrib/hover/browser/hoverActions.js +24 -24
  231. package/esm/vs/editor/contrib/hover/browser/hoverCopyButton.js +2 -2
  232. package/esm/vs/editor/contrib/hover/browser/hoverUtils.js +24 -0
  233. package/esm/vs/editor/contrib/hover/browser/hoverUtils.js.map +1 -1
  234. package/esm/vs/editor/contrib/hover/browser/markdownHoverParticipant.js +9 -9
  235. package/esm/vs/editor/contrib/hover/browser/markerHoverParticipant.js +5 -5
  236. package/esm/vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace.js +2 -2
  237. package/esm/vs/editor/contrib/indentation/browser/indentation.js +20 -20
  238. package/esm/vs/editor/contrib/inlayHints/browser/inlayHintsHover.js +8 -8
  239. package/esm/vs/editor/contrib/inlineCompletions/browser/controller/commands.js +20 -20
  240. package/esm/vs/editor/contrib/inlineCompletions/browser/controller/inlineCompletionContextKeys.js +12 -12
  241. package/esm/vs/editor/contrib/inlineCompletions/browser/controller/inlineCompletionsController.js +18 -16
  242. package/esm/vs/editor/contrib/inlineCompletions/browser/controller/inlineCompletionsController.js.map +1 -1
  243. package/esm/vs/editor/contrib/inlineCompletions/browser/hintsWidget/hoverParticipant.js +2 -2
  244. package/esm/vs/editor/contrib/inlineCompletions/browser/hintsWidget/inlineCompletionsHintsWidget.js +5 -5
  245. package/esm/vs/editor/contrib/inlineCompletions/browser/model/inlineCompletionsModel.js +42 -37
  246. package/esm/vs/editor/contrib/inlineCompletions/browser/model/inlineCompletionsModel.js.map +1 -1
  247. package/esm/vs/editor/contrib/inlineCompletions/browser/model/inlineEdit.js +3 -3
  248. package/esm/vs/editor/contrib/inlineCompletions/browser/model/inlineEdit.js.map +1 -1
  249. package/esm/vs/editor/contrib/inlineCompletions/browser/model/inlineSuggestionItem.js +8 -8
  250. package/esm/vs/editor/contrib/inlineCompletions/browser/model/inlineSuggestionItem.js.map +1 -1
  251. package/esm/vs/editor/contrib/inlineCompletions/browser/view/ghostText/ghostTextView.js +54 -43
  252. package/esm/vs/editor/contrib/inlineCompletions/browser/view/ghostText/ghostTextView.js.map +1 -1
  253. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/components/gutterIndicatorMenu.js +12 -12
  254. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/components/gutterIndicatorMenu.js.map +1 -1
  255. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/components/gutterIndicatorView.js +74 -48
  256. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/components/gutterIndicatorView.js.map +1 -1
  257. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsModel.js +8 -36
  258. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsModel.js.map +1 -1
  259. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsNewUsers.js +10 -11
  260. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsNewUsers.js.map +1 -1
  261. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsView.js +105 -119
  262. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsView.js.map +1 -1
  263. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsViewInterface.js.map +1 -1
  264. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsViewProducer.js +8 -36
  265. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsViewProducer.js.map +1 -1
  266. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsViews/debugVisualization.js +95 -0
  267. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsViews/debugVisualization.js.map +1 -0
  268. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsViews/inlineEditsInsertionView.js +17 -9
  269. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsViews/inlineEditsInsertionView.js.map +1 -1
  270. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsViews/longDistanceHint/inlineEditsLongDistanceHint.js +415 -0
  271. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsViews/longDistanceHint/inlineEditsLongDistanceHint.js.map +1 -0
  272. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsViews/longDistanceHint/longDistancePreviewEditor.js +253 -0
  273. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsViews/longDistanceHint/longDistancePreviewEditor.js.map +1 -0
  274. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/theme.js +20 -20
  275. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/utils/flexBoxLayout.js +103 -0
  276. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/utils/flexBoxLayout.js.map +1 -0
  277. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/utils/towersLayout.js +32 -0
  278. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/utils/towersLayout.js.map +1 -0
  279. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/utils/utils.js +44 -11
  280. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/utils/utils.js.map +1 -1
  281. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineSuggestionsView.js +181 -0
  282. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineSuggestionsView.js.map +1 -0
  283. package/esm/vs/editor/contrib/insertFinalNewLine/browser/insertFinalNewLine.js +1 -1
  284. package/esm/vs/editor/contrib/lineSelection/browser/lineSelection.js +1 -1
  285. package/esm/vs/editor/contrib/linesOperations/browser/linesOperations.js +32 -31
  286. package/esm/vs/editor/contrib/linesOperations/browser/linesOperations.js.map +1 -1
  287. package/esm/vs/editor/contrib/linkedEditing/browser/linkedEditing.js +2 -2
  288. package/esm/vs/editor/contrib/links/browser/links.js +10 -10
  289. package/esm/vs/editor/contrib/message/browser/messageController.js +1 -1
  290. package/esm/vs/editor/contrib/multicursor/browser/multicursor.js +22 -22
  291. package/esm/vs/editor/contrib/parameterHints/browser/parameterHints.js +1 -1
  292. package/esm/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.js +4 -4
  293. package/esm/vs/editor/contrib/peekView/browser/peekView.js +18 -18
  294. package/esm/vs/editor/contrib/placeholderText/browser/placeholderText.contribution.js +1 -1
  295. package/esm/vs/editor/contrib/quickAccess/browser/editorNavigationQuickAccess.js +2 -2
  296. package/esm/vs/editor/contrib/quickAccess/browser/editorNavigationQuickAccess.js.map +1 -1
  297. package/esm/vs/editor/contrib/quickAccess/browser/gotoLineQuickAccess.js +18 -13
  298. package/esm/vs/editor/contrib/quickAccess/browser/gotoLineQuickAccess.js.map +1 -1
  299. package/esm/vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess.js +32 -32
  300. package/esm/vs/editor/contrib/readOnlyMessage/browser/contribution.js +2 -2
  301. package/esm/vs/editor/contrib/rename/browser/rename.js +12 -12
  302. package/esm/vs/editor/contrib/rename/browser/rename.js.map +1 -1
  303. package/esm/vs/editor/contrib/rename/browser/renameWidget.js +7 -7
  304. package/esm/vs/editor/contrib/smartSelect/browser/smartSelect.js +4 -4
  305. package/esm/vs/editor/contrib/snippet/browser/snippetController2.js +4 -4
  306. package/esm/vs/editor/contrib/snippet/browser/snippetVariables.js +4 -4
  307. package/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollActions.js +11 -11
  308. package/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollWidget.js +1 -1
  309. package/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollWidget.js.map +1 -1
  310. package/esm/vs/editor/contrib/suggest/browser/suggest.js +8 -8
  311. package/esm/vs/editor/contrib/suggest/browser/suggestController.js +10 -10
  312. package/esm/vs/editor/contrib/suggest/browser/suggestWidget.js +17 -17
  313. package/esm/vs/editor/contrib/suggest/browser/suggestWidgetDetails.js +2 -2
  314. package/esm/vs/editor/contrib/suggest/browser/suggestWidgetRenderer.js +2 -2
  315. package/esm/vs/editor/contrib/suggest/browser/wordContextKey.js +1 -1
  316. package/esm/vs/editor/contrib/symbolIcons/browser/symbolIcons.js +33 -33
  317. package/esm/vs/editor/contrib/toggleTabFocusMode/browser/toggleTabFocusMode.js +4 -4
  318. package/esm/vs/editor/contrib/tokenization/browser/tokenization.js +1 -1
  319. package/esm/vs/editor/contrib/unicodeHighlighter/browser/bannerController.js +1 -1
  320. package/esm/vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter.js +29 -29
  321. package/esm/vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter.js.map +1 -1
  322. package/esm/vs/editor/contrib/unusualLineTerminators/browser/unusualLineTerminators.js +5 -5
  323. package/esm/vs/editor/contrib/wordHighlighter/browser/highlightDecorations.js +9 -9
  324. package/esm/vs/editor/contrib/wordHighlighter/browser/wordHighlighter.js +4 -4
  325. package/esm/vs/editor/contrib/wordHighlighter/browser/wordHighlighter.js.map +1 -1
  326. package/esm/vs/editor/contrib/wordOperations/browser/wordOperations.js +1 -1
  327. package/esm/vs/editor/editor.all.js +1 -0
  328. package/esm/vs/editor/editor.all.js.map +1 -1
  329. package/esm/vs/editor/editor.api.d.ts +9 -5
  330. package/esm/vs/editor/standalone/browser/quickAccess/standaloneGotoLineQuickAccess.js +22 -2
  331. package/esm/vs/editor/standalone/browser/quickAccess/standaloneGotoLineQuickAccess.js.map +1 -1
  332. package/esm/vs/editor/standalone/browser/services/standaloneWebWorkerService.js +39 -0
  333. package/esm/vs/editor/standalone/browser/services/standaloneWebWorkerService.js.map +1 -0
  334. package/esm/vs/editor/standalone/browser/standaloneEditor.js +2 -1
  335. package/esm/vs/editor/standalone/browser/standaloneEditor.js.map +1 -1
  336. package/esm/vs/editor/standalone/browser/standaloneServices.js +3 -21
  337. package/esm/vs/editor/standalone/browser/standaloneServices.js.map +1 -1
  338. package/esm/vs/editor/standalone/browser/standaloneWebWorker.js +4 -4
  339. package/esm/vs/editor/standalone/browser/standaloneWebWorker.js.map +1 -1
  340. package/esm/vs/platform/accessibilitySignal/browser/accessibilitySignalService.js +62 -62
  341. package/esm/vs/platform/action/common/actionCommonCategories.js +6 -6
  342. package/esm/vs/platform/actionWidget/browser/actionList.js +4 -4
  343. package/esm/vs/platform/actionWidget/browser/actionWidget.js +7 -7
  344. package/esm/vs/platform/actions/browser/menuEntryActionViewItem.js +7 -9
  345. package/esm/vs/platform/actions/browser/menuEntryActionViewItem.js.map +1 -1
  346. package/esm/vs/platform/actions/browser/toolbar.js +2 -2
  347. package/esm/vs/platform/actions/common/actions.js +2 -0
  348. package/esm/vs/platform/actions/common/actions.js.map +1 -1
  349. package/esm/vs/platform/actions/common/menuService.js +2 -2
  350. package/esm/vs/platform/configuration/common/configuration.js +5 -4
  351. package/esm/vs/platform/configuration/common/configuration.js.map +1 -1
  352. package/esm/vs/platform/configuration/common/configurationModels.js +21 -10
  353. package/esm/vs/platform/configuration/common/configurationModels.js.map +1 -1
  354. package/esm/vs/platform/configuration/common/configurationRegistry.js +10 -10
  355. package/esm/vs/platform/configuration/common/configurationRegistry.js.map +1 -1
  356. package/esm/vs/platform/configuration/common/configurations.js.map +1 -1
  357. package/esm/vs/platform/contextkey/browser/contextKeyService.js +3 -3
  358. package/esm/vs/platform/contextkey/browser/contextKeyService.js.map +1 -1
  359. package/esm/vs/platform/contextkey/common/contextkey.js +9 -9
  360. package/esm/vs/platform/contextkey/common/contextkeys.js +9 -9
  361. package/esm/vs/platform/contextkey/common/scanner.js +5 -5
  362. package/esm/vs/platform/contextview/browser/contextViewService.js.map +1 -1
  363. package/esm/vs/platform/history/browser/contextScopedHistoryWidget.js +1 -1
  364. package/esm/vs/platform/hover/browser/hoverWidget.js +1 -1
  365. package/esm/vs/platform/hover/browser/updatableHoverWidget.js +1 -1
  366. package/esm/vs/platform/keybinding/common/abstractKeybindingService.js +4 -4
  367. package/esm/vs/platform/list/browser/listService.js +27 -27
  368. package/esm/vs/platform/list/browser/listService.js.map +1 -1
  369. package/esm/vs/platform/markers/common/markerService.js +2 -2
  370. package/esm/vs/platform/markers/common/markers.js +6 -6
  371. package/esm/vs/platform/quickinput/browser/commandsQuickAccess.js +11 -32
  372. package/esm/vs/platform/quickinput/browser/commandsQuickAccess.js.map +1 -1
  373. package/esm/vs/platform/quickinput/browser/helpQuickAccess.js +1 -1
  374. package/esm/vs/platform/quickinput/browser/media/quickInput.css +9 -3
  375. package/esm/vs/platform/quickinput/browser/quickInput.js +10 -10
  376. package/esm/vs/platform/quickinput/browser/quickInputActions.js +5 -5
  377. package/esm/vs/platform/quickinput/browser/quickInputController.js +35 -14
  378. package/esm/vs/platform/quickinput/browser/quickInputController.js.map +1 -1
  379. package/esm/vs/platform/quickinput/browser/quickInputList.js +4 -1
  380. package/esm/vs/platform/quickinput/browser/quickInputList.js.map +1 -1
  381. package/esm/vs/platform/quickinput/browser/quickInputUtils.js +1 -1
  382. package/esm/vs/platform/quickinput/browser/tree/quickInputTreeAccessibilityProvider.js +1 -1
  383. package/esm/vs/platform/quickinput/browser/tree/quickInputTreeController.js +71 -40
  384. package/esm/vs/platform/quickinput/browser/tree/quickInputTreeController.js.map +1 -1
  385. package/esm/vs/platform/quickinput/browser/tree/quickInputTreeRenderer.js +21 -8
  386. package/esm/vs/platform/quickinput/browser/tree/quickInputTreeRenderer.js.map +1 -1
  387. package/esm/vs/platform/telemetry/common/gdprTypings.js.map +1 -1
  388. package/esm/vs/platform/telemetry/common/telemetry.js.map +1 -1
  389. package/esm/vs/platform/theme/common/colorUtils.js +2 -2
  390. package/esm/vs/platform/theme/common/colors/baseColors.js +17 -17
  391. package/esm/vs/platform/theme/common/colors/chartsColors.js +8 -8
  392. package/esm/vs/platform/theme/common/colors/editorColors.js +95 -95
  393. package/esm/vs/platform/theme/common/colors/editorColors.js.map +1 -1
  394. package/esm/vs/platform/theme/common/colors/inputColors.js +47 -47
  395. package/esm/vs/platform/theme/common/colors/listColors.js +36 -36
  396. package/esm/vs/platform/theme/common/colors/menuColors.js +7 -7
  397. package/esm/vs/platform/theme/common/colors/minimapColors.js +11 -11
  398. package/esm/vs/platform/theme/common/colors/miscColors.js +16 -16
  399. package/esm/vs/platform/theme/common/colors/miscColors.js.map +1 -1
  400. package/esm/vs/platform/theme/common/colors/quickpickColors.js +9 -9
  401. package/esm/vs/platform/theme/common/colors/searchColors.js +3 -3
  402. package/esm/vs/platform/theme/common/iconRegistry.js +6 -6
  403. package/esm/vs/platform/undoRedo/common/undoRedoService.js +20 -20
  404. package/esm/vs/platform/webWorker/browser/webWorkerDescriptor.js +12 -0
  405. package/esm/vs/platform/webWorker/browser/webWorkerDescriptor.js.map +1 -0
  406. package/esm/vs/platform/webWorker/browser/webWorkerService.js +7 -0
  407. package/esm/vs/platform/webWorker/browser/webWorkerService.js.map +1 -0
  408. package/esm/vs/{base/browser/webWorkerFactory.js → platform/webWorker/browser/webWorkerServiceImpl.js} +47 -66
  409. package/esm/vs/platform/webWorker/browser/webWorkerServiceImpl.js.map +1 -0
  410. package/esm/vs/platform/workspace/common/workspace.js +1 -1
  411. package/monaco.d.ts +9 -5
  412. package/package.json +2 -2
  413. package/esm/vs/base/browser/webWorkerFactory.js.map +0 -1
  414. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineCompletionsView.js +0 -82
  415. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineCompletionsView.js.map +0 -1
@@ -5,87 +5,87 @@
5
5
  import './symbolIcons.css';
6
6
  import { localize } from '../../../../nls.js';
7
7
  import { foreground, registerColor } from '../../../../platform/theme/common/colorRegistry.js';
8
- export const SYMBOL_ICON_ARRAY_FOREGROUND = registerColor('symbolIcon.arrayForeground', foreground, localize(1495, 'The foreground color for array symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
9
- export const SYMBOL_ICON_BOOLEAN_FOREGROUND = registerColor('symbolIcon.booleanForeground', foreground, localize(1496, 'The foreground color for boolean symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
8
+ export const SYMBOL_ICON_ARRAY_FOREGROUND = registerColor('symbolIcon.arrayForeground', foreground, localize(1502, 'The foreground color for array symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
9
+ export const SYMBOL_ICON_BOOLEAN_FOREGROUND = registerColor('symbolIcon.booleanForeground', foreground, localize(1503, 'The foreground color for boolean symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
10
10
  export const SYMBOL_ICON_CLASS_FOREGROUND = registerColor('symbolIcon.classForeground', {
11
11
  dark: '#EE9D28',
12
12
  light: '#D67E00',
13
13
  hcDark: '#EE9D28',
14
14
  hcLight: '#D67E00'
15
- }, localize(1497, 'The foreground color for class symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
16
- export const SYMBOL_ICON_COLOR_FOREGROUND = registerColor('symbolIcon.colorForeground', foreground, localize(1498, 'The foreground color for color symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
17
- export const SYMBOL_ICON_CONSTANT_FOREGROUND = registerColor('symbolIcon.constantForeground', foreground, localize(1499, 'The foreground color for constant symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
15
+ }, localize(1504, 'The foreground color for class symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
16
+ export const SYMBOL_ICON_COLOR_FOREGROUND = registerColor('symbolIcon.colorForeground', foreground, localize(1505, 'The foreground color for color symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
17
+ export const SYMBOL_ICON_CONSTANT_FOREGROUND = registerColor('symbolIcon.constantForeground', foreground, localize(1506, 'The foreground color for constant symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
18
18
  export const SYMBOL_ICON_CONSTRUCTOR_FOREGROUND = registerColor('symbolIcon.constructorForeground', {
19
19
  dark: '#B180D7',
20
20
  light: '#652D90',
21
21
  hcDark: '#B180D7',
22
22
  hcLight: '#652D90'
23
- }, localize(1500, 'The foreground color for constructor symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
23
+ }, localize(1507, 'The foreground color for constructor symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
24
24
  export const SYMBOL_ICON_ENUMERATOR_FOREGROUND = registerColor('symbolIcon.enumeratorForeground', {
25
25
  dark: '#EE9D28',
26
26
  light: '#D67E00',
27
27
  hcDark: '#EE9D28',
28
28
  hcLight: '#D67E00'
29
- }, localize(1501, 'The foreground color for enumerator symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
29
+ }, localize(1508, 'The foreground color for enumerator symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
30
30
  export const SYMBOL_ICON_ENUMERATOR_MEMBER_FOREGROUND = registerColor('symbolIcon.enumeratorMemberForeground', {
31
31
  dark: '#75BEFF',
32
32
  light: '#007ACC',
33
33
  hcDark: '#75BEFF',
34
34
  hcLight: '#007ACC'
35
- }, localize(1502, 'The foreground color for enumerator member symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
35
+ }, localize(1509, 'The foreground color for enumerator member symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
36
36
  export const SYMBOL_ICON_EVENT_FOREGROUND = registerColor('symbolIcon.eventForeground', {
37
37
  dark: '#EE9D28',
38
38
  light: '#D67E00',
39
39
  hcDark: '#EE9D28',
40
40
  hcLight: '#D67E00'
41
- }, localize(1503, 'The foreground color for event symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
41
+ }, localize(1510, 'The foreground color for event symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
42
42
  export const SYMBOL_ICON_FIELD_FOREGROUND = registerColor('symbolIcon.fieldForeground', {
43
43
  dark: '#75BEFF',
44
44
  light: '#007ACC',
45
45
  hcDark: '#75BEFF',
46
46
  hcLight: '#007ACC'
47
- }, localize(1504, 'The foreground color for field symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
48
- export const SYMBOL_ICON_FILE_FOREGROUND = registerColor('symbolIcon.fileForeground', foreground, localize(1505, 'The foreground color for file symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
49
- export const SYMBOL_ICON_FOLDER_FOREGROUND = registerColor('symbolIcon.folderForeground', foreground, localize(1506, 'The foreground color for folder symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
47
+ }, localize(1511, 'The foreground color for field symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
48
+ export const SYMBOL_ICON_FILE_FOREGROUND = registerColor('symbolIcon.fileForeground', foreground, localize(1512, 'The foreground color for file symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
49
+ export const SYMBOL_ICON_FOLDER_FOREGROUND = registerColor('symbolIcon.folderForeground', foreground, localize(1513, 'The foreground color for folder symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
50
50
  export const SYMBOL_ICON_FUNCTION_FOREGROUND = registerColor('symbolIcon.functionForeground', {
51
51
  dark: '#B180D7',
52
52
  light: '#652D90',
53
53
  hcDark: '#B180D7',
54
54
  hcLight: '#652D90'
55
- }, localize(1507, 'The foreground color for function symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
55
+ }, localize(1514, 'The foreground color for function symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
56
56
  export const SYMBOL_ICON_INTERFACE_FOREGROUND = registerColor('symbolIcon.interfaceForeground', {
57
57
  dark: '#75BEFF',
58
58
  light: '#007ACC',
59
59
  hcDark: '#75BEFF',
60
60
  hcLight: '#007ACC'
61
- }, localize(1508, 'The foreground color for interface symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
62
- export const SYMBOL_ICON_KEY_FOREGROUND = registerColor('symbolIcon.keyForeground', foreground, localize(1509, 'The foreground color for key symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
63
- export const SYMBOL_ICON_KEYWORD_FOREGROUND = registerColor('symbolIcon.keywordForeground', foreground, localize(1510, 'The foreground color for keyword symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
61
+ }, localize(1515, 'The foreground color for interface symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
62
+ export const SYMBOL_ICON_KEY_FOREGROUND = registerColor('symbolIcon.keyForeground', foreground, localize(1516, 'The foreground color for key symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
63
+ export const SYMBOL_ICON_KEYWORD_FOREGROUND = registerColor('symbolIcon.keywordForeground', foreground, localize(1517, 'The foreground color for keyword symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
64
64
  export const SYMBOL_ICON_METHOD_FOREGROUND = registerColor('symbolIcon.methodForeground', {
65
65
  dark: '#B180D7',
66
66
  light: '#652D90',
67
67
  hcDark: '#B180D7',
68
68
  hcLight: '#652D90'
69
- }, localize(1511, 'The foreground color for method symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
70
- export const SYMBOL_ICON_MODULE_FOREGROUND = registerColor('symbolIcon.moduleForeground', foreground, localize(1512, 'The foreground color for module symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
71
- export const SYMBOL_ICON_NAMESPACE_FOREGROUND = registerColor('symbolIcon.namespaceForeground', foreground, localize(1513, 'The foreground color for namespace symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
72
- export const SYMBOL_ICON_NULL_FOREGROUND = registerColor('symbolIcon.nullForeground', foreground, localize(1514, 'The foreground color for null symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
73
- export const SYMBOL_ICON_NUMBER_FOREGROUND = registerColor('symbolIcon.numberForeground', foreground, localize(1515, 'The foreground color for number symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
74
- export const SYMBOL_ICON_OBJECT_FOREGROUND = registerColor('symbolIcon.objectForeground', foreground, localize(1516, 'The foreground color for object symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
75
- export const SYMBOL_ICON_OPERATOR_FOREGROUND = registerColor('symbolIcon.operatorForeground', foreground, localize(1517, 'The foreground color for operator symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
76
- export const SYMBOL_ICON_PACKAGE_FOREGROUND = registerColor('symbolIcon.packageForeground', foreground, localize(1518, 'The foreground color for package symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
77
- export const SYMBOL_ICON_PROPERTY_FOREGROUND = registerColor('symbolIcon.propertyForeground', foreground, localize(1519, 'The foreground color for property symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
78
- export const SYMBOL_ICON_REFERENCE_FOREGROUND = registerColor('symbolIcon.referenceForeground', foreground, localize(1520, 'The foreground color for reference symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
79
- export const SYMBOL_ICON_SNIPPET_FOREGROUND = registerColor('symbolIcon.snippetForeground', foreground, localize(1521, 'The foreground color for snippet symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
80
- export const SYMBOL_ICON_STRING_FOREGROUND = registerColor('symbolIcon.stringForeground', foreground, localize(1522, 'The foreground color for string symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
81
- export const SYMBOL_ICON_STRUCT_FOREGROUND = registerColor('symbolIcon.structForeground', foreground, localize(1523, 'The foreground color for struct symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
82
- export const SYMBOL_ICON_TEXT_FOREGROUND = registerColor('symbolIcon.textForeground', foreground, localize(1524, 'The foreground color for text symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
83
- export const SYMBOL_ICON_TYPEPARAMETER_FOREGROUND = registerColor('symbolIcon.typeParameterForeground', foreground, localize(1525, 'The foreground color for type parameter symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
84
- export const SYMBOL_ICON_UNIT_FOREGROUND = registerColor('symbolIcon.unitForeground', foreground, localize(1526, 'The foreground color for unit symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
69
+ }, localize(1518, 'The foreground color for method symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
70
+ export const SYMBOL_ICON_MODULE_FOREGROUND = registerColor('symbolIcon.moduleForeground', foreground, localize(1519, 'The foreground color for module symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
71
+ export const SYMBOL_ICON_NAMESPACE_FOREGROUND = registerColor('symbolIcon.namespaceForeground', foreground, localize(1520, 'The foreground color for namespace symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
72
+ export const SYMBOL_ICON_NULL_FOREGROUND = registerColor('symbolIcon.nullForeground', foreground, localize(1521, 'The foreground color for null symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
73
+ export const SYMBOL_ICON_NUMBER_FOREGROUND = registerColor('symbolIcon.numberForeground', foreground, localize(1522, 'The foreground color for number symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
74
+ export const SYMBOL_ICON_OBJECT_FOREGROUND = registerColor('symbolIcon.objectForeground', foreground, localize(1523, 'The foreground color for object symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
75
+ export const SYMBOL_ICON_OPERATOR_FOREGROUND = registerColor('symbolIcon.operatorForeground', foreground, localize(1524, 'The foreground color for operator symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
76
+ export const SYMBOL_ICON_PACKAGE_FOREGROUND = registerColor('symbolIcon.packageForeground', foreground, localize(1525, 'The foreground color for package symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
77
+ export const SYMBOL_ICON_PROPERTY_FOREGROUND = registerColor('symbolIcon.propertyForeground', foreground, localize(1526, 'The foreground color for property symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
78
+ export const SYMBOL_ICON_REFERENCE_FOREGROUND = registerColor('symbolIcon.referenceForeground', foreground, localize(1527, 'The foreground color for reference symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
79
+ export const SYMBOL_ICON_SNIPPET_FOREGROUND = registerColor('symbolIcon.snippetForeground', foreground, localize(1528, 'The foreground color for snippet symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
80
+ export const SYMBOL_ICON_STRING_FOREGROUND = registerColor('symbolIcon.stringForeground', foreground, localize(1529, 'The foreground color for string symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
81
+ export const SYMBOL_ICON_STRUCT_FOREGROUND = registerColor('symbolIcon.structForeground', foreground, localize(1530, 'The foreground color for struct symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
82
+ export const SYMBOL_ICON_TEXT_FOREGROUND = registerColor('symbolIcon.textForeground', foreground, localize(1531, 'The foreground color for text symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
83
+ export const SYMBOL_ICON_TYPEPARAMETER_FOREGROUND = registerColor('symbolIcon.typeParameterForeground', foreground, localize(1532, 'The foreground color for type parameter symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
84
+ export const SYMBOL_ICON_UNIT_FOREGROUND = registerColor('symbolIcon.unitForeground', foreground, localize(1533, 'The foreground color for unit symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
85
85
  export const SYMBOL_ICON_VARIABLE_FOREGROUND = registerColor('symbolIcon.variableForeground', {
86
86
  dark: '#75BEFF',
87
87
  light: '#007ACC',
88
88
  hcDark: '#75BEFF',
89
89
  hcLight: '#007ACC',
90
- }, localize(1527, 'The foreground color for variable symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
90
+ }, localize(1534, 'The foreground color for variable symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
91
91
  //# sourceMappingURL=symbolIcons.js.map
@@ -11,7 +11,7 @@ export class ToggleTabFocusModeAction extends Action2 {
11
11
  constructor() {
12
12
  super({
13
13
  id: ToggleTabFocusModeAction.ID,
14
- title: nls.localize2(1530, 'Toggle Tab Key Moves Focus'),
14
+ title: nls.localize2(1537, 'Toggle Tab Key Moves Focus'),
15
15
  precondition: undefined,
16
16
  keybinding: {
17
17
  primary: 2048 /* KeyMod.CtrlCmd */ | 43 /* KeyCode.KeyM */,
@@ -19,7 +19,7 @@ export class ToggleTabFocusModeAction extends Action2 {
19
19
  weight: 100 /* KeybindingWeight.EditorContrib */
20
20
  },
21
21
  metadata: {
22
- description: nls.localize2(1531, "Determines whether the tab key moves focus around the workbench or inserts the tab character in the current editor. This is also called tab trapping, tab navigation, or tab focus mode."),
22
+ description: nls.localize2(1538, "Determines whether the tab key moves focus around the workbench or inserts the tab character in the current editor. This is also called tab trapping, tab navigation, or tab focus mode."),
23
23
  },
24
24
  f1: true
25
25
  });
@@ -29,10 +29,10 @@ export class ToggleTabFocusModeAction extends Action2 {
29
29
  const newValue = !oldValue;
30
30
  TabFocus.setTabFocusMode(newValue);
31
31
  if (newValue) {
32
- alert(nls.localize(1528, "Pressing Tab will now move focus to the next focusable element"));
32
+ alert(nls.localize(1535, "Pressing Tab will now move focus to the next focusable element"));
33
33
  }
34
34
  else {
35
- alert(nls.localize(1529, "Pressing Tab will now insert the tab character"));
35
+ alert(nls.localize(1536, "Pressing Tab will now insert the tab character"));
36
36
  }
37
37
  }
38
38
  }
@@ -9,7 +9,7 @@ class ForceRetokenizeAction extends EditorAction {
9
9
  constructor() {
10
10
  super({
11
11
  id: 'editor.action.forceRetokenize',
12
- label: nls.localize2(1532, "Developer: Force Retokenize"),
12
+ label: nls.localize2(1539, "Developer: Force Retokenize"),
13
13
  precondition: undefined
14
14
  });
15
15
  }
@@ -106,7 +106,7 @@ let Banner = class Banner extends Disposable {
106
106
  // Action
107
107
  const actionBarContainer = append(this.element, $('div.action-container'));
108
108
  this.actionBar = this._register(new ActionBar(actionBarContainer));
109
- this.actionBar.push(this._register(new Action('banner.close', localize(1533, "Close Banner"), ThemeIcon.asClassName(widgetClose), true, () => {
109
+ this.actionBar.push(this._register(new Action('banner.close', localize(1540, "Close Banner"), ThemeIcon.asClassName(widgetClose), true, () => {
110
110
  if (typeof item.onClose === 'function') {
111
111
  item.onClose();
112
112
  }
@@ -36,7 +36,7 @@ import { Action2, registerAction2 } from '../../../../platform/actions/common/ac
36
36
  import { safeIntl } from '../../../../base/common/date.js';
37
37
  import { isModelDecorationInComment, isModelDecorationInString, isModelDecorationVisible } from '../../../common/viewModel/viewModelDecoration.js';
38
38
  import { IMarkdownRendererService } from '../../../../platform/markdown/browser/markdownRenderer.js';
39
- export const warningIcon = registerIcon('extensions-warning-message', Codicon.warning, nls.localize(1534, 'Icon shown with a warning message in the extensions editor.'));
39
+ export const warningIcon = registerIcon('extensions-warning-message', Codicon.warning, nls.localize(1541, 'Icon shown with a warning message in the extensions editor.'));
40
40
  let UnicodeHighlighter = class UnicodeHighlighter extends Disposable {
41
41
  static { this.ID = 'editor.contrib.unicodeHighlighter'; }
42
42
  constructor(_editor, _editorWorkerService, _workspaceTrustService, instantiationService) {
@@ -56,19 +56,19 @@ let UnicodeHighlighter = class UnicodeHighlighter extends Disposable {
56
56
  let data;
57
57
  if (state.nonBasicAsciiCharacterCount >= max) {
58
58
  data = {
59
- message: nls.localize(1535, 'This document contains many non-basic ASCII unicode characters'),
59
+ message: nls.localize(1542, 'This document contains many non-basic ASCII unicode characters'),
60
60
  command: new DisableHighlightingOfNonBasicAsciiCharactersAction(),
61
61
  };
62
62
  }
63
63
  else if (state.ambiguousCharacterCount >= max) {
64
64
  data = {
65
- message: nls.localize(1536, 'This document contains many ambiguous unicode characters'),
65
+ message: nls.localize(1543, 'This document contains many ambiguous unicode characters'),
66
66
  command: new DisableHighlightingOfAmbiguousCharactersAction(),
67
67
  };
68
68
  }
69
69
  else if (state.invisibleCharacterCount >= max) {
70
70
  data = {
71
- message: nls.localize(1537, 'This document contains many invisible unicode characters'),
71
+ message: nls.localize(1544, 'This document contains many invisible unicode characters'),
72
72
  command: new DisableHighlightingOfInvisibleCharactersAction(),
73
73
  };
74
74
  }
@@ -337,7 +337,7 @@ class ViewportUnicodeHighlighter extends Disposable {
337
337
  };
338
338
  }
339
339
  }
340
- const configureUnicodeHighlightOptionsStr = nls.localize(1538, 'Configure Unicode Highlight Options');
340
+ const configureUnicodeHighlightOptionsStr = nls.localize(1545, 'Configure Unicode Highlight Options');
341
341
  let UnicodeHighlighterHoverParticipant = class UnicodeHighlighterHoverParticipant {
342
342
  constructor(_editor, _markdownRendererService) {
343
343
  this._editor = _editor;
@@ -369,18 +369,18 @@ let UnicodeHighlighterHoverParticipant = class UnicodeHighlighterHoverParticipan
369
369
  switch (highlightInfo.reason.kind) {
370
370
  case 0 /* UnicodeHighlighterReasonKind.Ambiguous */: {
371
371
  if (isBasicASCII(highlightInfo.reason.confusableWith)) {
372
- reason = nls.localize(1539, 'The character {0} could be confused with the ASCII character {1}, which is more common in source code.', codePointStr, formatCodePointMarkdown(highlightInfo.reason.confusableWith.codePointAt(0)));
372
+ reason = nls.localize(1546, 'The character {0} could be confused with the ASCII character {1}, which is more common in source code.', codePointStr, formatCodePointMarkdown(highlightInfo.reason.confusableWith.codePointAt(0)));
373
373
  }
374
374
  else {
375
- reason = nls.localize(1540, 'The character {0} could be confused with the character {1}, which is more common in source code.', codePointStr, formatCodePointMarkdown(highlightInfo.reason.confusableWith.codePointAt(0)));
375
+ reason = nls.localize(1547, 'The character {0} could be confused with the character {1}, which is more common in source code.', codePointStr, formatCodePointMarkdown(highlightInfo.reason.confusableWith.codePointAt(0)));
376
376
  }
377
377
  break;
378
378
  }
379
379
  case 1 /* UnicodeHighlighterReasonKind.Invisible */:
380
- reason = nls.localize(1541, 'The character {0} is invisible.', codePointStr);
380
+ reason = nls.localize(1548, 'The character {0} is invisible.', codePointStr);
381
381
  break;
382
382
  case 2 /* UnicodeHighlighterReasonKind.NonBasicAscii */:
383
- reason = nls.localize(1542, 'The character {0} is not a basic ASCII character.', codePointStr);
383
+ reason = nls.localize(1549, 'The character {0} is not a basic ASCII character.', codePointStr);
384
384
  break;
385
385
  }
386
386
  if (existedReason.has(reason)) {
@@ -393,7 +393,7 @@ let UnicodeHighlighterHoverParticipant = class UnicodeHighlighterHoverParticipan
393
393
  inComment: highlightInfo.inComment,
394
394
  inString: highlightInfo.inString,
395
395
  };
396
- const adjustSettings = nls.localize(1543, 'Adjust settings');
396
+ const adjustSettings = nls.localize(1550, 'Adjust settings');
397
397
  const uri = createCommandUri(ShowExcludeOptions.ID, adjustSettingsArgs);
398
398
  const markdown = new MarkdownString('', true)
399
399
  .appendMarkdown(reason)
@@ -465,12 +465,12 @@ export class DisableHighlightingInCommentsAction extends EditorAction {
465
465
  constructor() {
466
466
  super({
467
467
  id: DisableHighlightingOfAmbiguousCharactersAction.ID,
468
- label: nls.localize2(1552, "Disable highlighting of characters in comments"),
468
+ label: nls.localize2(1559, "Disable highlighting of characters in comments"),
469
469
  precondition: undefined
470
470
  });
471
- this.shortLabel = nls.localize(1544, 'Disable Highlight In Comments');
471
+ this.shortLabel = nls.localize(1551, 'Disable Highlight In Comments');
472
472
  }
473
- async run(accessor, editor, args) {
473
+ async run(accessor, editor) {
474
474
  const configurationService = accessor.get(IConfigurationService);
475
475
  if (configurationService) {
476
476
  this.runAction(configurationService);
@@ -484,12 +484,12 @@ export class DisableHighlightingInStringsAction extends EditorAction {
484
484
  constructor() {
485
485
  super({
486
486
  id: DisableHighlightingOfAmbiguousCharactersAction.ID,
487
- label: nls.localize2(1553, "Disable highlighting of characters in strings"),
487
+ label: nls.localize2(1560, "Disable highlighting of characters in strings"),
488
488
  precondition: undefined
489
489
  });
490
- this.shortLabel = nls.localize(1545, 'Disable Highlight In Strings');
490
+ this.shortLabel = nls.localize(1552, 'Disable Highlight In Strings');
491
491
  }
492
- async run(accessor, editor, args) {
492
+ async run(accessor, editor) {
493
493
  const configurationService = accessor.get(IConfigurationService);
494
494
  if (configurationService) {
495
495
  this.runAction(configurationService);
@@ -504,13 +504,13 @@ export class DisableHighlightingOfAmbiguousCharactersAction extends Action2 {
504
504
  constructor() {
505
505
  super({
506
506
  id: DisableHighlightingOfAmbiguousCharactersAction.ID,
507
- title: nls.localize2(1554, "Disable highlighting of ambiguous characters"),
507
+ title: nls.localize2(1561, "Disable highlighting of ambiguous characters"),
508
508
  precondition: undefined,
509
509
  f1: false,
510
510
  });
511
- this.shortLabel = nls.localize(1546, 'Disable Ambiguous Highlight');
511
+ this.shortLabel = nls.localize(1553, 'Disable Ambiguous Highlight');
512
512
  }
513
- async run(accessor, editor, args) {
513
+ async run(accessor, editor) {
514
514
  const configurationService = accessor.get(IConfigurationService);
515
515
  if (configurationService) {
516
516
  this.runAction(configurationService);
@@ -525,13 +525,13 @@ export class DisableHighlightingOfInvisibleCharactersAction extends Action2 {
525
525
  constructor() {
526
526
  super({
527
527
  id: DisableHighlightingOfInvisibleCharactersAction.ID,
528
- title: nls.localize2(1555, "Disable highlighting of invisible characters"),
528
+ title: nls.localize2(1562, "Disable highlighting of invisible characters"),
529
529
  precondition: undefined,
530
530
  f1: false,
531
531
  });
532
- this.shortLabel = nls.localize(1547, 'Disable Invisible Highlight');
532
+ this.shortLabel = nls.localize(1554, 'Disable Invisible Highlight');
533
533
  }
534
- async run(accessor, editor, args) {
534
+ async run(accessor, editor) {
535
535
  const configurationService = accessor.get(IConfigurationService);
536
536
  if (configurationService) {
537
537
  this.runAction(configurationService);
@@ -546,13 +546,13 @@ export class DisableHighlightingOfNonBasicAsciiCharactersAction extends Action2
546
546
  constructor() {
547
547
  super({
548
548
  id: DisableHighlightingOfNonBasicAsciiCharactersAction.ID,
549
- title: nls.localize2(1556, "Disable highlighting of non basic ASCII characters"),
549
+ title: nls.localize2(1563, "Disable highlighting of non basic ASCII characters"),
550
550
  precondition: undefined,
551
551
  f1: false,
552
552
  });
553
- this.shortLabel = nls.localize(1548, 'Disable Non ASCII Highlight');
553
+ this.shortLabel = nls.localize(1555, 'Disable Non ASCII Highlight');
554
554
  }
555
- async run(accessor, editor, args) {
555
+ async run(accessor, editor) {
556
556
  const configurationService = accessor.get(IConfigurationService);
557
557
  if (configurationService) {
558
558
  this.runAction(configurationService);
@@ -567,7 +567,7 @@ export class ShowExcludeOptions extends Action2 {
567
567
  constructor() {
568
568
  super({
569
569
  id: ShowExcludeOptions.ID,
570
- title: nls.localize2(1557, "Show Exclude Options"),
570
+ title: nls.localize2(1564, "Show Exclude Options"),
571
571
  precondition: undefined,
572
572
  f1: false,
573
573
  });
@@ -579,15 +579,15 @@ export class ShowExcludeOptions extends Action2 {
579
579
  const configurationService = accessor.get(IConfigurationService);
580
580
  function getExcludeCharFromBeingHighlightedLabel(codePoint) {
581
581
  if (InvisibleCharacters.isInvisibleCharacter(codePoint)) {
582
- return nls.localize(1549, 'Exclude {0} (invisible character) from being highlighted', codePointToHex(codePoint));
582
+ return nls.localize(1556, 'Exclude {0} (invisible character) from being highlighted', codePointToHex(codePoint));
583
583
  }
584
- return nls.localize(1550, 'Exclude {0} from being highlighted', `${codePointToHex(codePoint)} "${char}"`);
584
+ return nls.localize(1557, 'Exclude {0} from being highlighted', `${codePointToHex(codePoint)} "${char}"`);
585
585
  }
586
586
  const options = [];
587
587
  if (reason.kind === 0 /* UnicodeHighlighterReasonKind.Ambiguous */) {
588
588
  for (const locale of reason.notAmbiguousInLocales) {
589
589
  options.push({
590
- label: nls.localize(1551, "Allow unicode characters that are more common in the language \"{0}\".", locale),
590
+ label: nls.localize(1558, "Allow unicode characters that are more common in the language \"{0}\".", locale),
591
591
  run: async () => {
592
592
  excludeLocaleFromBeingHighlighted(configurationService, [locale]);
593
593
  },