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.
- package/dev/vs/assets/{css.worker-Drnxdblv.js → css.worker-ulwqnF92.js} +18 -15
- package/dev/vs/assets/{editor.worker-C7WBBBrP.js → editor.worker-C3PQLmdn.js} +18 -15
- package/dev/vs/assets/{html.worker-CzOK-o8L.js → html.worker-DCqesO8i.js} +18 -15
- package/dev/vs/assets/{json.worker-DmhFLaao.js → json.worker-Bg5Hm7aO.js} +18 -15
- package/dev/vs/assets/{ts.worker-5Ulzb4tA.js → ts.worker-BG2tRgdn.js} +18 -15
- package/dev/vs/basic-languages/monaco.contribution.js +18 -18
- package/dev/vs/{cssMode-Cf_-LD8K.js → cssMode-C2fO1Raq.js} +2 -2
- package/dev/vs/editor/editor.main.css +16 -1
- package/dev/vs/editor/editor.main.js +6 -6
- package/dev/vs/{editor.api-DfnLHiXd.js → editor.api-ACZJ42Kd.js} +322 -169
- package/dev/vs/{freemarker2-D7ZMO-sC.js → freemarker2-BppfEPk6.js} +1 -1
- package/dev/vs/{handlebars-AsGfuzIN.js → handlebars-DFZi4stN.js} +1 -1
- package/dev/vs/{html-D0WHeTC9.js → html-DmfX87iB.js} +1 -1
- package/dev/vs/{htmlMode-p3R-5YjY.js → htmlMode-BZiu5Kt4.js} +2 -2
- package/dev/vs/{javascript-BZw7hNjf.js → javascript-DVwGzfFt.js} +1 -1
- package/dev/vs/{jsonMode-CmT7cqmT.js → jsonMode-Ci5WC9Iq.js} +2 -2
- package/dev/vs/language/css/monaco.contribution.js +1 -1
- package/dev/vs/language/html/monaco.contribution.js +1 -1
- package/dev/vs/language/json/monaco.contribution.js +1 -1
- package/dev/vs/language/typescript/monaco.contribution.js +1 -1
- package/dev/vs/{liquid-CJJ9r287.js → liquid-Bpt9dvq2.js} +1 -1
- package/dev/vs/{lspLanguageFeatures-Q6zblcrx.js → lspLanguageFeatures-BtEjaqo3.js} +1 -1
- package/dev/vs/{mdx-BxOOip9B.js → mdx-C-P2NVKd.js} +1 -1
- package/dev/vs/{monaco.contribution-BrzLf_ro.js → monaco.contribution-BsXdUN21.js} +2 -2
- package/dev/vs/{monaco.contribution-CpJMpcfZ.js → monaco.contribution-D-QxhAPC.js} +2 -2
- package/dev/vs/{monaco.contribution-DTVddGMn.js → monaco.contribution-NyQoEVeK.js} +2 -2
- package/dev/vs/{monaco.contribution-BENVHvzH.js → monaco.contribution-hFkKa8No.js} +2 -2
- package/dev/vs/nls.messages.cs.js +2 -2
- package/dev/vs/nls.messages.de.js +2 -2
- package/dev/vs/nls.messages.es.js +2 -2
- package/dev/vs/nls.messages.fr.js +2 -2
- package/dev/vs/nls.messages.it.js +2 -2
- package/dev/vs/nls.messages.ja.js +2 -2
- package/dev/vs/nls.messages.ko.js +2 -2
- package/dev/vs/nls.messages.pl.js +2 -2
- package/dev/vs/nls.messages.pt-br.js +2 -2
- package/dev/vs/nls.messages.ru.js +2 -2
- package/dev/vs/nls.messages.tr.js +2 -2
- package/dev/vs/nls.messages.zh-cn.js +2 -2
- package/dev/vs/nls.messages.zh-tw.js +2 -2
- package/dev/vs/{python-BGqkqXHl.js → python-NreYVywN.js} +1 -1
- package/dev/vs/{razor-BqYhHwoE.js → razor-DmmwAxLw.js} +1 -1
- package/dev/vs/{tsMode-D2XvVvMh.js → tsMode-umjWOtuq.js} +2 -2
- package/dev/vs/{typescript-8WPfGmqs.js → typescript-BZF8N9cg.js} +1 -1
- package/dev/vs/{workers-CsQFIXDI.js → workers-B6yRA91d.js} +1 -1
- package/dev/vs/{xml-DLtU70gg.js → xml-DerBPIyp.js} +1 -1
- package/dev/vs/{yaml-CBa2uLeO.js → yaml-CGw4Lppf.js} +1 -1
- package/esm/vs/base/browser/markdownRenderer.js +1 -0
- package/esm/vs/base/browser/ui/actionbar/actionbar.js +17 -0
- package/esm/vs/base/browser/ui/codicons/codicon/codicon.ttf +0 -0
- package/esm/vs/base/browser/ui/iconLabel/iconLabel.js +2 -1
- package/esm/vs/base/browser/ui/scrollbar/media/scrollbars.css +4 -0
- package/esm/vs/base/browser/ui/toolbar/toolbar.css +11 -0
- package/esm/vs/base/browser/ui/toolbar/toolbar.js +115 -2
- package/esm/vs/base/common/codiconsLibrary.js +6 -3
- package/esm/vs/base/common/strings.js +1 -1
- package/esm/vs/editor/browser/editorExtensions.js +5 -0
- package/esm/vs/editor/browser/triggerInlineEditCommandsRegistry.js +18 -0
- package/esm/vs/editor/common/languages.js +6 -6
- package/esm/vs/editor/common/standalone/standaloneEnums.js +6 -6
- package/esm/vs/editor/contrib/bracketMatching/browser/bracketMatching.js +2 -1
- package/esm/vs/editor/contrib/comment/browser/comment.js +10 -6
- package/esm/vs/editor/contrib/dropOrPasteInto/browser/copyPasteContribution.js +3 -1
- package/esm/vs/editor/contrib/indentation/browser/indentation.js +9 -7
- package/esm/vs/editor/contrib/inlineCompletions/browser/controller/inlineCompletionsController.js +2 -0
- package/esm/vs/editor/contrib/inlineCompletions/browser/model/inlineCompletionsModel.js +5 -5
- package/esm/vs/editor/contrib/inlineCompletions/browser/model/inlineCompletionsSource.js +2 -2
- package/esm/vs/editor/contrib/inlineCompletions/browser/model/inlineSuggestionItem.js +23 -25
- package/esm/vs/editor/contrib/inlineCompletions/browser/model/provideInlineCompletions.js +16 -22
- package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/components/gutterIndicatorView.js +1 -1
- package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsModel.js +1 -6
- package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsView.js +6 -2
- package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsViews/inlineEditsCustomView.js +6 -6
- package/esm/vs/editor/contrib/linesOperations/browser/linesOperations.js +56 -31
- package/esm/vs/editor/contrib/rename/browser/rename.js +2 -1
- package/esm/vs/editor/contrib/semanticTokens/browser/viewportSemanticTokens.js +6 -0
- package/esm/vs/editor/contrib/suggest/browser/suggestInlineCompletions.js +2 -2
- package/esm/vs/editor/contrib/wordOperations/browser/wordOperations.js +8 -8
- package/esm/vs/editor/editor.main.d.ts +20 -18
- package/esm/vs/editor/standalone/browser/standaloneLanguages.js +2 -2
- package/esm/vs/platform/hover/browser/hoverWidget.js +1 -1
- package/esm/vs/platform/theme/common/colorUtils.js +2 -2
- package/esm/vs/platform/theme/common/colors/miscColors.js +5 -4
- package/esm/vs/platform/theme/common/colors/quickpickColors.js +9 -9
- package/esm/vs/platform/theme/common/colors/searchColors.js +3 -3
- package/esm/vs/platform/theme/common/iconRegistry.js +6 -6
- package/esm/vs/platform/undoRedo/common/undoRedoService.js +20 -20
- package/esm/vs/platform/workspace/common/workspace.js +1 -1
- package/min/vs/assets/{css.worker-CBF0MPPA.js → css.worker-Dk5ZbqMl.js} +1 -1
- package/min/vs/assets/editor.worker-47QBCclU.js +26 -0
- package/min/vs/assets/{html.worker-C86dFtsn.js → html.worker-D-ILAi0t.js} +1 -1
- package/min/vs/assets/{json.worker-D465ZT_e.js → json.worker-CBTZ2EkM.js} +1 -1
- package/min/vs/assets/{ts.worker-Dbnow6ac.js → ts.worker-a4u2q8A9.js} +1 -1
- package/min/vs/basic-languages/monaco.contribution.js +1 -1
- package/min/vs/{cssMode-BIEaTjA8.js → cssMode-En8gZ_nq.js} +1 -1
- package/min/vs/editor/editor.main.css +1 -1
- package/min/vs/editor/editor.main.js +3 -3
- package/min/vs/{editor.api-C8IDo3eu.js → editor.api-7v-KZoLV.js} +148 -148
- package/min/vs/{freemarker2-DqlkBued.js → freemarker2-CQaxFiab.js} +1 -1
- package/min/vs/{handlebars-B2pyZ2JP.js → handlebars-B7Io0zeL.js} +1 -1
- package/min/vs/{html-D_o-R0nZ.js → html-L9SIJuhy.js} +1 -1
- package/min/vs/{htmlMode-BysRQ9Bs.js → htmlMode-BrTx3Xc0.js} +1 -1
- package/min/vs/{javascript-DxRnuKQw.js → javascript-DOq2vemg.js} +1 -1
- package/min/vs/{jsonMode-TNxk6sXt.js → jsonMode-DCCg1Jf6.js} +1 -1
- package/min/vs/language/css/monaco.contribution.js +1 -1
- package/min/vs/language/html/monaco.contribution.js +1 -1
- package/min/vs/language/json/monaco.contribution.js +1 -1
- package/min/vs/language/typescript/monaco.contribution.js +1 -1
- package/min/vs/{liquid-DF5N_KfI.js → liquid-B9NnT5Wb.js} +1 -1
- package/min/vs/{lspLanguageFeatures-DspYH23m.js → lspLanguageFeatures-B_e5FZ6k.js} +1 -1
- package/min/vs/{mdx-KAwzE-y-.js → mdx-ffaOZ6eq.js} +1 -1
- package/min/vs/{monaco.contribution-BkcVhsvZ.js → monaco.contribution-BbyGK6xy.js} +1 -1
- package/min/vs/{monaco.contribution-BV1QeLUk.js → monaco.contribution-D-u7sXVO.js} +1 -1
- package/min/vs/{monaco.contribution-r-QW-Kg-.js → monaco.contribution-DZdCZp2a.js} +1 -1
- package/min/vs/{monaco.contribution-qjqc_Wdg.js → monaco.contribution-_bkUDDn2.js} +1 -1
- package/min/vs/nls.messages.cs.js +2 -2
- package/min/vs/nls.messages.de.js +2 -2
- package/min/vs/nls.messages.es.js +2 -2
- package/min/vs/nls.messages.fr.js +2 -2
- package/min/vs/nls.messages.it.js +2 -2
- package/min/vs/nls.messages.ja.js +2 -2
- package/min/vs/nls.messages.ko.js +2 -2
- package/min/vs/nls.messages.pl.js +2 -2
- package/min/vs/nls.messages.pt-br.js +2 -2
- package/min/vs/nls.messages.ru.js +2 -2
- package/min/vs/nls.messages.tr.js +2 -2
- package/min/vs/nls.messages.zh-cn.js +2 -2
- package/min/vs/nls.messages.zh-tw.js +2 -2
- package/min/vs/{python-B014Qs8R.js → python-fibsFGoq.js} +1 -1
- package/min/vs/{razor-BpoobgKb.js → razor-Dz81lMEg.js} +1 -1
- package/min/vs/{tsMode-BNtCWlFz.js → tsMode-BepGfb4Z.js} +2 -2
- package/min/vs/{typescript-Crt9dN_2.js → typescript-DckfWQHM.js} +1 -1
- package/min/vs/{workers-ClYSgP_s.js → workers-R-UmYVJc.js} +1 -1
- package/min/vs/{xml-C_BwPJ92.js → xml-D3M9EeSL.js} +1 -1
- package/min/vs/{yaml-30ifeBJ9.js → yaml-CAOyPC1Z.js} +1 -1
- package/monaco.d.ts +20 -18
- package/package.json +3 -3
- 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
|
|
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
|
|
6976
|
-
(function(
|
|
6977
|
-
|
|
6978
|
-
|
|
6979
|
-
})(
|
|
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
|
|
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
|
|
6977
|
-
(function(
|
|
6978
|
-
|
|
6979
|
-
|
|
6980
|
-
})(
|
|
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
|
|
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
|
|
6976
|
-
(function(
|
|
6977
|
-
|
|
6978
|
-
|
|
6979
|
-
})(
|
|
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
|
|
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
|
|
6978
|
-
(function(
|
|
6979
|
-
|
|
6980
|
-
|
|
6981
|
-
})(
|
|
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
|
|
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
|
|
6977
|
-
(function(
|
|
6978
|
-
|
|
6979
|
-
|
|
6980
|
-
})(
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
636
|
+
loader: () => new Promise((resolve, reject) => require(["../yaml-CGw4Lppf"], resolve, reject))
|
|
637
637
|
});
|
|
638
638
|
}));
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
define("vs/cssMode-
|
|
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-
|
|
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,
|