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
@@ -305,13 +305,13 @@ class EditorAccessibilitySupport extends BaseEditorOption {
305
305
  type: 'string',
306
306
  enum: ['auto', 'on', 'off'],
307
307
  enumDescriptions: [
308
- localize(199, "Use platform APIs to detect when a Screen Reader is attached."),
309
- localize(200, "Optimize for usage with a Screen Reader."),
310
- localize(201, "Assume a screen reader is not attached."),
308
+ localize(204, "Use platform APIs to detect when a Screen Reader is attached."),
309
+ localize(205, "Optimize for usage with a Screen Reader."),
310
+ localize(206, "Assume a screen reader is not attached."),
311
311
  ],
312
312
  default: 'auto',
313
313
  tags: ['accessibility'],
314
- description: localize(202, "Controls if the UI should run in a mode where it is optimized for screen readers.")
314
+ description: localize(207, "Controls if the UI should run in a mode where it is optimized for screen readers.")
315
315
  });
316
316
  }
317
317
  validate(input) {
@@ -340,12 +340,12 @@ class EditorComments extends BaseEditorOption {
340
340
  'editor.comments.insertSpace': {
341
341
  type: 'boolean',
342
342
  default: defaults.insertSpace,
343
- description: localize(203, "Controls whether a space character is inserted when commenting.")
343
+ description: localize(208, "Controls whether a space character is inserted when commenting.")
344
344
  },
345
345
  'editor.comments.ignoreEmptyLines': {
346
346
  type: 'boolean',
347
347
  default: defaults.ignoreEmptyLines,
348
- description: localize(204, 'Controls if empty lines should be ignored with toggle, add or remove actions for line comments.')
348
+ description: localize(209, 'Controls if empty lines should be ignored with toggle, add or remove actions for line comments.')
349
349
  },
350
350
  });
351
351
  }
@@ -450,7 +450,7 @@ class EditorClassName extends ComputedEditorOption {
450
450
  //#region emptySelectionClipboard
451
451
  class EditorEmptySelectionClipboard extends EditorBooleanOption {
452
452
  constructor() {
453
- super(45 /* EditorOption.emptySelectionClipboard */, 'emptySelectionClipboard', true, { description: localize(205, "Controls whether copying without a selection copies the current line.") });
453
+ super(45 /* EditorOption.emptySelectionClipboard */, 'emptySelectionClipboard', true, { description: localize(210, "Controls whether copying without a selection copies the current line.") });
454
454
  }
455
455
  compute(env, options, value) {
456
456
  return value && env.emptySelectionClipboard;
@@ -473,70 +473,70 @@ class EditorFind extends BaseEditorOption {
473
473
  'editor.find.cursorMoveOnType': {
474
474
  type: 'boolean',
475
475
  default: defaults.cursorMoveOnType,
476
- description: localize(206, "Controls whether the cursor should jump to find matches while typing.")
476
+ description: localize(211, "Controls whether the cursor should jump to find matches while typing.")
477
477
  },
478
478
  'editor.find.seedSearchStringFromSelection': {
479
479
  type: 'string',
480
480
  enum: ['never', 'always', 'selection'],
481
481
  default: defaults.seedSearchStringFromSelection,
482
482
  enumDescriptions: [
483
- localize(207, 'Never seed search string from the editor selection.'),
484
- localize(208, 'Always seed search string from the editor selection, including word at cursor position.'),
485
- localize(209, 'Only seed search string from the editor selection.')
483
+ localize(212, 'Never seed search string from the editor selection.'),
484
+ localize(213, 'Always seed search string from the editor selection, including word at cursor position.'),
485
+ localize(214, 'Only seed search string from the editor selection.')
486
486
  ],
487
- description: localize(210, "Controls whether the search string in the Find Widget is seeded from the editor selection.")
487
+ description: localize(215, "Controls whether the search string in the Find Widget is seeded from the editor selection.")
488
488
  },
489
489
  'editor.find.autoFindInSelection': {
490
490
  type: 'string',
491
491
  enum: ['never', 'always', 'multiline'],
492
492
  default: defaults.autoFindInSelection,
493
493
  enumDescriptions: [
494
- localize(211, 'Never turn on Find in Selection automatically (default).'),
495
- localize(212, 'Always turn on Find in Selection automatically.'),
496
- localize(213, 'Turn on Find in Selection automatically when multiple lines of content are selected.')
494
+ localize(216, 'Never turn on Find in Selection automatically (default).'),
495
+ localize(217, 'Always turn on Find in Selection automatically.'),
496
+ localize(218, 'Turn on Find in Selection automatically when multiple lines of content are selected.')
497
497
  ],
498
- description: localize(214, "Controls the condition for turning on Find in Selection automatically.")
498
+ description: localize(219, "Controls the condition for turning on Find in Selection automatically.")
499
499
  },
500
500
  'editor.find.globalFindClipboard': {
501
501
  type: 'boolean',
502
502
  default: defaults.globalFindClipboard,
503
- description: localize(215, "Controls whether the Find Widget should read or modify the shared find clipboard on macOS."),
503
+ description: localize(220, "Controls whether the Find Widget should read or modify the shared find clipboard on macOS."),
504
504
  included: isMacintosh
505
505
  },
506
506
  'editor.find.addExtraSpaceOnTop': {
507
507
  type: 'boolean',
508
508
  default: defaults.addExtraSpaceOnTop,
509
- description: localize(216, "Controls whether the Find Widget should add extra lines on top of the editor. When true, you can scroll beyond the first line when the Find Widget is visible.")
509
+ description: localize(221, "Controls whether the Find Widget should add extra lines on top of the editor. When true, you can scroll beyond the first line when the Find Widget is visible.")
510
510
  },
511
511
  'editor.find.loop': {
512
512
  type: 'boolean',
513
513
  default: defaults.loop,
514
- description: localize(217, "Controls whether the search automatically restarts from the beginning (or the end) when no further matches can be found.")
514
+ description: localize(222, "Controls whether the search automatically restarts from the beginning (or the end) when no further matches can be found.")
515
515
  },
516
516
  'editor.find.history': {
517
517
  type: 'string',
518
518
  enum: ['never', 'workspace'],
519
519
  default: 'workspace',
520
520
  enumDescriptions: [
521
- localize(218, 'Do not store search history from the find widget.'),
522
- localize(219, 'Store search history across the active workspace'),
521
+ localize(223, 'Do not store search history from the find widget.'),
522
+ localize(224, 'Store search history across the active workspace'),
523
523
  ],
524
- description: localize(220, "Controls how the find widget history should be stored")
524
+ description: localize(225, "Controls how the find widget history should be stored")
525
525
  },
526
526
  'editor.find.replaceHistory': {
527
527
  type: 'string',
528
528
  enum: ['never', 'workspace'],
529
529
  default: 'workspace',
530
530
  enumDescriptions: [
531
- localize(221, 'Do not store history from the replace widget.'),
532
- localize(222, 'Store replace history across the active workspace'),
531
+ localize(226, 'Do not store history from the replace widget.'),
532
+ localize(227, 'Store replace history across the active workspace'),
533
533
  ],
534
- description: localize(223, "Controls how the replace widget history should be stored")
534
+ description: localize(228, "Controls how the replace widget history should be stored")
535
535
  },
536
536
  'editor.find.findOnType': {
537
537
  type: 'boolean',
538
538
  default: defaults.findOnType,
539
- description: localize(224, "Controls whether the Find Widget should search as you type.")
539
+ description: localize(229, "Controls whether the Find Widget should search as you type.")
540
540
  },
541
541
  });
542
542
  }
@@ -575,14 +575,14 @@ class EditorFontLigatures extends BaseEditorOption {
575
575
  anyOf: [
576
576
  {
577
577
  type: 'boolean',
578
- description: localize(225, "Enables/Disables font ligatures ('calt' and 'liga' font features). Change this to a string for fine-grained control of the 'font-feature-settings' CSS property."),
578
+ description: localize(230, "Enables/Disables font ligatures ('calt' and 'liga' font features). Change this to a string for fine-grained control of the 'font-feature-settings' CSS property."),
579
579
  },
580
580
  {
581
581
  type: 'string',
582
- description: localize(226, "Explicit 'font-feature-settings' CSS property. A boolean can be passed instead if one only needs to turn on/off ligatures.")
582
+ description: localize(231, "Explicit 'font-feature-settings' CSS property. A boolean can be passed instead if one only needs to turn on/off ligatures.")
583
583
  }
584
584
  ],
585
- description: localize(227, "Configures font ligatures or font features. Can be either a boolean to enable/disable ligatures or a string for the value of the CSS 'font-feature-settings' property."),
585
+ description: localize(232, "Configures font ligatures or font features. Can be either a boolean to enable/disable ligatures or a string for the value of the CSS 'font-feature-settings' property."),
586
586
  default: false
587
587
  });
588
588
  }
@@ -620,14 +620,14 @@ class EditorFontVariations extends BaseEditorOption {
620
620
  anyOf: [
621
621
  {
622
622
  type: 'boolean',
623
- description: localize(228, "Enables/Disables the translation from font-weight to font-variation-settings. Change this to a string for fine-grained control of the 'font-variation-settings' CSS property."),
623
+ description: localize(233, "Enables/Disables the translation from font-weight to font-variation-settings. Change this to a string for fine-grained control of the 'font-variation-settings' CSS property."),
624
624
  },
625
625
  {
626
626
  type: 'string',
627
- description: localize(229, "Explicit 'font-variation-settings' CSS property. A boolean can be passed instead if one only needs to translate font-weight to font-variation-settings.")
627
+ description: localize(234, "Explicit 'font-variation-settings' CSS property. A boolean can be passed instead if one only needs to translate font-weight to font-variation-settings.")
628
628
  }
629
629
  ],
630
- description: localize(230, "Configures font variations. Can be either a boolean to enable/disable the translation from font-weight to font-variation-settings or a string for the value of the CSS 'font-variation-settings' property."),
630
+ description: localize(235, "Configures font variations. Can be either a boolean to enable/disable the translation from font-weight to font-variation-settings or a string for the value of the CSS 'font-variation-settings' property."),
631
631
  default: false
632
632
  });
633
633
  }
@@ -729,7 +729,7 @@ class EditorFontSize extends SimpleEditorOption {
729
729
  minimum: 6,
730
730
  maximum: 100,
731
731
  default: EDITOR_FONT_DEFAULTS.fontSize,
732
- description: localize(231, "Controls the font size in pixels.")
732
+ description: localize(236, "Controls the font size in pixels.")
733
733
  });
734
734
  }
735
735
  validate(input) {
@@ -758,7 +758,7 @@ class EditorFontWeight extends BaseEditorOption {
758
758
  type: 'number',
759
759
  minimum: EditorFontWeight.MINIMUM_VALUE,
760
760
  maximum: EditorFontWeight.MAXIMUM_VALUE,
761
- errorMessage: localize(232, "Only \"normal\" and \"bold\" keywords or numbers between 1 and 1000 are allowed.")
761
+ errorMessage: localize(237, "Only \"normal\" and \"bold\" keywords or numbers between 1 and 1000 are allowed.")
762
762
  },
763
763
  {
764
764
  type: 'string',
@@ -769,7 +769,7 @@ class EditorFontWeight extends BaseEditorOption {
769
769
  }
770
770
  ],
771
771
  default: EDITOR_FONT_DEFAULTS.fontWeight,
772
- description: localize(233, "Controls the font weight. Accepts \"normal\" and \"bold\" keywords or numbers between 1 and 1000.")
772
+ description: localize(238, "Controls the font weight. Accepts \"normal\" and \"bold\" keywords or numbers between 1 and 1000.")
773
773
  });
774
774
  }
775
775
  validate(input) {
@@ -801,65 +801,65 @@ class EditorGoToLocation extends BaseEditorOption {
801
801
  enum: ['peek', 'gotoAndPeek', 'goto'],
802
802
  default: defaults.multiple,
803
803
  enumDescriptions: [
804
- localize(234, 'Show Peek view of the results (default)'),
805
- localize(235, 'Go to the primary result and show a Peek view'),
806
- localize(236, 'Go to the primary result and enable Peek-less navigation to others')
804
+ localize(239, 'Show Peek view of the results (default)'),
805
+ localize(240, 'Go to the primary result and show a Peek view'),
806
+ localize(241, 'Go to the primary result and enable Peek-less navigation to others')
807
807
  ]
808
808
  };
809
809
  const alternativeCommandOptions = ['', 'editor.action.referenceSearch.trigger', 'editor.action.goToReferences', 'editor.action.peekImplementation', 'editor.action.goToImplementation', 'editor.action.peekTypeDefinition', 'editor.action.goToTypeDefinition', 'editor.action.peekDeclaration', 'editor.action.revealDeclaration', 'editor.action.peekDefinition', 'editor.action.revealDefinitionAside', 'editor.action.revealDefinition'];
810
810
  super(67 /* EditorOption.gotoLocation */, 'gotoLocation', defaults, {
811
811
  'editor.gotoLocation.multiple': {
812
- deprecationMessage: localize(237, "This setting is deprecated, please use separate settings like 'editor.editor.gotoLocation.multipleDefinitions' or 'editor.editor.gotoLocation.multipleImplementations' instead."),
812
+ deprecationMessage: localize(242, "This setting is deprecated, please use separate settings like 'editor.editor.gotoLocation.multipleDefinitions' or 'editor.editor.gotoLocation.multipleImplementations' instead."),
813
813
  },
814
814
  'editor.gotoLocation.multipleDefinitions': {
815
- description: localize(238, "Controls the behavior the 'Go to Definition'-command when multiple target locations exist."),
815
+ description: localize(243, "Controls the behavior the 'Go to Definition'-command when multiple target locations exist."),
816
816
  ...jsonSubset,
817
817
  },
818
818
  'editor.gotoLocation.multipleTypeDefinitions': {
819
- description: localize(239, "Controls the behavior the 'Go to Type Definition'-command when multiple target locations exist."),
819
+ description: localize(244, "Controls the behavior the 'Go to Type Definition'-command when multiple target locations exist."),
820
820
  ...jsonSubset,
821
821
  },
822
822
  'editor.gotoLocation.multipleDeclarations': {
823
- description: localize(240, "Controls the behavior the 'Go to Declaration'-command when multiple target locations exist."),
823
+ description: localize(245, "Controls the behavior the 'Go to Declaration'-command when multiple target locations exist."),
824
824
  ...jsonSubset,
825
825
  },
826
826
  'editor.gotoLocation.multipleImplementations': {
827
- description: localize(241, "Controls the behavior the 'Go to Implementations'-command when multiple target locations exist."),
827
+ description: localize(246, "Controls the behavior the 'Go to Implementations'-command when multiple target locations exist."),
828
828
  ...jsonSubset,
829
829
  },
830
830
  'editor.gotoLocation.multipleReferences': {
831
- description: localize(242, "Controls the behavior the 'Go to References'-command when multiple target locations exist."),
831
+ description: localize(247, "Controls the behavior the 'Go to References'-command when multiple target locations exist."),
832
832
  ...jsonSubset,
833
833
  },
834
834
  'editor.gotoLocation.alternativeDefinitionCommand': {
835
835
  type: 'string',
836
836
  default: defaults.alternativeDefinitionCommand,
837
837
  enum: alternativeCommandOptions,
838
- description: localize(243, "Alternative command id that is being executed when the result of 'Go to Definition' is the current location.")
838
+ description: localize(248, "Alternative command id that is being executed when the result of 'Go to Definition' is the current location.")
839
839
  },
840
840
  'editor.gotoLocation.alternativeTypeDefinitionCommand': {
841
841
  type: 'string',
842
842
  default: defaults.alternativeTypeDefinitionCommand,
843
843
  enum: alternativeCommandOptions,
844
- description: localize(244, "Alternative command id that is being executed when the result of 'Go to Type Definition' is the current location.")
844
+ description: localize(249, "Alternative command id that is being executed when the result of 'Go to Type Definition' is the current location.")
845
845
  },
846
846
  'editor.gotoLocation.alternativeDeclarationCommand': {
847
847
  type: 'string',
848
848
  default: defaults.alternativeDeclarationCommand,
849
849
  enum: alternativeCommandOptions,
850
- description: localize(245, "Alternative command id that is being executed when the result of 'Go to Declaration' is the current location.")
850
+ description: localize(250, "Alternative command id that is being executed when the result of 'Go to Declaration' is the current location.")
851
851
  },
852
852
  'editor.gotoLocation.alternativeImplementationCommand': {
853
853
  type: 'string',
854
854
  default: defaults.alternativeImplementationCommand,
855
855
  enum: alternativeCommandOptions,
856
- description: localize(246, "Alternative command id that is being executed when the result of 'Go to Implementation' is the current location.")
856
+ description: localize(251, "Alternative command id that is being executed when the result of 'Go to Implementation' is the current location.")
857
857
  },
858
858
  'editor.gotoLocation.alternativeReferenceCommand': {
859
859
  type: 'string',
860
860
  default: defaults.alternativeReferenceCommand,
861
861
  enum: alternativeCommandOptions,
862
- description: localize(247, "Alternative command id that is being executed when the result of 'Go to Reference' is the current location.")
862
+ description: localize(252, "Alternative command id that is being executed when the result of 'Go to Reference' is the current location.")
863
863
  },
864
864
  });
865
865
  }
@@ -898,30 +898,30 @@ class EditorHover extends BaseEditorOption {
898
898
  'editor.hover.enabled': {
899
899
  type: 'boolean',
900
900
  default: defaults.enabled,
901
- description: localize(248, "Controls whether the hover is shown.")
901
+ description: localize(253, "Controls whether the hover is shown.")
902
902
  },
903
903
  'editor.hover.delay': {
904
904
  type: 'number',
905
905
  default: defaults.delay,
906
906
  minimum: 0,
907
907
  maximum: 10000,
908
- description: localize(249, "Controls the delay in milliseconds after which the hover is shown.")
908
+ description: localize(254, "Controls the delay in milliseconds after which the hover is shown.")
909
909
  },
910
910
  'editor.hover.sticky': {
911
911
  type: 'boolean',
912
912
  default: defaults.sticky,
913
- description: localize(250, "Controls whether the hover should remain visible when mouse is moved over it.")
913
+ description: localize(255, "Controls whether the hover should remain visible when mouse is moved over it.")
914
914
  },
915
915
  'editor.hover.hidingDelay': {
916
916
  type: 'integer',
917
917
  minimum: 0,
918
918
  default: defaults.hidingDelay,
919
- markdownDescription: localize(251, "Controls the delay in milliseconds after which the hover is hidden. Requires `#editor.hover.sticky#` to be enabled.")
919
+ markdownDescription: localize(256, "Controls the delay in milliseconds after which the hover is hidden. Requires `#editor.hover.sticky#` to be enabled.")
920
920
  },
921
921
  'editor.hover.above': {
922
922
  type: 'boolean',
923
923
  default: defaults.above,
924
- description: localize(252, "Prefer showing hovers above the line, if there's space.")
924
+ description: localize(257, "Prefer showing hovers above the line, if there's space.")
925
925
  },
926
926
  });
927
927
  }
@@ -1298,13 +1298,13 @@ class WrappingStrategy extends BaseEditorOption {
1298
1298
  super(156 /* EditorOption.wrappingStrategy */, 'wrappingStrategy', 'simple', {
1299
1299
  'editor.wrappingStrategy': {
1300
1300
  enumDescriptions: [
1301
- localize(253, "Assumes that all characters are of the same width. This is a fast algorithm that works correctly for monospace fonts and certain scripts (like Latin characters) where glyphs are of equal width."),
1302
- localize(254, "Delegates wrapping points computation to the browser. This is a slow algorithm, that might cause freezes for large files, but it works correctly in all cases.")
1301
+ localize(258, "Assumes that all characters are of the same width. This is a fast algorithm that works correctly for monospace fonts and certain scripts (like Latin characters) where glyphs are of equal width."),
1302
+ localize(259, "Delegates wrapping points computation to the browser. This is a slow algorithm, that might cause freezes for large files, but it works correctly in all cases.")
1303
1303
  ],
1304
1304
  type: 'string',
1305
1305
  enum: ['simple', 'advanced'],
1306
1306
  default: 'simple',
1307
- description: localize(255, "Controls the algorithm that computes wrapping points. Note that when in accessibility mode, advanced will be used for the best experience.")
1307
+ description: localize(260, "Controls the algorithm that computes wrapping points. Note that when in accessibility mode, advanced will be used for the best experience.")
1308
1308
  }
1309
1309
  });
1310
1310
  }
@@ -1338,11 +1338,11 @@ class EditorLightbulb extends BaseEditorOption {
1338
1338
  enum: [ShowLightbulbIconMode.Off, ShowLightbulbIconMode.OnCode, ShowLightbulbIconMode.On],
1339
1339
  default: defaults.enabled,
1340
1340
  enumDescriptions: [
1341
- localize(256, 'Disable the code action menu.'),
1342
- localize(257, 'Show the code action menu when the cursor is on lines with code.'),
1343
- localize(258, 'Show the code action menu when the cursor is on lines with code or on empty lines.'),
1341
+ localize(261, 'Disable the code action menu.'),
1342
+ localize(262, 'Show the code action menu when the cursor is on lines with code.'),
1343
+ localize(263, 'Show the code action menu when the cursor is on lines with code or on empty lines.'),
1344
1344
  ],
1345
- description: localize(259, "Enables the Code Action lightbulb in the editor.")
1345
+ description: localize(264, "Enables the Code Action lightbulb in the editor.")
1346
1346
  }
1347
1347
  });
1348
1348
  }
@@ -1363,25 +1363,25 @@ class EditorStickyScroll extends BaseEditorOption {
1363
1363
  'editor.stickyScroll.enabled': {
1364
1364
  type: 'boolean',
1365
1365
  default: defaults.enabled,
1366
- description: localize(260, "Shows the nested current scopes during the scroll at the top of the editor.")
1366
+ description: localize(265, "Shows the nested current scopes during the scroll at the top of the editor.")
1367
1367
  },
1368
1368
  'editor.stickyScroll.maxLineCount': {
1369
1369
  type: 'number',
1370
1370
  default: defaults.maxLineCount,
1371
1371
  minimum: 1,
1372
1372
  maximum: 20,
1373
- description: localize(261, "Defines the maximum number of sticky lines to show.")
1373
+ description: localize(266, "Defines the maximum number of sticky lines to show.")
1374
1374
  },
1375
1375
  'editor.stickyScroll.defaultModel': {
1376
1376
  type: 'string',
1377
1377
  enum: ['outlineModel', 'foldingProviderModel', 'indentationModel'],
1378
1378
  default: defaults.defaultModel,
1379
- description: localize(262, "Defines the model to use for determining which lines to stick. If the outline model does not exist, it will fall back on the folding provider model which falls back on the indentation model. This order is respected in all three cases.")
1379
+ description: localize(267, "Defines the model to use for determining which lines to stick. If the outline model does not exist, it will fall back on the folding provider model which falls back on the indentation model. This order is respected in all three cases.")
1380
1380
  },
1381
1381
  'editor.stickyScroll.scrollWithEditor': {
1382
1382
  type: 'boolean',
1383
1383
  default: defaults.scrollWithEditor,
1384
- description: localize(263, "Enable scrolling of Sticky Scroll with the editor's horizontal scrollbar.")
1384
+ description: localize(268, "Enable scrolling of Sticky Scroll with the editor's horizontal scrollbar.")
1385
1385
  },
1386
1386
  });
1387
1387
  }
@@ -1405,34 +1405,34 @@ class EditorInlayHints extends BaseEditorOption {
1405
1405
  'editor.inlayHints.enabled': {
1406
1406
  type: 'string',
1407
1407
  default: defaults.enabled,
1408
- description: localize(264, "Enables the inlay hints in the editor."),
1408
+ description: localize(269, "Enables the inlay hints in the editor."),
1409
1409
  enum: ['on', 'onUnlessPressed', 'offUnlessPressed', 'off'],
1410
1410
  markdownEnumDescriptions: [
1411
- localize(265, "Inlay hints are enabled"),
1412
- localize(266, "Inlay hints are showing by default and hide when holding {0}", isMacintosh ? `Ctrl+Option` : `Ctrl+Alt`),
1413
- localize(267, "Inlay hints are hidden by default and show when holding {0}", isMacintosh ? `Ctrl+Option` : `Ctrl+Alt`),
1414
- localize(268, "Inlay hints are disabled"),
1411
+ localize(270, "Inlay hints are enabled"),
1412
+ localize(271, "Inlay hints are showing by default and hide when holding {0}", isMacintosh ? `Ctrl+Option` : `Ctrl+Alt`),
1413
+ localize(272, "Inlay hints are hidden by default and show when holding {0}", isMacintosh ? `Ctrl+Option` : `Ctrl+Alt`),
1414
+ localize(273, "Inlay hints are disabled"),
1415
1415
  ],
1416
1416
  },
1417
1417
  'editor.inlayHints.fontSize': {
1418
1418
  type: 'number',
1419
1419
  default: defaults.fontSize,
1420
- markdownDescription: localize(269, "Controls font size of inlay hints in the editor. As default the {0} is used when the configured value is less than {1} or greater than the editor font size.", '`#editor.fontSize#`', '`5`')
1420
+ markdownDescription: localize(274, "Controls font size of inlay hints in the editor. As default the {0} is used when the configured value is less than {1} or greater than the editor font size.", '`#editor.fontSize#`', '`5`')
1421
1421
  },
1422
1422
  'editor.inlayHints.fontFamily': {
1423
1423
  type: 'string',
1424
1424
  default: defaults.fontFamily,
1425
- markdownDescription: localize(270, "Controls font family of inlay hints in the editor. When set to empty, the {0} is used.", '`#editor.fontFamily#`')
1425
+ markdownDescription: localize(275, "Controls font family of inlay hints in the editor. When set to empty, the {0} is used.", '`#editor.fontFamily#`')
1426
1426
  },
1427
1427
  'editor.inlayHints.padding': {
1428
1428
  type: 'boolean',
1429
1429
  default: defaults.padding,
1430
- description: localize(271, "Enables the padding around the inlay hints in the editor.")
1430
+ description: localize(276, "Enables the padding around the inlay hints in the editor.")
1431
1431
  },
1432
1432
  'editor.inlayHints.maximumLength': {
1433
1433
  type: 'number',
1434
1434
  default: defaults.maximumLength,
1435
- markdownDescription: localize(272, "Maximum overall length of inlay hints, for a single line, before they get truncated by the editor. Set to `0` to never truncate")
1435
+ markdownDescription: localize(277, "Maximum overall length of inlay hints, for a single line, before they get truncated by the editor. Set to `0` to never truncate")
1436
1436
  }
1437
1437
  });
1438
1438
  }
@@ -1482,7 +1482,7 @@ class EditorLineDecorationsWidth extends BaseEditorOption {
1482
1482
  //#region lineHeight
1483
1483
  class EditorLineHeight extends EditorFloatOption {
1484
1484
  constructor() {
1485
- super(75 /* EditorOption.lineHeight */, 'lineHeight', EDITOR_FONT_DEFAULTS.lineHeight, x => EditorFloatOption.clamp(x, 0, 150), { markdownDescription: localize(273, "Controls the line height. \n - Use 0 to automatically compute the line height from the font size.\n - Values between 0 and 8 will be used as a multiplier with the font size.\n - Values greater than or equal to 8 will be used as effective values.") }, 0, 150);
1485
+ super(75 /* EditorOption.lineHeight */, 'lineHeight', EDITOR_FONT_DEFAULTS.lineHeight, x => EditorFloatOption.clamp(x, 0, 150), { markdownDescription: localize(278, "Controls the line height. \n - Use 0 to automatically compute the line height from the font size.\n - Values between 0 and 8 will be used as a multiplier with the font size.\n - Values greater than or equal to 8 will be used as effective values.") }, 0, 150);
1486
1486
  }
1487
1487
  compute(env, options, value) {
1488
1488
  // The lineHeight is computed from the fontSize if it is 0.
@@ -1512,41 +1512,41 @@ class EditorMinimap extends BaseEditorOption {
1512
1512
  'editor.minimap.enabled': {
1513
1513
  type: 'boolean',
1514
1514
  default: defaults.enabled,
1515
- description: localize(274, "Controls whether the minimap is shown.")
1515
+ description: localize(279, "Controls whether the minimap is shown.")
1516
1516
  },
1517
1517
  'editor.minimap.autohide': {
1518
1518
  type: 'string',
1519
1519
  enum: ['none', 'mouseover', 'scroll'],
1520
1520
  enumDescriptions: [
1521
- localize(275, "The minimap is always shown."),
1522
- localize(276, "The minimap is hidden when mouse is not over the minimap and shown when mouse is over the minimap."),
1523
- localize(277, "The minimap is only shown when the editor is scrolled"),
1521
+ localize(280, "The minimap is always shown."),
1522
+ localize(281, "The minimap is hidden when mouse is not over the minimap and shown when mouse is over the minimap."),
1523
+ localize(282, "The minimap is only shown when the editor is scrolled"),
1524
1524
  ],
1525
1525
  default: defaults.autohide,
1526
- description: localize(278, "Controls whether the minimap is hidden automatically.")
1526
+ description: localize(283, "Controls whether the minimap is hidden automatically.")
1527
1527
  },
1528
1528
  'editor.minimap.size': {
1529
1529
  type: 'string',
1530
1530
  enum: ['proportional', 'fill', 'fit'],
1531
1531
  enumDescriptions: [
1532
- localize(279, "The minimap has the same size as the editor contents (and might scroll)."),
1533
- localize(280, "The minimap will stretch or shrink as necessary to fill the height of the editor (no scrolling)."),
1534
- localize(281, "The minimap will shrink as necessary to never be larger than the editor (no scrolling)."),
1532
+ localize(284, "The minimap has the same size as the editor contents (and might scroll)."),
1533
+ localize(285, "The minimap will stretch or shrink as necessary to fill the height of the editor (no scrolling)."),
1534
+ localize(286, "The minimap will shrink as necessary to never be larger than the editor (no scrolling)."),
1535
1535
  ],
1536
1536
  default: defaults.size,
1537
- description: localize(282, "Controls the size of the minimap.")
1537
+ description: localize(287, "Controls the size of the minimap.")
1538
1538
  },
1539
1539
  'editor.minimap.side': {
1540
1540
  type: 'string',
1541
1541
  enum: ['left', 'right'],
1542
1542
  default: defaults.side,
1543
- description: localize(283, "Controls the side where to render the minimap.")
1543
+ description: localize(288, "Controls the side where to render the minimap.")
1544
1544
  },
1545
1545
  'editor.minimap.showSlider': {
1546
1546
  type: 'string',
1547
1547
  enum: ['always', 'mouseover'],
1548
1548
  default: defaults.showSlider,
1549
- description: localize(284, "Controls when the minimap slider is shown.")
1549
+ description: localize(289, "Controls when the minimap slider is shown.")
1550
1550
  },
1551
1551
  'editor.minimap.scale': {
1552
1552
  type: 'number',
@@ -1554,42 +1554,42 @@ class EditorMinimap extends BaseEditorOption {
1554
1554
  minimum: 1,
1555
1555
  maximum: 3,
1556
1556
  enum: [1, 2, 3],
1557
- description: localize(285, "Scale of content drawn in the minimap: 1, 2 or 3.")
1557
+ description: localize(290, "Scale of content drawn in the minimap: 1, 2 or 3.")
1558
1558
  },
1559
1559
  'editor.minimap.renderCharacters': {
1560
1560
  type: 'boolean',
1561
1561
  default: defaults.renderCharacters,
1562
- description: localize(286, "Render the actual characters on a line as opposed to color blocks.")
1562
+ description: localize(291, "Render the actual characters on a line as opposed to color blocks.")
1563
1563
  },
1564
1564
  'editor.minimap.maxColumn': {
1565
1565
  type: 'number',
1566
1566
  default: defaults.maxColumn,
1567
- description: localize(287, "Limit the width of the minimap to render at most a certain number of columns.")
1567
+ description: localize(292, "Limit the width of the minimap to render at most a certain number of columns.")
1568
1568
  },
1569
1569
  'editor.minimap.showRegionSectionHeaders': {
1570
1570
  type: 'boolean',
1571
1571
  default: defaults.showRegionSectionHeaders,
1572
- description: localize(288, "Controls whether named regions are shown as section headers in the minimap.")
1572
+ description: localize(293, "Controls whether named regions are shown as section headers in the minimap.")
1573
1573
  },
1574
1574
  'editor.minimap.showMarkSectionHeaders': {
1575
1575
  type: 'boolean',
1576
1576
  default: defaults.showMarkSectionHeaders,
1577
- description: localize(289, "Controls whether MARK: comments are shown as section headers in the minimap.")
1577
+ description: localize(294, "Controls whether MARK: comments are shown as section headers in the minimap.")
1578
1578
  },
1579
1579
  'editor.minimap.markSectionHeaderRegex': {
1580
1580
  type: 'string',
1581
1581
  default: defaults.markSectionHeaderRegex,
1582
- description: localize(290, "Defines the regular expression used to find section headers in comments. The regex must contain a named match group `label` (written as `(?<label>.+)`) that encapsulates the section header, otherwise it will not work. Optionally you can include another match group named `separator`. Use \\n in the pattern to match multi-line headers."),
1582
+ description: localize(295, "Defines the regular expression used to find section headers in comments. The regex must contain a named match group `label` (written as `(?<label>.+)`) that encapsulates the section header, otherwise it will not work. Optionally you can include another match group named `separator`. Use \\n in the pattern to match multi-line headers."),
1583
1583
  },
1584
1584
  'editor.minimap.sectionHeaderFontSize': {
1585
1585
  type: 'number',
1586
1586
  default: defaults.sectionHeaderFontSize,
1587
- description: localize(291, "Controls the font size of section headers in the minimap.")
1587
+ description: localize(296, "Controls the font size of section headers in the minimap.")
1588
1588
  },
1589
1589
  'editor.minimap.sectionHeaderLetterSpacing': {
1590
1590
  type: 'number',
1591
1591
  default: defaults.sectionHeaderLetterSpacing,
1592
- description: localize(292, "Controls the amount of space (in pixels) between characters of section header. This helps the readability of the header in small font sizes.")
1592
+ description: localize(297, "Controls the amount of space (in pixels) between characters of section header. This helps the readability of the header in small font sizes.")
1593
1593
  }
1594
1594
  });
1595
1595
  }
@@ -1641,14 +1641,14 @@ class EditorPadding extends BaseEditorOption {
1641
1641
  default: 0,
1642
1642
  minimum: 0,
1643
1643
  maximum: 1000,
1644
- description: localize(293, "Controls the amount of space between the top edge of the editor and the first line.")
1644
+ description: localize(298, "Controls the amount of space between the top edge of the editor and the first line.")
1645
1645
  },
1646
1646
  'editor.padding.bottom': {
1647
1647
  type: 'number',
1648
1648
  default: 0,
1649
1649
  minimum: 0,
1650
1650
  maximum: 1000,
1651
- description: localize(294, "Controls the amount of space between the bottom edge of the editor and the last line.")
1651
+ description: localize(299, "Controls the amount of space between the bottom edge of the editor and the last line.")
1652
1652
  }
1653
1653
  });
1654
1654
  }
@@ -1673,12 +1673,12 @@ class EditorParameterHints extends BaseEditorOption {
1673
1673
  'editor.parameterHints.enabled': {
1674
1674
  type: 'boolean',
1675
1675
  default: defaults.enabled,
1676
- description: localize(295, "Enables a pop-up that shows parameter documentation and type information as you type.")
1676
+ description: localize(300, "Enables a pop-up that shows parameter documentation and type information as you type.")
1677
1677
  },
1678
1678
  'editor.parameterHints.cycle': {
1679
1679
  type: 'boolean',
1680
1680
  default: defaults.cycle,
1681
- description: localize(296, "Controls whether the parameter hints menu cycles or closes when reaching the end of the list.")
1681
+ description: localize(301, "Controls whether the parameter hints menu cycles or closes when reaching the end of the list.")
1682
1682
  },
1683
1683
  });
1684
1684
  }
@@ -1731,7 +1731,7 @@ class EditorQuickSuggestions extends BaseEditorOption {
1731
1731
  {
1732
1732
  type: 'string',
1733
1733
  enum: ['on', 'inline', 'off'],
1734
- enumDescriptions: [localize(297, "Quick suggestions show inside the suggest widget"), localize(298, "Quick suggestions show as ghost text"), localize(299, "Quick suggestions are disabled")]
1734
+ enumDescriptions: [localize(302, "Quick suggestions show inside the suggest widget"), localize(303, "Quick suggestions show as ghost text"), localize(304, "Quick suggestions are disabled")]
1735
1735
  }
1736
1736
  ];
1737
1737
  super(102 /* EditorOption.quickSuggestions */, 'quickSuggestions', defaults, {
@@ -1741,21 +1741,21 @@ class EditorQuickSuggestions extends BaseEditorOption {
1741
1741
  strings: {
1742
1742
  anyOf: types,
1743
1743
  default: defaults.strings,
1744
- description: localize(300, "Enable quick suggestions inside strings.")
1744
+ description: localize(305, "Enable quick suggestions inside strings.")
1745
1745
  },
1746
1746
  comments: {
1747
1747
  anyOf: types,
1748
1748
  default: defaults.comments,
1749
- description: localize(301, "Enable quick suggestions inside comments.")
1749
+ description: localize(306, "Enable quick suggestions inside comments.")
1750
1750
  },
1751
1751
  other: {
1752
1752
  anyOf: types,
1753
1753
  default: defaults.other,
1754
- description: localize(302, "Enable quick suggestions outside of strings and comments.")
1754
+ description: localize(307, "Enable quick suggestions outside of strings and comments.")
1755
1755
  },
1756
1756
  },
1757
1757
  default: defaults,
1758
- markdownDescription: localize(303, "Controls whether suggestions should automatically show up while typing. This can be controlled for typing in comments, strings, and other code. Quick suggestion can be configured to show as ghost text or with the suggest widget. Also be aware of the {0}-setting which controls if suggestions are triggered by special characters.", '`#editor.suggestOnTriggerCharacters#`')
1758
+ markdownDescription: localize(308, "Controls whether suggestions should automatically show up while typing. This can be controlled for typing in comments, strings, and other code. Quick suggestion can be configured to show as ghost text or with the suggest widget. Also be aware of the {0}-setting which controls if suggestions are triggered by special characters.", '`#editor.suggestOnTriggerCharacters#`')
1759
1759
  });
1760
1760
  this.defaultValue = defaults;
1761
1761
  }
@@ -1805,13 +1805,13 @@ class EditorRenderLineNumbersOption extends BaseEditorOption {
1805
1805
  type: 'string',
1806
1806
  enum: ['off', 'on', 'relative', 'interval'],
1807
1807
  enumDescriptions: [
1808
- localize(304, "Line numbers are not rendered."),
1809
- localize(305, "Line numbers are rendered as absolute number."),
1810
- localize(306, "Line numbers are rendered as distance in lines to cursor position."),
1811
- localize(307, "Line numbers are rendered every 10 lines.")
1808
+ localize(309, "Line numbers are not rendered."),
1809
+ localize(310, "Line numbers are rendered as absolute number."),
1810
+ localize(311, "Line numbers are rendered as distance in lines to cursor position."),
1811
+ localize(312, "Line numbers are rendered every 10 lines.")
1812
1812
  ],
1813
1813
  default: 'on',
1814
- description: localize(308, "Controls the display of line numbers.")
1814
+ description: localize(313, "Controls the display of line numbers.")
1815
1815
  });
1816
1816
  }
1817
1817
  validate(lineNumbers) {
@@ -1864,7 +1864,7 @@ function filterFontDecorations(options) {
1864
1864
  class EditorRulers extends BaseEditorOption {
1865
1865
  constructor() {
1866
1866
  const defaults = [];
1867
- const columnSchema = { type: 'number', description: localize(309, "Number of monospace characters at which this editor ruler will render.") };
1867
+ const columnSchema = { type: 'number', description: localize(314, "Number of monospace characters at which this editor ruler will render.") };
1868
1868
  super(116 /* EditorOption.rulers */, 'rulers', defaults, {
1869
1869
  type: 'array',
1870
1870
  items: {
@@ -1878,7 +1878,7 @@ class EditorRulers extends BaseEditorOption {
1878
1878
  column: columnSchema,
1879
1879
  color: {
1880
1880
  type: 'string',
1881
- description: localize(310, "Color of this editor ruler."),
1881
+ description: localize(315, "Color of this editor ruler."),
1882
1882
  format: 'color-hex'
1883
1883
  }
1884
1884
  }
@@ -1886,7 +1886,7 @@ class EditorRulers extends BaseEditorOption {
1886
1886
  ]
1887
1887
  },
1888
1888
  default: defaults,
1889
- description: localize(311, "Render vertical rulers after a certain number of monospace characters. Use multiple values for multiple rulers. No rulers are drawn if array is empty.")
1889
+ description: localize(316, "Render vertical rulers after a certain number of monospace characters. Use multiple values for multiple rulers. No rulers are drawn if array is empty.")
1890
1890
  });
1891
1891
  }
1892
1892
  validate(input) {
@@ -1963,43 +1963,43 @@ class EditorScrollbar extends BaseEditorOption {
1963
1963
  type: 'string',
1964
1964
  enum: ['auto', 'visible', 'hidden'],
1965
1965
  enumDescriptions: [
1966
- localize(312, "The vertical scrollbar will be visible only when necessary."),
1967
- localize(313, "The vertical scrollbar will always be visible."),
1968
- localize(314, "The vertical scrollbar will always be hidden."),
1966
+ localize(317, "The vertical scrollbar will be visible only when necessary."),
1967
+ localize(318, "The vertical scrollbar will always be visible."),
1968
+ localize(319, "The vertical scrollbar will always be hidden."),
1969
1969
  ],
1970
1970
  default: 'auto',
1971
- description: localize(315, "Controls the visibility of the vertical scrollbar.")
1971
+ description: localize(320, "Controls the visibility of the vertical scrollbar.")
1972
1972
  },
1973
1973
  'editor.scrollbar.horizontal': {
1974
1974
  type: 'string',
1975
1975
  enum: ['auto', 'visible', 'hidden'],
1976
1976
  enumDescriptions: [
1977
- localize(316, "The horizontal scrollbar will be visible only when necessary."),
1978
- localize(317, "The horizontal scrollbar will always be visible."),
1979
- localize(318, "The horizontal scrollbar will always be hidden."),
1977
+ localize(321, "The horizontal scrollbar will be visible only when necessary."),
1978
+ localize(322, "The horizontal scrollbar will always be visible."),
1979
+ localize(323, "The horizontal scrollbar will always be hidden."),
1980
1980
  ],
1981
1981
  default: 'auto',
1982
- description: localize(319, "Controls the visibility of the horizontal scrollbar.")
1982
+ description: localize(324, "Controls the visibility of the horizontal scrollbar.")
1983
1983
  },
1984
1984
  'editor.scrollbar.verticalScrollbarSize': {
1985
1985
  type: 'number',
1986
1986
  default: defaults.verticalScrollbarSize,
1987
- description: localize(320, "The width of the vertical scrollbar.")
1987
+ description: localize(325, "The width of the vertical scrollbar.")
1988
1988
  },
1989
1989
  'editor.scrollbar.horizontalScrollbarSize': {
1990
1990
  type: 'number',
1991
1991
  default: defaults.horizontalScrollbarSize,
1992
- description: localize(321, "The height of the horizontal scrollbar.")
1992
+ description: localize(326, "The height of the horizontal scrollbar.")
1993
1993
  },
1994
1994
  'editor.scrollbar.scrollByPage': {
1995
1995
  type: 'boolean',
1996
1996
  default: defaults.scrollByPage,
1997
- description: localize(322, "Controls whether clicks scroll by page or jump to click position.")
1997
+ description: localize(327, "Controls whether clicks scroll by page or jump to click position.")
1998
1998
  },
1999
1999
  'editor.scrollbar.ignoreHorizontalScrollbarInContentHeight': {
2000
2000
  type: 'boolean',
2001
2001
  default: defaults.ignoreHorizontalScrollbarInContentHeight,
2002
- description: localize(323, "When set, the horizontal scrollbar will not increase the size of the editor's content.")
2002
+ description: localize(328, "When set, the horizontal scrollbar will not increase the size of the editor's content.")
2003
2003
  }
2004
2004
  });
2005
2005
  }
@@ -2061,39 +2061,39 @@ class UnicodeHighlight extends BaseEditorOption {
2061
2061
  type: ['boolean', 'string'],
2062
2062
  enum: [true, false, inUntrustedWorkspace],
2063
2063
  default: defaults.nonBasicASCII,
2064
- description: localize(324, "Controls whether all non-basic ASCII characters are highlighted. Only characters between U+0020 and U+007E, tab, line-feed and carriage-return are considered basic ASCII.")
2064
+ description: localize(329, "Controls whether all non-basic ASCII characters are highlighted. Only characters between U+0020 and U+007E, tab, line-feed and carriage-return are considered basic ASCII.")
2065
2065
  },
2066
2066
  [unicodeHighlightConfigKeys.invisibleCharacters]: {
2067
2067
  restricted: true,
2068
2068
  type: 'boolean',
2069
2069
  default: defaults.invisibleCharacters,
2070
- description: localize(325, "Controls whether characters that just reserve space or have no width at all are highlighted.")
2070
+ description: localize(330, "Controls whether characters that just reserve space or have no width at all are highlighted.")
2071
2071
  },
2072
2072
  [unicodeHighlightConfigKeys.ambiguousCharacters]: {
2073
2073
  restricted: true,
2074
2074
  type: 'boolean',
2075
2075
  default: defaults.ambiguousCharacters,
2076
- description: localize(326, "Controls whether characters are highlighted that can be confused with basic ASCII characters, except those that are common in the current user locale.")
2076
+ description: localize(331, "Controls whether characters are highlighted that can be confused with basic ASCII characters, except those that are common in the current user locale.")
2077
2077
  },
2078
2078
  [unicodeHighlightConfigKeys.includeComments]: {
2079
2079
  restricted: true,
2080
2080
  type: ['boolean', 'string'],
2081
2081
  enum: [true, false, inUntrustedWorkspace],
2082
2082
  default: defaults.includeComments,
2083
- description: localize(327, "Controls whether characters in comments should also be subject to Unicode highlighting.")
2083
+ description: localize(332, "Controls whether characters in comments should also be subject to Unicode highlighting.")
2084
2084
  },
2085
2085
  [unicodeHighlightConfigKeys.includeStrings]: {
2086
2086
  restricted: true,
2087
2087
  type: ['boolean', 'string'],
2088
2088
  enum: [true, false, inUntrustedWorkspace],
2089
2089
  default: defaults.includeStrings,
2090
- description: localize(328, "Controls whether characters in strings should also be subject to Unicode highlighting.")
2090
+ description: localize(333, "Controls whether characters in strings should also be subject to Unicode highlighting.")
2091
2091
  },
2092
2092
  [unicodeHighlightConfigKeys.allowedCharacters]: {
2093
2093
  restricted: true,
2094
2094
  type: 'object',
2095
2095
  default: defaults.allowedCharacters,
2096
- description: localize(329, "Defines allowed characters that are not being highlighted."),
2096
+ description: localize(334, "Defines allowed characters that are not being highlighted."),
2097
2097
  additionalProperties: {
2098
2098
  type: 'boolean'
2099
2099
  }
@@ -2105,7 +2105,7 @@ class UnicodeHighlight extends BaseEditorOption {
2105
2105
  type: 'boolean'
2106
2106
  },
2107
2107
  default: defaults.allowedLocales,
2108
- description: localize(330, "Unicode characters that are common in allowed locales are not being highlighted.")
2108
+ description: localize(335, "Unicode characters that are common in allowed locales are not being highlighted.")
2109
2109
  },
2110
2110
  });
2111
2111
  }
@@ -2191,46 +2191,46 @@ class InlineEditorSuggest extends BaseEditorOption {
2191
2191
  'editor.inlineSuggest.enabled': {
2192
2192
  type: 'boolean',
2193
2193
  default: defaults.enabled,
2194
- description: localize(331, "Controls whether to automatically show inline suggestions in the editor.")
2194
+ description: localize(336, "Controls whether to automatically show inline suggestions in the editor.")
2195
2195
  },
2196
2196
  'editor.inlineSuggest.showToolbar': {
2197
2197
  type: 'string',
2198
2198
  default: defaults.showToolbar,
2199
2199
  enum: ['always', 'onHover', 'never'],
2200
2200
  enumDescriptions: [
2201
- localize(332, "Show the inline suggestion toolbar whenever an inline suggestion is shown."),
2202
- localize(333, "Show the inline suggestion toolbar when hovering over an inline suggestion."),
2203
- localize(334, "Never show the inline suggestion toolbar."),
2201
+ localize(337, "Show the inline suggestion toolbar whenever an inline suggestion is shown."),
2202
+ localize(338, "Show the inline suggestion toolbar when hovering over an inline suggestion."),
2203
+ localize(339, "Never show the inline suggestion toolbar."),
2204
2204
  ],
2205
- description: localize(335, "Controls when to show the inline suggestion toolbar."),
2205
+ description: localize(340, "Controls when to show the inline suggestion toolbar."),
2206
2206
  },
2207
2207
  'editor.inlineSuggest.syntaxHighlightingEnabled': {
2208
2208
  type: 'boolean',
2209
2209
  default: defaults.syntaxHighlightingEnabled,
2210
- description: localize(336, "Controls whether to show syntax highlighting for inline suggestions in the editor."),
2210
+ description: localize(341, "Controls whether to show syntax highlighting for inline suggestions in the editor."),
2211
2211
  },
2212
2212
  'editor.inlineSuggest.suppressSuggestions': {
2213
2213
  type: 'boolean',
2214
2214
  default: defaults.suppressSuggestions,
2215
- description: localize(337, "Controls how inline suggestions interact with the suggest widget. If enabled, the suggest widget is not shown automatically when inline suggestions are available.")
2215
+ description: localize(342, "Controls how inline suggestions interact with the suggest widget. If enabled, the suggest widget is not shown automatically when inline suggestions are available.")
2216
2216
  },
2217
2217
  'editor.inlineSuggest.suppressInSnippetMode': {
2218
2218
  type: 'boolean',
2219
2219
  default: defaults.suppressInSnippetMode,
2220
- description: localize(338, "Controls whether inline suggestions are suppressed when in snippet mode."),
2220
+ description: localize(343, "Controls whether inline suggestions are suppressed when in snippet mode."),
2221
2221
  },
2222
2222
  'editor.inlineSuggest.minShowDelay': {
2223
2223
  type: 'number',
2224
2224
  default: 0,
2225
2225
  minimum: 0,
2226
2226
  maximum: 10000,
2227
- description: localize(339, "Controls the minimal delay in milliseconds after which inline suggestions are shown after typing."),
2227
+ description: localize(344, "Controls the minimal delay in milliseconds after which inline suggestions are shown after typing."),
2228
2228
  },
2229
2229
  'editor.inlineSuggest.experimental.suppressInlineSuggestions': {
2230
2230
  type: 'string',
2231
2231
  default: defaults.experimental.suppressInlineSuggestions,
2232
2232
  tags: ['experimental'],
2233
- description: localize(340, "Suppresses inline completions for specified extension IDs -- comma separated."),
2233
+ description: localize(345, "Suppresses inline completions for specified extension IDs -- comma separated."),
2234
2234
  experiment: {
2235
2235
  mode: 'auto'
2236
2236
  }
@@ -2239,7 +2239,7 @@ class InlineEditorSuggest extends BaseEditorOption {
2239
2239
  type: 'boolean',
2240
2240
  default: defaults.experimental.emptyResponseInformation,
2241
2241
  tags: ['experimental'],
2242
- description: localize(341, "Controls whether to send request information from the inline suggestion provider."),
2242
+ description: localize(346, "Controls whether to send request information from the inline suggestion provider."),
2243
2243
  experiment: {
2244
2244
  mode: 'auto'
2245
2245
  }
@@ -2248,7 +2248,7 @@ class InlineEditorSuggest extends BaseEditorOption {
2248
2248
  type: 'boolean',
2249
2249
  default: defaults.triggerCommandOnProviderChange,
2250
2250
  tags: ['experimental'],
2251
- description: localize(342, "Controls whether to trigger a command when the inline suggestion provider changes."),
2251
+ description: localize(347, "Controls whether to trigger a command when the inline suggestion provider changes."),
2252
2252
  experiment: {
2253
2253
  mode: 'auto'
2254
2254
  }
@@ -2258,7 +2258,7 @@ class InlineEditorSuggest extends BaseEditorOption {
2258
2258
  default: defaults.experimental.showOnSuggestConflict,
2259
2259
  tags: ['experimental'],
2260
2260
  enum: ['always', 'never', 'whenSuggestListIsIncomplete'],
2261
- description: localize(343, "Controls whether to show inline suggestions when there is a suggest conflict."),
2261
+ description: localize(348, "Controls whether to show inline suggestions when there is a suggest conflict."),
2262
2262
  experiment: {
2263
2263
  mode: 'auto'
2264
2264
  }
@@ -2266,30 +2266,30 @@ class InlineEditorSuggest extends BaseEditorOption {
2266
2266
  'editor.inlineSuggest.fontFamily': {
2267
2267
  type: 'string',
2268
2268
  default: defaults.fontFamily,
2269
- description: localize(344, "Controls the font family of the inline suggestions.")
2269
+ description: localize(349, "Controls the font family of the inline suggestions.")
2270
2270
  },
2271
2271
  'editor.inlineSuggest.edits.allowCodeShifting': {
2272
2272
  type: 'string',
2273
2273
  default: defaults.edits.allowCodeShifting,
2274
- description: localize(345, "Controls whether showing a suggestion will shift the code to make space for the suggestion inline."),
2274
+ description: localize(350, "Controls whether showing a suggestion will shift the code to make space for the suggestion inline."),
2275
2275
  enum: ['always', 'horizontal', 'never'],
2276
2276
  tags: ['nextEditSuggestions']
2277
2277
  },
2278
2278
  'editor.inlineSuggest.edits.renderSideBySide': {
2279
2279
  type: 'string',
2280
2280
  default: defaults.edits.renderSideBySide,
2281
- description: localize(346, "Controls whether larger suggestions can be shown side by side."),
2281
+ description: localize(351, "Controls whether larger suggestions can be shown side by side."),
2282
2282
  enum: ['auto', 'never'],
2283
2283
  enumDescriptions: [
2284
- localize(347, "Larger suggestions will show side by side if there is enough space, otherwise they will be shown below."),
2285
- localize(348, "Larger suggestions are never shown side by side and will always be shown below."),
2284
+ localize(352, "Larger suggestions will show side by side if there is enough space, otherwise they will be shown below."),
2285
+ localize(353, "Larger suggestions are never shown side by side and will always be shown below."),
2286
2286
  ],
2287
2287
  tags: ['nextEditSuggestions']
2288
2288
  },
2289
2289
  'editor.inlineSuggest.edits.showCollapsed': {
2290
2290
  type: 'boolean',
2291
2291
  default: defaults.edits.showCollapsed,
2292
- description: localize(349, "Controls whether the suggestion will show as collapsed until jumping to it."),
2292
+ description: localize(354, "Controls whether the suggestion will show as collapsed until jumping to it."),
2293
2293
  tags: ['nextEditSuggestions']
2294
2294
  },
2295
2295
  });
@@ -2351,12 +2351,12 @@ class BracketPairColorization extends BaseEditorOption {
2351
2351
  'editor.bracketPairColorization.enabled': {
2352
2352
  type: 'boolean',
2353
2353
  default: defaults.enabled,
2354
- markdownDescription: localize(350, "Controls whether bracket pair colorization is enabled or not. Use {0} to override the bracket highlight colors.", '`#workbench.colorCustomizations#`')
2354
+ markdownDescription: localize(355, "Controls whether bracket pair colorization is enabled or not. Use {0} to override the bracket highlight colors.", '`#workbench.colorCustomizations#`')
2355
2355
  },
2356
2356
  'editor.bracketPairColorization.independentColorPoolPerBracketType': {
2357
2357
  type: 'boolean',
2358
2358
  default: defaults.independentColorPoolPerBracketType,
2359
- description: localize(351, "Controls whether each bracket type has its own independent color pool.")
2359
+ description: localize(356, "Controls whether each bracket type has its own independent color pool.")
2360
2360
  },
2361
2361
  });
2362
2362
  }
@@ -2388,44 +2388,44 @@ class GuideOptions extends BaseEditorOption {
2388
2388
  type: ['boolean', 'string'],
2389
2389
  enum: [true, 'active', false],
2390
2390
  enumDescriptions: [
2391
- localize(352, "Enables bracket pair guides."),
2392
- localize(353, "Enables bracket pair guides only for the active bracket pair."),
2393
- localize(354, "Disables bracket pair guides."),
2391
+ localize(357, "Enables bracket pair guides."),
2392
+ localize(358, "Enables bracket pair guides only for the active bracket pair."),
2393
+ localize(359, "Disables bracket pair guides."),
2394
2394
  ],
2395
2395
  default: defaults.bracketPairs,
2396
- description: localize(355, "Controls whether bracket pair guides are enabled or not.")
2396
+ description: localize(360, "Controls whether bracket pair guides are enabled or not.")
2397
2397
  },
2398
2398
  'editor.guides.bracketPairsHorizontal': {
2399
2399
  type: ['boolean', 'string'],
2400
2400
  enum: [true, 'active', false],
2401
2401
  enumDescriptions: [
2402
- localize(356, "Enables horizontal guides as addition to vertical bracket pair guides."),
2403
- localize(357, "Enables horizontal guides only for the active bracket pair."),
2404
- localize(358, "Disables horizontal bracket pair guides."),
2402
+ localize(361, "Enables horizontal guides as addition to vertical bracket pair guides."),
2403
+ localize(362, "Enables horizontal guides only for the active bracket pair."),
2404
+ localize(363, "Disables horizontal bracket pair guides."),
2405
2405
  ],
2406
2406
  default: defaults.bracketPairsHorizontal,
2407
- description: localize(359, "Controls whether horizontal bracket pair guides are enabled or not.")
2407
+ description: localize(364, "Controls whether horizontal bracket pair guides are enabled or not.")
2408
2408
  },
2409
2409
  'editor.guides.highlightActiveBracketPair': {
2410
2410
  type: 'boolean',
2411
2411
  default: defaults.highlightActiveBracketPair,
2412
- description: localize(360, "Controls whether the editor should highlight the active bracket pair.")
2412
+ description: localize(365, "Controls whether the editor should highlight the active bracket pair.")
2413
2413
  },
2414
2414
  'editor.guides.indentation': {
2415
2415
  type: 'boolean',
2416
2416
  default: defaults.indentation,
2417
- description: localize(361, "Controls whether the editor should render indent guides.")
2417
+ description: localize(366, "Controls whether the editor should render indent guides.")
2418
2418
  },
2419
2419
  'editor.guides.highlightActiveIndentation': {
2420
2420
  type: ['boolean', 'string'],
2421
2421
  enum: [true, 'always', false],
2422
2422
  enumDescriptions: [
2423
- localize(362, "Highlights the active indent guide."),
2424
- localize(363, "Highlights the active indent guide even if bracket guides are highlighted."),
2425
- localize(364, "Do not highlight the active indent guide."),
2423
+ localize(367, "Highlights the active indent guide."),
2424
+ localize(368, "Highlights the active indent guide even if bracket guides are highlighted."),
2425
+ localize(369, "Do not highlight the active indent guide."),
2426
2426
  ],
2427
2427
  default: defaults.highlightActiveIndentation,
2428
- description: localize(365, "Controls whether the editor should highlight the active indent guide.")
2428
+ description: localize(370, "Controls whether the editor should highlight the active indent guide.")
2429
2429
  }
2430
2430
  });
2431
2431
  }
@@ -2499,221 +2499,221 @@ class EditorSuggest extends BaseEditorOption {
2499
2499
  type: 'string',
2500
2500
  enum: ['insert', 'replace'],
2501
2501
  enumDescriptions: [
2502
- localize(366, "Insert suggestion without overwriting text right of the cursor."),
2503
- localize(367, "Insert suggestion and overwrite text right of the cursor."),
2502
+ localize(371, "Insert suggestion without overwriting text right of the cursor."),
2503
+ localize(372, "Insert suggestion and overwrite text right of the cursor."),
2504
2504
  ],
2505
2505
  default: defaults.insertMode,
2506
- description: localize(368, "Controls whether words are overwritten when accepting completions. Note that this depends on extensions opting into this feature.")
2506
+ description: localize(373, "Controls whether words are overwritten when accepting completions. Note that this depends on extensions opting into this feature.")
2507
2507
  },
2508
2508
  'editor.suggest.filterGraceful': {
2509
2509
  type: 'boolean',
2510
2510
  default: defaults.filterGraceful,
2511
- description: localize(369, "Controls whether filtering and sorting suggestions accounts for small typos.")
2511
+ description: localize(374, "Controls whether filtering and sorting suggestions accounts for small typos.")
2512
2512
  },
2513
2513
  'editor.suggest.localityBonus': {
2514
2514
  type: 'boolean',
2515
2515
  default: defaults.localityBonus,
2516
- description: localize(370, "Controls whether sorting favors words that appear close to the cursor.")
2516
+ description: localize(375, "Controls whether sorting favors words that appear close to the cursor.")
2517
2517
  },
2518
2518
  'editor.suggest.shareSuggestSelections': {
2519
2519
  type: 'boolean',
2520
2520
  default: defaults.shareSuggestSelections,
2521
- markdownDescription: localize(371, "Controls whether remembered suggestion selections are shared between multiple workspaces and windows (needs `#editor.suggestSelection#`).")
2521
+ markdownDescription: localize(376, "Controls whether remembered suggestion selections are shared between multiple workspaces and windows (needs `#editor.suggestSelection#`).")
2522
2522
  },
2523
2523
  'editor.suggest.selectionMode': {
2524
2524
  type: 'string',
2525
2525
  enum: ['always', 'never', 'whenTriggerCharacter', 'whenQuickSuggestion'],
2526
2526
  enumDescriptions: [
2527
- localize(372, "Always select a suggestion when automatically triggering IntelliSense."),
2528
- localize(373, "Never select a suggestion when automatically triggering IntelliSense."),
2529
- localize(374, "Select a suggestion only when triggering IntelliSense from a trigger character."),
2530
- localize(375, "Select a suggestion only when triggering IntelliSense as you type."),
2527
+ localize(377, "Always select a suggestion when automatically triggering IntelliSense."),
2528
+ localize(378, "Never select a suggestion when automatically triggering IntelliSense."),
2529
+ localize(379, "Select a suggestion only when triggering IntelliSense from a trigger character."),
2530
+ localize(380, "Select a suggestion only when triggering IntelliSense as you type."),
2531
2531
  ],
2532
2532
  default: defaults.selectionMode,
2533
- markdownDescription: localize(376, "Controls whether a suggestion is selected when the widget shows. Note that this only applies to automatically triggered suggestions ({0} and {1}) and that a suggestion is always selected when explicitly invoked, e.g via `Ctrl+Space`.", '`#editor.quickSuggestions#`', '`#editor.suggestOnTriggerCharacters#`')
2533
+ markdownDescription: localize(381, "Controls whether a suggestion is selected when the widget shows. Note that this only applies to automatically triggered suggestions ({0} and {1}) and that a suggestion is always selected when explicitly invoked, e.g via `Ctrl+Space`.", '`#editor.quickSuggestions#`', '`#editor.suggestOnTriggerCharacters#`')
2534
2534
  },
2535
2535
  'editor.suggest.snippetsPreventQuickSuggestions': {
2536
2536
  type: 'boolean',
2537
2537
  default: defaults.snippetsPreventQuickSuggestions,
2538
- description: localize(377, "Controls whether an active snippet prevents quick suggestions.")
2538
+ description: localize(382, "Controls whether an active snippet prevents quick suggestions.")
2539
2539
  },
2540
2540
  'editor.suggest.showIcons': {
2541
2541
  type: 'boolean',
2542
2542
  default: defaults.showIcons,
2543
- description: localize(378, "Controls whether to show or hide icons in suggestions.")
2543
+ description: localize(383, "Controls whether to show or hide icons in suggestions.")
2544
2544
  },
2545
2545
  'editor.suggest.showStatusBar': {
2546
2546
  type: 'boolean',
2547
2547
  default: defaults.showStatusBar,
2548
- description: localize(379, "Controls the visibility of the status bar at the bottom of the suggest widget.")
2548
+ description: localize(384, "Controls the visibility of the status bar at the bottom of the suggest widget.")
2549
2549
  },
2550
2550
  'editor.suggest.preview': {
2551
2551
  type: 'boolean',
2552
2552
  default: defaults.preview,
2553
- description: localize(380, "Controls whether to preview the suggestion outcome in the editor.")
2553
+ description: localize(385, "Controls whether to preview the suggestion outcome in the editor.")
2554
2554
  },
2555
2555
  'editor.suggest.showInlineDetails': {
2556
2556
  type: 'boolean',
2557
2557
  default: defaults.showInlineDetails,
2558
- description: localize(381, "Controls whether suggest details show inline with the label or only in the details widget.")
2558
+ description: localize(386, "Controls whether suggest details show inline with the label or only in the details widget.")
2559
2559
  },
2560
2560
  'editor.suggest.maxVisibleSuggestions': {
2561
2561
  type: 'number',
2562
- deprecationMessage: localize(382, "This setting is deprecated. The suggest widget can now be resized."),
2562
+ deprecationMessage: localize(387, "This setting is deprecated. The suggest widget can now be resized."),
2563
2563
  },
2564
2564
  'editor.suggest.filteredTypes': {
2565
2565
  type: 'object',
2566
- deprecationMessage: localize(383, "This setting is deprecated, please use separate settings like 'editor.suggest.showKeywords' or 'editor.suggest.showSnippets' instead.")
2566
+ deprecationMessage: localize(388, "This setting is deprecated, please use separate settings like 'editor.suggest.showKeywords' or 'editor.suggest.showSnippets' instead.")
2567
2567
  },
2568
2568
  'editor.suggest.showMethods': {
2569
2569
  type: 'boolean',
2570
2570
  default: true,
2571
- markdownDescription: localize(384, "When enabled IntelliSense shows `method`-suggestions.")
2571
+ markdownDescription: localize(389, "When enabled IntelliSense shows `method`-suggestions.")
2572
2572
  },
2573
2573
  'editor.suggest.showFunctions': {
2574
2574
  type: 'boolean',
2575
2575
  default: true,
2576
- markdownDescription: localize(385, "When enabled IntelliSense shows `function`-suggestions.")
2576
+ markdownDescription: localize(390, "When enabled IntelliSense shows `function`-suggestions.")
2577
2577
  },
2578
2578
  'editor.suggest.showConstructors': {
2579
2579
  type: 'boolean',
2580
2580
  default: true,
2581
- markdownDescription: localize(386, "When enabled IntelliSense shows `constructor`-suggestions.")
2581
+ markdownDescription: localize(391, "When enabled IntelliSense shows `constructor`-suggestions.")
2582
2582
  },
2583
2583
  'editor.suggest.showDeprecated': {
2584
2584
  type: 'boolean',
2585
2585
  default: true,
2586
- markdownDescription: localize(387, "When enabled IntelliSense shows `deprecated`-suggestions.")
2586
+ markdownDescription: localize(392, "When enabled IntelliSense shows `deprecated`-suggestions.")
2587
2587
  },
2588
2588
  'editor.suggest.matchOnWordStartOnly': {
2589
2589
  type: 'boolean',
2590
2590
  default: true,
2591
- markdownDescription: localize(388, "When enabled IntelliSense filtering requires that the first character matches on a word start. For example, `c` on `Console` or `WebContext` but _not_ on `description`. When disabled IntelliSense will show more results but still sorts them by match quality.")
2591
+ markdownDescription: localize(393, "When enabled IntelliSense filtering requires that the first character matches on a word start. For example, `c` on `Console` or `WebContext` but _not_ on `description`. When disabled IntelliSense will show more results but still sorts them by match quality.")
2592
2592
  },
2593
2593
  'editor.suggest.showFields': {
2594
2594
  type: 'boolean',
2595
2595
  default: true,
2596
- markdownDescription: localize(389, "When enabled IntelliSense shows `field`-suggestions.")
2596
+ markdownDescription: localize(394, "When enabled IntelliSense shows `field`-suggestions.")
2597
2597
  },
2598
2598
  'editor.suggest.showVariables': {
2599
2599
  type: 'boolean',
2600
2600
  default: true,
2601
- markdownDescription: localize(390, "When enabled IntelliSense shows `variable`-suggestions.")
2601
+ markdownDescription: localize(395, "When enabled IntelliSense shows `variable`-suggestions.")
2602
2602
  },
2603
2603
  'editor.suggest.showClasses': {
2604
2604
  type: 'boolean',
2605
2605
  default: true,
2606
- markdownDescription: localize(391, "When enabled IntelliSense shows `class`-suggestions.")
2606
+ markdownDescription: localize(396, "When enabled IntelliSense shows `class`-suggestions.")
2607
2607
  },
2608
2608
  'editor.suggest.showStructs': {
2609
2609
  type: 'boolean',
2610
2610
  default: true,
2611
- markdownDescription: localize(392, "When enabled IntelliSense shows `struct`-suggestions.")
2611
+ markdownDescription: localize(397, "When enabled IntelliSense shows `struct`-suggestions.")
2612
2612
  },
2613
2613
  'editor.suggest.showInterfaces': {
2614
2614
  type: 'boolean',
2615
2615
  default: true,
2616
- markdownDescription: localize(393, "When enabled IntelliSense shows `interface`-suggestions.")
2616
+ markdownDescription: localize(398, "When enabled IntelliSense shows `interface`-suggestions.")
2617
2617
  },
2618
2618
  'editor.suggest.showModules': {
2619
2619
  type: 'boolean',
2620
2620
  default: true,
2621
- markdownDescription: localize(394, "When enabled IntelliSense shows `module`-suggestions.")
2621
+ markdownDescription: localize(399, "When enabled IntelliSense shows `module`-suggestions.")
2622
2622
  },
2623
2623
  'editor.suggest.showProperties': {
2624
2624
  type: 'boolean',
2625
2625
  default: true,
2626
- markdownDescription: localize(395, "When enabled IntelliSense shows `property`-suggestions.")
2626
+ markdownDescription: localize(400, "When enabled IntelliSense shows `property`-suggestions.")
2627
2627
  },
2628
2628
  'editor.suggest.showEvents': {
2629
2629
  type: 'boolean',
2630
2630
  default: true,
2631
- markdownDescription: localize(396, "When enabled IntelliSense shows `event`-suggestions.")
2631
+ markdownDescription: localize(401, "When enabled IntelliSense shows `event`-suggestions.")
2632
2632
  },
2633
2633
  'editor.suggest.showOperators': {
2634
2634
  type: 'boolean',
2635
2635
  default: true,
2636
- markdownDescription: localize(397, "When enabled IntelliSense shows `operator`-suggestions.")
2636
+ markdownDescription: localize(402, "When enabled IntelliSense shows `operator`-suggestions.")
2637
2637
  },
2638
2638
  'editor.suggest.showUnits': {
2639
2639
  type: 'boolean',
2640
2640
  default: true,
2641
- markdownDescription: localize(398, "When enabled IntelliSense shows `unit`-suggestions.")
2641
+ markdownDescription: localize(403, "When enabled IntelliSense shows `unit`-suggestions.")
2642
2642
  },
2643
2643
  'editor.suggest.showValues': {
2644
2644
  type: 'boolean',
2645
2645
  default: true,
2646
- markdownDescription: localize(399, "When enabled IntelliSense shows `value`-suggestions.")
2646
+ markdownDescription: localize(404, "When enabled IntelliSense shows `value`-suggestions.")
2647
2647
  },
2648
2648
  'editor.suggest.showConstants': {
2649
2649
  type: 'boolean',
2650
2650
  default: true,
2651
- markdownDescription: localize(400, "When enabled IntelliSense shows `constant`-suggestions.")
2651
+ markdownDescription: localize(405, "When enabled IntelliSense shows `constant`-suggestions.")
2652
2652
  },
2653
2653
  'editor.suggest.showEnums': {
2654
2654
  type: 'boolean',
2655
2655
  default: true,
2656
- markdownDescription: localize(401, "When enabled IntelliSense shows `enum`-suggestions.")
2656
+ markdownDescription: localize(406, "When enabled IntelliSense shows `enum`-suggestions.")
2657
2657
  },
2658
2658
  'editor.suggest.showEnumMembers': {
2659
2659
  type: 'boolean',
2660
2660
  default: true,
2661
- markdownDescription: localize(402, "When enabled IntelliSense shows `enumMember`-suggestions.")
2661
+ markdownDescription: localize(407, "When enabled IntelliSense shows `enumMember`-suggestions.")
2662
2662
  },
2663
2663
  'editor.suggest.showKeywords': {
2664
2664
  type: 'boolean',
2665
2665
  default: true,
2666
- markdownDescription: localize(403, "When enabled IntelliSense shows `keyword`-suggestions.")
2666
+ markdownDescription: localize(408, "When enabled IntelliSense shows `keyword`-suggestions.")
2667
2667
  },
2668
2668
  'editor.suggest.showWords': {
2669
2669
  type: 'boolean',
2670
2670
  default: true,
2671
- markdownDescription: localize(404, "When enabled IntelliSense shows `text`-suggestions.")
2671
+ markdownDescription: localize(409, "When enabled IntelliSense shows `text`-suggestions.")
2672
2672
  },
2673
2673
  'editor.suggest.showColors': {
2674
2674
  type: 'boolean',
2675
2675
  default: true,
2676
- markdownDescription: localize(405, "When enabled IntelliSense shows `color`-suggestions.")
2676
+ markdownDescription: localize(410, "When enabled IntelliSense shows `color`-suggestions.")
2677
2677
  },
2678
2678
  'editor.suggest.showFiles': {
2679
2679
  type: 'boolean',
2680
2680
  default: true,
2681
- markdownDescription: localize(406, "When enabled IntelliSense shows `file`-suggestions.")
2681
+ markdownDescription: localize(411, "When enabled IntelliSense shows `file`-suggestions.")
2682
2682
  },
2683
2683
  'editor.suggest.showReferences': {
2684
2684
  type: 'boolean',
2685
2685
  default: true,
2686
- markdownDescription: localize(407, "When enabled IntelliSense shows `reference`-suggestions.")
2686
+ markdownDescription: localize(412, "When enabled IntelliSense shows `reference`-suggestions.")
2687
2687
  },
2688
2688
  'editor.suggest.showCustomcolors': {
2689
2689
  type: 'boolean',
2690
2690
  default: true,
2691
- markdownDescription: localize(408, "When enabled IntelliSense shows `customcolor`-suggestions.")
2691
+ markdownDescription: localize(413, "When enabled IntelliSense shows `customcolor`-suggestions.")
2692
2692
  },
2693
2693
  'editor.suggest.showFolders': {
2694
2694
  type: 'boolean',
2695
2695
  default: true,
2696
- markdownDescription: localize(409, "When enabled IntelliSense shows `folder`-suggestions.")
2696
+ markdownDescription: localize(414, "When enabled IntelliSense shows `folder`-suggestions.")
2697
2697
  },
2698
2698
  'editor.suggest.showTypeParameters': {
2699
2699
  type: 'boolean',
2700
2700
  default: true,
2701
- markdownDescription: localize(410, "When enabled IntelliSense shows `typeParameter`-suggestions.")
2701
+ markdownDescription: localize(415, "When enabled IntelliSense shows `typeParameter`-suggestions.")
2702
2702
  },
2703
2703
  'editor.suggest.showSnippets': {
2704
2704
  type: 'boolean',
2705
2705
  default: true,
2706
- markdownDescription: localize(411, "When enabled IntelliSense shows `snippet`-suggestions.")
2706
+ markdownDescription: localize(416, "When enabled IntelliSense shows `snippet`-suggestions.")
2707
2707
  },
2708
2708
  'editor.suggest.showUsers': {
2709
2709
  type: 'boolean',
2710
2710
  default: true,
2711
- markdownDescription: localize(412, "When enabled IntelliSense shows `user`-suggestions.")
2711
+ markdownDescription: localize(417, "When enabled IntelliSense shows `user`-suggestions.")
2712
2712
  },
2713
2713
  'editor.suggest.showIssues': {
2714
2714
  type: 'boolean',
2715
2715
  default: true,
2716
- markdownDescription: localize(413, "When enabled IntelliSense shows `issues`-suggestions.")
2716
+ markdownDescription: localize(418, "When enabled IntelliSense shows `issues`-suggestions.")
2717
2717
  }
2718
2718
  });
2719
2719
  }
@@ -2773,12 +2773,12 @@ class SmartSelect extends BaseEditorOption {
2773
2773
  selectSubwords: true,
2774
2774
  }, {
2775
2775
  'editor.smartSelect.selectLeadingAndTrailingWhitespace': {
2776
- description: localize(414, "Whether leading and trailing whitespace should always be selected."),
2776
+ description: localize(419, "Whether leading and trailing whitespace should always be selected."),
2777
2777
  default: true,
2778
2778
  type: 'boolean'
2779
2779
  },
2780
2780
  'editor.smartSelect.selectSubwords': {
2781
- description: localize(415, "Whether subwords (like 'foo' in 'fooBar' or 'foo_bar') should be selected."),
2781
+ description: localize(420, "Whether subwords (like 'foo' in 'fooBar' or 'foo_bar') should be selected."),
2782
2782
  default: true,
2783
2783
  type: 'boolean'
2784
2784
  }
@@ -2815,7 +2815,7 @@ class WordSegmenterLocales extends BaseEditorOption {
2815
2815
  }
2816
2816
  }
2817
2817
  ],
2818
- description: localize(416, "Locales to be used for word segmentation when doing word related navigations or operations. Specify the BCP 47 language tag of the word you wish to recognize (e.g., ja, zh-CN, zh-Hant-TW, etc.)."),
2818
+ description: localize(421, "Locales to be used for word segmentation when doing word related navigations or operations. Specify the BCP 47 language tag of the word you wish to recognize (e.g., ja, zh-CN, zh-Hant-TW, etc.)."),
2819
2819
  type: 'array',
2820
2820
  items: {
2821
2821
  type: 'string',
@@ -2853,12 +2853,12 @@ class WrappingIndentOption extends BaseEditorOption {
2853
2853
  type: 'string',
2854
2854
  enum: ['none', 'same', 'indent', 'deepIndent'],
2855
2855
  enumDescriptions: [
2856
- localize(417, "No indentation. Wrapped lines begin at column 1."),
2857
- localize(418, "Wrapped lines get the same indentation as the parent."),
2858
- localize(419, "Wrapped lines get +1 indentation toward the parent."),
2859
- localize(420, "Wrapped lines get +2 indentation toward the parent."),
2856
+ localize(422, "No indentation. Wrapped lines begin at column 1."),
2857
+ localize(423, "Wrapped lines get the same indentation as the parent."),
2858
+ localize(424, "Wrapped lines get +1 indentation toward the parent."),
2859
+ localize(425, "Wrapped lines get +2 indentation toward the parent."),
2860
2860
  ],
2861
- description: localize(421, "Controls the indentation of wrapped lines."),
2861
+ description: localize(426, "Controls the indentation of wrapped lines."),
2862
2862
  default: 'same'
2863
2863
  }
2864
2864
  });
@@ -2908,18 +2908,18 @@ class EditorDropIntoEditor extends BaseEditorOption {
2908
2908
  'editor.dropIntoEditor.enabled': {
2909
2909
  type: 'boolean',
2910
2910
  default: defaults.enabled,
2911
- markdownDescription: localize(422, "Controls whether you can drag and drop a file into a text editor by holding down the `Shift` key (instead of opening the file in an editor)."),
2911
+ markdownDescription: localize(427, "Controls whether you can drag and drop a file into a text editor by holding down the `Shift` key (instead of opening the file in an editor)."),
2912
2912
  },
2913
2913
  'editor.dropIntoEditor.showDropSelector': {
2914
2914
  type: 'string',
2915
- markdownDescription: localize(423, "Controls if a widget is shown when dropping files into the editor. This widget lets you control how the file is dropped."),
2915
+ markdownDescription: localize(428, "Controls if a widget is shown when dropping files into the editor. This widget lets you control how the file is dropped."),
2916
2916
  enum: [
2917
2917
  'afterDrop',
2918
2918
  'never'
2919
2919
  ],
2920
2920
  enumDescriptions: [
2921
- localize(424, "Show the drop selector widget after a file is dropped into the editor."),
2922
- localize(425, "Never show the drop selector widget. Instead the default drop provider is always used."),
2921
+ localize(429, "Show the drop selector widget after a file is dropped into the editor."),
2922
+ localize(430, "Never show the drop selector widget. Instead the default drop provider is always used."),
2923
2923
  ],
2924
2924
  default: 'afterDrop',
2925
2925
  },
@@ -2943,18 +2943,18 @@ class EditorPasteAs extends BaseEditorOption {
2943
2943
  'editor.pasteAs.enabled': {
2944
2944
  type: 'boolean',
2945
2945
  default: defaults.enabled,
2946
- markdownDescription: localize(426, "Controls whether you can paste content in different ways."),
2946
+ markdownDescription: localize(431, "Controls whether you can paste content in different ways."),
2947
2947
  },
2948
2948
  'editor.pasteAs.showPasteSelector': {
2949
2949
  type: 'string',
2950
- markdownDescription: localize(427, "Controls if a widget is shown when pasting content in to the editor. This widget lets you control how the file is pasted."),
2950
+ markdownDescription: localize(432, "Controls if a widget is shown when pasting content in to the editor. This widget lets you control how the file is pasted."),
2951
2951
  enum: [
2952
2952
  'afterPaste',
2953
2953
  'never'
2954
2954
  ],
2955
2955
  enumDescriptions: [
2956
- localize(428, "Show the paste selector widget after content is pasted into the editor."),
2957
- localize(429, "Never show the paste selector widget. Instead the default pasting behavior is always used."),
2956
+ localize(433, "Show the paste selector widget after content is pasted into the editor."),
2957
+ localize(434, "Never show the paste selector widget. Instead the default pasting behavior is always used."),
2958
2958
  ],
2959
2959
  default: 'afterPaste',
2960
2960
  },
@@ -2981,236 +2981,236 @@ function register(option) {
2981
2981
  return option;
2982
2982
  }
2983
2983
  const EditorOptions = {
2984
- acceptSuggestionOnCommitCharacter: register(new EditorBooleanOption(0 /* EditorOption.acceptSuggestionOnCommitCharacter */, 'acceptSuggestionOnCommitCharacter', true, { markdownDescription: localize(430, "Controls whether suggestions should be accepted on commit characters. For example, in JavaScript, the semi-colon (`;`) can be a commit character that accepts a suggestion and types that character.") })),
2984
+ acceptSuggestionOnCommitCharacter: register(new EditorBooleanOption(0 /* EditorOption.acceptSuggestionOnCommitCharacter */, 'acceptSuggestionOnCommitCharacter', true, { markdownDescription: localize(435, "Controls whether suggestions should be accepted on commit characters. For example, in JavaScript, the semi-colon (`;`) can be a commit character that accepts a suggestion and types that character.") })),
2985
2985
  acceptSuggestionOnEnter: register(new EditorStringEnumOption(1 /* EditorOption.acceptSuggestionOnEnter */, 'acceptSuggestionOnEnter', 'on', ['on', 'smart', 'off'], {
2986
2986
  markdownEnumDescriptions: [
2987
2987
  '',
2988
- localize(431, "Only accept a suggestion with `Enter` when it makes a textual change."),
2988
+ localize(436, "Only accept a suggestion with `Enter` when it makes a textual change."),
2989
2989
  ''
2990
2990
  ],
2991
- markdownDescription: localize(432, "Controls whether suggestions should be accepted on `Enter`, in addition to `Tab`. Helps to avoid ambiguity between inserting new lines or accepting suggestions.")
2991
+ markdownDescription: localize(437, "Controls whether suggestions should be accepted on `Enter`, in addition to `Tab`. Helps to avoid ambiguity between inserting new lines or accepting suggestions.")
2992
2992
  })),
2993
2993
  accessibilitySupport: register(new EditorAccessibilitySupport()),
2994
2994
  accessibilityPageSize: register(new EditorIntOption(3 /* EditorOption.accessibilityPageSize */, 'accessibilityPageSize', 500, 1, 1073741824 /* Constants.MAX_SAFE_SMALL_INTEGER */, {
2995
- description: localize(433, "Controls the number of lines in the editor that can be read out by a screen reader at once. When we detect a screen reader we automatically set the default to be 500. Warning: this has a performance implication for numbers larger than the default."),
2995
+ description: localize(438, "Controls the number of lines in the editor that can be read out by a screen reader at once. When we detect a screen reader we automatically set the default to be 500. Warning: this has a performance implication for numbers larger than the default."),
2996
2996
  tags: ['accessibility']
2997
2997
  })),
2998
2998
  allowOverflow: register(new EditorBooleanOption(4 /* EditorOption.allowOverflow */, 'allowOverflow', true)),
2999
2999
  allowVariableLineHeights: register(new EditorBooleanOption(5 /* EditorOption.allowVariableLineHeights */, 'allowVariableLineHeights', true, {
3000
- description: localize(434, "Controls whether to allow using variable line heights in the editor.")
3000
+ description: localize(439, "Controls whether to allow using variable line heights in the editor.")
3001
3001
  })),
3002
3002
  allowVariableFonts: register(new EditorBooleanOption(6 /* EditorOption.allowVariableFonts */, 'allowVariableFonts', true, {
3003
- description: localize(435, "Controls whether to allow using variable fonts in the editor.")
3003
+ description: localize(440, "Controls whether to allow using variable fonts in the editor.")
3004
3004
  })),
3005
3005
  allowVariableFontsInAccessibilityMode: register(new EditorBooleanOption(7 /* EditorOption.allowVariableFontsInAccessibilityMode */, 'allowVariableFontsInAccessibilityMode', false, {
3006
- description: localize(436, "Controls whether to allow using variable fonts in the editor in the accessibility mode."),
3006
+ description: localize(441, "Controls whether to allow using variable fonts in the editor in the accessibility mode."),
3007
3007
  tags: ['accessibility']
3008
3008
  })),
3009
- ariaLabel: register(new EditorStringOption(8 /* EditorOption.ariaLabel */, 'ariaLabel', localize(437, "Editor content"))),
3009
+ ariaLabel: register(new EditorStringOption(8 /* EditorOption.ariaLabel */, 'ariaLabel', localize(442, "Editor content"))),
3010
3010
  ariaRequired: register(new EditorBooleanOption(9 /* EditorOption.ariaRequired */, 'ariaRequired', false, undefined)),
3011
3011
  screenReaderAnnounceInlineSuggestion: register(new EditorBooleanOption(12 /* EditorOption.screenReaderAnnounceInlineSuggestion */, 'screenReaderAnnounceInlineSuggestion', true, {
3012
- description: localize(438, "Control whether inline suggestions are announced by a screen reader."),
3012
+ description: localize(443, "Control whether inline suggestions are announced by a screen reader."),
3013
3013
  tags: ['accessibility']
3014
3014
  })),
3015
3015
  autoClosingBrackets: register(new EditorStringEnumOption(10 /* EditorOption.autoClosingBrackets */, 'autoClosingBrackets', 'languageDefined', ['always', 'languageDefined', 'beforeWhitespace', 'never'], {
3016
3016
  enumDescriptions: [
3017
3017
  '',
3018
- localize(439, "Use language configurations to determine when to autoclose brackets."),
3019
- localize(440, "Autoclose brackets only when the cursor is to the left of whitespace."),
3018
+ localize(444, "Use language configurations to determine when to autoclose brackets."),
3019
+ localize(445, "Autoclose brackets only when the cursor is to the left of whitespace."),
3020
3020
  '',
3021
3021
  ],
3022
- description: localize(441, "Controls whether the editor should automatically close brackets after the user adds an opening bracket.")
3022
+ description: localize(446, "Controls whether the editor should automatically close brackets after the user adds an opening bracket.")
3023
3023
  })),
3024
3024
  autoClosingComments: register(new EditorStringEnumOption(11 /* EditorOption.autoClosingComments */, 'autoClosingComments', 'languageDefined', ['always', 'languageDefined', 'beforeWhitespace', 'never'], {
3025
3025
  enumDescriptions: [
3026
3026
  '',
3027
- localize(442, "Use language configurations to determine when to autoclose comments."),
3028
- localize(443, "Autoclose comments only when the cursor is to the left of whitespace."),
3027
+ localize(447, "Use language configurations to determine when to autoclose comments."),
3028
+ localize(448, "Autoclose comments only when the cursor is to the left of whitespace."),
3029
3029
  '',
3030
3030
  ],
3031
- description: localize(444, "Controls whether the editor should automatically close comments after the user adds an opening comment.")
3031
+ description: localize(449, "Controls whether the editor should automatically close comments after the user adds an opening comment.")
3032
3032
  })),
3033
3033
  autoClosingDelete: register(new EditorStringEnumOption(13 /* EditorOption.autoClosingDelete */, 'autoClosingDelete', 'auto', ['always', 'auto', 'never'], {
3034
3034
  enumDescriptions: [
3035
3035
  '',
3036
- localize(445, "Remove adjacent closing quotes or brackets only if they were automatically inserted."),
3036
+ localize(450, "Remove adjacent closing quotes or brackets only if they were automatically inserted."),
3037
3037
  '',
3038
3038
  ],
3039
- description: localize(446, "Controls whether the editor should remove adjacent closing quotes or brackets when deleting.")
3039
+ description: localize(451, "Controls whether the editor should remove adjacent closing quotes or brackets when deleting.")
3040
3040
  })),
3041
3041
  autoClosingOvertype: register(new EditorStringEnumOption(14 /* EditorOption.autoClosingOvertype */, 'autoClosingOvertype', 'auto', ['always', 'auto', 'never'], {
3042
3042
  enumDescriptions: [
3043
3043
  '',
3044
- localize(447, "Type over closing quotes or brackets only if they were automatically inserted."),
3044
+ localize(452, "Type over closing quotes or brackets only if they were automatically inserted."),
3045
3045
  '',
3046
3046
  ],
3047
- description: localize(448, "Controls whether the editor should type over closing quotes or brackets.")
3047
+ description: localize(453, "Controls whether the editor should type over closing quotes or brackets.")
3048
3048
  })),
3049
3049
  autoClosingQuotes: register(new EditorStringEnumOption(15 /* EditorOption.autoClosingQuotes */, 'autoClosingQuotes', 'languageDefined', ['always', 'languageDefined', 'beforeWhitespace', 'never'], {
3050
3050
  enumDescriptions: [
3051
3051
  '',
3052
- localize(449, "Use language configurations to determine when to autoclose quotes."),
3053
- localize(450, "Autoclose quotes only when the cursor is to the left of whitespace."),
3052
+ localize(454, "Use language configurations to determine when to autoclose quotes."),
3053
+ localize(455, "Autoclose quotes only when the cursor is to the left of whitespace."),
3054
3054
  '',
3055
3055
  ],
3056
- description: localize(451, "Controls whether the editor should automatically close quotes after the user adds an opening quote.")
3056
+ description: localize(456, "Controls whether the editor should automatically close quotes after the user adds an opening quote.")
3057
3057
  })),
3058
3058
  autoIndent: register(new EditorEnumOption(16 /* EditorOption.autoIndent */, 'autoIndent', 4 /* EditorAutoIndentStrategy.Full */, 'full', ['none', 'keep', 'brackets', 'advanced', 'full'], _autoIndentFromString, {
3059
3059
  enumDescriptions: [
3060
- localize(452, "The editor will not insert indentation automatically."),
3061
- localize(453, "The editor will keep the current line's indentation."),
3062
- localize(454, "The editor will keep the current line's indentation and honor language defined brackets."),
3063
- localize(455, "The editor will keep the current line's indentation, honor language defined brackets and invoke special onEnterRules defined by languages."),
3064
- localize(456, "The editor will keep the current line's indentation, honor language defined brackets, invoke special onEnterRules defined by languages, and honor indentationRules defined by languages."),
3060
+ localize(457, "The editor will not insert indentation automatically."),
3061
+ localize(458, "The editor will keep the current line's indentation."),
3062
+ localize(459, "The editor will keep the current line's indentation and honor language defined brackets."),
3063
+ localize(460, "The editor will keep the current line's indentation, honor language defined brackets and invoke special onEnterRules defined by languages."),
3064
+ localize(461, "The editor will keep the current line's indentation, honor language defined brackets, invoke special onEnterRules defined by languages, and honor indentationRules defined by languages."),
3065
3065
  ],
3066
- description: localize(457, "Controls whether the editor should automatically adjust the indentation when users type, paste, move or indent lines.")
3066
+ description: localize(462, "Controls whether the editor should automatically adjust the indentation when users type, paste, move or indent lines.")
3067
3067
  })),
3068
- autoIndentOnPaste: register(new EditorBooleanOption(17 /* EditorOption.autoIndentOnPaste */, 'autoIndentOnPaste', false, { description: localize(458, "Controls whether the editor should automatically auto-indent the pasted content.") })),
3069
- autoIndentOnPasteWithinString: register(new EditorBooleanOption(18 /* EditorOption.autoIndentOnPasteWithinString */, 'autoIndentOnPasteWithinString', true, { description: localize(459, "Controls whether the editor should automatically auto-indent the pasted content when pasted within a string. This takes effect when autoIndentOnPaste is true.") })),
3068
+ autoIndentOnPaste: register(new EditorBooleanOption(17 /* EditorOption.autoIndentOnPaste */, 'autoIndentOnPaste', false, { description: localize(463, "Controls whether the editor should automatically auto-indent the pasted content.") })),
3069
+ autoIndentOnPasteWithinString: register(new EditorBooleanOption(18 /* EditorOption.autoIndentOnPasteWithinString */, 'autoIndentOnPasteWithinString', true, { description: localize(464, "Controls whether the editor should automatically auto-indent the pasted content when pasted within a string. This takes effect when autoIndentOnPaste is true.") })),
3070
3070
  automaticLayout: register(new EditorBooleanOption(19 /* EditorOption.automaticLayout */, 'automaticLayout', false)),
3071
3071
  autoSurround: register(new EditorStringEnumOption(20 /* EditorOption.autoSurround */, 'autoSurround', 'languageDefined', ['languageDefined', 'quotes', 'brackets', 'never'], {
3072
3072
  enumDescriptions: [
3073
- localize(460, "Use language configurations to determine when to automatically surround selections."),
3074
- localize(461, "Surround with quotes but not brackets."),
3075
- localize(462, "Surround with brackets but not quotes."),
3073
+ localize(465, "Use language configurations to determine when to automatically surround selections."),
3074
+ localize(466, "Surround with quotes but not brackets."),
3075
+ localize(467, "Surround with brackets but not quotes."),
3076
3076
  ''
3077
3077
  ],
3078
- description: localize(463, "Controls whether the editor should automatically surround selections when typing quotes or brackets.")
3078
+ description: localize(468, "Controls whether the editor should automatically surround selections when typing quotes or brackets.")
3079
3079
  })),
3080
3080
  bracketPairColorization: register(new BracketPairColorization()),
3081
3081
  bracketPairGuides: register(new GuideOptions()),
3082
- stickyTabStops: register(new EditorBooleanOption(132 /* EditorOption.stickyTabStops */, 'stickyTabStops', false, { description: localize(464, "Emulate selection behavior of tab characters when using spaces for indentation. Selection will stick to tab stops.") })),
3083
- codeLens: register(new EditorBooleanOption(23 /* EditorOption.codeLens */, 'codeLens', true, { description: localize(465, "Controls whether the editor shows CodeLens.") })),
3084
- codeLensFontFamily: register(new EditorStringOption(24 /* EditorOption.codeLensFontFamily */, 'codeLensFontFamily', '', { description: localize(466, "Controls the font family for CodeLens.") })),
3082
+ stickyTabStops: register(new EditorBooleanOption(132 /* EditorOption.stickyTabStops */, 'stickyTabStops', false, { description: localize(469, "Emulate selection behavior of tab characters when using spaces for indentation. Selection will stick to tab stops.") })),
3083
+ codeLens: register(new EditorBooleanOption(23 /* EditorOption.codeLens */, 'codeLens', true, { description: localize(470, "Controls whether the editor shows CodeLens.") })),
3084
+ codeLensFontFamily: register(new EditorStringOption(24 /* EditorOption.codeLensFontFamily */, 'codeLensFontFamily', '', { description: localize(471, "Controls the font family for CodeLens.") })),
3085
3085
  codeLensFontSize: register(new EditorIntOption(25 /* EditorOption.codeLensFontSize */, 'codeLensFontSize', 0, 0, 100, {
3086
3086
  type: 'number',
3087
3087
  default: 0,
3088
3088
  minimum: 0,
3089
3089
  maximum: 100,
3090
- markdownDescription: localize(467, "Controls the font size in pixels for CodeLens. When set to 0, 90% of `#editor.fontSize#` is used.")
3090
+ markdownDescription: localize(472, "Controls the font size in pixels for CodeLens. When set to 0, 90% of `#editor.fontSize#` is used.")
3091
3091
  })),
3092
- colorDecorators: register(new EditorBooleanOption(26 /* EditorOption.colorDecorators */, 'colorDecorators', true, { description: localize(468, "Controls whether the editor should render the inline color decorators and color picker.") })),
3092
+ colorDecorators: register(new EditorBooleanOption(26 /* EditorOption.colorDecorators */, 'colorDecorators', true, { description: localize(473, "Controls whether the editor should render the inline color decorators and color picker.") })),
3093
3093
  colorDecoratorActivatedOn: register(new EditorStringEnumOption(168 /* EditorOption.colorDecoratorsActivatedOn */, 'colorDecoratorsActivatedOn', 'clickAndHover', ['clickAndHover', 'hover', 'click'], {
3094
3094
  enumDescriptions: [
3095
- localize(469, "Make the color picker appear both on click and hover of the color decorator"),
3096
- localize(470, "Make the color picker appear on hover of the color decorator"),
3097
- localize(471, "Make the color picker appear on click of the color decorator")
3095
+ localize(474, "Make the color picker appear both on click and hover of the color decorator"),
3096
+ localize(475, "Make the color picker appear on hover of the color decorator"),
3097
+ localize(476, "Make the color picker appear on click of the color decorator")
3098
3098
  ],
3099
- description: localize(472, "Controls the condition to make a color picker appear from a color decorator.")
3099
+ description: localize(477, "Controls the condition to make a color picker appear from a color decorator.")
3100
3100
  })),
3101
3101
  colorDecoratorsLimit: register(new EditorIntOption(27 /* EditorOption.colorDecoratorsLimit */, 'colorDecoratorsLimit', 500, 1, 1000000, {
3102
- markdownDescription: localize(473, "Controls the max number of color decorators that can be rendered in an editor at once.")
3102
+ markdownDescription: localize(478, "Controls the max number of color decorators that can be rendered in an editor at once.")
3103
3103
  })),
3104
- columnSelection: register(new EditorBooleanOption(28 /* EditorOption.columnSelection */, 'columnSelection', false, { description: localize(474, "Enable that the selection with the mouse and keys is doing column selection.") })),
3104
+ columnSelection: register(new EditorBooleanOption(28 /* EditorOption.columnSelection */, 'columnSelection', false, { description: localize(479, "Enable that the selection with the mouse and keys is doing column selection.") })),
3105
3105
  comments: register(new EditorComments()),
3106
3106
  contextmenu: register(new EditorBooleanOption(30 /* EditorOption.contextmenu */, 'contextmenu', true)),
3107
- copyWithSyntaxHighlighting: register(new EditorBooleanOption(31 /* EditorOption.copyWithSyntaxHighlighting */, 'copyWithSyntaxHighlighting', true, { description: localize(475, "Controls whether syntax highlighting should be copied into the clipboard.") })),
3108
- cursorBlinking: register(new EditorEnumOption(32 /* EditorOption.cursorBlinking */, 'cursorBlinking', 1 /* TextEditorCursorBlinkingStyle.Blink */, 'blink', ['blink', 'smooth', 'phase', 'expand', 'solid'], cursorBlinkingStyleFromString, { description: localize(476, "Control the cursor animation style.") })),
3107
+ copyWithSyntaxHighlighting: register(new EditorBooleanOption(31 /* EditorOption.copyWithSyntaxHighlighting */, 'copyWithSyntaxHighlighting', true, { description: localize(480, "Controls whether syntax highlighting should be copied into the clipboard.") })),
3108
+ cursorBlinking: register(new EditorEnumOption(32 /* EditorOption.cursorBlinking */, 'cursorBlinking', 1 /* TextEditorCursorBlinkingStyle.Blink */, 'blink', ['blink', 'smooth', 'phase', 'expand', 'solid'], cursorBlinkingStyleFromString, { description: localize(481, "Control the cursor animation style.") })),
3109
3109
  cursorSmoothCaretAnimation: register(new EditorStringEnumOption(33 /* EditorOption.cursorSmoothCaretAnimation */, 'cursorSmoothCaretAnimation', 'off', ['off', 'explicit', 'on'], {
3110
3110
  enumDescriptions: [
3111
- localize(477, "Smooth caret animation is disabled."),
3112
- localize(478, "Smooth caret animation is enabled only when the user moves the cursor with an explicit gesture."),
3113
- localize(479, "Smooth caret animation is always enabled.")
3111
+ localize(482, "Smooth caret animation is disabled."),
3112
+ localize(483, "Smooth caret animation is enabled only when the user moves the cursor with an explicit gesture."),
3113
+ localize(484, "Smooth caret animation is always enabled.")
3114
3114
  ],
3115
- description: localize(480, "Controls whether the smooth caret animation should be enabled.")
3115
+ description: localize(485, "Controls whether the smooth caret animation should be enabled.")
3116
3116
  })),
3117
- cursorStyle: register(new EditorEnumOption(34 /* EditorOption.cursorStyle */, 'cursorStyle', TextEditorCursorStyle.Line, 'line', ['line', 'block', 'underline', 'line-thin', 'block-outline', 'underline-thin'], cursorStyleFromString, { description: localize(481, "Controls the cursor style in insert input mode.") })),
3118
- overtypeCursorStyle: register(new EditorEnumOption(92 /* EditorOption.overtypeCursorStyle */, 'overtypeCursorStyle', TextEditorCursorStyle.Block, 'block', ['line', 'block', 'underline', 'line-thin', 'block-outline', 'underline-thin'], cursorStyleFromString, { description: localize(482, "Controls the cursor style in overtype input mode.") })),
3119
- cursorSurroundingLines: register(new EditorIntOption(35 /* EditorOption.cursorSurroundingLines */, 'cursorSurroundingLines', 0, 0, 1073741824 /* Constants.MAX_SAFE_SMALL_INTEGER */, { description: localize(483, "Controls the minimal number of visible leading lines (minimum 0) and trailing lines (minimum 1) surrounding the cursor. Known as 'scrollOff' or 'scrollOffset' in some other editors.") })),
3117
+ cursorStyle: register(new EditorEnumOption(34 /* EditorOption.cursorStyle */, 'cursorStyle', TextEditorCursorStyle.Line, 'line', ['line', 'block', 'underline', 'line-thin', 'block-outline', 'underline-thin'], cursorStyleFromString, { description: localize(486, "Controls the cursor style in insert input mode.") })),
3118
+ overtypeCursorStyle: register(new EditorEnumOption(92 /* EditorOption.overtypeCursorStyle */, 'overtypeCursorStyle', TextEditorCursorStyle.Block, 'block', ['line', 'block', 'underline', 'line-thin', 'block-outline', 'underline-thin'], cursorStyleFromString, { description: localize(487, "Controls the cursor style in overtype input mode.") })),
3119
+ cursorSurroundingLines: register(new EditorIntOption(35 /* EditorOption.cursorSurroundingLines */, 'cursorSurroundingLines', 0, 0, 1073741824 /* Constants.MAX_SAFE_SMALL_INTEGER */, { description: localize(488, "Controls the minimal number of visible leading lines (minimum 0) and trailing lines (minimum 1) surrounding the cursor. Known as 'scrollOff' or 'scrollOffset' in some other editors.") })),
3120
3120
  cursorSurroundingLinesStyle: register(new EditorStringEnumOption(36 /* EditorOption.cursorSurroundingLinesStyle */, 'cursorSurroundingLinesStyle', 'default', ['default', 'all'], {
3121
3121
  enumDescriptions: [
3122
- localize(484, "`cursorSurroundingLines` is enforced only when triggered via the keyboard or API."),
3123
- localize(485, "`cursorSurroundingLines` is enforced always.")
3122
+ localize(489, "`cursorSurroundingLines` is enforced only when triggered via the keyboard or API."),
3123
+ localize(490, "`cursorSurroundingLines` is enforced always.")
3124
3124
  ],
3125
- markdownDescription: localize(486, "Controls when `#editor.cursorSurroundingLines#` should be enforced.")
3125
+ markdownDescription: localize(491, "Controls when `#editor.cursorSurroundingLines#` should be enforced.")
3126
3126
  })),
3127
- cursorWidth: register(new EditorIntOption(37 /* EditorOption.cursorWidth */, 'cursorWidth', 0, 0, 1073741824 /* Constants.MAX_SAFE_SMALL_INTEGER */, { markdownDescription: localize(487, "Controls the width of the cursor when `#editor.cursorStyle#` is set to `line`.") })),
3128
- cursorHeight: register(new EditorIntOption(38 /* EditorOption.cursorHeight */, 'cursorHeight', 0, 0, 1073741824 /* Constants.MAX_SAFE_SMALL_INTEGER */, { markdownDescription: localize(488, "Controls the height of the cursor when `#editor.cursorStyle#` is set to `line`. Cursor's max height depends on line height.") })),
3127
+ cursorWidth: register(new EditorIntOption(37 /* EditorOption.cursorWidth */, 'cursorWidth', 0, 0, 1073741824 /* Constants.MAX_SAFE_SMALL_INTEGER */, { markdownDescription: localize(492, "Controls the width of the cursor when `#editor.cursorStyle#` is set to `line`.") })),
3128
+ cursorHeight: register(new EditorIntOption(38 /* EditorOption.cursorHeight */, 'cursorHeight', 0, 0, 1073741824 /* Constants.MAX_SAFE_SMALL_INTEGER */, { markdownDescription: localize(493, "Controls the height of the cursor when `#editor.cursorStyle#` is set to `line`. Cursor's max height depends on line height.") })),
3129
3129
  disableLayerHinting: register(new EditorBooleanOption(39 /* EditorOption.disableLayerHinting */, 'disableLayerHinting', false)),
3130
3130
  disableMonospaceOptimizations: register(new EditorBooleanOption(40 /* EditorOption.disableMonospaceOptimizations */, 'disableMonospaceOptimizations', false)),
3131
3131
  domReadOnly: register(new EditorBooleanOption(41 /* EditorOption.domReadOnly */, 'domReadOnly', false)),
3132
- dragAndDrop: register(new EditorBooleanOption(42 /* EditorOption.dragAndDrop */, 'dragAndDrop', true, { description: localize(489, "Controls whether the editor should allow moving selections via drag and drop.") })),
3132
+ dragAndDrop: register(new EditorBooleanOption(42 /* EditorOption.dragAndDrop */, 'dragAndDrop', true, { description: localize(494, "Controls whether the editor should allow moving selections via drag and drop.") })),
3133
3133
  emptySelectionClipboard: register(new EditorEmptySelectionClipboard()),
3134
3134
  dropIntoEditor: register(new EditorDropIntoEditor()),
3135
3135
  editContext: register(new EditorBooleanOption(44 /* EditorOption.editContext */, 'editContext', true, {
3136
- description: localize(490, "Sets whether the EditContext API should be used instead of the text area to power input in the editor."),
3136
+ description: localize(495, "Sets whether the EditContext API should be used instead of the text area to power input in the editor."),
3137
3137
  included: isChrome || isEdge || isNative
3138
3138
  })),
3139
3139
  renderRichScreenReaderContent: register(new EditorBooleanOption(107 /* EditorOption.renderRichScreenReaderContent */, 'renderRichScreenReaderContent', false, {
3140
- markdownDescription: localize(491, "Whether to render rich screen reader content when the `#editor.editContext#` setting is enabled."),
3140
+ markdownDescription: localize(496, "Whether to render rich screen reader content when the `#editor.editContext#` setting is enabled."),
3141
3141
  })),
3142
3142
  stickyScroll: register(new EditorStickyScroll()),
3143
3143
  experimentalGpuAcceleration: register(new EditorStringEnumOption(46 /* EditorOption.experimentalGpuAcceleration */, 'experimentalGpuAcceleration', 'off', ['off', 'on'], {
3144
3144
  tags: ['experimental'],
3145
3145
  enumDescriptions: [
3146
- localize(492, "Use regular DOM-based rendering."),
3147
- localize(493, "Use GPU acceleration."),
3146
+ localize(497, "Use regular DOM-based rendering."),
3147
+ localize(498, "Use GPU acceleration."),
3148
3148
  ],
3149
- description: localize(494, "Controls whether to use the experimental GPU acceleration to render the editor.")
3149
+ description: localize(499, "Controls whether to use the experimental GPU acceleration to render the editor.")
3150
3150
  })),
3151
3151
  experimentalWhitespaceRendering: register(new EditorStringEnumOption(47 /* EditorOption.experimentalWhitespaceRendering */, 'experimentalWhitespaceRendering', 'svg', ['svg', 'font', 'off'], {
3152
3152
  enumDescriptions: [
3153
- localize(495, "Use a new rendering method with svgs."),
3154
- localize(496, "Use a new rendering method with font characters."),
3155
- localize(497, "Use the stable rendering method."),
3153
+ localize(500, "Use a new rendering method with svgs."),
3154
+ localize(501, "Use a new rendering method with font characters."),
3155
+ localize(502, "Use the stable rendering method."),
3156
3156
  ],
3157
- description: localize(498, "Controls whether whitespace is rendered with a new, experimental method.")
3157
+ description: localize(503, "Controls whether whitespace is rendered with a new, experimental method.")
3158
3158
  })),
3159
3159
  extraEditorClassName: register(new EditorStringOption(48 /* EditorOption.extraEditorClassName */, 'extraEditorClassName', '')),
3160
- fastScrollSensitivity: register(new EditorFloatOption(49 /* EditorOption.fastScrollSensitivity */, 'fastScrollSensitivity', 5, x => (x <= 0 ? 5 : x), { markdownDescription: localize(499, "Scrolling speed multiplier when pressing `Alt`.") })),
3160
+ fastScrollSensitivity: register(new EditorFloatOption(49 /* EditorOption.fastScrollSensitivity */, 'fastScrollSensitivity', 5, x => (x <= 0 ? 5 : x), { markdownDescription: localize(504, "Scrolling speed multiplier when pressing `Alt`.") })),
3161
3161
  find: register(new EditorFind()),
3162
3162
  fixedOverflowWidgets: register(new EditorBooleanOption(51 /* EditorOption.fixedOverflowWidgets */, 'fixedOverflowWidgets', false)),
3163
- folding: register(new EditorBooleanOption(52 /* EditorOption.folding */, 'folding', true, { description: localize(500, "Controls whether the editor has code folding enabled.") })),
3163
+ folding: register(new EditorBooleanOption(52 /* EditorOption.folding */, 'folding', true, { description: localize(505, "Controls whether the editor has code folding enabled.") })),
3164
3164
  foldingStrategy: register(new EditorStringEnumOption(53 /* EditorOption.foldingStrategy */, 'foldingStrategy', 'auto', ['auto', 'indentation'], {
3165
3165
  enumDescriptions: [
3166
- localize(501, "Use a language-specific folding strategy if available, else the indentation-based one."),
3167
- localize(502, "Use the indentation-based folding strategy."),
3166
+ localize(506, "Use a language-specific folding strategy if available, else the indentation-based one."),
3167
+ localize(507, "Use the indentation-based folding strategy."),
3168
3168
  ],
3169
- description: localize(503, "Controls the strategy for computing folding ranges.")
3169
+ description: localize(508, "Controls the strategy for computing folding ranges.")
3170
3170
  })),
3171
- foldingHighlight: register(new EditorBooleanOption(54 /* EditorOption.foldingHighlight */, 'foldingHighlight', true, { description: localize(504, "Controls whether the editor should highlight folded ranges.") })),
3172
- foldingImportsByDefault: register(new EditorBooleanOption(55 /* EditorOption.foldingImportsByDefault */, 'foldingImportsByDefault', false, { description: localize(505, "Controls whether the editor automatically collapses import ranges.") })),
3171
+ foldingHighlight: register(new EditorBooleanOption(54 /* EditorOption.foldingHighlight */, 'foldingHighlight', true, { description: localize(509, "Controls whether the editor should highlight folded ranges.") })),
3172
+ foldingImportsByDefault: register(new EditorBooleanOption(55 /* EditorOption.foldingImportsByDefault */, 'foldingImportsByDefault', false, { description: localize(510, "Controls whether the editor automatically collapses import ranges.") })),
3173
3173
  foldingMaximumRegions: register(new EditorIntOption(56 /* EditorOption.foldingMaximumRegions */, 'foldingMaximumRegions', 5000, 10, 65000, // limit must be less than foldingRanges MAX_FOLDING_REGIONS
3174
- { description: localize(506, "The maximum number of foldable regions. Increasing this value may result in the editor becoming less responsive when the current source has a large number of foldable regions.") })),
3175
- unfoldOnClickAfterEndOfLine: register(new EditorBooleanOption(57 /* EditorOption.unfoldOnClickAfterEndOfLine */, 'unfoldOnClickAfterEndOfLine', false, { description: localize(507, "Controls whether clicking on the empty content after a folded line will unfold the line.") })),
3176
- fontFamily: register(new EditorStringOption(58 /* EditorOption.fontFamily */, 'fontFamily', EDITOR_FONT_DEFAULTS.fontFamily, { description: localize(508, "Controls the font family.") })),
3174
+ { description: localize(511, "The maximum number of foldable regions. Increasing this value may result in the editor becoming less responsive when the current source has a large number of foldable regions.") })),
3175
+ unfoldOnClickAfterEndOfLine: register(new EditorBooleanOption(57 /* EditorOption.unfoldOnClickAfterEndOfLine */, 'unfoldOnClickAfterEndOfLine', false, { description: localize(512, "Controls whether clicking on the empty content after a folded line will unfold the line.") })),
3176
+ fontFamily: register(new EditorStringOption(58 /* EditorOption.fontFamily */, 'fontFamily', EDITOR_FONT_DEFAULTS.fontFamily, { description: localize(513, "Controls the font family.") })),
3177
3177
  fontInfo: register(new EditorFontInfo()),
3178
3178
  fontLigatures2: register(new EditorFontLigatures()),
3179
3179
  fontSize: register(new EditorFontSize()),
3180
3180
  fontWeight: register(new EditorFontWeight()),
3181
3181
  fontVariations: register(new EditorFontVariations()),
3182
- formatOnPaste: register(new EditorBooleanOption(64 /* EditorOption.formatOnPaste */, 'formatOnPaste', false, { description: localize(509, "Controls whether the editor should automatically format the pasted content. A formatter must be available and the formatter should be able to format a range in a document.") })),
3183
- formatOnType: register(new EditorBooleanOption(65 /* EditorOption.formatOnType */, 'formatOnType', false, { description: localize(510, "Controls whether the editor should automatically format the line after typing.") })),
3184
- glyphMargin: register(new EditorBooleanOption(66 /* EditorOption.glyphMargin */, 'glyphMargin', true, { description: localize(511, "Controls whether the editor should render the vertical glyph margin. Glyph margin is mostly used for debugging.") })),
3182
+ formatOnPaste: register(new EditorBooleanOption(64 /* EditorOption.formatOnPaste */, 'formatOnPaste', false, { description: localize(514, "Controls whether the editor should automatically format the pasted content. A formatter must be available and the formatter should be able to format a range in a document.") })),
3183
+ formatOnType: register(new EditorBooleanOption(65 /* EditorOption.formatOnType */, 'formatOnType', false, { description: localize(515, "Controls whether the editor should automatically format the line after typing.") })),
3184
+ glyphMargin: register(new EditorBooleanOption(66 /* EditorOption.glyphMargin */, 'glyphMargin', true, { description: localize(516, "Controls whether the editor should render the vertical glyph margin. Glyph margin is mostly used for debugging.") })),
3185
3185
  gotoLocation: register(new EditorGoToLocation()),
3186
- hideCursorInOverviewRuler: register(new EditorBooleanOption(68 /* EditorOption.hideCursorInOverviewRuler */, 'hideCursorInOverviewRuler', false, { description: localize(512, "Controls whether the cursor should be hidden in the overview ruler.") })),
3186
+ hideCursorInOverviewRuler: register(new EditorBooleanOption(68 /* EditorOption.hideCursorInOverviewRuler */, 'hideCursorInOverviewRuler', false, { description: localize(517, "Controls whether the cursor should be hidden in the overview ruler.") })),
3187
3187
  hover: register(new EditorHover()),
3188
3188
  inDiffEditor: register(new EditorBooleanOption(70 /* EditorOption.inDiffEditor */, 'inDiffEditor', false)),
3189
- inertialScroll: register(new EditorBooleanOption(158 /* EditorOption.inertialScroll */, 'inertialScroll', false, { description: localize(513, "Make scrolling inertial - mostly useful with touchpad on linux.") })),
3190
- letterSpacing: register(new EditorFloatOption(72 /* EditorOption.letterSpacing */, 'letterSpacing', EDITOR_FONT_DEFAULTS.letterSpacing, x => EditorFloatOption.clamp(x, -5, 20), { description: localize(514, "Controls the letter spacing in pixels.") })),
3189
+ inertialScroll: register(new EditorBooleanOption(158 /* EditorOption.inertialScroll */, 'inertialScroll', false, { description: localize(518, "Make scrolling inertial - mostly useful with touchpad on linux.") })),
3190
+ letterSpacing: register(new EditorFloatOption(72 /* EditorOption.letterSpacing */, 'letterSpacing', EDITOR_FONT_DEFAULTS.letterSpacing, x => EditorFloatOption.clamp(x, -5, 20), { description: localize(519, "Controls the letter spacing in pixels.") })),
3191
3191
  lightbulb: register(new EditorLightbulb()),
3192
3192
  lineDecorationsWidth: register(new EditorLineDecorationsWidth()),
3193
3193
  lineHeight: register(new EditorLineHeight()),
3194
3194
  lineNumbers: register(new EditorRenderLineNumbersOption()),
3195
3195
  lineNumbersMinChars: register(new EditorIntOption(77 /* EditorOption.lineNumbersMinChars */, 'lineNumbersMinChars', 5, 1, 300)),
3196
- linkedEditing: register(new EditorBooleanOption(78 /* EditorOption.linkedEditing */, 'linkedEditing', false, { description: localize(515, "Controls whether the editor has linked editing enabled. Depending on the language, related symbols such as HTML tags, are updated while editing.") })),
3197
- links: register(new EditorBooleanOption(79 /* EditorOption.links */, 'links', true, { description: localize(516, "Controls whether the editor should detect links and make them clickable.") })),
3198
- matchBrackets: register(new EditorStringEnumOption(80 /* EditorOption.matchBrackets */, 'matchBrackets', 'always', ['always', 'near', 'never'], { description: localize(517, "Highlight matching brackets.") })),
3196
+ linkedEditing: register(new EditorBooleanOption(78 /* EditorOption.linkedEditing */, 'linkedEditing', false, { description: localize(520, "Controls whether the editor has linked editing enabled. Depending on the language, related symbols such as HTML tags, are updated while editing.") })),
3197
+ links: register(new EditorBooleanOption(79 /* EditorOption.links */, 'links', true, { description: localize(521, "Controls whether the editor should detect links and make them clickable.") })),
3198
+ matchBrackets: register(new EditorStringEnumOption(80 /* EditorOption.matchBrackets */, 'matchBrackets', 'always', ['always', 'near', 'never'], { description: localize(522, "Highlight matching brackets.") })),
3199
3199
  minimap: register(new EditorMinimap()),
3200
3200
  mouseStyle: register(new EditorStringEnumOption(82 /* EditorOption.mouseStyle */, 'mouseStyle', 'text', ['text', 'default', 'copy'])),
3201
- mouseWheelScrollSensitivity: register(new EditorFloatOption(83 /* EditorOption.mouseWheelScrollSensitivity */, 'mouseWheelScrollSensitivity', 1, x => (x === 0 ? 1 : x), { markdownDescription: localize(518, "A multiplier to be used on the `deltaX` and `deltaY` of mouse wheel scroll events.") })),
3201
+ mouseWheelScrollSensitivity: register(new EditorFloatOption(83 /* EditorOption.mouseWheelScrollSensitivity */, 'mouseWheelScrollSensitivity', 1, x => (x === 0 ? 1 : x), { markdownDescription: localize(523, "A multiplier to be used on the `deltaX` and `deltaY` of mouse wheel scroll events.") })),
3202
3202
  mouseWheelZoom: register(new EditorBooleanOption(84 /* EditorOption.mouseWheelZoom */, 'mouseWheelZoom', false, {
3203
3203
  markdownDescription: isMacintosh
3204
- ? localize(519, "Zoom the font of the editor when using mouse wheel and holding `Cmd`.")
3205
- : localize(520, "Zoom the font of the editor when using mouse wheel and holding `Ctrl`.")
3204
+ ? localize(524, "Zoom the font of the editor when using mouse wheel and holding `Cmd`.")
3205
+ : localize(525, "Zoom the font of the editor when using mouse wheel and holding `Ctrl`.")
3206
3206
  })),
3207
- multiCursorMergeOverlapping: register(new EditorBooleanOption(85 /* EditorOption.multiCursorMergeOverlapping */, 'multiCursorMergeOverlapping', true, { description: localize(521, "Merge multiple cursors when they are overlapping.") })),
3207
+ multiCursorMergeOverlapping: register(new EditorBooleanOption(85 /* EditorOption.multiCursorMergeOverlapping */, 'multiCursorMergeOverlapping', true, { description: localize(526, "Merge multiple cursors when they are overlapping.") })),
3208
3208
  multiCursorModifier: register(new EditorEnumOption(86 /* EditorOption.multiCursorModifier */, 'multiCursorModifier', 'altKey', 'alt', ['ctrlCmd', 'alt'], _multiCursorModifierFromString, {
3209
3209
  markdownEnumDescriptions: [
3210
- localize(522, "Maps to `Control` on Windows and Linux and to `Command` on macOS."),
3211
- localize(523, "Maps to `Alt` on Windows and Linux and to `Option` on macOS.")
3210
+ localize(527, "Maps to `Control` on Windows and Linux and to `Command` on macOS."),
3211
+ localize(528, "Maps to `Alt` on Windows and Linux and to `Option` on macOS.")
3212
3212
  ],
3213
- markdownDescription: localize(524, "The modifier to be used to add multiple cursors with the mouse. The Go to Definition and Open Link mouse gestures will adapt such that they do not conflict with the [multicursor modifier](https://code.visualstudio.com/docs/editor/codebasics#_multicursor-modifier).")
3213
+ markdownDescription: localize(529, "The modifier to be used to add multiple cursors with the mouse. The Go to Definition and Open Link mouse gestures will adapt such that they do not conflict with the [multicursor modifier](https://code.visualstudio.com/docs/editor/codebasics#_multicursor-modifier).")
3214
3214
 
3215
3215
 
3216
3216
 
@@ -3218,171 +3218,171 @@ const EditorOptions = {
3218
3218
 
3219
3219
 
3220
3220
  })),
3221
- mouseMiddleClickAction: register(new EditorStringEnumOption(87 /* EditorOption.mouseMiddleClickAction */, 'mouseMiddleClickAction', 'default', ['default', 'openLink', 'ctrlLeftClick'], { description: localize(525, "Controls what happens when middle mouse button is clicked in the editor.") })),
3221
+ mouseMiddleClickAction: register(new EditorStringEnumOption(87 /* EditorOption.mouseMiddleClickAction */, 'mouseMiddleClickAction', 'default', ['default', 'openLink', 'ctrlLeftClick'], { description: localize(530, "Controls what happens when middle mouse button is clicked in the editor.") })),
3222
3222
  multiCursorPaste: register(new EditorStringEnumOption(88 /* EditorOption.multiCursorPaste */, 'multiCursorPaste', 'spread', ['spread', 'full'], {
3223
3223
  markdownEnumDescriptions: [
3224
- localize(526, "Each cursor pastes a single line of the text."),
3225
- localize(527, "Each cursor pastes the full text.")
3224
+ localize(531, "Each cursor pastes a single line of the text."),
3225
+ localize(532, "Each cursor pastes the full text.")
3226
3226
  ],
3227
- markdownDescription: localize(528, "Controls pasting when the line count of the pasted text matches the cursor count.")
3227
+ markdownDescription: localize(533, "Controls pasting when the line count of the pasted text matches the cursor count.")
3228
3228
  })),
3229
3229
  multiCursorLimit: register(new EditorIntOption(89 /* EditorOption.multiCursorLimit */, 'multiCursorLimit', 10000, 1, 100000, {
3230
- markdownDescription: localize(529, "Controls the max number of cursors that can be in an active editor at once.")
3230
+ markdownDescription: localize(534, "Controls the max number of cursors that can be in an active editor at once.")
3231
3231
  })),
3232
3232
  occurrencesHighlight: register(new EditorStringEnumOption(90 /* EditorOption.occurrencesHighlight */, 'occurrencesHighlight', 'singleFile', ['off', 'singleFile', 'multiFile'], {
3233
3233
  markdownEnumDescriptions: [
3234
- localize(530, "Does not highlight occurrences."),
3235
- localize(531, "Highlights occurrences only in the current file."),
3236
- localize(532, "Experimental: Highlights occurrences across all valid open files.")
3234
+ localize(535, "Does not highlight occurrences."),
3235
+ localize(536, "Highlights occurrences only in the current file."),
3236
+ localize(537, "Experimental: Highlights occurrences across all valid open files.")
3237
3237
  ],
3238
- markdownDescription: localize(533, "Controls whether occurrences should be highlighted across open files.")
3238
+ markdownDescription: localize(538, "Controls whether occurrences should be highlighted across open files.")
3239
3239
  })),
3240
3240
  occurrencesHighlightDelay: register(new EditorIntOption(91 /* EditorOption.occurrencesHighlightDelay */, 'occurrencesHighlightDelay', 0, 0, 2000, {
3241
- description: localize(534, "Controls the delay in milliseconds after which occurrences are highlighted."),
3241
+ description: localize(539, "Controls the delay in milliseconds after which occurrences are highlighted."),
3242
3242
  tags: ['preview']
3243
3243
  })),
3244
- overtypeOnPaste: register(new EditorBooleanOption(93 /* EditorOption.overtypeOnPaste */, 'overtypeOnPaste', true, { description: localize(535, "Controls whether pasting should overtype.") })),
3245
- overviewRulerBorder: register(new EditorBooleanOption(94 /* EditorOption.overviewRulerBorder */, 'overviewRulerBorder', true, { description: localize(536, "Controls whether a border should be drawn around the overview ruler.") })),
3244
+ overtypeOnPaste: register(new EditorBooleanOption(93 /* EditorOption.overtypeOnPaste */, 'overtypeOnPaste', true, { description: localize(540, "Controls whether pasting should overtype.") })),
3245
+ overviewRulerBorder: register(new EditorBooleanOption(94 /* EditorOption.overviewRulerBorder */, 'overviewRulerBorder', true, { description: localize(541, "Controls whether a border should be drawn around the overview ruler.") })),
3246
3246
  overviewRulerLanes: register(new EditorIntOption(95 /* EditorOption.overviewRulerLanes */, 'overviewRulerLanes', 3, 0, 3)),
3247
3247
  padding: register(new EditorPadding()),
3248
3248
  pasteAs: register(new EditorPasteAs()),
3249
3249
  parameterHints: register(new EditorParameterHints()),
3250
3250
  peekWidgetDefaultFocus: register(new EditorStringEnumOption(99 /* EditorOption.peekWidgetDefaultFocus */, 'peekWidgetDefaultFocus', 'tree', ['tree', 'editor'], {
3251
3251
  enumDescriptions: [
3252
- localize(537, "Focus the tree when opening peek"),
3253
- localize(538, "Focus the editor when opening peek")
3252
+ localize(542, "Focus the tree when opening peek"),
3253
+ localize(543, "Focus the editor when opening peek")
3254
3254
  ],
3255
- description: localize(539, "Controls whether to focus the inline editor or the tree in the peek widget.")
3255
+ description: localize(544, "Controls whether to focus the inline editor or the tree in the peek widget.")
3256
3256
  })),
3257
3257
  placeholder: register(new PlaceholderOption()),
3258
- definitionLinkOpensInPeek: register(new EditorBooleanOption(101 /* EditorOption.definitionLinkOpensInPeek */, 'definitionLinkOpensInPeek', false, { description: localize(540, "Controls whether the Go to Definition mouse gesture always opens the peek widget.") })),
3258
+ definitionLinkOpensInPeek: register(new EditorBooleanOption(101 /* EditorOption.definitionLinkOpensInPeek */, 'definitionLinkOpensInPeek', false, { description: localize(545, "Controls whether the Go to Definition mouse gesture always opens the peek widget.") })),
3259
3259
  quickSuggestions: register(new EditorQuickSuggestions()),
3260
3260
  quickSuggestionsDelay: register(new EditorIntOption(103 /* EditorOption.quickSuggestionsDelay */, 'quickSuggestionsDelay', 10, 0, 1073741824 /* Constants.MAX_SAFE_SMALL_INTEGER */, {
3261
- description: localize(541, "Controls the delay in milliseconds after which quick suggestions will show up."),
3261
+ description: localize(546, "Controls the delay in milliseconds after which quick suggestions will show up."),
3262
3262
  experiment: {
3263
3263
  mode: 'auto'
3264
3264
  }
3265
3265
  })),
3266
3266
  readOnly: register(new EditorBooleanOption(104 /* EditorOption.readOnly */, 'readOnly', false)),
3267
3267
  readOnlyMessage: register(new ReadonlyMessage()),
3268
- renameOnType: register(new EditorBooleanOption(106 /* EditorOption.renameOnType */, 'renameOnType', false, { description: localize(542, "Controls whether the editor auto renames on type."), markdownDeprecationMessage: localize(543, "Deprecated, use `#editor.linkedEditing#` instead.") })),
3269
- renderControlCharacters: register(new EditorBooleanOption(108 /* EditorOption.renderControlCharacters */, 'renderControlCharacters', true, { description: localize(544, "Controls whether the editor should render control characters."), restricted: true })),
3270
- renderFinalNewline: register(new EditorStringEnumOption(109 /* EditorOption.renderFinalNewline */, 'renderFinalNewline', (isLinux ? 'dimmed' : 'on'), ['off', 'on', 'dimmed'], { description: localize(545, "Render last line number when the file ends with a newline.") })),
3268
+ renameOnType: register(new EditorBooleanOption(106 /* EditorOption.renameOnType */, 'renameOnType', false, { description: localize(547, "Controls whether the editor auto renames on type."), markdownDeprecationMessage: localize(548, "Deprecated, use `#editor.linkedEditing#` instead.") })),
3269
+ renderControlCharacters: register(new EditorBooleanOption(108 /* EditorOption.renderControlCharacters */, 'renderControlCharacters', true, { description: localize(549, "Controls whether the editor should render control characters."), restricted: true })),
3270
+ renderFinalNewline: register(new EditorStringEnumOption(109 /* EditorOption.renderFinalNewline */, 'renderFinalNewline', (isLinux ? 'dimmed' : 'on'), ['off', 'on', 'dimmed'], { description: localize(550, "Render last line number when the file ends with a newline.") })),
3271
3271
  renderLineHighlight: register(new EditorStringEnumOption(110 /* EditorOption.renderLineHighlight */, 'renderLineHighlight', 'line', ['none', 'gutter', 'line', 'all'], {
3272
3272
  enumDescriptions: [
3273
3273
  '',
3274
3274
  '',
3275
3275
  '',
3276
- localize(546, "Highlights both the gutter and the current line."),
3276
+ localize(551, "Highlights both the gutter and the current line."),
3277
3277
  ],
3278
- description: localize(547, "Controls how the editor should render the current line highlight.")
3278
+ description: localize(552, "Controls how the editor should render the current line highlight.")
3279
3279
  })),
3280
- renderLineHighlightOnlyWhenFocus: register(new EditorBooleanOption(111 /* EditorOption.renderLineHighlightOnlyWhenFocus */, 'renderLineHighlightOnlyWhenFocus', false, { description: localize(548, "Controls if the editor should render the current line highlight only when the editor is focused.") })),
3280
+ renderLineHighlightOnlyWhenFocus: register(new EditorBooleanOption(111 /* EditorOption.renderLineHighlightOnlyWhenFocus */, 'renderLineHighlightOnlyWhenFocus', false, { description: localize(553, "Controls if the editor should render the current line highlight only when the editor is focused.") })),
3281
3281
  renderValidationDecorations: register(new EditorStringEnumOption(112 /* EditorOption.renderValidationDecorations */, 'renderValidationDecorations', 'editable', ['editable', 'on', 'off'])),
3282
3282
  renderWhitespace: register(new EditorStringEnumOption(113 /* EditorOption.renderWhitespace */, 'renderWhitespace', 'selection', ['none', 'boundary', 'selection', 'trailing', 'all'], {
3283
3283
  enumDescriptions: [
3284
3284
  '',
3285
- localize(549, "Render whitespace characters except for single spaces between words."),
3286
- localize(550, "Render whitespace characters only on selected text."),
3287
- localize(551, "Render only trailing whitespace characters."),
3285
+ localize(554, "Render whitespace characters except for single spaces between words."),
3286
+ localize(555, "Render whitespace characters only on selected text."),
3287
+ localize(556, "Render only trailing whitespace characters."),
3288
3288
  ''
3289
3289
  ],
3290
- description: localize(552, "Controls how the editor should render whitespace characters.")
3290
+ description: localize(557, "Controls how the editor should render whitespace characters.")
3291
3291
  })),
3292
3292
  revealHorizontalRightPadding: register(new EditorIntOption(114 /* EditorOption.revealHorizontalRightPadding */, 'revealHorizontalRightPadding', 15, 0, 1000)),
3293
- roundedSelection: register(new EditorBooleanOption(115 /* EditorOption.roundedSelection */, 'roundedSelection', true, { description: localize(553, "Controls whether selections should have rounded corners.") })),
3293
+ roundedSelection: register(new EditorBooleanOption(115 /* EditorOption.roundedSelection */, 'roundedSelection', true, { description: localize(558, "Controls whether selections should have rounded corners.") })),
3294
3294
  rulers: register(new EditorRulers()),
3295
3295
  scrollbar: register(new EditorScrollbar()),
3296
- scrollBeyondLastColumn: register(new EditorIntOption(118 /* EditorOption.scrollBeyondLastColumn */, 'scrollBeyondLastColumn', 4, 0, 1073741824 /* Constants.MAX_SAFE_SMALL_INTEGER */, { description: localize(554, "Controls the number of extra characters beyond which the editor will scroll horizontally.") })),
3297
- scrollBeyondLastLine: register(new EditorBooleanOption(119 /* EditorOption.scrollBeyondLastLine */, 'scrollBeyondLastLine', true, { description: localize(555, "Controls whether the editor will scroll beyond the last line.") })),
3298
- scrollOnMiddleClick: register(new EditorBooleanOption(171 /* EditorOption.scrollOnMiddleClick */, 'scrollOnMiddleClick', false, { description: localize(556, "Controls whether the editor will scroll when the middle button is pressed.") })),
3299
- scrollPredominantAxis: register(new EditorBooleanOption(120 /* EditorOption.scrollPredominantAxis */, 'scrollPredominantAxis', true, { description: localize(557, "Scroll only along the predominant axis when scrolling both vertically and horizontally at the same time. Prevents horizontal drift when scrolling vertically on a trackpad.") })),
3296
+ scrollBeyondLastColumn: register(new EditorIntOption(118 /* EditorOption.scrollBeyondLastColumn */, 'scrollBeyondLastColumn', 4, 0, 1073741824 /* Constants.MAX_SAFE_SMALL_INTEGER */, { description: localize(559, "Controls the number of extra characters beyond which the editor will scroll horizontally.") })),
3297
+ scrollBeyondLastLine: register(new EditorBooleanOption(119 /* EditorOption.scrollBeyondLastLine */, 'scrollBeyondLastLine', true, { description: localize(560, "Controls whether the editor will scroll beyond the last line.") })),
3298
+ scrollOnMiddleClick: register(new EditorBooleanOption(171 /* EditorOption.scrollOnMiddleClick */, 'scrollOnMiddleClick', false, { description: localize(561, "Controls whether the editor will scroll when the middle button is pressed.") })),
3299
+ scrollPredominantAxis: register(new EditorBooleanOption(120 /* EditorOption.scrollPredominantAxis */, 'scrollPredominantAxis', true, { description: localize(562, "Scroll only along the predominant axis when scrolling both vertically and horizontally at the same time. Prevents horizontal drift when scrolling vertically on a trackpad.") })),
3300
3300
  selectionClipboard: register(new EditorBooleanOption(121 /* EditorOption.selectionClipboard */, 'selectionClipboard', true, {
3301
- description: localize(558, "Controls whether the Linux primary clipboard should be supported."),
3301
+ description: localize(563, "Controls whether the Linux primary clipboard should be supported."),
3302
3302
  included: isLinux
3303
3303
  })),
3304
- selectionHighlight: register(new EditorBooleanOption(122 /* EditorOption.selectionHighlight */, 'selectionHighlight', true, { description: localize(559, "Controls whether the editor should highlight matches similar to the selection.") })),
3305
- selectionHighlightMaxLength: register(new EditorIntOption(123 /* EditorOption.selectionHighlightMaxLength */, 'selectionHighlightMaxLength', 200, 0, 1073741824 /* Constants.MAX_SAFE_SMALL_INTEGER */, { description: localize(560, "Controls how many characters can be in the selection before similiar matches are not highlighted. Set to zero for unlimited.") })),
3306
- selectionHighlightMultiline: register(new EditorBooleanOption(124 /* EditorOption.selectionHighlightMultiline */, 'selectionHighlightMultiline', false, { description: localize(561, "Controls whether the editor should highlight selection matches that span multiple lines.") })),
3304
+ selectionHighlight: register(new EditorBooleanOption(122 /* EditorOption.selectionHighlight */, 'selectionHighlight', true, { description: localize(564, "Controls whether the editor should highlight matches similar to the selection.") })),
3305
+ selectionHighlightMaxLength: register(new EditorIntOption(123 /* EditorOption.selectionHighlightMaxLength */, 'selectionHighlightMaxLength', 200, 0, 1073741824 /* Constants.MAX_SAFE_SMALL_INTEGER */, { description: localize(565, "Controls how many characters can be in the selection before similiar matches are not highlighted. Set to zero for unlimited.") })),
3306
+ selectionHighlightMultiline: register(new EditorBooleanOption(124 /* EditorOption.selectionHighlightMultiline */, 'selectionHighlightMultiline', false, { description: localize(566, "Controls whether the editor should highlight selection matches that span multiple lines.") })),
3307
3307
  selectOnLineNumbers: register(new EditorBooleanOption(125 /* EditorOption.selectOnLineNumbers */, 'selectOnLineNumbers', true)),
3308
3308
  showFoldingControls: register(new EditorStringEnumOption(126 /* EditorOption.showFoldingControls */, 'showFoldingControls', 'mouseover', ['always', 'never', 'mouseover'], {
3309
3309
  enumDescriptions: [
3310
- localize(562, "Always show the folding controls."),
3311
- localize(563, "Never show the folding controls and reduce the gutter size."),
3312
- localize(564, "Only show the folding controls when the mouse is over the gutter."),
3310
+ localize(567, "Always show the folding controls."),
3311
+ localize(568, "Never show the folding controls and reduce the gutter size."),
3312
+ localize(569, "Only show the folding controls when the mouse is over the gutter."),
3313
3313
  ],
3314
- description: localize(565, "Controls when the folding controls on the gutter are shown.")
3314
+ description: localize(570, "Controls when the folding controls on the gutter are shown.")
3315
3315
  })),
3316
- showUnused: register(new EditorBooleanOption(127 /* EditorOption.showUnused */, 'showUnused', true, { description: localize(566, "Controls fading out of unused code.") })),
3317
- showDeprecated: register(new EditorBooleanOption(157 /* EditorOption.showDeprecated */, 'showDeprecated', true, { description: localize(567, "Controls strikethrough deprecated variables.") })),
3316
+ showUnused: register(new EditorBooleanOption(127 /* EditorOption.showUnused */, 'showUnused', true, { description: localize(571, "Controls fading out of unused code.") })),
3317
+ showDeprecated: register(new EditorBooleanOption(157 /* EditorOption.showDeprecated */, 'showDeprecated', true, { description: localize(572, "Controls strikethrough deprecated variables.") })),
3318
3318
  inlayHints: register(new EditorInlayHints()),
3319
3319
  snippetSuggestions: register(new EditorStringEnumOption(128 /* EditorOption.snippetSuggestions */, 'snippetSuggestions', 'inline', ['top', 'bottom', 'inline', 'none'], {
3320
3320
  enumDescriptions: [
3321
- localize(568, "Show snippet suggestions on top of other suggestions."),
3322
- localize(569, "Show snippet suggestions below other suggestions."),
3323
- localize(570, "Show snippets suggestions with other suggestions."),
3324
- localize(571, "Do not show snippet suggestions."),
3321
+ localize(573, "Show snippet suggestions on top of other suggestions."),
3322
+ localize(574, "Show snippet suggestions below other suggestions."),
3323
+ localize(575, "Show snippets suggestions with other suggestions."),
3324
+ localize(576, "Do not show snippet suggestions."),
3325
3325
  ],
3326
- description: localize(572, "Controls whether snippets are shown with other suggestions and how they are sorted.")
3326
+ description: localize(577, "Controls whether snippets are shown with other suggestions and how they are sorted.")
3327
3327
  })),
3328
3328
  smartSelect: register(new SmartSelect()),
3329
- smoothScrolling: register(new EditorBooleanOption(130 /* EditorOption.smoothScrolling */, 'smoothScrolling', false, { description: localize(573, "Controls whether the editor will scroll using an animation.") })),
3329
+ smoothScrolling: register(new EditorBooleanOption(130 /* EditorOption.smoothScrolling */, 'smoothScrolling', false, { description: localize(578, "Controls whether the editor will scroll using an animation.") })),
3330
3330
  stopRenderingLineAfter: register(new EditorIntOption(133 /* EditorOption.stopRenderingLineAfter */, 'stopRenderingLineAfter', 10000, -1, 1073741824 /* Constants.MAX_SAFE_SMALL_INTEGER */)),
3331
3331
  suggest: register(new EditorSuggest()),
3332
3332
  inlineSuggest: register(new InlineEditorSuggest()),
3333
- inlineCompletionsAccessibilityVerbose: register(new EditorBooleanOption(169 /* EditorOption.inlineCompletionsAccessibilityVerbose */, 'inlineCompletionsAccessibilityVerbose', false, { description: localize(574, "Controls whether the accessibility hint should be provided to screen reader users when an inline completion is shown.") })),
3334
- suggestFontSize: register(new EditorIntOption(135 /* EditorOption.suggestFontSize */, 'suggestFontSize', 0, 0, 1000, { markdownDescription: localize(575, "Font size for the suggest widget. When set to {0}, the value of {1} is used.", '`0`', '`#editor.fontSize#`') })),
3335
- suggestLineHeight: register(new EditorIntOption(136 /* EditorOption.suggestLineHeight */, 'suggestLineHeight', 0, 0, 1000, { markdownDescription: localize(576, "Line height for the suggest widget. When set to {0}, the value of {1} is used. The minimum value is 8.", '`0`', '`#editor.lineHeight#`') })),
3336
- suggestOnTriggerCharacters: register(new EditorBooleanOption(137 /* EditorOption.suggestOnTriggerCharacters */, 'suggestOnTriggerCharacters', true, { description: localize(577, "Controls whether suggestions should automatically show up when typing trigger characters.") })),
3333
+ inlineCompletionsAccessibilityVerbose: register(new EditorBooleanOption(169 /* EditorOption.inlineCompletionsAccessibilityVerbose */, 'inlineCompletionsAccessibilityVerbose', false, { description: localize(579, "Controls whether the accessibility hint should be provided to screen reader users when an inline completion is shown.") })),
3334
+ suggestFontSize: register(new EditorIntOption(135 /* EditorOption.suggestFontSize */, 'suggestFontSize', 0, 0, 1000, { markdownDescription: localize(580, "Font size for the suggest widget. When set to {0}, the value of {1} is used.", '`0`', '`#editor.fontSize#`') })),
3335
+ suggestLineHeight: register(new EditorIntOption(136 /* EditorOption.suggestLineHeight */, 'suggestLineHeight', 0, 0, 1000, { markdownDescription: localize(581, "Line height for the suggest widget. When set to {0}, the value of {1} is used. The minimum value is 8.", '`0`', '`#editor.lineHeight#`') })),
3336
+ suggestOnTriggerCharacters: register(new EditorBooleanOption(137 /* EditorOption.suggestOnTriggerCharacters */, 'suggestOnTriggerCharacters', true, { description: localize(582, "Controls whether suggestions should automatically show up when typing trigger characters.") })),
3337
3337
  suggestSelection: register(new EditorStringEnumOption(138 /* EditorOption.suggestSelection */, 'suggestSelection', 'first', ['first', 'recentlyUsed', 'recentlyUsedByPrefix'], {
3338
3338
  markdownEnumDescriptions: [
3339
- localize(578, "Always select the first suggestion."),
3340
- localize(579, "Select recent suggestions unless further typing selects one, e.g. `console.| -> console.log` because `log` has been completed recently."),
3341
- localize(580, "Select suggestions based on previous prefixes that have completed those suggestions, e.g. `co -> console` and `con -> const`."),
3339
+ localize(583, "Always select the first suggestion."),
3340
+ localize(584, "Select recent suggestions unless further typing selects one, e.g. `console.| -> console.log` because `log` has been completed recently."),
3341
+ localize(585, "Select suggestions based on previous prefixes that have completed those suggestions, e.g. `co -> console` and `con -> const`."),
3342
3342
  ],
3343
- description: localize(581, "Controls how suggestions are pre-selected when showing the suggest list.")
3343
+ description: localize(586, "Controls how suggestions are pre-selected when showing the suggest list.")
3344
3344
  })),
3345
3345
  tabCompletion: register(new EditorStringEnumOption(139 /* EditorOption.tabCompletion */, 'tabCompletion', 'off', ['on', 'off', 'onlySnippets'], {
3346
3346
  enumDescriptions: [
3347
- localize(582, "Tab complete will insert the best matching suggestion when pressing tab."),
3348
- localize(583, "Disable tab completions."),
3349
- localize(584, "Tab complete snippets when their prefix match. Works best when 'quickSuggestions' aren't enabled."),
3347
+ localize(587, "Tab complete will insert the best matching suggestion when pressing tab."),
3348
+ localize(588, "Disable tab completions."),
3349
+ localize(589, "Tab complete snippets when their prefix match. Works best when 'quickSuggestions' aren't enabled."),
3350
3350
  ],
3351
- description: localize(585, "Enables tab completions.")
3351
+ description: localize(590, "Enables tab completions.")
3352
3352
  })),
3353
3353
  tabIndex: register(new EditorIntOption(140 /* EditorOption.tabIndex */, 'tabIndex', 0, -1, 1073741824 /* Constants.MAX_SAFE_SMALL_INTEGER */)),
3354
- trimWhitespaceOnDelete: register(new EditorBooleanOption(141 /* EditorOption.trimWhitespaceOnDelete */, 'trimWhitespaceOnDelete', false, { description: localize(586, "Controls whether the editor will also delete the next line's indentation whitespace when deleting a newline.") })),
3354
+ trimWhitespaceOnDelete: register(new EditorBooleanOption(141 /* EditorOption.trimWhitespaceOnDelete */, 'trimWhitespaceOnDelete', false, { description: localize(591, "Controls whether the editor will also delete the next line's indentation whitespace when deleting a newline.") })),
3355
3355
  unicodeHighlight: register(new UnicodeHighlight()),
3356
3356
  unusualLineTerminators: register(new EditorStringEnumOption(143 /* EditorOption.unusualLineTerminators */, 'unusualLineTerminators', 'prompt', ['auto', 'off', 'prompt'], {
3357
3357
  enumDescriptions: [
3358
- localize(587, "Unusual line terminators are automatically removed."),
3359
- localize(588, "Unusual line terminators are ignored."),
3360
- localize(589, "Unusual line terminators prompt to be removed."),
3358
+ localize(592, "Unusual line terminators are automatically removed."),
3359
+ localize(593, "Unusual line terminators are ignored."),
3360
+ localize(594, "Unusual line terminators prompt to be removed."),
3361
3361
  ],
3362
- description: localize(590, "Remove unusual line terminators that might cause problems.")
3362
+ description: localize(595, "Remove unusual line terminators that might cause problems.")
3363
3363
  })),
3364
3364
  useShadowDOM: register(new EditorBooleanOption(144 /* EditorOption.useShadowDOM */, 'useShadowDOM', true)),
3365
- useTabStops: register(new EditorBooleanOption(145 /* EditorOption.useTabStops */, 'useTabStops', true, { description: localize(591, "Spaces and tabs are inserted and deleted in alignment with tab stops.") })),
3365
+ useTabStops: register(new EditorBooleanOption(145 /* EditorOption.useTabStops */, 'useTabStops', true, { description: localize(596, "Spaces and tabs are inserted and deleted in alignment with tab stops.") })),
3366
3366
  wordBreak: register(new EditorStringEnumOption(146 /* EditorOption.wordBreak */, 'wordBreak', 'normal', ['normal', 'keepAll'], {
3367
3367
  markdownEnumDescriptions: [
3368
- localize(592, "Use the default line break rule."),
3369
- localize(593, "Word breaks should not be used for Chinese/Japanese/Korean (CJK) text. Non-CJK text behavior is the same as for normal."),
3368
+ localize(597, "Use the default line break rule."),
3369
+ localize(598, "Word breaks should not be used for Chinese/Japanese/Korean (CJK) text. Non-CJK text behavior is the same as for normal."),
3370
3370
  ],
3371
- description: localize(594, "Controls the word break rules used for Chinese/Japanese/Korean (CJK) text.")
3371
+ description: localize(599, "Controls the word break rules used for Chinese/Japanese/Korean (CJK) text.")
3372
3372
  })),
3373
3373
  wordSegmenterLocales: register(new WordSegmenterLocales()),
3374
- wordSeparators: register(new EditorStringOption(148 /* EditorOption.wordSeparators */, 'wordSeparators', USUAL_WORD_SEPARATORS, { description: localize(595, "Characters that will be used as word separators when doing word related navigations or operations.") })),
3374
+ wordSeparators: register(new EditorStringOption(148 /* EditorOption.wordSeparators */, 'wordSeparators', USUAL_WORD_SEPARATORS, { description: localize(600, "Characters that will be used as word separators when doing word related navigations or operations.") })),
3375
3375
  wordWrap: register(new EditorStringEnumOption(149 /* EditorOption.wordWrap */, 'wordWrap', 'off', ['off', 'on', 'wordWrapColumn', 'bounded'], {
3376
3376
  markdownEnumDescriptions: [
3377
- localize(596, "Lines will never wrap."),
3378
- localize(597, "Lines will wrap at the viewport width."),
3379
- localize(598, "Lines will wrap at `#editor.wordWrapColumn#`."),
3377
+ localize(601, "Lines will never wrap."),
3378
+ localize(602, "Lines will wrap at the viewport width."),
3379
+ localize(603, "Lines will wrap at `#editor.wordWrapColumn#`."),
3380
3380
 
3381
3381
 
3382
3382
 
3383
3383
 
3384
3384
 
3385
- localize(599, "Lines will wrap at the minimum of viewport and `#editor.wordWrapColumn#`."),
3385
+ localize(604, "Lines will wrap at the minimum of viewport and `#editor.wordWrapColumn#`."),
3386
3386
 
3387
3387
 
3388
3388
 
@@ -3390,7 +3390,7 @@ const EditorOptions = {
3390
3390
 
3391
3391
 
3392
3392
  ],
3393
- description: localize(600, "Controls how lines should wrap.")
3393
+ description: localize(605, "Controls how lines should wrap.")
3394
3394
 
3395
3395
 
3396
3396
 
@@ -3405,7 +3405,7 @@ const EditorOptions = {
3405
3405
  // allow-any-unicode-next-line
3406
3406
  '([{‘“〈《「『【〔([{「£¥$£¥++')),
3407
3407
  wordWrapColumn: register(new EditorIntOption(152 /* EditorOption.wordWrapColumn */, 'wordWrapColumn', 80, 1, 1073741824 /* Constants.MAX_SAFE_SMALL_INTEGER */, {
3408
- markdownDescription: localize(601, "Controls the wrapping column of the editor when `#editor.wordWrap#` is `wordWrapColumn` or `bounded`.")
3408
+ markdownDescription: localize(606, "Controls the wrapping column of the editor when `#editor.wordWrap#` is `wordWrapColumn` or `bounded`.")
3409
3409
 
3410
3410
 
3411
3411
 
@@ -3415,20 +3415,20 @@ const EditorOptions = {
3415
3415
  })),
3416
3416
  wordWrapOverride1: register(new EditorStringEnumOption(153 /* EditorOption.wordWrapOverride1 */, 'wordWrapOverride1', 'inherit', ['off', 'on', 'inherit'])),
3417
3417
  wordWrapOverride2: register(new EditorStringEnumOption(154 /* EditorOption.wordWrapOverride2 */, 'wordWrapOverride2', 'inherit', ['off', 'on', 'inherit'])),
3418
- wrapOnEscapedLineFeeds: register(new EditorBooleanOption(160 /* EditorOption.wrapOnEscapedLineFeeds */, 'wrapOnEscapedLineFeeds', false, { markdownDescription: localize(602, "Controls whether literal `\\n` shall trigger a wordWrap when `#editor.wordWrap#` is enabled.\n\nFor example:\n```c\nchar* str=\"hello\\nworld\"\n```\nwill be displayed as\n```c\nchar* str=\"hello\\n\n world\"\n```") })),
3418
+ wrapOnEscapedLineFeeds: register(new EditorBooleanOption(160 /* EditorOption.wrapOnEscapedLineFeeds */, 'wrapOnEscapedLineFeeds', false, { markdownDescription: localize(607, "Controls whether literal `\\n` shall trigger a wordWrap when `#editor.wordWrap#` is enabled.\n\nFor example:\n```c\nchar* str=\"hello\\nworld\"\n```\nwill be displayed as\n```c\nchar* str=\"hello\\n\n world\"\n```") })),
3419
3419
  // Leave these at the end (because they have dependencies!)
3420
3420
  effectiveCursorStyle: register(new EffectiveCursorStyle()),
3421
3421
  editorClassName: register(new EditorClassName()),
3422
3422
  defaultColorDecorators: register(new EditorStringEnumOption(167 /* EditorOption.defaultColorDecorators */, 'defaultColorDecorators', 'auto', ['auto', 'always', 'never'], {
3423
3423
  enumDescriptions: [
3424
- localize(603, "Show default color decorators only when no extension provides colors decorators."),
3425
- localize(604, "Always show default color decorators."),
3426
- localize(605, "Never show default color decorators."),
3424
+ localize(608, "Show default color decorators only when no extension provides colors decorators."),
3425
+ localize(609, "Always show default color decorators."),
3426
+ localize(610, "Never show default color decorators."),
3427
3427
  ],
3428
- description: localize(606, "Controls whether inline color decorations should be shown using the default document color provider.")
3428
+ description: localize(611, "Controls whether inline color decorations should be shown using the default document color provider.")
3429
3429
  })),
3430
3430
  pixelRatio: register(new EditorPixelRatio()),
3431
- tabFocusMode: register(new EditorBooleanOption(164 /* EditorOption.tabFocusMode */, 'tabFocusMode', false, { markdownDescription: localize(607, "Controls whether the editor receives tabs or defers them to the workbench for navigation.") })),
3431
+ tabFocusMode: register(new EditorBooleanOption(164 /* EditorOption.tabFocusMode */, 'tabFocusMode', false, { markdownDescription: localize(612, "Controls whether the editor receives tabs or defers them to the workbench for navigation.") })),
3432
3432
  layoutInfo: register(new EditorLayoutInfoComputer()),
3433
3433
  wrappingInfo: register(new EditorWrappingInfoComputer()),
3434
3434
  wrappingIndent: register(new WrappingIndentOption()),