monaco-editor 0.55.0-dev-20251027 → 0.55.0-dev-20251029

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 (138) hide show
  1. package/dev/vs/assets/{css.worker-Drnxdblv.js → css.worker-ulwqnF92.js} +18 -15
  2. package/dev/vs/assets/{editor.worker-C7WBBBrP.js → editor.worker-C3PQLmdn.js} +18 -15
  3. package/dev/vs/assets/{html.worker-CzOK-o8L.js → html.worker-DCqesO8i.js} +18 -15
  4. package/dev/vs/assets/{json.worker-DmhFLaao.js → json.worker-Bg5Hm7aO.js} +18 -15
  5. package/dev/vs/assets/{ts.worker-5Ulzb4tA.js → ts.worker-BG2tRgdn.js} +18 -15
  6. package/dev/vs/basic-languages/monaco.contribution.js +18 -18
  7. package/dev/vs/{cssMode-Cf_-LD8K.js → cssMode-C2fO1Raq.js} +2 -2
  8. package/dev/vs/editor/editor.main.css +16 -1
  9. package/dev/vs/editor/editor.main.js +6 -6
  10. package/dev/vs/{editor.api-DfnLHiXd.js → editor.api-ACZJ42Kd.js} +322 -169
  11. package/dev/vs/{freemarker2-D7ZMO-sC.js → freemarker2-BppfEPk6.js} +1 -1
  12. package/dev/vs/{handlebars-AsGfuzIN.js → handlebars-DFZi4stN.js} +1 -1
  13. package/dev/vs/{html-D0WHeTC9.js → html-DmfX87iB.js} +1 -1
  14. package/dev/vs/{htmlMode-p3R-5YjY.js → htmlMode-BZiu5Kt4.js} +2 -2
  15. package/dev/vs/{javascript-BZw7hNjf.js → javascript-DVwGzfFt.js} +1 -1
  16. package/dev/vs/{jsonMode-CmT7cqmT.js → jsonMode-Ci5WC9Iq.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-CJJ9r287.js → liquid-Bpt9dvq2.js} +1 -1
  22. package/dev/vs/{lspLanguageFeatures-Q6zblcrx.js → lspLanguageFeatures-BtEjaqo3.js} +1 -1
  23. package/dev/vs/{mdx-BxOOip9B.js → mdx-C-P2NVKd.js} +1 -1
  24. package/dev/vs/{monaco.contribution-BrzLf_ro.js → monaco.contribution-BsXdUN21.js} +2 -2
  25. package/dev/vs/{monaco.contribution-CpJMpcfZ.js → monaco.contribution-D-QxhAPC.js} +2 -2
  26. package/dev/vs/{monaco.contribution-DTVddGMn.js → monaco.contribution-NyQoEVeK.js} +2 -2
  27. package/dev/vs/{monaco.contribution-BENVHvzH.js → monaco.contribution-hFkKa8No.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-BGqkqXHl.js → python-NreYVywN.js} +1 -1
  42. package/dev/vs/{razor-BqYhHwoE.js → razor-DmmwAxLw.js} +1 -1
  43. package/dev/vs/{tsMode-D2XvVvMh.js → tsMode-umjWOtuq.js} +2 -2
  44. package/dev/vs/{typescript-8WPfGmqs.js → typescript-BZF8N9cg.js} +1 -1
  45. package/dev/vs/{workers-CsQFIXDI.js → workers-B6yRA91d.js} +1 -1
  46. package/dev/vs/{xml-DLtU70gg.js → xml-DerBPIyp.js} +1 -1
  47. package/dev/vs/{yaml-CBa2uLeO.js → yaml-CGw4Lppf.js} +1 -1
  48. package/esm/vs/base/browser/markdownRenderer.js +1 -0
  49. package/esm/vs/base/browser/ui/actionbar/actionbar.js +17 -0
  50. package/esm/vs/base/browser/ui/codicons/codicon/codicon.ttf +0 -0
  51. package/esm/vs/base/browser/ui/iconLabel/iconLabel.js +2 -1
  52. package/esm/vs/base/browser/ui/scrollbar/media/scrollbars.css +4 -0
  53. package/esm/vs/base/browser/ui/toolbar/toolbar.css +11 -0
  54. package/esm/vs/base/browser/ui/toolbar/toolbar.js +115 -2
  55. package/esm/vs/base/common/codiconsLibrary.js +6 -3
  56. package/esm/vs/base/common/strings.js +1 -1
  57. package/esm/vs/editor/browser/editorExtensions.js +5 -0
  58. package/esm/vs/editor/browser/triggerInlineEditCommandsRegistry.js +18 -0
  59. package/esm/vs/editor/common/languages.js +6 -6
  60. package/esm/vs/editor/common/standalone/standaloneEnums.js +6 -6
  61. package/esm/vs/editor/contrib/bracketMatching/browser/bracketMatching.js +2 -1
  62. package/esm/vs/editor/contrib/comment/browser/comment.js +10 -6
  63. package/esm/vs/editor/contrib/dropOrPasteInto/browser/copyPasteContribution.js +3 -1
  64. package/esm/vs/editor/contrib/indentation/browser/indentation.js +9 -7
  65. package/esm/vs/editor/contrib/inlineCompletions/browser/controller/inlineCompletionsController.js +2 -0
  66. package/esm/vs/editor/contrib/inlineCompletions/browser/model/inlineCompletionsModel.js +5 -5
  67. package/esm/vs/editor/contrib/inlineCompletions/browser/model/inlineCompletionsSource.js +2 -2
  68. package/esm/vs/editor/contrib/inlineCompletions/browser/model/inlineSuggestionItem.js +23 -25
  69. package/esm/vs/editor/contrib/inlineCompletions/browser/model/provideInlineCompletions.js +16 -22
  70. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/components/gutterIndicatorView.js +1 -1
  71. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsModel.js +1 -6
  72. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsView.js +6 -2
  73. package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsViews/inlineEditsCustomView.js +6 -6
  74. package/esm/vs/editor/contrib/linesOperations/browser/linesOperations.js +56 -31
  75. package/esm/vs/editor/contrib/rename/browser/rename.js +2 -1
  76. package/esm/vs/editor/contrib/semanticTokens/browser/viewportSemanticTokens.js +6 -0
  77. package/esm/vs/editor/contrib/suggest/browser/suggestInlineCompletions.js +2 -2
  78. package/esm/vs/editor/contrib/wordOperations/browser/wordOperations.js +8 -8
  79. package/esm/vs/editor/editor.main.d.ts +20 -18
  80. package/esm/vs/editor/standalone/browser/standaloneLanguages.js +2 -2
  81. package/esm/vs/platform/hover/browser/hoverWidget.js +1 -1
  82. package/esm/vs/platform/theme/common/colorUtils.js +2 -2
  83. package/esm/vs/platform/theme/common/colors/miscColors.js +5 -4
  84. package/esm/vs/platform/theme/common/colors/quickpickColors.js +9 -9
  85. package/esm/vs/platform/theme/common/colors/searchColors.js +3 -3
  86. package/esm/vs/platform/theme/common/iconRegistry.js +6 -6
  87. package/esm/vs/platform/undoRedo/common/undoRedoService.js +20 -20
  88. package/esm/vs/platform/workspace/common/workspace.js +1 -1
  89. package/min/vs/assets/{css.worker-CBF0MPPA.js → css.worker-Dk5ZbqMl.js} +1 -1
  90. package/min/vs/assets/editor.worker-47QBCclU.js +26 -0
  91. package/min/vs/assets/{html.worker-C86dFtsn.js → html.worker-D-ILAi0t.js} +1 -1
  92. package/min/vs/assets/{json.worker-D465ZT_e.js → json.worker-CBTZ2EkM.js} +1 -1
  93. package/min/vs/assets/{ts.worker-Dbnow6ac.js → ts.worker-a4u2q8A9.js} +1 -1
  94. package/min/vs/basic-languages/monaco.contribution.js +1 -1
  95. package/min/vs/{cssMode-BIEaTjA8.js → cssMode-En8gZ_nq.js} +1 -1
  96. package/min/vs/editor/editor.main.css +1 -1
  97. package/min/vs/editor/editor.main.js +3 -3
  98. package/min/vs/{editor.api-C8IDo3eu.js → editor.api-7v-KZoLV.js} +148 -148
  99. package/min/vs/{freemarker2-DqlkBued.js → freemarker2-CQaxFiab.js} +1 -1
  100. package/min/vs/{handlebars-B2pyZ2JP.js → handlebars-B7Io0zeL.js} +1 -1
  101. package/min/vs/{html-D_o-R0nZ.js → html-L9SIJuhy.js} +1 -1
  102. package/min/vs/{htmlMode-BysRQ9Bs.js → htmlMode-BrTx3Xc0.js} +1 -1
  103. package/min/vs/{javascript-DxRnuKQw.js → javascript-DOq2vemg.js} +1 -1
  104. package/min/vs/{jsonMode-TNxk6sXt.js → jsonMode-DCCg1Jf6.js} +1 -1
  105. package/min/vs/language/css/monaco.contribution.js +1 -1
  106. package/min/vs/language/html/monaco.contribution.js +1 -1
  107. package/min/vs/language/json/monaco.contribution.js +1 -1
  108. package/min/vs/language/typescript/monaco.contribution.js +1 -1
  109. package/min/vs/{liquid-DF5N_KfI.js → liquid-B9NnT5Wb.js} +1 -1
  110. package/min/vs/{lspLanguageFeatures-DspYH23m.js → lspLanguageFeatures-B_e5FZ6k.js} +1 -1
  111. package/min/vs/{mdx-KAwzE-y-.js → mdx-ffaOZ6eq.js} +1 -1
  112. package/min/vs/{monaco.contribution-BkcVhsvZ.js → monaco.contribution-BbyGK6xy.js} +1 -1
  113. package/min/vs/{monaco.contribution-BV1QeLUk.js → monaco.contribution-D-u7sXVO.js} +1 -1
  114. package/min/vs/{monaco.contribution-r-QW-Kg-.js → monaco.contribution-DZdCZp2a.js} +1 -1
  115. package/min/vs/{monaco.contribution-qjqc_Wdg.js → monaco.contribution-_bkUDDn2.js} +1 -1
  116. package/min/vs/nls.messages.cs.js +2 -2
  117. package/min/vs/nls.messages.de.js +2 -2
  118. package/min/vs/nls.messages.es.js +2 -2
  119. package/min/vs/nls.messages.fr.js +2 -2
  120. package/min/vs/nls.messages.it.js +2 -2
  121. package/min/vs/nls.messages.ja.js +2 -2
  122. package/min/vs/nls.messages.ko.js +2 -2
  123. package/min/vs/nls.messages.pl.js +2 -2
  124. package/min/vs/nls.messages.pt-br.js +2 -2
  125. package/min/vs/nls.messages.ru.js +2 -2
  126. package/min/vs/nls.messages.tr.js +2 -2
  127. package/min/vs/nls.messages.zh-cn.js +2 -2
  128. package/min/vs/nls.messages.zh-tw.js +2 -2
  129. package/min/vs/{python-B014Qs8R.js → python-fibsFGoq.js} +1 -1
  130. package/min/vs/{razor-BpoobgKb.js → razor-Dz81lMEg.js} +1 -1
  131. package/min/vs/{tsMode-BNtCWlFz.js → tsMode-BepGfb4Z.js} +2 -2
  132. package/min/vs/{typescript-Crt9dN_2.js → typescript-DckfWQHM.js} +1 -1
  133. package/min/vs/{workers-ClYSgP_s.js → workers-R-UmYVJc.js} +1 -1
  134. package/min/vs/{xml-C_BwPJ92.js → xml-D3M9EeSL.js} +1 -1
  135. package/min/vs/{yaml-30ifeBJ9.js → yaml-CAOyPC1Z.js} +1 -1
  136. package/monaco.d.ts +20 -18
  137. package/package.json +3 -3
  138. package/min/vs/assets/editor.worker-Cz0_Frcy.js +0 -26
@@ -1578,7 +1578,7 @@
1578
1578
  return result;
1579
1579
  }
1580
1580
  const data = _AmbiguousCharacters.ambiguousCharacterData.value;
1581
- let filteredLocales = locales.filter((l) => !l.startsWith("_") && l in data);
1581
+ let filteredLocales = locales.filter((l) => !l.startsWith("_") && Object.hasOwn(data, l));
1582
1582
  if (filteredLocales.length === 0) {
1583
1583
  filteredLocales = ["_default"];
1584
1584
  }
@@ -5926,9 +5926,6 @@
5926
5926
  personFollow: register("person-follow", 60007),
5927
5927
  personOutline: register("person-outline", 60007),
5928
5928
  personFilled: register("person-filled", 60007),
5929
- gitBranch: register("git-branch", 60008),
5930
- gitBranchCreate: register("git-branch-create", 60008),
5931
- gitBranchDelete: register("git-branch-delete", 60008),
5932
5929
  sourceControl: register("source-control", 60008),
5933
5930
  mirror: register("mirror", 60009),
5934
5931
  mirrorPublic: register("mirror-public", 60009),
@@ -6527,7 +6524,13 @@
6527
6524
  editCode: register("edit-code", 60520),
6528
6525
  repoSelected: register("repo-selected", 60521),
6529
6526
  skip: register("skip", 60522),
6530
- mergeInto: register("merge-into", 60523)
6527
+ mergeInto: register("merge-into", 60523),
6528
+ gitBranchChanges: register("git-branch-changes", 60524),
6529
+ gitBranchStagedChanges: register("git-branch-staged-changes", 60525),
6530
+ gitBranchConflicts: register("git-branch-conflicts", 60526),
6531
+ gitBranch: register("git-branch", 60527),
6532
+ gitBranchCreate: register("git-branch-create", 60527),
6533
+ gitBranchDelete: register("git-branch-delete", 60527)
6531
6534
  };
6532
6535
  const codiconsDerived = {
6533
6536
  dialogError: register("dialog-error", "error"),
@@ -6972,11 +6975,11 @@
6972
6975
  InlineCompletionTriggerKind2[InlineCompletionTriggerKind2["Automatic"] = 0] = "Automatic";
6973
6976
  InlineCompletionTriggerKind2[InlineCompletionTriggerKind2["Explicit"] = 1] = "Explicit";
6974
6977
  })(InlineCompletionTriggerKind$2 || (InlineCompletionTriggerKind$2 = {}));
6975
- var InlineCompletionDisplayLocationKind$1;
6976
- (function(InlineCompletionDisplayLocationKind2) {
6977
- InlineCompletionDisplayLocationKind2[InlineCompletionDisplayLocationKind2["Code"] = 1] = "Code";
6978
- InlineCompletionDisplayLocationKind2[InlineCompletionDisplayLocationKind2["Label"] = 2] = "Label";
6979
- })(InlineCompletionDisplayLocationKind$1 || (InlineCompletionDisplayLocationKind$1 = {}));
6978
+ var InlineCompletionHintStyle$1;
6979
+ (function(InlineCompletionHintStyle2) {
6980
+ InlineCompletionHintStyle2[InlineCompletionHintStyle2["Code"] = 1] = "Code";
6981
+ InlineCompletionHintStyle2[InlineCompletionHintStyle2["Label"] = 2] = "Label";
6982
+ })(InlineCompletionHintStyle$1 || (InlineCompletionHintStyle$1 = {}));
6980
6983
  var InlineCompletionEndOfLifeReasonKind$1;
6981
6984
  (function(InlineCompletionEndOfLifeReasonKind2) {
6982
6985
  InlineCompletionEndOfLifeReasonKind2[InlineCompletionEndOfLifeReasonKind2["Accepted"] = 0] = "Accepted";
@@ -7647,17 +7650,17 @@
7647
7650
  InlayHintKind2[InlayHintKind2["Type"] = 1] = "Type";
7648
7651
  InlayHintKind2[InlayHintKind2["Parameter"] = 2] = "Parameter";
7649
7652
  })(InlayHintKind$1 || (InlayHintKind$1 = {}));
7650
- var InlineCompletionDisplayLocationKind;
7651
- (function(InlineCompletionDisplayLocationKind2) {
7652
- InlineCompletionDisplayLocationKind2[InlineCompletionDisplayLocationKind2["Code"] = 1] = "Code";
7653
- InlineCompletionDisplayLocationKind2[InlineCompletionDisplayLocationKind2["Label"] = 2] = "Label";
7654
- })(InlineCompletionDisplayLocationKind || (InlineCompletionDisplayLocationKind = {}));
7655
7653
  var InlineCompletionEndOfLifeReasonKind;
7656
7654
  (function(InlineCompletionEndOfLifeReasonKind2) {
7657
7655
  InlineCompletionEndOfLifeReasonKind2[InlineCompletionEndOfLifeReasonKind2["Accepted"] = 0] = "Accepted";
7658
7656
  InlineCompletionEndOfLifeReasonKind2[InlineCompletionEndOfLifeReasonKind2["Rejected"] = 1] = "Rejected";
7659
7657
  InlineCompletionEndOfLifeReasonKind2[InlineCompletionEndOfLifeReasonKind2["Ignored"] = 2] = "Ignored";
7660
7658
  })(InlineCompletionEndOfLifeReasonKind || (InlineCompletionEndOfLifeReasonKind = {}));
7659
+ var InlineCompletionHintStyle;
7660
+ (function(InlineCompletionHintStyle2) {
7661
+ InlineCompletionHintStyle2[InlineCompletionHintStyle2["Code"] = 1] = "Code";
7662
+ InlineCompletionHintStyle2[InlineCompletionHintStyle2["Label"] = 2] = "Label";
7663
+ })(InlineCompletionHintStyle || (InlineCompletionHintStyle = {}));
7661
7664
  var InlineCompletionTriggerKind$1;
7662
7665
  (function(InlineCompletionTriggerKind2) {
7663
7666
  InlineCompletionTriggerKind2[InlineCompletionTriggerKind2["Automatic"] = 0] = "Automatic";
@@ -1579,7 +1579,7 @@
1579
1579
  return result;
1580
1580
  }
1581
1581
  const data = _AmbiguousCharacters.ambiguousCharacterData.value;
1582
- let filteredLocales = locales.filter((l) => !l.startsWith("_") && l in data);
1582
+ let filteredLocales = locales.filter((l) => !l.startsWith("_") && Object.hasOwn(data, l));
1583
1583
  if (filteredLocales.length === 0) {
1584
1584
  filteredLocales = ["_default"];
1585
1585
  }
@@ -5927,9 +5927,6 @@
5927
5927
  personFollow: register("person-follow", 60007),
5928
5928
  personOutline: register("person-outline", 60007),
5929
5929
  personFilled: register("person-filled", 60007),
5930
- gitBranch: register("git-branch", 60008),
5931
- gitBranchCreate: register("git-branch-create", 60008),
5932
- gitBranchDelete: register("git-branch-delete", 60008),
5933
5930
  sourceControl: register("source-control", 60008),
5934
5931
  mirror: register("mirror", 60009),
5935
5932
  mirrorPublic: register("mirror-public", 60009),
@@ -6528,7 +6525,13 @@
6528
6525
  editCode: register("edit-code", 60520),
6529
6526
  repoSelected: register("repo-selected", 60521),
6530
6527
  skip: register("skip", 60522),
6531
- mergeInto: register("merge-into", 60523)
6528
+ mergeInto: register("merge-into", 60523),
6529
+ gitBranchChanges: register("git-branch-changes", 60524),
6530
+ gitBranchStagedChanges: register("git-branch-staged-changes", 60525),
6531
+ gitBranchConflicts: register("git-branch-conflicts", 60526),
6532
+ gitBranch: register("git-branch", 60527),
6533
+ gitBranchCreate: register("git-branch-create", 60527),
6534
+ gitBranchDelete: register("git-branch-delete", 60527)
6532
6535
  };
6533
6536
  const codiconsDerived = {
6534
6537
  dialogError: register("dialog-error", "error"),
@@ -6973,11 +6976,11 @@
6973
6976
  InlineCompletionTriggerKind2[InlineCompletionTriggerKind2["Automatic"] = 0] = "Automatic";
6974
6977
  InlineCompletionTriggerKind2[InlineCompletionTriggerKind2["Explicit"] = 1] = "Explicit";
6975
6978
  })(InlineCompletionTriggerKind$1 || (InlineCompletionTriggerKind$1 = {}));
6976
- var InlineCompletionDisplayLocationKind$1;
6977
- (function(InlineCompletionDisplayLocationKind2) {
6978
- InlineCompletionDisplayLocationKind2[InlineCompletionDisplayLocationKind2["Code"] = 1] = "Code";
6979
- InlineCompletionDisplayLocationKind2[InlineCompletionDisplayLocationKind2["Label"] = 2] = "Label";
6980
- })(InlineCompletionDisplayLocationKind$1 || (InlineCompletionDisplayLocationKind$1 = {}));
6979
+ var InlineCompletionHintStyle$1;
6980
+ (function(InlineCompletionHintStyle2) {
6981
+ InlineCompletionHintStyle2[InlineCompletionHintStyle2["Code"] = 1] = "Code";
6982
+ InlineCompletionHintStyle2[InlineCompletionHintStyle2["Label"] = 2] = "Label";
6983
+ })(InlineCompletionHintStyle$1 || (InlineCompletionHintStyle$1 = {}));
6981
6984
  var InlineCompletionEndOfLifeReasonKind$1;
6982
6985
  (function(InlineCompletionEndOfLifeReasonKind2) {
6983
6986
  InlineCompletionEndOfLifeReasonKind2[InlineCompletionEndOfLifeReasonKind2["Accepted"] = 0] = "Accepted";
@@ -7652,17 +7655,17 @@
7652
7655
  InlayHintKind2[InlayHintKind2["Type"] = 1] = "Type";
7653
7656
  InlayHintKind2[InlayHintKind2["Parameter"] = 2] = "Parameter";
7654
7657
  })(InlayHintKind || (InlayHintKind = {}));
7655
- var InlineCompletionDisplayLocationKind;
7656
- (function(InlineCompletionDisplayLocationKind2) {
7657
- InlineCompletionDisplayLocationKind2[InlineCompletionDisplayLocationKind2["Code"] = 1] = "Code";
7658
- InlineCompletionDisplayLocationKind2[InlineCompletionDisplayLocationKind2["Label"] = 2] = "Label";
7659
- })(InlineCompletionDisplayLocationKind || (InlineCompletionDisplayLocationKind = {}));
7660
7658
  var InlineCompletionEndOfLifeReasonKind;
7661
7659
  (function(InlineCompletionEndOfLifeReasonKind2) {
7662
7660
  InlineCompletionEndOfLifeReasonKind2[InlineCompletionEndOfLifeReasonKind2["Accepted"] = 0] = "Accepted";
7663
7661
  InlineCompletionEndOfLifeReasonKind2[InlineCompletionEndOfLifeReasonKind2["Rejected"] = 1] = "Rejected";
7664
7662
  InlineCompletionEndOfLifeReasonKind2[InlineCompletionEndOfLifeReasonKind2["Ignored"] = 2] = "Ignored";
7665
7663
  })(InlineCompletionEndOfLifeReasonKind || (InlineCompletionEndOfLifeReasonKind = {}));
7664
+ var InlineCompletionHintStyle;
7665
+ (function(InlineCompletionHintStyle2) {
7666
+ InlineCompletionHintStyle2[InlineCompletionHintStyle2["Code"] = 1] = "Code";
7667
+ InlineCompletionHintStyle2[InlineCompletionHintStyle2["Label"] = 2] = "Label";
7668
+ })(InlineCompletionHintStyle || (InlineCompletionHintStyle = {}));
7666
7669
  var InlineCompletionTriggerKind;
7667
7670
  (function(InlineCompletionTriggerKind2) {
7668
7671
  InlineCompletionTriggerKind2[InlineCompletionTriggerKind2["Automatic"] = 0] = "Automatic";
@@ -1578,7 +1578,7 @@
1578
1578
  return result;
1579
1579
  }
1580
1580
  const data = _AmbiguousCharacters.ambiguousCharacterData.value;
1581
- let filteredLocales = locales.filter((l) => !l.startsWith("_") && l in data);
1581
+ let filteredLocales = locales.filter((l) => !l.startsWith("_") && Object.hasOwn(data, l));
1582
1582
  if (filteredLocales.length === 0) {
1583
1583
  filteredLocales = ["_default"];
1584
1584
  }
@@ -5926,9 +5926,6 @@
5926
5926
  personFollow: register("person-follow", 60007),
5927
5927
  personOutline: register("person-outline", 60007),
5928
5928
  personFilled: register("person-filled", 60007),
5929
- gitBranch: register("git-branch", 60008),
5930
- gitBranchCreate: register("git-branch-create", 60008),
5931
- gitBranchDelete: register("git-branch-delete", 60008),
5932
5929
  sourceControl: register("source-control", 60008),
5933
5930
  mirror: register("mirror", 60009),
5934
5931
  mirrorPublic: register("mirror-public", 60009),
@@ -6527,7 +6524,13 @@
6527
6524
  editCode: register("edit-code", 60520),
6528
6525
  repoSelected: register("repo-selected", 60521),
6529
6526
  skip: register("skip", 60522),
6530
- mergeInto: register("merge-into", 60523)
6527
+ mergeInto: register("merge-into", 60523),
6528
+ gitBranchChanges: register("git-branch-changes", 60524),
6529
+ gitBranchStagedChanges: register("git-branch-staged-changes", 60525),
6530
+ gitBranchConflicts: register("git-branch-conflicts", 60526),
6531
+ gitBranch: register("git-branch", 60527),
6532
+ gitBranchCreate: register("git-branch-create", 60527),
6533
+ gitBranchDelete: register("git-branch-delete", 60527)
6531
6534
  };
6532
6535
  const codiconsDerived = {
6533
6536
  dialogError: register("dialog-error", "error"),
@@ -6972,11 +6975,11 @@
6972
6975
  InlineCompletionTriggerKind2[InlineCompletionTriggerKind2["Automatic"] = 0] = "Automatic";
6973
6976
  InlineCompletionTriggerKind2[InlineCompletionTriggerKind2["Explicit"] = 1] = "Explicit";
6974
6977
  })(InlineCompletionTriggerKind$2 || (InlineCompletionTriggerKind$2 = {}));
6975
- var InlineCompletionDisplayLocationKind$1;
6976
- (function(InlineCompletionDisplayLocationKind2) {
6977
- InlineCompletionDisplayLocationKind2[InlineCompletionDisplayLocationKind2["Code"] = 1] = "Code";
6978
- InlineCompletionDisplayLocationKind2[InlineCompletionDisplayLocationKind2["Label"] = 2] = "Label";
6979
- })(InlineCompletionDisplayLocationKind$1 || (InlineCompletionDisplayLocationKind$1 = {}));
6978
+ var InlineCompletionHintStyle$1;
6979
+ (function(InlineCompletionHintStyle2) {
6980
+ InlineCompletionHintStyle2[InlineCompletionHintStyle2["Code"] = 1] = "Code";
6981
+ InlineCompletionHintStyle2[InlineCompletionHintStyle2["Label"] = 2] = "Label";
6982
+ })(InlineCompletionHintStyle$1 || (InlineCompletionHintStyle$1 = {}));
6980
6983
  var InlineCompletionEndOfLifeReasonKind$1;
6981
6984
  (function(InlineCompletionEndOfLifeReasonKind2) {
6982
6985
  InlineCompletionEndOfLifeReasonKind2[InlineCompletionEndOfLifeReasonKind2["Accepted"] = 0] = "Accepted";
@@ -7647,17 +7650,17 @@
7647
7650
  InlayHintKind2[InlayHintKind2["Type"] = 1] = "Type";
7648
7651
  InlayHintKind2[InlayHintKind2["Parameter"] = 2] = "Parameter";
7649
7652
  })(InlayHintKind$1 || (InlayHintKind$1 = {}));
7650
- var InlineCompletionDisplayLocationKind;
7651
- (function(InlineCompletionDisplayLocationKind2) {
7652
- InlineCompletionDisplayLocationKind2[InlineCompletionDisplayLocationKind2["Code"] = 1] = "Code";
7653
- InlineCompletionDisplayLocationKind2[InlineCompletionDisplayLocationKind2["Label"] = 2] = "Label";
7654
- })(InlineCompletionDisplayLocationKind || (InlineCompletionDisplayLocationKind = {}));
7655
7653
  var InlineCompletionEndOfLifeReasonKind;
7656
7654
  (function(InlineCompletionEndOfLifeReasonKind2) {
7657
7655
  InlineCompletionEndOfLifeReasonKind2[InlineCompletionEndOfLifeReasonKind2["Accepted"] = 0] = "Accepted";
7658
7656
  InlineCompletionEndOfLifeReasonKind2[InlineCompletionEndOfLifeReasonKind2["Rejected"] = 1] = "Rejected";
7659
7657
  InlineCompletionEndOfLifeReasonKind2[InlineCompletionEndOfLifeReasonKind2["Ignored"] = 2] = "Ignored";
7660
7658
  })(InlineCompletionEndOfLifeReasonKind || (InlineCompletionEndOfLifeReasonKind = {}));
7659
+ var InlineCompletionHintStyle;
7660
+ (function(InlineCompletionHintStyle2) {
7661
+ InlineCompletionHintStyle2[InlineCompletionHintStyle2["Code"] = 1] = "Code";
7662
+ InlineCompletionHintStyle2[InlineCompletionHintStyle2["Label"] = 2] = "Label";
7663
+ })(InlineCompletionHintStyle || (InlineCompletionHintStyle = {}));
7661
7664
  var InlineCompletionTriggerKind$1;
7662
7665
  (function(InlineCompletionTriggerKind2) {
7663
7666
  InlineCompletionTriggerKind2[InlineCompletionTriggerKind2["Automatic"] = 0] = "Automatic";
@@ -1580,7 +1580,7 @@
1580
1580
  return result;
1581
1581
  }
1582
1582
  const data = _AmbiguousCharacters.ambiguousCharacterData.value;
1583
- let filteredLocales = locales.filter((l) => !l.startsWith("_") && l in data);
1583
+ let filteredLocales = locales.filter((l) => !l.startsWith("_") && Object.hasOwn(data, l));
1584
1584
  if (filteredLocales.length === 0) {
1585
1585
  filteredLocales = ["_default"];
1586
1586
  }
@@ -5928,9 +5928,6 @@
5928
5928
  personFollow: register("person-follow", 60007),
5929
5929
  personOutline: register("person-outline", 60007),
5930
5930
  personFilled: register("person-filled", 60007),
5931
- gitBranch: register("git-branch", 60008),
5932
- gitBranchCreate: register("git-branch-create", 60008),
5933
- gitBranchDelete: register("git-branch-delete", 60008),
5934
5931
  sourceControl: register("source-control", 60008),
5935
5932
  mirror: register("mirror", 60009),
5936
5933
  mirrorPublic: register("mirror-public", 60009),
@@ -6529,7 +6526,13 @@
6529
6526
  editCode: register("edit-code", 60520),
6530
6527
  repoSelected: register("repo-selected", 60521),
6531
6528
  skip: register("skip", 60522),
6532
- mergeInto: register("merge-into", 60523)
6529
+ mergeInto: register("merge-into", 60523),
6530
+ gitBranchChanges: register("git-branch-changes", 60524),
6531
+ gitBranchStagedChanges: register("git-branch-staged-changes", 60525),
6532
+ gitBranchConflicts: register("git-branch-conflicts", 60526),
6533
+ gitBranch: register("git-branch", 60527),
6534
+ gitBranchCreate: register("git-branch-create", 60527),
6535
+ gitBranchDelete: register("git-branch-delete", 60527)
6533
6536
  };
6534
6537
  const codiconsDerived = {
6535
6538
  dialogError: register("dialog-error", "error"),
@@ -6974,11 +6977,11 @@
6974
6977
  InlineCompletionTriggerKind2[InlineCompletionTriggerKind2["Automatic"] = 0] = "Automatic";
6975
6978
  InlineCompletionTriggerKind2[InlineCompletionTriggerKind2["Explicit"] = 1] = "Explicit";
6976
6979
  })(InlineCompletionTriggerKind$2 || (InlineCompletionTriggerKind$2 = {}));
6977
- var InlineCompletionDisplayLocationKind$1;
6978
- (function(InlineCompletionDisplayLocationKind2) {
6979
- InlineCompletionDisplayLocationKind2[InlineCompletionDisplayLocationKind2["Code"] = 1] = "Code";
6980
- InlineCompletionDisplayLocationKind2[InlineCompletionDisplayLocationKind2["Label"] = 2] = "Label";
6981
- })(InlineCompletionDisplayLocationKind$1 || (InlineCompletionDisplayLocationKind$1 = {}));
6980
+ var InlineCompletionHintStyle$1;
6981
+ (function(InlineCompletionHintStyle2) {
6982
+ InlineCompletionHintStyle2[InlineCompletionHintStyle2["Code"] = 1] = "Code";
6983
+ InlineCompletionHintStyle2[InlineCompletionHintStyle2["Label"] = 2] = "Label";
6984
+ })(InlineCompletionHintStyle$1 || (InlineCompletionHintStyle$1 = {}));
6982
6985
  var InlineCompletionEndOfLifeReasonKind$1;
6983
6986
  (function(InlineCompletionEndOfLifeReasonKind2) {
6984
6987
  InlineCompletionEndOfLifeReasonKind2[InlineCompletionEndOfLifeReasonKind2["Accepted"] = 0] = "Accepted";
@@ -7649,17 +7652,17 @@
7649
7652
  InlayHintKind2[InlayHintKind2["Type"] = 1] = "Type";
7650
7653
  InlayHintKind2[InlayHintKind2["Parameter"] = 2] = "Parameter";
7651
7654
  })(InlayHintKind$1 || (InlayHintKind$1 = {}));
7652
- var InlineCompletionDisplayLocationKind;
7653
- (function(InlineCompletionDisplayLocationKind2) {
7654
- InlineCompletionDisplayLocationKind2[InlineCompletionDisplayLocationKind2["Code"] = 1] = "Code";
7655
- InlineCompletionDisplayLocationKind2[InlineCompletionDisplayLocationKind2["Label"] = 2] = "Label";
7656
- })(InlineCompletionDisplayLocationKind || (InlineCompletionDisplayLocationKind = {}));
7657
7655
  var InlineCompletionEndOfLifeReasonKind;
7658
7656
  (function(InlineCompletionEndOfLifeReasonKind2) {
7659
7657
  InlineCompletionEndOfLifeReasonKind2[InlineCompletionEndOfLifeReasonKind2["Accepted"] = 0] = "Accepted";
7660
7658
  InlineCompletionEndOfLifeReasonKind2[InlineCompletionEndOfLifeReasonKind2["Rejected"] = 1] = "Rejected";
7661
7659
  InlineCompletionEndOfLifeReasonKind2[InlineCompletionEndOfLifeReasonKind2["Ignored"] = 2] = "Ignored";
7662
7660
  })(InlineCompletionEndOfLifeReasonKind || (InlineCompletionEndOfLifeReasonKind = {}));
7661
+ var InlineCompletionHintStyle;
7662
+ (function(InlineCompletionHintStyle2) {
7663
+ InlineCompletionHintStyle2[InlineCompletionHintStyle2["Code"] = 1] = "Code";
7664
+ InlineCompletionHintStyle2[InlineCompletionHintStyle2["Label"] = 2] = "Label";
7665
+ })(InlineCompletionHintStyle || (InlineCompletionHintStyle = {}));
7663
7666
  var InlineCompletionTriggerKind$1;
7664
7667
  (function(InlineCompletionTriggerKind2) {
7665
7668
  InlineCompletionTriggerKind2[InlineCompletionTriggerKind2["Automatic"] = 0] = "Automatic";
@@ -1579,7 +1579,7 @@
1579
1579
  return result;
1580
1580
  }
1581
1581
  const data = _AmbiguousCharacters.ambiguousCharacterData.value;
1582
- let filteredLocales = locales.filter((l) => !l.startsWith("_") && l in data);
1582
+ let filteredLocales = locales.filter((l) => !l.startsWith("_") && Object.hasOwn(data, l));
1583
1583
  if (filteredLocales.length === 0) {
1584
1584
  filteredLocales = ["_default"];
1585
1585
  }
@@ -5927,9 +5927,6 @@
5927
5927
  personFollow: register("person-follow", 60007),
5928
5928
  personOutline: register("person-outline", 60007),
5929
5929
  personFilled: register("person-filled", 60007),
5930
- gitBranch: register("git-branch", 60008),
5931
- gitBranchCreate: register("git-branch-create", 60008),
5932
- gitBranchDelete: register("git-branch-delete", 60008),
5933
5930
  sourceControl: register("source-control", 60008),
5934
5931
  mirror: register("mirror", 60009),
5935
5932
  mirrorPublic: register("mirror-public", 60009),
@@ -6528,7 +6525,13 @@
6528
6525
  editCode: register("edit-code", 60520),
6529
6526
  repoSelected: register("repo-selected", 60521),
6530
6527
  skip: register("skip", 60522),
6531
- mergeInto: register("merge-into", 60523)
6528
+ mergeInto: register("merge-into", 60523),
6529
+ gitBranchChanges: register("git-branch-changes", 60524),
6530
+ gitBranchStagedChanges: register("git-branch-staged-changes", 60525),
6531
+ gitBranchConflicts: register("git-branch-conflicts", 60526),
6532
+ gitBranch: register("git-branch", 60527),
6533
+ gitBranchCreate: register("git-branch-create", 60527),
6534
+ gitBranchDelete: register("git-branch-delete", 60527)
6532
6535
  };
6533
6536
  const codiconsDerived = {
6534
6537
  dialogError: register("dialog-error", "error"),
@@ -6973,11 +6976,11 @@
6973
6976
  InlineCompletionTriggerKind2[InlineCompletionTriggerKind2["Automatic"] = 0] = "Automatic";
6974
6977
  InlineCompletionTriggerKind2[InlineCompletionTriggerKind2["Explicit"] = 1] = "Explicit";
6975
6978
  })(InlineCompletionTriggerKind$1 || (InlineCompletionTriggerKind$1 = {}));
6976
- var InlineCompletionDisplayLocationKind$1;
6977
- (function(InlineCompletionDisplayLocationKind2) {
6978
- InlineCompletionDisplayLocationKind2[InlineCompletionDisplayLocationKind2["Code"] = 1] = "Code";
6979
- InlineCompletionDisplayLocationKind2[InlineCompletionDisplayLocationKind2["Label"] = 2] = "Label";
6980
- })(InlineCompletionDisplayLocationKind$1 || (InlineCompletionDisplayLocationKind$1 = {}));
6979
+ var InlineCompletionHintStyle$1;
6980
+ (function(InlineCompletionHintStyle2) {
6981
+ InlineCompletionHintStyle2[InlineCompletionHintStyle2["Code"] = 1] = "Code";
6982
+ InlineCompletionHintStyle2[InlineCompletionHintStyle2["Label"] = 2] = "Label";
6983
+ })(InlineCompletionHintStyle$1 || (InlineCompletionHintStyle$1 = {}));
6981
6984
  var InlineCompletionEndOfLifeReasonKind$1;
6982
6985
  (function(InlineCompletionEndOfLifeReasonKind2) {
6983
6986
  InlineCompletionEndOfLifeReasonKind2[InlineCompletionEndOfLifeReasonKind2["Accepted"] = 0] = "Accepted";
@@ -7652,17 +7655,17 @@
7652
7655
  InlayHintKind2[InlayHintKind2["Type"] = 1] = "Type";
7653
7656
  InlayHintKind2[InlayHintKind2["Parameter"] = 2] = "Parameter";
7654
7657
  })(InlayHintKind || (InlayHintKind = {}));
7655
- var InlineCompletionDisplayLocationKind;
7656
- (function(InlineCompletionDisplayLocationKind2) {
7657
- InlineCompletionDisplayLocationKind2[InlineCompletionDisplayLocationKind2["Code"] = 1] = "Code";
7658
- InlineCompletionDisplayLocationKind2[InlineCompletionDisplayLocationKind2["Label"] = 2] = "Label";
7659
- })(InlineCompletionDisplayLocationKind || (InlineCompletionDisplayLocationKind = {}));
7660
7658
  var InlineCompletionEndOfLifeReasonKind;
7661
7659
  (function(InlineCompletionEndOfLifeReasonKind2) {
7662
7660
  InlineCompletionEndOfLifeReasonKind2[InlineCompletionEndOfLifeReasonKind2["Accepted"] = 0] = "Accepted";
7663
7661
  InlineCompletionEndOfLifeReasonKind2[InlineCompletionEndOfLifeReasonKind2["Rejected"] = 1] = "Rejected";
7664
7662
  InlineCompletionEndOfLifeReasonKind2[InlineCompletionEndOfLifeReasonKind2["Ignored"] = 2] = "Ignored";
7665
7663
  })(InlineCompletionEndOfLifeReasonKind || (InlineCompletionEndOfLifeReasonKind = {}));
7664
+ var InlineCompletionHintStyle;
7665
+ (function(InlineCompletionHintStyle2) {
7666
+ InlineCompletionHintStyle2[InlineCompletionHintStyle2["Code"] = 1] = "Code";
7667
+ InlineCompletionHintStyle2[InlineCompletionHintStyle2["Label"] = 2] = "Label";
7668
+ })(InlineCompletionHintStyle || (InlineCompletionHintStyle = {}));
7666
7669
  var InlineCompletionTriggerKind;
7667
7670
  (function(InlineCompletionTriggerKind2) {
7668
7671
  InlineCompletionTriggerKind2[InlineCompletionTriggerKind2["Automatic"] = 0] = "Automatic";
@@ -1,4 +1,4 @@
1
- define("vs/basic-languages/monaco.contribution", ["require", "../editor.api-DfnLHiXd"], (function(require, editor_api) {
1
+ define("vs/basic-languages/monaco.contribution", ["require", "../editor.api-ACZJ42Kd"], (function(require, editor_api) {
2
2
  "use strict";
3
3
  const languageDefinitions = {};
4
4
  const lazyLanguageLoaders = {};
@@ -174,49 +174,49 @@ define("vs/basic-languages/monaco.contribution", ["require", "../editor.api-DfnL
174
174
  extensions: [".ftl", ".ftlh", ".ftlx"],
175
175
  aliases: ["FreeMarker2", "Apache FreeMarker2"],
176
176
  loader: () => {
177
- return new Promise((resolve, reject) => require(["../freemarker2-D7ZMO-sC"], resolve, reject)).then((m) => m.TagAutoInterpolationDollar);
177
+ return new Promise((resolve, reject) => require(["../freemarker2-BppfEPk6"], resolve, reject)).then((m) => m.TagAutoInterpolationDollar);
178
178
  }
179
179
  });
180
180
  registerLanguage({
181
181
  id: "freemarker2.tag-angle.interpolation-dollar",
182
182
  aliases: ["FreeMarker2 (Angle/Dollar)", "Apache FreeMarker2 (Angle/Dollar)"],
183
183
  loader: () => {
184
- return new Promise((resolve, reject) => require(["../freemarker2-D7ZMO-sC"], resolve, reject)).then((m) => m.TagAngleInterpolationDollar);
184
+ return new Promise((resolve, reject) => require(["../freemarker2-BppfEPk6"], resolve, reject)).then((m) => m.TagAngleInterpolationDollar);
185
185
  }
186
186
  });
187
187
  registerLanguage({
188
188
  id: "freemarker2.tag-bracket.interpolation-dollar",
189
189
  aliases: ["FreeMarker2 (Bracket/Dollar)", "Apache FreeMarker2 (Bracket/Dollar)"],
190
190
  loader: () => {
191
- return new Promise((resolve, reject) => require(["../freemarker2-D7ZMO-sC"], resolve, reject)).then((m) => m.TagBracketInterpolationDollar);
191
+ return new Promise((resolve, reject) => require(["../freemarker2-BppfEPk6"], resolve, reject)).then((m) => m.TagBracketInterpolationDollar);
192
192
  }
193
193
  });
194
194
  registerLanguage({
195
195
  id: "freemarker2.tag-angle.interpolation-bracket",
196
196
  aliases: ["FreeMarker2 (Angle/Bracket)", "Apache FreeMarker2 (Angle/Bracket)"],
197
197
  loader: () => {
198
- return new Promise((resolve, reject) => require(["../freemarker2-D7ZMO-sC"], resolve, reject)).then((m) => m.TagAngleInterpolationBracket);
198
+ return new Promise((resolve, reject) => require(["../freemarker2-BppfEPk6"], resolve, reject)).then((m) => m.TagAngleInterpolationBracket);
199
199
  }
200
200
  });
201
201
  registerLanguage({
202
202
  id: "freemarker2.tag-bracket.interpolation-bracket",
203
203
  aliases: ["FreeMarker2 (Bracket/Bracket)", "Apache FreeMarker2 (Bracket/Bracket)"],
204
204
  loader: () => {
205
- return new Promise((resolve, reject) => require(["../freemarker2-D7ZMO-sC"], resolve, reject)).then((m) => m.TagBracketInterpolationBracket);
205
+ return new Promise((resolve, reject) => require(["../freemarker2-BppfEPk6"], resolve, reject)).then((m) => m.TagBracketInterpolationBracket);
206
206
  }
207
207
  });
208
208
  registerLanguage({
209
209
  id: "freemarker2.tag-auto.interpolation-dollar",
210
210
  aliases: ["FreeMarker2 (Auto/Dollar)", "Apache FreeMarker2 (Auto/Dollar)"],
211
211
  loader: () => {
212
- return new Promise((resolve, reject) => require(["../freemarker2-D7ZMO-sC"], resolve, reject)).then((m) => m.TagAutoInterpolationDollar);
212
+ return new Promise((resolve, reject) => require(["../freemarker2-BppfEPk6"], resolve, reject)).then((m) => m.TagAutoInterpolationDollar);
213
213
  }
214
214
  });
215
215
  registerLanguage({
216
216
  id: "freemarker2.tag-auto.interpolation-bracket",
217
217
  aliases: ["FreeMarker2 (Auto/Bracket)", "Apache FreeMarker2 (Auto/Bracket)"],
218
218
  loader: () => {
219
- return new Promise((resolve, reject) => require(["../freemarker2-D7ZMO-sC"], resolve, reject)).then((m) => m.TagAutoInterpolationBracket);
219
+ return new Promise((resolve, reject) => require(["../freemarker2-BppfEPk6"], resolve, reject)).then((m) => m.TagAutoInterpolationBracket);
220
220
  }
221
221
  });
222
222
  registerLanguage({
@@ -237,7 +237,7 @@ define("vs/basic-languages/monaco.contribution", ["require", "../editor.api-DfnL
237
237
  extensions: [".handlebars", ".hbs"],
238
238
  aliases: ["Handlebars", "handlebars", "hbs"],
239
239
  mimetypes: ["text/x-handlebars-template"],
240
- loader: () => new Promise((resolve, reject) => require(["../handlebars-AsGfuzIN"], resolve, reject))
240
+ loader: () => new Promise((resolve, reject) => require(["../handlebars-DFZi4stN"], resolve, reject))
241
241
  });
242
242
  registerLanguage({
243
243
  id: "hcl",
@@ -250,7 +250,7 @@ define("vs/basic-languages/monaco.contribution", ["require", "../editor.api-DfnL
250
250
  extensions: [".html", ".htm", ".shtml", ".xhtml", ".mdoc", ".jsp", ".asp", ".aspx", ".jshtm"],
251
251
  aliases: ["HTML", "htm", "html", "xhtml"],
252
252
  mimetypes: ["text/html", "text/x-jshtm", "text/template", "text/ng-template"],
253
- loader: () => new Promise((resolve, reject) => require(["../html-D0WHeTC9"], resolve, reject))
253
+ loader: () => new Promise((resolve, reject) => require(["../html-DmfX87iB"], resolve, reject))
254
254
  });
255
255
  registerLanguage({
256
256
  id: "ini",
@@ -273,7 +273,7 @@ define("vs/basic-languages/monaco.contribution", ["require", "../editor.api-DfnL
273
273
  filenames: ["jakefile"],
274
274
  aliases: ["JavaScript", "javascript", "js"],
275
275
  mimetypes: ["text/javascript"],
276
- loader: () => new Promise((resolve, reject) => require(["../javascript-BZw7hNjf"], resolve, reject))
276
+ loader: () => new Promise((resolve, reject) => require(["../javascript-DVwGzfFt"], resolve, reject))
277
277
  });
278
278
  registerLanguage({
279
279
  id: "julia",
@@ -312,7 +312,7 @@ define("vs/basic-languages/monaco.contribution", ["require", "../editor.api-DfnL
312
312
  extensions: [".liquid", ".html.liquid"],
313
313
  aliases: ["Liquid", "liquid"],
314
314
  mimetypes: ["application/liquid"],
315
- loader: () => new Promise((resolve, reject) => require(["../liquid-CJJ9r287"], resolve, reject))
315
+ loader: () => new Promise((resolve, reject) => require(["../liquid-Bpt9dvq2"], resolve, reject))
316
316
  });
317
317
  registerLanguage({
318
318
  id: "m3",
@@ -330,7 +330,7 @@ define("vs/basic-languages/monaco.contribution", ["require", "../editor.api-DfnL
330
330
  id: "mdx",
331
331
  extensions: [".mdx"],
332
332
  aliases: ["MDX", "mdx"],
333
- loader: () => new Promise((resolve, reject) => require(["../mdx-BxOOip9B"], resolve, reject))
333
+ loader: () => new Promise((resolve, reject) => require(["../mdx-C-P2NVKd"], resolve, reject))
334
334
  });
335
335
  registerLanguage({
336
336
  id: "mips",
@@ -429,7 +429,7 @@ define("vs/basic-languages/monaco.contribution", ["require", "../editor.api-DfnL
429
429
  extensions: [".py", ".rpy", ".pyw", ".cpy", ".gyp", ".gypi"],
430
430
  aliases: ["Python", "py"],
431
431
  firstLine: "^#!/.*\\bpython[0-9.-]*\\b",
432
- loader: () => new Promise((resolve, reject) => require(["../python-BGqkqXHl"], resolve, reject))
432
+ loader: () => new Promise((resolve, reject) => require(["../python-NreYVywN"], resolve, reject))
433
433
  });
434
434
  registerLanguage({
435
435
  id: "qsharp",
@@ -448,7 +448,7 @@ define("vs/basic-languages/monaco.contribution", ["require", "../editor.api-DfnL
448
448
  extensions: [".cshtml"],
449
449
  aliases: ["Razor", "razor"],
450
450
  mimetypes: ["text/x-cshtml"],
451
- loader: () => new Promise((resolve, reject) => require(["../razor-BqYhHwoE"], resolve, reject))
451
+ loader: () => new Promise((resolve, reject) => require(["../razor-DmmwAxLw"], resolve, reject))
452
452
  });
453
453
  registerLanguage({
454
454
  id: "redis",
@@ -581,7 +581,7 @@ define("vs/basic-languages/monaco.contribution", ["require", "../editor.api-DfnL
581
581
  aliases: ["TypeScript", "ts", "typescript"],
582
582
  mimetypes: ["text/typescript"],
583
583
  loader: () => {
584
- return new Promise((resolve, reject) => require(["../typescript-8WPfGmqs"], resolve, reject));
584
+ return new Promise((resolve, reject) => require(["../typescript-BZF8N9cg"], resolve, reject));
585
585
  }
586
586
  });
587
587
  registerLanguage({
@@ -626,13 +626,13 @@ define("vs/basic-languages/monaco.contribution", ["require", "../editor.api-DfnL
626
626
  firstLine: "(\\<\\?xml.*)|(\\<svg)|(\\<\\!doctype\\s+svg)",
627
627
  aliases: ["XML", "xml"],
628
628
  mimetypes: ["text/xml", "application/xml", "application/xaml+xml", "application/xml-dtd"],
629
- loader: () => new Promise((resolve, reject) => require(["../xml-DLtU70gg"], resolve, reject))
629
+ loader: () => new Promise((resolve, reject) => require(["../xml-DerBPIyp"], resolve, reject))
630
630
  });
631
631
  registerLanguage({
632
632
  id: "yaml",
633
633
  extensions: [".yaml", ".yml"],
634
634
  aliases: ["YAML", "yaml", "YML", "yml"],
635
635
  mimetypes: ["application/x-yaml", "text/x-yaml"],
636
- loader: () => new Promise((resolve, reject) => require(["../yaml-CBa2uLeO"], resolve, reject))
636
+ loader: () => new Promise((resolve, reject) => require(["../yaml-CGw4Lppf"], resolve, reject))
637
637
  });
638
638
  }));
@@ -1,4 +1,4 @@
1
- define("vs/cssMode-Cf_-LD8K", ["module", "exports", "./workers-CsQFIXDI", "./lspLanguageFeatures-Q6zblcrx", "./editor.api-DfnLHiXd"], (function(module, exports, workers, lspLanguageFeatures, editor_api) {
1
+ define("vs/cssMode-C2fO1Raq", ["module", "exports", "./workers-B6yRA91d", "./lspLanguageFeatures-BtEjaqo3", "./editor.api-ACZJ42Kd"], (function(module, exports, workers, lspLanguageFeatures, editor_api) {
2
2
  "use strict";
3
3
  const STOP_WHEN_IDLE_FOR = 2 * 60 * 1e3;
4
4
  class WorkerManager {
@@ -39,7 +39,7 @@ define("vs/cssMode-Cf_-LD8K", ["module", "exports", "./workers-CsQFIXDI", "./lsp
39
39
  moduleId: "vs/language/css/cssWorker",
40
40
  createWorker: () => new Worker(new URL(
41
41
  /* @vite-ignore */
42
- "" + new URL(require.toUrl("./assets/css.worker-Drnxdblv.js"), document.baseURI).href,
42
+ "" + new URL(require.toUrl("./assets/css.worker-ulwqnF92.js"), document.baseURI).href,
43
43
  new URL(module.uri, document.baseURI).href
44
44
  ), { type: "module" }),
45
45
  label: this._defaults.languageId,