monaco-editor 0.55.0-dev-20251021 → 0.55.0-dev-20251022

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (259) hide show
  1. package/dev/vs/assets/{css.worker-BdF74HVr.js → css.worker-CNVxDEHL.js} +57 -56
  2. package/dev/vs/assets/{editor.worker-Ci2aWZp5.js → editor.worker-CxT_Qhsk.js} +57 -56
  3. package/dev/vs/assets/{html.worker-PHv_zBMJ.js → html.worker-BkUmTRjE.js} +57 -56
  4. package/dev/vs/assets/{json.worker-Bu5ZSywK.js → json.worker-DK-97m-d.js} +57 -56
  5. package/dev/vs/assets/{ts.worker-DvEf1R_D.js → ts.worker-cHRPyRgi.js} +57 -56
  6. package/dev/vs/basic-languages/monaco.contribution.js +18 -18
  7. package/dev/vs/{cssMode-Bwd5iTwO.js → cssMode-D2ACZpcd.js} +2 -2
  8. package/dev/vs/editor/editor.main.css +3 -4
  9. package/dev/vs/editor/editor.main.js +6 -6
  10. package/dev/vs/{editor.api-DtdJriTE.js → editor.api-CMtrd0pO.js} +1917 -1944
  11. package/dev/vs/{freemarker2-vzq7IT1V.js → freemarker2-CnYj74J4.js} +1 -1
  12. package/dev/vs/{handlebars-voSBoDYq.js → handlebars-DExk9yf4.js} +1 -1
  13. package/dev/vs/{html-DgBvMxaw.js → html-Dql17k62.js} +1 -1
  14. package/dev/vs/{htmlMode-B73e0LQu.js → htmlMode-CCEnhGm2.js} +2 -2
  15. package/dev/vs/{javascript-B456O1TJ.js → javascript-CqoKoqPi.js} +1 -1
  16. package/dev/vs/{jsonMode-0j9Sufcy.js → jsonMode-Cz5IbqId.js} +2 -2
  17. package/dev/vs/language/css/monaco.contribution.js +1 -1
  18. package/dev/vs/language/html/monaco.contribution.js +1 -1
  19. package/dev/vs/language/json/monaco.contribution.js +1 -1
  20. package/dev/vs/language/typescript/monaco.contribution.js +1 -1
  21. package/dev/vs/{liquid-DtsObjyU.js → liquid-DxCkw3Wy.js} +1 -1
  22. package/dev/vs/{lspLanguageFeatures-BOGx43ac.js → lspLanguageFeatures-BQO5gQ_I.js} +1 -1
  23. package/dev/vs/{mdx-CpdAOlbp.js → mdx-DZF1Tct2.js} +1 -1
  24. package/dev/vs/{monaco.contribution-DgD6w475.js → monaco.contribution-BIhJP-zM.js} +2 -2
  25. package/dev/vs/{monaco.contribution-96LxvCLa.js → monaco.contribution-BLcNO6tV.js} +2 -2
  26. package/dev/vs/{monaco.contribution-BNV_Bhhz.js → monaco.contribution-Bpf9llGo.js} +2 -2
  27. package/dev/vs/{monaco.contribution-CLECD6oi.js → monaco.contribution-D1GYx7Ac.js} +2 -2
  28. package/dev/vs/nls.messages.cs.js +2 -2
  29. package/dev/vs/nls.messages.de.js +2 -2
  30. package/dev/vs/nls.messages.es.js +2 -2
  31. package/dev/vs/nls.messages.fr.js +2 -2
  32. package/dev/vs/nls.messages.it.js +2 -2
  33. package/dev/vs/nls.messages.ja.js +2 -2
  34. package/dev/vs/nls.messages.ko.js +2 -2
  35. package/dev/vs/nls.messages.pl.js +2 -2
  36. package/dev/vs/nls.messages.pt-br.js +2 -2
  37. package/dev/vs/nls.messages.ru.js +2 -2
  38. package/dev/vs/nls.messages.tr.js +2 -2
  39. package/dev/vs/nls.messages.zh-cn.js +2 -2
  40. package/dev/vs/nls.messages.zh-tw.js +2 -2
  41. package/dev/vs/{python-Bdcmm8So.js → python-DtVp4js9.js} +1 -1
  42. package/dev/vs/{razor-C2m7Vs0-.js → razor-C3g5CXT6.js} +1 -1
  43. package/dev/vs/{tsMode-qQDYDzQT.js → tsMode-B63tFZWa.js} +2 -2
  44. package/dev/vs/{typescript-BoBnM-0b.js → typescript-YutvBaV7.js} +1 -1
  45. package/dev/vs/{workers-B1DA8fIt.js → workers-D12Uf0L2.js} +1 -1
  46. package/dev/vs/{xml-DmpITxBR.js → xml-D1v3XWzg.js} +1 -1
  47. package/dev/vs/{yaml-Pd4qqIOC.js → yaml-D29Ou18G.js} +1 -1
  48. package/esm/vs/base/browser/ui/codicons/codicon/codicon.ttf +0 -0
  49. package/esm/vs/base/browser/ui/iconLabel/iconlabel.css +2 -3
  50. package/esm/vs/base/common/codiconsLibrary.js +1 -0
  51. package/esm/vs/editor/browser/controller/editContext/native/screenReaderSupport.js +1 -1
  52. package/esm/vs/editor/browser/controller/editContext/screenReaderUtils.js +4 -4
  53. package/esm/vs/editor/browser/controller/editContext/textArea/textAreaEditContext.js +1 -1
  54. package/esm/vs/editor/browser/coreCommands.js +3 -3
  55. package/esm/vs/editor/browser/editorExtensions.js +9 -9
  56. package/esm/vs/editor/browser/gpu/viewGpuContext.js +1 -1
  57. package/esm/vs/editor/browser/services/hoverService/hoverWidget.js +1 -1
  58. package/esm/vs/editor/browser/services/hoverService/updatableHoverWidget.js +1 -1
  59. package/esm/vs/editor/browser/services/inlineCompletionsService.js +4 -4
  60. package/esm/vs/editor/browser/widget/codeEditor/codeEditorWidget.js +2 -2
  61. package/esm/vs/editor/browser/widget/diffEditor/commands.js +12 -12
  62. package/esm/vs/editor/browser/widget/diffEditor/components/accessibleDiffViewer.js +14 -14
  63. package/esm/vs/editor/browser/widget/diffEditor/components/diffEditorEditors.js +1 -1
  64. package/esm/vs/editor/browser/widget/diffEditor/components/diffEditorViewZones/copySelection.js +1 -1
  65. package/esm/vs/editor/browser/widget/diffEditor/components/diffEditorViewZones/inlineDiffDeletedCodeMargin.js +7 -7
  66. package/esm/vs/editor/browser/widget/diffEditor/diffEditor.contribution.js +5 -5
  67. package/esm/vs/editor/browser/widget/diffEditor/features/hideUnchangedRegionsFeature.js +7 -7
  68. package/esm/vs/editor/browser/widget/diffEditor/features/movedBlocksLinesFeature.js +2 -2
  69. package/esm/vs/editor/browser/widget/diffEditor/features/revertButtonsFeature.js +2 -2
  70. package/esm/vs/editor/browser/widget/diffEditor/registrations.contribution.js +5 -5
  71. package/esm/vs/editor/browser/widget/multiDiffEditor/colors.js +3 -3
  72. package/esm/vs/editor/browser/widget/multiDiffEditor/multiDiffEditorWidgetImpl.js +2 -2
  73. package/esm/vs/editor/common/config/editorConfigurationSchema.js +54 -54
  74. package/esm/vs/editor/common/config/editorOptions.js +406 -406
  75. package/esm/vs/editor/common/core/editorColorRegistry.js +68 -68
  76. package/esm/vs/editor/common/editorContextKeys.js +46 -46
  77. package/esm/vs/editor/common/languages/modesRegistry.js +1 -1
  78. package/esm/vs/editor/common/languages.js +56 -56
  79. package/esm/vs/editor/common/model/editStack.js +1 -1
  80. package/esm/vs/editor/common/standaloneStrings.js +10 -10
  81. package/esm/vs/editor/common/viewLayout/viewLineRenderer.js +2 -2
  82. package/esm/vs/editor/contrib/anchorSelect/browser/anchorSelect.js +6 -6
  83. package/esm/vs/editor/contrib/bracketMatching/browser/bracketMatching.js +6 -6
  84. package/esm/vs/editor/contrib/caretOperations/browser/caretOperations.js +2 -2
  85. package/esm/vs/editor/contrib/caretOperations/browser/transpose.js +1 -1
  86. package/esm/vs/editor/contrib/clipboard/browser/clipboard.js +17 -17
  87. package/esm/vs/editor/contrib/codeAction/browser/codeAction.js +1 -1
  88. package/esm/vs/editor/contrib/codeAction/browser/codeActionCommands.js +29 -29
  89. package/esm/vs/editor/contrib/codeAction/browser/codeActionContributions.js +3 -3
  90. package/esm/vs/editor/contrib/codeAction/browser/codeActionController.js +3 -3
  91. package/esm/vs/editor/contrib/codeAction/browser/codeActionMenu.js +8 -8
  92. package/esm/vs/editor/contrib/codeAction/browser/lightBulbWidget.js +9 -9
  93. package/esm/vs/editor/contrib/codelens/browser/codelensController.js +2 -2
  94. package/esm/vs/editor/contrib/colorPicker/browser/colorPickerParts/colorPickerCloseButton.js +1 -1
  95. package/esm/vs/editor/contrib/colorPicker/browser/colorPickerParts/colorPickerHeader.js +1 -1
  96. package/esm/vs/editor/contrib/colorPicker/browser/standaloneColorPicker/standaloneColorPickerActions.js +7 -7
  97. package/esm/vs/editor/contrib/comment/browser/comment.js +6 -6
  98. package/esm/vs/editor/contrib/contextmenu/browser/contextmenu.js +10 -10
  99. package/esm/vs/editor/contrib/cursorUndo/browser/cursorUndo.js +2 -2
  100. package/esm/vs/editor/contrib/dropOrPasteInto/browser/copyPasteContribution.js +4 -4
  101. package/esm/vs/editor/contrib/dropOrPasteInto/browser/copyPasteController.js +9 -9
  102. package/esm/vs/editor/contrib/dropOrPasteInto/browser/defaultProviders.js +8 -8
  103. package/esm/vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorController.js +3 -3
  104. package/esm/vs/editor/contrib/dropOrPasteInto/browser/postEditWidget.js +2 -2
  105. package/esm/vs/editor/contrib/editorState/browser/keybindingCancellation.js +1 -1
  106. package/esm/vs/editor/contrib/find/browser/findController.js +16 -16
  107. package/esm/vs/editor/contrib/find/browser/findWidget.js +26 -26
  108. package/esm/vs/editor/contrib/folding/browser/folding.js +20 -20
  109. package/esm/vs/editor/contrib/folding/browser/foldingDecorations.js +9 -9
  110. package/esm/vs/editor/contrib/fontZoom/browser/fontZoom.js +3 -3
  111. package/esm/vs/editor/contrib/format/browser/formatActions.js +2 -2
  112. package/esm/vs/editor/contrib/gotoError/browser/gotoError.js +8 -8
  113. package/esm/vs/editor/contrib/gotoError/browser/gotoErrorWidget.js +14 -14
  114. package/esm/vs/editor/contrib/gotoSymbol/browser/goToCommands.js +39 -39
  115. package/esm/vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition.js +1 -1
  116. package/esm/vs/editor/contrib/gotoSymbol/browser/peek/referencesController.js +3 -3
  117. package/esm/vs/editor/contrib/gotoSymbol/browser/peek/referencesTree.js +3 -3
  118. package/esm/vs/editor/contrib/gotoSymbol/browser/peek/referencesWidget.js +3 -3
  119. package/esm/vs/editor/contrib/gotoSymbol/browser/referencesModel.js +8 -8
  120. package/esm/vs/editor/contrib/gotoSymbol/browser/symbolNavigation.js +3 -3
  121. package/esm/vs/editor/contrib/gpu/browser/gpuActions.js +4 -4
  122. package/esm/vs/editor/contrib/hover/browser/hoverActionIds.js +2 -2
  123. package/esm/vs/editor/contrib/hover/browser/hoverActions.js +24 -24
  124. package/esm/vs/editor/contrib/hover/browser/markdownHoverParticipant.js +9 -9
  125. package/esm/vs/editor/contrib/hover/browser/markerHoverParticipant.js +5 -5
  126. package/esm/vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace.js +2 -2
  127. package/esm/vs/editor/contrib/indentation/browser/indentation.js +20 -20
  128. package/esm/vs/editor/contrib/inlayHints/browser/inlayHintsHover.js +8 -8
  129. package/esm/vs/editor/contrib/inlineCompletions/browser/controller/commands.js +19 -52
  130. package/esm/vs/editor/contrib/inlineCompletions/browser/controller/inlineCompletionContextKeys.js +12 -12
  131. package/esm/vs/editor/contrib/inlineCompletions/browser/controller/inlineCompletionsController.js +1 -1
  132. package/esm/vs/editor/contrib/inlineCompletions/browser/hintsWidget/hoverParticipant.js +1 -1
  133. package/esm/vs/editor/contrib/inlineCompletions/browser/hintsWidget/inlineCompletionsHintsWidget.js +5 -5
  134. package/esm/vs/editor/contrib/inlineCompletions/browser/inlineCompletions.contribution.js +2 -4
  135. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/components/gutterIndicatorMenu.js +6 -6
  136. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsModel.js +1 -1
  137. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/theme.js +20 -20
  138. package/esm/vs/editor/contrib/insertFinalNewLine/browser/insertFinalNewLine.js +1 -1
  139. package/esm/vs/editor/contrib/lineSelection/browser/lineSelection.js +1 -1
  140. package/esm/vs/editor/contrib/linesOperations/browser/linesOperations.js +31 -31
  141. package/esm/vs/editor/contrib/linkedEditing/browser/linkedEditing.js +2 -2
  142. package/esm/vs/editor/contrib/links/browser/links.js +10 -10
  143. package/esm/vs/editor/contrib/message/browser/messageController.js +1 -1
  144. package/esm/vs/editor/contrib/multicursor/browser/multicursor.js +22 -22
  145. package/esm/vs/editor/contrib/parameterHints/browser/parameterHints.js +1 -1
  146. package/esm/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.js +4 -4
  147. package/esm/vs/editor/contrib/peekView/browser/peekView.js +18 -18
  148. package/esm/vs/editor/contrib/placeholderText/browser/placeholderText.contribution.js +1 -1
  149. package/esm/vs/editor/contrib/quickAccess/browser/gotoLineQuickAccess.js +35 -28
  150. package/esm/vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess.js +32 -32
  151. package/esm/vs/editor/contrib/readOnlyMessage/browser/contribution.js +2 -2
  152. package/esm/vs/editor/contrib/rename/browser/rename.js +11 -11
  153. package/esm/vs/editor/contrib/rename/browser/renameWidget.js +7 -7
  154. package/esm/vs/editor/contrib/smartSelect/browser/smartSelect.js +4 -4
  155. package/esm/vs/editor/contrib/snippet/browser/snippetController2.js +4 -4
  156. package/esm/vs/editor/contrib/snippet/browser/snippetVariables.js +4 -4
  157. package/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollActions.js +11 -11
  158. package/esm/vs/editor/contrib/suggest/browser/suggest.js +8 -8
  159. package/esm/vs/editor/contrib/suggest/browser/suggestController.js +10 -10
  160. package/esm/vs/editor/contrib/suggest/browser/suggestWidget.js +17 -17
  161. package/esm/vs/editor/contrib/suggest/browser/suggestWidgetDetails.js +2 -2
  162. package/esm/vs/editor/contrib/suggest/browser/suggestWidgetRenderer.js +2 -2
  163. package/esm/vs/editor/contrib/suggest/browser/wordContextKey.js +1 -1
  164. package/esm/vs/editor/contrib/symbolIcons/browser/symbolIcons.js +33 -33
  165. package/esm/vs/editor/contrib/toggleTabFocusMode/browser/toggleTabFocusMode.js +4 -4
  166. package/esm/vs/editor/contrib/tokenization/browser/tokenization.js +1 -1
  167. package/esm/vs/editor/contrib/unicodeHighlighter/browser/bannerController.js +1 -1
  168. package/esm/vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter.js +24 -24
  169. package/esm/vs/editor/contrib/unusualLineTerminators/browser/unusualLineTerminators.js +5 -5
  170. package/esm/vs/editor/contrib/wordHighlighter/browser/highlightDecorations.js +9 -9
  171. package/esm/vs/editor/contrib/wordHighlighter/browser/wordHighlighter.js +3 -3
  172. package/esm/vs/editor/contrib/wordOperations/browser/wordOperations.js +1 -1
  173. package/esm/vs/platform/accessibilitySignal/browser/accessibilitySignalService.js +62 -62
  174. package/esm/vs/platform/action/common/actionCommonCategories.js +6 -6
  175. package/esm/vs/platform/actionWidget/browser/actionList.js +4 -4
  176. package/esm/vs/platform/actionWidget/browser/actionWidget.js +7 -7
  177. package/esm/vs/platform/actions/browser/menuEntryActionViewItem.js +5 -5
  178. package/esm/vs/platform/actions/browser/toolbar.js +2 -2
  179. package/esm/vs/platform/actions/common/menuService.js +2 -2
  180. package/esm/vs/platform/configuration/common/configurationRegistry.js +10 -10
  181. package/esm/vs/platform/contextkey/browser/contextKeyService.js +1 -1
  182. package/esm/vs/platform/contextkey/common/contextkey.js +9 -9
  183. package/esm/vs/platform/contextkey/common/contextkeys.js +9 -9
  184. package/esm/vs/platform/contextkey/common/scanner.js +5 -5
  185. package/esm/vs/platform/history/browser/contextScopedHistoryWidget.js +1 -1
  186. package/esm/vs/platform/keybinding/common/abstractKeybindingService.js +4 -4
  187. package/esm/vs/platform/list/browser/listService.js +27 -27
  188. package/esm/vs/platform/markers/common/markerService.js +2 -2
  189. package/esm/vs/platform/markers/common/markers.js +6 -6
  190. package/esm/vs/platform/quickinput/browser/commandsQuickAccess.js +7 -7
  191. package/esm/vs/platform/quickinput/browser/helpQuickAccess.js +1 -1
  192. package/esm/vs/platform/quickinput/browser/quickInput.js +10 -10
  193. package/esm/vs/platform/quickinput/browser/quickInputActions.js +5 -5
  194. package/esm/vs/platform/quickinput/browser/quickInputController.js +6 -6
  195. package/esm/vs/platform/quickinput/browser/quickInputList.js +1 -1
  196. package/esm/vs/platform/quickinput/browser/quickInputUtils.js +1 -1
  197. package/esm/vs/platform/quickinput/browser/tree/quickInputTreeAccessibilityProvider.js +1 -1
  198. package/esm/vs/platform/theme/common/colorUtils.js +2 -2
  199. package/esm/vs/platform/theme/common/colors/baseColors.js +17 -17
  200. package/esm/vs/platform/theme/common/colors/chartsColors.js +8 -8
  201. package/esm/vs/platform/theme/common/colors/editorColors.js +95 -95
  202. package/esm/vs/platform/theme/common/colors/inputColors.js +47 -47
  203. package/esm/vs/platform/theme/common/colors/listColors.js +36 -36
  204. package/esm/vs/platform/theme/common/colors/menuColors.js +7 -7
  205. package/esm/vs/platform/theme/common/colors/minimapColors.js +11 -11
  206. package/esm/vs/platform/theme/common/colors/miscColors.js +15 -15
  207. package/esm/vs/platform/theme/common/colors/quickpickColors.js +9 -9
  208. package/esm/vs/platform/theme/common/colors/searchColors.js +3 -3
  209. package/esm/vs/platform/theme/common/iconRegistry.js +6 -6
  210. package/esm/vs/platform/undoRedo/common/undoRedoService.js +20 -20
  211. package/esm/vs/platform/workspace/common/workspace.js +1 -1
  212. package/min/vs/assets/{css.worker-DpW7RrDt.js → css.worker-BHMeXSeR.js} +1 -1
  213. package/min/vs/assets/{editor.worker-BvjSTWxN.js → editor.worker-DTWRgIAS.js} +1 -1
  214. package/min/vs/assets/{html.worker-zYFVFHK_.js → html.worker-CXhlyGiJ.js} +1 -1
  215. package/min/vs/assets/{json.worker-BCgqF_m2.js → json.worker-DzYjDoHF.js} +1 -1
  216. package/min/vs/assets/{ts.worker-CQxe4KB6.js → ts.worker-CW5rcuCX.js} +1 -1
  217. package/min/vs/basic-languages/monaco.contribution.js +1 -1
  218. package/min/vs/{cssMode-CvaUVk1W.js → cssMode-1TDQPhHq.js} +1 -1
  219. package/min/vs/editor/editor.main.css +1 -1
  220. package/min/vs/editor/editor.main.js +3 -3
  221. package/min/vs/{editor.api-DGkWFOQA.js → editor.api-wrjhPWGt.js} +123 -123
  222. package/min/vs/{freemarker2-B_vQOikd.js → freemarker2-B8YhwE9w.js} +1 -1
  223. package/min/vs/{handlebars-DqjIuZnJ.js → handlebars-DxIz966T.js} +1 -1
  224. package/min/vs/{html-DAxAlcjQ.js → html-TUDpfuzj.js} +1 -1
  225. package/min/vs/{htmlMode-C37mDTXf.js → htmlMode-BTG6W7ly.js} +1 -1
  226. package/min/vs/{javascript-CmHtjIt-.js → javascript-DjDRFeo7.js} +1 -1
  227. package/min/vs/{jsonMode-D1uvcOsy.js → jsonMode-cxGzlpDo.js} +4 -4
  228. package/min/vs/language/css/monaco.contribution.js +1 -1
  229. package/min/vs/language/html/monaco.contribution.js +1 -1
  230. package/min/vs/language/json/monaco.contribution.js +1 -1
  231. package/min/vs/language/typescript/monaco.contribution.js +1 -1
  232. package/min/vs/{liquid-CQBeFlV7.js → liquid-Bsimqao4.js} +1 -1
  233. package/min/vs/{lspLanguageFeatures-DTAub2tJ.js → lspLanguageFeatures-B9vCOFZO.js} +1 -1
  234. package/min/vs/{mdx-BFnE9qyd.js → mdx-DAXjads7.js} +1 -1
  235. package/min/vs/{monaco.contribution-Ba-90VRW.js → monaco.contribution-B40WJdZo.js} +1 -1
  236. package/min/vs/{monaco.contribution-bCyc25XC.js → monaco.contribution-Bck58VVU.js} +1 -1
  237. package/min/vs/{monaco.contribution-D4gtmCUd.js → monaco.contribution-CTUxDbdl.js} +1 -1
  238. package/min/vs/{monaco.contribution-DBV8hY3j.js → monaco.contribution-Dng4cbIh.js} +1 -1
  239. package/min/vs/nls.messages.cs.js +3 -3
  240. package/min/vs/nls.messages.de.js +3 -3
  241. package/min/vs/nls.messages.es.js +3 -3
  242. package/min/vs/nls.messages.fr.js +3 -3
  243. package/min/vs/nls.messages.it.js +3 -3
  244. package/min/vs/nls.messages.ja.js +3 -3
  245. package/min/vs/nls.messages.ko.js +3 -3
  246. package/min/vs/nls.messages.pl.js +3 -3
  247. package/min/vs/nls.messages.pt-br.js +2 -2
  248. package/min/vs/nls.messages.ru.js +3 -3
  249. package/min/vs/nls.messages.tr.js +3 -3
  250. package/min/vs/nls.messages.zh-cn.js +3 -3
  251. package/min/vs/nls.messages.zh-tw.js +3 -3
  252. package/min/vs/{python-BX875IYK.js → python-k7tPtlws.js} +1 -1
  253. package/min/vs/{razor-BBB6Wn5s.js → razor-9j5Idzae.js} +1 -1
  254. package/min/vs/{tsMode-DYyNPclY.js → tsMode-BDVJ4HNT.js} +5 -5
  255. package/min/vs/{typescript-AvfgkAyn.js → typescript-1Ue-gdOx.js} +1 -1
  256. package/min/vs/{workers-DnTKLxL6.js → workers-jkActJYc.js} +1 -1
  257. package/min/vs/{xml-BVhc_vbm.js → xml-BsAArBP5.js} +1 -1
  258. package/min/vs/{yaml-a9dM1cQx.js → yaml-2dSzUkHA.js} +1 -1
  259. package/package.json +5 -5
@@ -98,8 +98,8 @@ class RevertButton extends Disposable {
98
98
  this._id = `revertButton${RevertButton.counter++}`;
99
99
  this._domNode = h('div.revertButton', {
100
100
  title: this._revertSelection
101
- ? localize(133, 'Revert Selected Changes')
102
- : localize(134, 'Revert Change')
101
+ ? localize(138, 'Revert Selected Changes')
102
+ : localize(139, 'Revert Change')
103
103
  }, [renderIcon(Codicon.arrowRight)]).root;
104
104
  this._register(addDisposableListener(this._domNode, EventType.MOUSE_DOWN, e => {
105
105
  // don't prevent context menu from showing up
@@ -19,11 +19,11 @@ import { registerIcon } from '../../../../platform/theme/common/iconRegistry.js'
19
19
  * Copyright (c) Microsoft Corporation. All rights reserved.
20
20
  * Licensed under the MIT License. See License.txt in the project root for license information.
21
21
  *--------------------------------------------------------------------------------------------*/
22
- registerColor('diffEditor.move.border', '#8b8b8b9c', localize(135, 'The border color for text that got moved in the diff editor.'));
23
- registerColor('diffEditor.moveActive.border', '#FFA500', localize(136, 'The active border color for text that got moved in the diff editor.'));
24
- registerColor('diffEditor.unchangedRegionShadow', { dark: '#000000', light: '#737373BF', hcDark: '#000000', hcLight: '#737373BF', }, localize(137, 'The color of the shadow around unchanged region widgets.'));
25
- const diffInsertIcon = registerIcon('diff-insert', Codicon.add, localize(138, 'Line decoration for inserts in the diff editor.'));
26
- const diffRemoveIcon = registerIcon('diff-remove', Codicon.remove, localize(139, 'Line decoration for removals in the diff editor.'));
22
+ registerColor('diffEditor.move.border', '#8b8b8b9c', localize(140, 'The border color for text that got moved in the diff editor.'));
23
+ registerColor('diffEditor.moveActive.border', '#FFA500', localize(141, 'The active border color for text that got moved in the diff editor.'));
24
+ registerColor('diffEditor.unchangedRegionShadow', { dark: '#000000', light: '#737373BF', hcDark: '#000000', hcLight: '#737373BF', }, localize(142, 'The color of the shadow around unchanged region widgets.'));
25
+ const diffInsertIcon = registerIcon('diff-insert', Codicon.add, localize(143, 'Line decoration for inserts in the diff editor.'));
26
+ const diffRemoveIcon = registerIcon('diff-remove', Codicon.remove, localize(144, 'Line decoration for removals in the diff editor.'));
27
27
  const diffLineAddDecorationBackgroundWithIndicator = ModelDecorationOptions.register({
28
28
  className: 'line-insert',
29
29
  description: 'line-insert',
@@ -15,6 +15,6 @@ import '../../../../platform/theme/common/colors/searchColors.js';
15
15
  * Copyright (c) Microsoft Corporation. All rights reserved.
16
16
  * Licensed under the MIT License. See License.txt in the project root for license information.
17
17
  *--------------------------------------------------------------------------------------------*/
18
- registerColor('multiDiffEditor.headerBackground', { dark: '#262626', light: 'tab.inactiveBackground', hcDark: 'tab.inactiveBackground', hcLight: 'tab.inactiveBackground', }, localize(140, 'The background color of the diff editor\'s header'));
19
- registerColor('multiDiffEditor.background', editorBackground, localize(141, 'The background color of the multi file diff editor'));
20
- registerColor('multiDiffEditor.border', { dark: 'sideBarSectionHeader.border', light: '#cccccc', hcDark: 'sideBarSectionHeader.border', hcLight: '#cccccc', }, localize(142, 'The border color of the multi file diff editor'));
18
+ registerColor('multiDiffEditor.headerBackground', { dark: '#262626', light: 'tab.inactiveBackground', hcDark: 'tab.inactiveBackground', hcLight: 'tab.inactiveBackground', }, localize(145, 'The background color of the diff editor\'s header'));
19
+ registerColor('multiDiffEditor.background', editorBackground, localize(146, 'The background color of the multi file diff editor'));
20
+ registerColor('multiDiffEditor.border', { dark: 'sideBarSectionHeader.border', light: '#cccccc', hcDark: 'sideBarSectionHeader.border', hcLight: '#cccccc', }, localize(147, 'The border color of the multi file diff editor'));
@@ -141,8 +141,8 @@ let MultiDiffEditorWidgetImpl = class MultiDiffEditorWidgetImpl extends Disposab
141
141
  }
142
142
  const vm = this._viewModel.read(reader);
143
143
  return (!vm || vm.isLoading.read(reader))
144
- ? localize(143, 'Loading...')
145
- : localize(144, 'No Changed Files');
144
+ ? localize(148, 'Loading...')
145
+ : localize(149, 'No Changed Files');
146
146
  });
147
147
  this._register(autorun((reader) => {
148
148
  const message = placeholderMessage.read(reader);
@@ -9,7 +9,7 @@ const editorConfigurationBaseNode = Object.freeze({
9
9
  id: 'editor',
10
10
  order: 5,
11
11
  type: 'object',
12
- title: localize(145, "Editor"),
12
+ title: localize(150, "Editor"),
13
13
  scope: 6 /* ConfigurationScope.LANGUAGE_OVERRIDABLE */,
14
14
  });
15
15
  const editorConfiguration = {
@@ -20,7 +20,7 @@ const editorConfiguration = {
20
20
  default: EDITOR_MODEL_DEFAULTS.tabSize,
21
21
  minimum: 1,
22
22
  maximum: 100,
23
- markdownDescription: localize(146, "The number of spaces a tab is equal to. This setting is overridden based on the file contents when {0} is on.", '`#editor.detectIndentation#`')
23
+ markdownDescription: localize(151, "The number of spaces a tab is equal to. This setting is overridden based on the file contents when {0} is on.", '`#editor.detectIndentation#`')
24
24
  },
25
25
  'editor.indentSize': {
26
26
  'anyOf': [
@@ -34,80 +34,80 @@ const editorConfiguration = {
34
34
  }
35
35
  ],
36
36
  default: 'tabSize',
37
- markdownDescription: localize(147, "The number of spaces used for indentation or `\"tabSize\"` to use the value from `#editor.tabSize#`. This setting is overridden based on the file contents when `#editor.detectIndentation#` is on.")
37
+ markdownDescription: localize(152, "The number of spaces used for indentation or `\"tabSize\"` to use the value from `#editor.tabSize#`. This setting is overridden based on the file contents when `#editor.detectIndentation#` is on.")
38
38
  },
39
39
  'editor.insertSpaces': {
40
40
  type: 'boolean',
41
41
  default: EDITOR_MODEL_DEFAULTS.insertSpaces,
42
- markdownDescription: localize(148, "Insert spaces when pressing `Tab`. This setting is overridden based on the file contents when {0} is on.", '`#editor.detectIndentation#`')
42
+ markdownDescription: localize(153, "Insert spaces when pressing `Tab`. This setting is overridden based on the file contents when {0} is on.", '`#editor.detectIndentation#`')
43
43
  },
44
44
  'editor.detectIndentation': {
45
45
  type: 'boolean',
46
46
  default: EDITOR_MODEL_DEFAULTS.detectIndentation,
47
- markdownDescription: localize(149, "Controls whether {0} and {1} will be automatically detected when a file is opened based on the file contents.", '`#editor.tabSize#`', '`#editor.insertSpaces#`')
47
+ markdownDescription: localize(154, "Controls whether {0} and {1} will be automatically detected when a file is opened based on the file contents.", '`#editor.tabSize#`', '`#editor.insertSpaces#`')
48
48
  },
49
49
  'editor.trimAutoWhitespace': {
50
50
  type: 'boolean',
51
51
  default: EDITOR_MODEL_DEFAULTS.trimAutoWhitespace,
52
- description: localize(150, "Remove trailing auto inserted whitespace.")
52
+ description: localize(155, "Remove trailing auto inserted whitespace.")
53
53
  },
54
54
  'editor.largeFileOptimizations': {
55
55
  type: 'boolean',
56
56
  default: EDITOR_MODEL_DEFAULTS.largeFileOptimizations,
57
- description: localize(151, "Special handling for large files to disable certain memory intensive features.")
57
+ description: localize(156, "Special handling for large files to disable certain memory intensive features.")
58
58
  },
59
59
  'editor.wordBasedSuggestions': {
60
60
  enum: ['off', 'currentDocument', 'matchingDocuments', 'allDocuments'],
61
61
  default: 'matchingDocuments',
62
62
  enumDescriptions: [
63
- localize(152, 'Turn off Word Based Suggestions.'),
64
- localize(153, 'Only suggest words from the active document.'),
65
- localize(154, 'Suggest words from all open documents of the same language.'),
66
- localize(155, 'Suggest words from all open documents.')
63
+ localize(157, 'Turn off Word Based Suggestions.'),
64
+ localize(158, 'Only suggest words from the active document.'),
65
+ localize(159, 'Suggest words from all open documents of the same language.'),
66
+ localize(160, 'Suggest words from all open documents.')
67
67
  ],
68
- description: localize(156, "Controls whether completions should be computed based on words in the document and from which documents they are computed.")
68
+ description: localize(161, "Controls whether completions should be computed based on words in the document and from which documents they are computed.")
69
69
  },
70
70
  'editor.semanticHighlighting.enabled': {
71
71
  enum: [true, false, 'configuredByTheme'],
72
72
  enumDescriptions: [
73
- localize(157, 'Semantic highlighting enabled for all color themes.'),
74
- localize(158, 'Semantic highlighting disabled for all color themes.'),
75
- localize(159, 'Semantic highlighting is configured by the current color theme\'s `semanticHighlighting` setting.')
73
+ localize(162, 'Semantic highlighting enabled for all color themes.'),
74
+ localize(163, 'Semantic highlighting disabled for all color themes.'),
75
+ localize(164, 'Semantic highlighting is configured by the current color theme\'s `semanticHighlighting` setting.')
76
76
  ],
77
77
  default: 'configuredByTheme',
78
- description: localize(160, "Controls whether the semanticHighlighting is shown for the languages that support it.")
78
+ description: localize(165, "Controls whether the semanticHighlighting is shown for the languages that support it.")
79
79
  },
80
80
  'editor.stablePeek': {
81
81
  type: 'boolean',
82
82
  default: false,
83
- markdownDescription: localize(161, "Keep peek editors open even when double-clicking their content or when hitting `Escape`.")
83
+ markdownDescription: localize(166, "Keep peek editors open even when double-clicking their content or when hitting `Escape`.")
84
84
  },
85
85
  'editor.maxTokenizationLineLength': {
86
86
  type: 'integer',
87
87
  default: 20_000,
88
- description: localize(162, "Lines above this length will not be tokenized for performance reasons")
88
+ description: localize(167, "Lines above this length will not be tokenized for performance reasons")
89
89
  },
90
90
  'editor.experimental.asyncTokenization': {
91
91
  type: 'boolean',
92
92
  default: true,
93
- description: localize(163, "Controls whether the tokenization should happen asynchronously on a web worker."),
93
+ description: localize(168, "Controls whether the tokenization should happen asynchronously on a web worker."),
94
94
  tags: ['experimental'],
95
95
  },
96
96
  'editor.experimental.asyncTokenizationLogging': {
97
97
  type: 'boolean',
98
98
  default: false,
99
- description: localize(164, "Controls whether async tokenization should be logged. For debugging only."),
99
+ description: localize(169, "Controls whether async tokenization should be logged. For debugging only."),
100
100
  },
101
101
  'editor.experimental.asyncTokenizationVerification': {
102
102
  type: 'boolean',
103
103
  default: false,
104
- description: localize(165, "Controls whether async tokenization should be verified against legacy background tokenization. Might slow down tokenization. For debugging only."),
104
+ description: localize(170, "Controls whether async tokenization should be verified against legacy background tokenization. Might slow down tokenization. For debugging only."),
105
105
  tags: ['experimental'],
106
106
  },
107
107
  'editor.experimental.treeSitterTelemetry': {
108
108
  type: 'boolean',
109
109
  default: false,
110
- markdownDescription: localize(166, "Controls whether tree sitter parsing should be turned on and telemetry collected. Setting `#editor.experimental.preferTreeSitter#` for specific languages will take precedence."),
110
+ markdownDescription: localize(171, "Controls whether tree sitter parsing should be turned on and telemetry collected. Setting `#editor.experimental.preferTreeSitter#` for specific languages will take precedence."),
111
111
  tags: ['experimental'],
112
112
  experiment: {
113
113
  mode: 'auto'
@@ -116,7 +116,7 @@ const editorConfiguration = {
116
116
  'editor.experimental.preferTreeSitter.css': {
117
117
  type: 'boolean',
118
118
  default: false,
119
- markdownDescription: localize(167, "Controls whether tree sitter parsing should be turned on for css. This will take precedence over `#editor.experimental.treeSitterTelemetry#` for css."),
119
+ markdownDescription: localize(172, "Controls whether tree sitter parsing should be turned on for css. This will take precedence over `#editor.experimental.treeSitterTelemetry#` for css."),
120
120
  tags: ['experimental'],
121
121
  experiment: {
122
122
  mode: 'auto'
@@ -125,7 +125,7 @@ const editorConfiguration = {
125
125
  'editor.experimental.preferTreeSitter.typescript': {
126
126
  type: 'boolean',
127
127
  default: false,
128
- markdownDescription: localize(168, "Controls whether tree sitter parsing should be turned on for typescript. This will take precedence over `#editor.experimental.treeSitterTelemetry#` for typescript."),
128
+ markdownDescription: localize(173, "Controls whether tree sitter parsing should be turned on for typescript. This will take precedence over `#editor.experimental.treeSitterTelemetry#` for typescript."),
129
129
  tags: ['experimental'],
130
130
  experiment: {
131
131
  mode: 'auto'
@@ -134,7 +134,7 @@ const editorConfiguration = {
134
134
  'editor.experimental.preferTreeSitter.ini': {
135
135
  type: 'boolean',
136
136
  default: false,
137
- markdownDescription: localize(169, "Controls whether tree sitter parsing should be turned on for ini. This will take precedence over `#editor.experimental.treeSitterTelemetry#` for ini."),
137
+ markdownDescription: localize(174, "Controls whether tree sitter parsing should be turned on for ini. This will take precedence over `#editor.experimental.treeSitterTelemetry#` for ini."),
138
138
  tags: ['experimental'],
139
139
  experiment: {
140
140
  mode: 'auto'
@@ -143,7 +143,7 @@ const editorConfiguration = {
143
143
  'editor.experimental.preferTreeSitter.regex': {
144
144
  type: 'boolean',
145
145
  default: false,
146
- markdownDescription: localize(170, "Controls whether tree sitter parsing should be turned on for regex. This will take precedence over `#editor.experimental.treeSitterTelemetry#` for regex."),
146
+ markdownDescription: localize(175, "Controls whether tree sitter parsing should be turned on for regex. This will take precedence over `#editor.experimental.treeSitterTelemetry#` for regex."),
147
147
  tags: ['experimental'],
148
148
  experiment: {
149
149
  mode: 'auto'
@@ -152,17 +152,17 @@ const editorConfiguration = {
152
152
  'editor.language.brackets': {
153
153
  type: ['array', 'null'],
154
154
  default: null, // We want to distinguish the empty array from not configured.
155
- description: localize(171, 'Defines the bracket symbols that increase or decrease the indentation.'),
155
+ description: localize(176, 'Defines the bracket symbols that increase or decrease the indentation.'),
156
156
  items: {
157
157
  type: 'array',
158
158
  items: [
159
159
  {
160
160
  type: 'string',
161
- description: localize(172, 'The opening bracket character or string sequence.')
161
+ description: localize(177, 'The opening bracket character or string sequence.')
162
162
  },
163
163
  {
164
164
  type: 'string',
165
- description: localize(173, 'The closing bracket character or string sequence.')
165
+ description: localize(178, 'The closing bracket character or string sequence.')
166
166
  }
167
167
  ]
168
168
  }
@@ -170,17 +170,17 @@ const editorConfiguration = {
170
170
  'editor.language.colorizedBracketPairs': {
171
171
  type: ['array', 'null'],
172
172
  default: null, // We want to distinguish the empty array from not configured.
173
- description: localize(174, 'Defines the bracket pairs that are colorized by their nesting level if bracket pair colorization is enabled.'),
173
+ description: localize(179, 'Defines the bracket pairs that are colorized by their nesting level if bracket pair colorization is enabled.'),
174
174
  items: {
175
175
  type: 'array',
176
176
  items: [
177
177
  {
178
178
  type: 'string',
179
- description: localize(175, 'The opening bracket character or string sequence.')
179
+ description: localize(180, 'The opening bracket character or string sequence.')
180
180
  },
181
181
  {
182
182
  type: 'string',
183
- description: localize(176, 'The closing bracket character or string sequence.')
183
+ description: localize(181, 'The closing bracket character or string sequence.')
184
184
  }
185
185
  ]
186
186
  }
@@ -188,61 +188,61 @@ const editorConfiguration = {
188
188
  'diffEditor.maxComputationTime': {
189
189
  type: 'number',
190
190
  default: diffEditorDefaultOptions.maxComputationTime,
191
- description: localize(177, "Timeout in milliseconds after which diff computation is cancelled. Use 0 for no timeout.")
191
+ description: localize(182, "Timeout in milliseconds after which diff computation is cancelled. Use 0 for no timeout.")
192
192
  },
193
193
  'diffEditor.maxFileSize': {
194
194
  type: 'number',
195
195
  default: diffEditorDefaultOptions.maxFileSize,
196
- description: localize(178, "Maximum file size in MB for which to compute diffs. Use 0 for no limit.")
196
+ description: localize(183, "Maximum file size in MB for which to compute diffs. Use 0 for no limit.")
197
197
  },
198
198
  'diffEditor.renderSideBySide': {
199
199
  type: 'boolean',
200
200
  default: diffEditorDefaultOptions.renderSideBySide,
201
- description: localize(179, "Controls whether the diff editor shows the diff side by side or inline.")
201
+ description: localize(184, "Controls whether the diff editor shows the diff side by side or inline.")
202
202
  },
203
203
  'diffEditor.renderSideBySideInlineBreakpoint': {
204
204
  type: 'number',
205
205
  default: diffEditorDefaultOptions.renderSideBySideInlineBreakpoint,
206
- description: localize(180, "If the diff editor width is smaller than this value, the inline view is used.")
206
+ description: localize(185, "If the diff editor width is smaller than this value, the inline view is used.")
207
207
  },
208
208
  'diffEditor.useInlineViewWhenSpaceIsLimited': {
209
209
  type: 'boolean',
210
210
  default: diffEditorDefaultOptions.useInlineViewWhenSpaceIsLimited,
211
- description: localize(181, "If enabled and the editor width is too small, the inline view is used.")
211
+ description: localize(186, "If enabled and the editor width is too small, the inline view is used.")
212
212
  },
213
213
  'diffEditor.renderMarginRevertIcon': {
214
214
  type: 'boolean',
215
215
  default: diffEditorDefaultOptions.renderMarginRevertIcon,
216
- description: localize(182, "When enabled, the diff editor shows arrows in its glyph margin to revert changes.")
216
+ description: localize(187, "When enabled, the diff editor shows arrows in its glyph margin to revert changes.")
217
217
  },
218
218
  'diffEditor.renderGutterMenu': {
219
219
  type: 'boolean',
220
220
  default: diffEditorDefaultOptions.renderGutterMenu,
221
- description: localize(183, "When enabled, the diff editor shows a special gutter for revert and stage actions.")
221
+ description: localize(188, "When enabled, the diff editor shows a special gutter for revert and stage actions.")
222
222
  },
223
223
  'diffEditor.ignoreTrimWhitespace': {
224
224
  type: 'boolean',
225
225
  default: diffEditorDefaultOptions.ignoreTrimWhitespace,
226
- description: localize(184, "When enabled, the diff editor ignores changes in leading or trailing whitespace.")
226
+ description: localize(189, "When enabled, the diff editor ignores changes in leading or trailing whitespace.")
227
227
  },
228
228
  'diffEditor.renderIndicators': {
229
229
  type: 'boolean',
230
230
  default: diffEditorDefaultOptions.renderIndicators,
231
- description: localize(185, "Controls whether the diff editor shows +/- indicators for added/removed changes.")
231
+ description: localize(190, "Controls whether the diff editor shows +/- indicators for added/removed changes.")
232
232
  },
233
233
  'diffEditor.codeLens': {
234
234
  type: 'boolean',
235
235
  default: diffEditorDefaultOptions.diffCodeLens,
236
- description: localize(186, "Controls whether the editor shows CodeLens.")
236
+ description: localize(191, "Controls whether the editor shows CodeLens.")
237
237
  },
238
238
  'diffEditor.wordWrap': {
239
239
  type: 'string',
240
240
  enum: ['off', 'on', 'inherit'],
241
241
  default: diffEditorDefaultOptions.diffWordWrap,
242
242
  markdownEnumDescriptions: [
243
- localize(187, "Lines will never wrap."),
244
- localize(188, "Lines will wrap at the viewport width."),
245
- localize(189, "Lines will wrap according to the {0} setting.", '`#editor.wordWrap#`'),
243
+ localize(192, "Lines will never wrap."),
244
+ localize(193, "Lines will wrap at the viewport width."),
245
+ localize(194, "Lines will wrap according to the {0} setting.", '`#editor.wordWrap#`'),
246
246
  ]
247
247
  },
248
248
  'diffEditor.diffAlgorithm': {
@@ -250,47 +250,47 @@ const editorConfiguration = {
250
250
  enum: ['legacy', 'advanced'],
251
251
  default: diffEditorDefaultOptions.diffAlgorithm,
252
252
  markdownEnumDescriptions: [
253
- localize(190, "Uses the legacy diffing algorithm."),
254
- localize(191, "Uses the advanced diffing algorithm."),
253
+ localize(195, "Uses the legacy diffing algorithm."),
254
+ localize(196, "Uses the advanced diffing algorithm."),
255
255
  ]
256
256
  },
257
257
  'diffEditor.hideUnchangedRegions.enabled': {
258
258
  type: 'boolean',
259
259
  default: diffEditorDefaultOptions.hideUnchangedRegions.enabled,
260
- markdownDescription: localize(192, "Controls whether the diff editor shows unchanged regions."),
260
+ markdownDescription: localize(197, "Controls whether the diff editor shows unchanged regions."),
261
261
  },
262
262
  'diffEditor.hideUnchangedRegions.revealLineCount': {
263
263
  type: 'integer',
264
264
  default: diffEditorDefaultOptions.hideUnchangedRegions.revealLineCount,
265
- markdownDescription: localize(193, "Controls how many lines are used for unchanged regions."),
265
+ markdownDescription: localize(198, "Controls how many lines are used for unchanged regions."),
266
266
  minimum: 1,
267
267
  },
268
268
  'diffEditor.hideUnchangedRegions.minimumLineCount': {
269
269
  type: 'integer',
270
270
  default: diffEditorDefaultOptions.hideUnchangedRegions.minimumLineCount,
271
- markdownDescription: localize(194, "Controls how many lines are used as a minimum for unchanged regions."),
271
+ markdownDescription: localize(199, "Controls how many lines are used as a minimum for unchanged regions."),
272
272
  minimum: 1,
273
273
  },
274
274
  'diffEditor.hideUnchangedRegions.contextLineCount': {
275
275
  type: 'integer',
276
276
  default: diffEditorDefaultOptions.hideUnchangedRegions.contextLineCount,
277
- markdownDescription: localize(195, "Controls how many lines are used as context when comparing unchanged regions."),
277
+ markdownDescription: localize(200, "Controls how many lines are used as context when comparing unchanged regions."),
278
278
  minimum: 1,
279
279
  },
280
280
  'diffEditor.experimental.showMoves': {
281
281
  type: 'boolean',
282
282
  default: diffEditorDefaultOptions.experimental.showMoves,
283
- markdownDescription: localize(196, "Controls whether the diff editor should show detected code moves.")
283
+ markdownDescription: localize(201, "Controls whether the diff editor should show detected code moves.")
284
284
  },
285
285
  'diffEditor.experimental.showEmptyDecorations': {
286
286
  type: 'boolean',
287
287
  default: diffEditorDefaultOptions.experimental.showEmptyDecorations,
288
- description: localize(197, "Controls whether the diff editor shows empty decorations to see where characters got inserted or deleted."),
288
+ description: localize(202, "Controls whether the diff editor shows empty decorations to see where characters got inserted or deleted."),
289
289
  },
290
290
  'diffEditor.experimental.useTrueInlineView': {
291
291
  type: 'boolean',
292
292
  default: diffEditorDefaultOptions.experimental.useTrueInlineView,
293
- description: localize(198, "If enabled and the editor uses the inline view, word changes are rendered inline."),
293
+ description: localize(203, "If enabled and the editor uses the inline view, word changes are rendered inline."),
294
294
  },
295
295
  }
296
296
  };