monaco-editor 0.55.0-dev-20251027 → 0.55.0-dev-20251028
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-DNwt7j-i.js} +10 -10
- package/dev/vs/assets/{editor.worker-C7WBBBrP.js → editor.worker-jD2FIO9M.js} +10 -10
- package/dev/vs/assets/{html.worker-CzOK-o8L.js → html.worker-BUuxsbxh.js} +10 -10
- package/dev/vs/assets/{json.worker-DmhFLaao.js → json.worker-CWV4qSFB.js} +10 -10
- package/dev/vs/assets/{ts.worker-5Ulzb4tA.js → ts.worker-B4Lb1_2e.js} +10 -10
- package/dev/vs/basic-languages/monaco.contribution.js +18 -18
- package/dev/vs/{cssMode-Cf_-LD8K.js → cssMode-B6XoYg6e.js} +2 -2
- package/dev/vs/editor/editor.main.css +15 -0
- package/dev/vs/editor/editor.main.js +6 -6
- package/dev/vs/{editor.api-DfnLHiXd.js → editor.api-RinWPch5.js} +224 -125
- package/dev/vs/{freemarker2-D7ZMO-sC.js → freemarker2-CsIUEtWG.js} +1 -1
- package/dev/vs/{handlebars-AsGfuzIN.js → handlebars-BOGP_az2.js} +1 -1
- package/dev/vs/{html-D0WHeTC9.js → html-TqlM0c_h.js} +1 -1
- package/dev/vs/{htmlMode-p3R-5YjY.js → htmlMode-OzCyVolK.js} +2 -2
- package/dev/vs/{javascript-BZw7hNjf.js → javascript-BkZUVn6M.js} +1 -1
- package/dev/vs/{jsonMode-CmT7cqmT.js → jsonMode-D8qW6dmm.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-MVkNTm5d.js} +1 -1
- package/dev/vs/{lspLanguageFeatures-Q6zblcrx.js → lspLanguageFeatures-n7qfqLBs.js} +1 -1
- package/dev/vs/{mdx-BxOOip9B.js → mdx-BFRYuUhz.js} +1 -1
- package/dev/vs/{monaco.contribution-DTVddGMn.js → monaco.contribution-1aPO-eVP.js} +2 -2
- package/dev/vs/{monaco.contribution-BENVHvzH.js → monaco.contribution-C4g_AFIF.js} +2 -2
- package/dev/vs/{monaco.contribution-CpJMpcfZ.js → monaco.contribution-CdOofNcQ.js} +2 -2
- package/dev/vs/{monaco.contribution-BrzLf_ro.js → monaco.contribution-Cvt40h7u.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-BmpngffO.js} +1 -1
- package/dev/vs/{razor-BqYhHwoE.js → razor-Dl_b1a3D.js} +1 -1
- package/dev/vs/{tsMode-D2XvVvMh.js → tsMode-bQ_z5HlO.js} +2 -2
- package/dev/vs/{typescript-8WPfGmqs.js → typescript-CFv5_7Mg.js} +1 -1
- package/dev/vs/{workers-CsQFIXDI.js → workers-CgK-4zWB.js} +1 -1
- package/dev/vs/{xml-DLtU70gg.js → xml-B2pPDP7c.js} +1 -1
- package/dev/vs/{yaml-CBa2uLeO.js → yaml-Ba9bYa9E.js} +1 -1
- package/esm/vs/base/browser/ui/actionbar/actionbar.js +17 -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/editor/common/languages.js +6 -6
- package/esm/vs/editor/common/standalone/standaloneEnums.js +6 -6
- 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/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/semanticTokens/browser/viewportSemanticTokens.js +6 -0
- package/esm/vs/editor/contrib/suggest/browser/suggestInlineCompletions.js +2 -2
- package/esm/vs/editor/editor.main.d.ts +20 -18
- package/esm/vs/editor/standalone/browser/standaloneLanguages.js +2 -2
- 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-BcH179rH.js} +1 -1
- package/min/vs/assets/{editor.worker-Cz0_Frcy.js → editor.worker-BsWgELf8.js} +1 -1
- package/min/vs/assets/{html.worker-C86dFtsn.js → html.worker-COzG8t1W.js} +1 -1
- package/min/vs/assets/{json.worker-D465ZT_e.js → json.worker-B1Gz-56Z.js} +1 -1
- package/min/vs/assets/{ts.worker-Dbnow6ac.js → ts.worker-CapuLC2A.js} +1 -1
- package/min/vs/basic-languages/monaco.contribution.js +1 -1
- package/min/vs/{cssMode-BIEaTjA8.js → cssMode-eivgpcCu.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-DS1aU8Ln.js} +136 -136
- package/min/vs/{freemarker2-DqlkBued.js → freemarker2-BJbcmnb8.js} +1 -1
- package/min/vs/{handlebars-B2pyZ2JP.js → handlebars-CkDKiKPd.js} +1 -1
- package/min/vs/{html-D_o-R0nZ.js → html-DDfBX1_0.js} +1 -1
- package/min/vs/{htmlMode-BysRQ9Bs.js → htmlMode-CxDZwhe3.js} +1 -1
- package/min/vs/{javascript-DxRnuKQw.js → javascript-CxzXFGVS.js} +1 -1
- package/min/vs/{jsonMode-TNxk6sXt.js → jsonMode-BEPwzwuR.js} +2 -2
- 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-DUL_HUio.js} +1 -1
- package/min/vs/{lspLanguageFeatures-DspYH23m.js → lspLanguageFeatures-DMB5eVt7.js} +1 -1
- package/min/vs/{mdx-KAwzE-y-.js → mdx-WC8lmxcm.js} +1 -1
- package/min/vs/{monaco.contribution-r-QW-Kg-.js → monaco.contribution-1Su5JsAv.js} +1 -1
- package/min/vs/{monaco.contribution-qjqc_Wdg.js → monaco.contribution-AVtbgcjU.js} +1 -1
- package/min/vs/{monaco.contribution-BV1QeLUk.js → monaco.contribution-B4Y04VKM.js} +1 -1
- package/min/vs/{monaco.contribution-BkcVhsvZ.js → monaco.contribution-BKisDBTx.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-B-6sXfcv.js} +1 -1
- package/min/vs/{razor-BpoobgKb.js → razor-BNLrVvCi.js} +1 -1
- package/min/vs/{tsMode-BNtCWlFz.js → tsMode-ChQvJt4X.js} +1 -1
- package/min/vs/{typescript-Crt9dN_2.js → typescript-Bp6aty_K.js} +1 -1
- package/min/vs/{workers-ClYSgP_s.js → workers-poL0PCkj.js} +1 -1
- package/min/vs/{xml-C_BwPJ92.js → xml-gax5muLM.js} +1 -1
- package/min/vs/{yaml-30ifeBJ9.js → yaml-Dxc9072l.js} +1 -1
- package/monaco.d.ts +20 -18
- package/package.json +3 -3
|
@@ -6972,11 +6972,11 @@
|
|
|
6972
6972
|
InlineCompletionTriggerKind2[InlineCompletionTriggerKind2["Automatic"] = 0] = "Automatic";
|
|
6973
6973
|
InlineCompletionTriggerKind2[InlineCompletionTriggerKind2["Explicit"] = 1] = "Explicit";
|
|
6974
6974
|
})(InlineCompletionTriggerKind$2 || (InlineCompletionTriggerKind$2 = {}));
|
|
6975
|
-
var
|
|
6976
|
-
(function(
|
|
6977
|
-
|
|
6978
|
-
|
|
6979
|
-
})(
|
|
6975
|
+
var InlineCompletionHintStyle$1;
|
|
6976
|
+
(function(InlineCompletionHintStyle2) {
|
|
6977
|
+
InlineCompletionHintStyle2[InlineCompletionHintStyle2["Code"] = 1] = "Code";
|
|
6978
|
+
InlineCompletionHintStyle2[InlineCompletionHintStyle2["Label"] = 2] = "Label";
|
|
6979
|
+
})(InlineCompletionHintStyle$1 || (InlineCompletionHintStyle$1 = {}));
|
|
6980
6980
|
var InlineCompletionEndOfLifeReasonKind$1;
|
|
6981
6981
|
(function(InlineCompletionEndOfLifeReasonKind2) {
|
|
6982
6982
|
InlineCompletionEndOfLifeReasonKind2[InlineCompletionEndOfLifeReasonKind2["Accepted"] = 0] = "Accepted";
|
|
@@ -7647,17 +7647,17 @@
|
|
|
7647
7647
|
InlayHintKind2[InlayHintKind2["Type"] = 1] = "Type";
|
|
7648
7648
|
InlayHintKind2[InlayHintKind2["Parameter"] = 2] = "Parameter";
|
|
7649
7649
|
})(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
7650
|
var InlineCompletionEndOfLifeReasonKind;
|
|
7656
7651
|
(function(InlineCompletionEndOfLifeReasonKind2) {
|
|
7657
7652
|
InlineCompletionEndOfLifeReasonKind2[InlineCompletionEndOfLifeReasonKind2["Accepted"] = 0] = "Accepted";
|
|
7658
7653
|
InlineCompletionEndOfLifeReasonKind2[InlineCompletionEndOfLifeReasonKind2["Rejected"] = 1] = "Rejected";
|
|
7659
7654
|
InlineCompletionEndOfLifeReasonKind2[InlineCompletionEndOfLifeReasonKind2["Ignored"] = 2] = "Ignored";
|
|
7660
7655
|
})(InlineCompletionEndOfLifeReasonKind || (InlineCompletionEndOfLifeReasonKind = {}));
|
|
7656
|
+
var InlineCompletionHintStyle;
|
|
7657
|
+
(function(InlineCompletionHintStyle2) {
|
|
7658
|
+
InlineCompletionHintStyle2[InlineCompletionHintStyle2["Code"] = 1] = "Code";
|
|
7659
|
+
InlineCompletionHintStyle2[InlineCompletionHintStyle2["Label"] = 2] = "Label";
|
|
7660
|
+
})(InlineCompletionHintStyle || (InlineCompletionHintStyle = {}));
|
|
7661
7661
|
var InlineCompletionTriggerKind$1;
|
|
7662
7662
|
(function(InlineCompletionTriggerKind2) {
|
|
7663
7663
|
InlineCompletionTriggerKind2[InlineCompletionTriggerKind2["Automatic"] = 0] = "Automatic";
|
|
@@ -6973,11 +6973,11 @@
|
|
|
6973
6973
|
InlineCompletionTriggerKind2[InlineCompletionTriggerKind2["Automatic"] = 0] = "Automatic";
|
|
6974
6974
|
InlineCompletionTriggerKind2[InlineCompletionTriggerKind2["Explicit"] = 1] = "Explicit";
|
|
6975
6975
|
})(InlineCompletionTriggerKind$1 || (InlineCompletionTriggerKind$1 = {}));
|
|
6976
|
-
var
|
|
6977
|
-
(function(
|
|
6978
|
-
|
|
6979
|
-
|
|
6980
|
-
})(
|
|
6976
|
+
var InlineCompletionHintStyle$1;
|
|
6977
|
+
(function(InlineCompletionHintStyle2) {
|
|
6978
|
+
InlineCompletionHintStyle2[InlineCompletionHintStyle2["Code"] = 1] = "Code";
|
|
6979
|
+
InlineCompletionHintStyle2[InlineCompletionHintStyle2["Label"] = 2] = "Label";
|
|
6980
|
+
})(InlineCompletionHintStyle$1 || (InlineCompletionHintStyle$1 = {}));
|
|
6981
6981
|
var InlineCompletionEndOfLifeReasonKind$1;
|
|
6982
6982
|
(function(InlineCompletionEndOfLifeReasonKind2) {
|
|
6983
6983
|
InlineCompletionEndOfLifeReasonKind2[InlineCompletionEndOfLifeReasonKind2["Accepted"] = 0] = "Accepted";
|
|
@@ -7652,17 +7652,17 @@
|
|
|
7652
7652
|
InlayHintKind2[InlayHintKind2["Type"] = 1] = "Type";
|
|
7653
7653
|
InlayHintKind2[InlayHintKind2["Parameter"] = 2] = "Parameter";
|
|
7654
7654
|
})(InlayHintKind || (InlayHintKind = {}));
|
|
7655
|
-
var InlineCompletionDisplayLocationKind;
|
|
7656
|
-
(function(InlineCompletionDisplayLocationKind2) {
|
|
7657
|
-
InlineCompletionDisplayLocationKind2[InlineCompletionDisplayLocationKind2["Code"] = 1] = "Code";
|
|
7658
|
-
InlineCompletionDisplayLocationKind2[InlineCompletionDisplayLocationKind2["Label"] = 2] = "Label";
|
|
7659
|
-
})(InlineCompletionDisplayLocationKind || (InlineCompletionDisplayLocationKind = {}));
|
|
7660
7655
|
var InlineCompletionEndOfLifeReasonKind;
|
|
7661
7656
|
(function(InlineCompletionEndOfLifeReasonKind2) {
|
|
7662
7657
|
InlineCompletionEndOfLifeReasonKind2[InlineCompletionEndOfLifeReasonKind2["Accepted"] = 0] = "Accepted";
|
|
7663
7658
|
InlineCompletionEndOfLifeReasonKind2[InlineCompletionEndOfLifeReasonKind2["Rejected"] = 1] = "Rejected";
|
|
7664
7659
|
InlineCompletionEndOfLifeReasonKind2[InlineCompletionEndOfLifeReasonKind2["Ignored"] = 2] = "Ignored";
|
|
7665
7660
|
})(InlineCompletionEndOfLifeReasonKind || (InlineCompletionEndOfLifeReasonKind = {}));
|
|
7661
|
+
var InlineCompletionHintStyle;
|
|
7662
|
+
(function(InlineCompletionHintStyle2) {
|
|
7663
|
+
InlineCompletionHintStyle2[InlineCompletionHintStyle2["Code"] = 1] = "Code";
|
|
7664
|
+
InlineCompletionHintStyle2[InlineCompletionHintStyle2["Label"] = 2] = "Label";
|
|
7665
|
+
})(InlineCompletionHintStyle || (InlineCompletionHintStyle = {}));
|
|
7666
7666
|
var InlineCompletionTriggerKind;
|
|
7667
7667
|
(function(InlineCompletionTriggerKind2) {
|
|
7668
7668
|
InlineCompletionTriggerKind2[InlineCompletionTriggerKind2["Automatic"] = 0] = "Automatic";
|
|
@@ -6972,11 +6972,11 @@
|
|
|
6972
6972
|
InlineCompletionTriggerKind2[InlineCompletionTriggerKind2["Automatic"] = 0] = "Automatic";
|
|
6973
6973
|
InlineCompletionTriggerKind2[InlineCompletionTriggerKind2["Explicit"] = 1] = "Explicit";
|
|
6974
6974
|
})(InlineCompletionTriggerKind$2 || (InlineCompletionTriggerKind$2 = {}));
|
|
6975
|
-
var
|
|
6976
|
-
(function(
|
|
6977
|
-
|
|
6978
|
-
|
|
6979
|
-
})(
|
|
6975
|
+
var InlineCompletionHintStyle$1;
|
|
6976
|
+
(function(InlineCompletionHintStyle2) {
|
|
6977
|
+
InlineCompletionHintStyle2[InlineCompletionHintStyle2["Code"] = 1] = "Code";
|
|
6978
|
+
InlineCompletionHintStyle2[InlineCompletionHintStyle2["Label"] = 2] = "Label";
|
|
6979
|
+
})(InlineCompletionHintStyle$1 || (InlineCompletionHintStyle$1 = {}));
|
|
6980
6980
|
var InlineCompletionEndOfLifeReasonKind$1;
|
|
6981
6981
|
(function(InlineCompletionEndOfLifeReasonKind2) {
|
|
6982
6982
|
InlineCompletionEndOfLifeReasonKind2[InlineCompletionEndOfLifeReasonKind2["Accepted"] = 0] = "Accepted";
|
|
@@ -7647,17 +7647,17 @@
|
|
|
7647
7647
|
InlayHintKind2[InlayHintKind2["Type"] = 1] = "Type";
|
|
7648
7648
|
InlayHintKind2[InlayHintKind2["Parameter"] = 2] = "Parameter";
|
|
7649
7649
|
})(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
7650
|
var InlineCompletionEndOfLifeReasonKind;
|
|
7656
7651
|
(function(InlineCompletionEndOfLifeReasonKind2) {
|
|
7657
7652
|
InlineCompletionEndOfLifeReasonKind2[InlineCompletionEndOfLifeReasonKind2["Accepted"] = 0] = "Accepted";
|
|
7658
7653
|
InlineCompletionEndOfLifeReasonKind2[InlineCompletionEndOfLifeReasonKind2["Rejected"] = 1] = "Rejected";
|
|
7659
7654
|
InlineCompletionEndOfLifeReasonKind2[InlineCompletionEndOfLifeReasonKind2["Ignored"] = 2] = "Ignored";
|
|
7660
7655
|
})(InlineCompletionEndOfLifeReasonKind || (InlineCompletionEndOfLifeReasonKind = {}));
|
|
7656
|
+
var InlineCompletionHintStyle;
|
|
7657
|
+
(function(InlineCompletionHintStyle2) {
|
|
7658
|
+
InlineCompletionHintStyle2[InlineCompletionHintStyle2["Code"] = 1] = "Code";
|
|
7659
|
+
InlineCompletionHintStyle2[InlineCompletionHintStyle2["Label"] = 2] = "Label";
|
|
7660
|
+
})(InlineCompletionHintStyle || (InlineCompletionHintStyle = {}));
|
|
7661
7661
|
var InlineCompletionTriggerKind$1;
|
|
7662
7662
|
(function(InlineCompletionTriggerKind2) {
|
|
7663
7663
|
InlineCompletionTriggerKind2[InlineCompletionTriggerKind2["Automatic"] = 0] = "Automatic";
|
|
@@ -6974,11 +6974,11 @@
|
|
|
6974
6974
|
InlineCompletionTriggerKind2[InlineCompletionTriggerKind2["Automatic"] = 0] = "Automatic";
|
|
6975
6975
|
InlineCompletionTriggerKind2[InlineCompletionTriggerKind2["Explicit"] = 1] = "Explicit";
|
|
6976
6976
|
})(InlineCompletionTriggerKind$2 || (InlineCompletionTriggerKind$2 = {}));
|
|
6977
|
-
var
|
|
6978
|
-
(function(
|
|
6979
|
-
|
|
6980
|
-
|
|
6981
|
-
})(
|
|
6977
|
+
var InlineCompletionHintStyle$1;
|
|
6978
|
+
(function(InlineCompletionHintStyle2) {
|
|
6979
|
+
InlineCompletionHintStyle2[InlineCompletionHintStyle2["Code"] = 1] = "Code";
|
|
6980
|
+
InlineCompletionHintStyle2[InlineCompletionHintStyle2["Label"] = 2] = "Label";
|
|
6981
|
+
})(InlineCompletionHintStyle$1 || (InlineCompletionHintStyle$1 = {}));
|
|
6982
6982
|
var InlineCompletionEndOfLifeReasonKind$1;
|
|
6983
6983
|
(function(InlineCompletionEndOfLifeReasonKind2) {
|
|
6984
6984
|
InlineCompletionEndOfLifeReasonKind2[InlineCompletionEndOfLifeReasonKind2["Accepted"] = 0] = "Accepted";
|
|
@@ -7649,17 +7649,17 @@
|
|
|
7649
7649
|
InlayHintKind2[InlayHintKind2["Type"] = 1] = "Type";
|
|
7650
7650
|
InlayHintKind2[InlayHintKind2["Parameter"] = 2] = "Parameter";
|
|
7651
7651
|
})(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
7652
|
var InlineCompletionEndOfLifeReasonKind;
|
|
7658
7653
|
(function(InlineCompletionEndOfLifeReasonKind2) {
|
|
7659
7654
|
InlineCompletionEndOfLifeReasonKind2[InlineCompletionEndOfLifeReasonKind2["Accepted"] = 0] = "Accepted";
|
|
7660
7655
|
InlineCompletionEndOfLifeReasonKind2[InlineCompletionEndOfLifeReasonKind2["Rejected"] = 1] = "Rejected";
|
|
7661
7656
|
InlineCompletionEndOfLifeReasonKind2[InlineCompletionEndOfLifeReasonKind2["Ignored"] = 2] = "Ignored";
|
|
7662
7657
|
})(InlineCompletionEndOfLifeReasonKind || (InlineCompletionEndOfLifeReasonKind = {}));
|
|
7658
|
+
var InlineCompletionHintStyle;
|
|
7659
|
+
(function(InlineCompletionHintStyle2) {
|
|
7660
|
+
InlineCompletionHintStyle2[InlineCompletionHintStyle2["Code"] = 1] = "Code";
|
|
7661
|
+
InlineCompletionHintStyle2[InlineCompletionHintStyle2["Label"] = 2] = "Label";
|
|
7662
|
+
})(InlineCompletionHintStyle || (InlineCompletionHintStyle = {}));
|
|
7663
7663
|
var InlineCompletionTriggerKind$1;
|
|
7664
7664
|
(function(InlineCompletionTriggerKind2) {
|
|
7665
7665
|
InlineCompletionTriggerKind2[InlineCompletionTriggerKind2["Automatic"] = 0] = "Automatic";
|
|
@@ -6973,11 +6973,11 @@
|
|
|
6973
6973
|
InlineCompletionTriggerKind2[InlineCompletionTriggerKind2["Automatic"] = 0] = "Automatic";
|
|
6974
6974
|
InlineCompletionTriggerKind2[InlineCompletionTriggerKind2["Explicit"] = 1] = "Explicit";
|
|
6975
6975
|
})(InlineCompletionTriggerKind$1 || (InlineCompletionTriggerKind$1 = {}));
|
|
6976
|
-
var
|
|
6977
|
-
(function(
|
|
6978
|
-
|
|
6979
|
-
|
|
6980
|
-
})(
|
|
6976
|
+
var InlineCompletionHintStyle$1;
|
|
6977
|
+
(function(InlineCompletionHintStyle2) {
|
|
6978
|
+
InlineCompletionHintStyle2[InlineCompletionHintStyle2["Code"] = 1] = "Code";
|
|
6979
|
+
InlineCompletionHintStyle2[InlineCompletionHintStyle2["Label"] = 2] = "Label";
|
|
6980
|
+
})(InlineCompletionHintStyle$1 || (InlineCompletionHintStyle$1 = {}));
|
|
6981
6981
|
var InlineCompletionEndOfLifeReasonKind$1;
|
|
6982
6982
|
(function(InlineCompletionEndOfLifeReasonKind2) {
|
|
6983
6983
|
InlineCompletionEndOfLifeReasonKind2[InlineCompletionEndOfLifeReasonKind2["Accepted"] = 0] = "Accepted";
|
|
@@ -7652,17 +7652,17 @@
|
|
|
7652
7652
|
InlayHintKind2[InlayHintKind2["Type"] = 1] = "Type";
|
|
7653
7653
|
InlayHintKind2[InlayHintKind2["Parameter"] = 2] = "Parameter";
|
|
7654
7654
|
})(InlayHintKind || (InlayHintKind = {}));
|
|
7655
|
-
var InlineCompletionDisplayLocationKind;
|
|
7656
|
-
(function(InlineCompletionDisplayLocationKind2) {
|
|
7657
|
-
InlineCompletionDisplayLocationKind2[InlineCompletionDisplayLocationKind2["Code"] = 1] = "Code";
|
|
7658
|
-
InlineCompletionDisplayLocationKind2[InlineCompletionDisplayLocationKind2["Label"] = 2] = "Label";
|
|
7659
|
-
})(InlineCompletionDisplayLocationKind || (InlineCompletionDisplayLocationKind = {}));
|
|
7660
7655
|
var InlineCompletionEndOfLifeReasonKind;
|
|
7661
7656
|
(function(InlineCompletionEndOfLifeReasonKind2) {
|
|
7662
7657
|
InlineCompletionEndOfLifeReasonKind2[InlineCompletionEndOfLifeReasonKind2["Accepted"] = 0] = "Accepted";
|
|
7663
7658
|
InlineCompletionEndOfLifeReasonKind2[InlineCompletionEndOfLifeReasonKind2["Rejected"] = 1] = "Rejected";
|
|
7664
7659
|
InlineCompletionEndOfLifeReasonKind2[InlineCompletionEndOfLifeReasonKind2["Ignored"] = 2] = "Ignored";
|
|
7665
7660
|
})(InlineCompletionEndOfLifeReasonKind || (InlineCompletionEndOfLifeReasonKind = {}));
|
|
7661
|
+
var InlineCompletionHintStyle;
|
|
7662
|
+
(function(InlineCompletionHintStyle2) {
|
|
7663
|
+
InlineCompletionHintStyle2[InlineCompletionHintStyle2["Code"] = 1] = "Code";
|
|
7664
|
+
InlineCompletionHintStyle2[InlineCompletionHintStyle2["Label"] = 2] = "Label";
|
|
7665
|
+
})(InlineCompletionHintStyle || (InlineCompletionHintStyle = {}));
|
|
7666
7666
|
var InlineCompletionTriggerKind;
|
|
7667
7667
|
(function(InlineCompletionTriggerKind2) {
|
|
7668
7668
|
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-RinWPch5"], (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-CsIUEtWG"], 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-CsIUEtWG"], 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-CsIUEtWG"], 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-CsIUEtWG"], 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-CsIUEtWG"], 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-CsIUEtWG"], 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-CsIUEtWG"], 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-BOGP_az2"], 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-TqlM0c_h"], 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-BkZUVn6M"], 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-MVkNTm5d"], 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-BFRYuUhz"], 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-BmpngffO"], 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-Dl_b1a3D"], 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-CFv5_7Mg"], 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-B2pPDP7c"], 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-Ba9bYa9E"], resolve, reject))
|
|
637
637
|
});
|
|
638
638
|
}));
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
define("vs/cssMode-
|
|
1
|
+
define("vs/cssMode-B6XoYg6e", ["module", "exports", "./workers-CgK-4zWB", "./lspLanguageFeatures-n7qfqLBs", "./editor.api-RinWPch5"], (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-DNwt7j-i.js"), document.baseURI).href,
|
|
43
43
|
new URL(module.uri, document.baseURI).href
|
|
44
44
|
), { type: "module" }),
|
|
45
45
|
label: this._defaults.languageId,
|
|
@@ -186,6 +186,10 @@
|
|
|
186
186
|
box-shadow: var(--vscode-scrollbar-shadow) 6px 0 6px -6px inset;
|
|
187
187
|
}
|
|
188
188
|
|
|
189
|
+
.monaco-scrollable-element > .scrollbar {
|
|
190
|
+
background: var(--vscode-scrollbar-background);
|
|
191
|
+
}
|
|
192
|
+
|
|
189
193
|
.monaco-scrollable-element > .scrollbar > .slider {
|
|
190
194
|
background: var(--vscode-scrollbarSlider-background);
|
|
191
195
|
}
|
|
@@ -1481,6 +1485,17 @@
|
|
|
1481
1485
|
display: inline-block;
|
|
1482
1486
|
padding: 0;
|
|
1483
1487
|
}
|
|
1488
|
+
|
|
1489
|
+
.monaco-toolbar.responsive {
|
|
1490
|
+
.monaco-action-bar > .actions-container > .action-item {
|
|
1491
|
+
flex-shrink: 0;
|
|
1492
|
+
min-width: 20px;
|
|
1493
|
+
}
|
|
1494
|
+
|
|
1495
|
+
.monaco-action-bar > .actions-container > .action-item.responsive {
|
|
1496
|
+
flex-shrink: 10000 !important;
|
|
1497
|
+
}
|
|
1498
|
+
}
|
|
1484
1499
|
/*---------------------------------------------------------------------------------------------
|
|
1485
1500
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1486
1501
|
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
define("vs/editor/editor.main", ["exports", "require", "vs/nls.messages-loader!", "../monaco.contribution-
|
|
1
|
+
define("vs/editor/editor.main", ["exports", "require", "vs/nls.messages-loader!", "../monaco.contribution-C4g_AFIF", "../monaco.contribution-Cvt40h7u", "../monaco.contribution-CdOofNcQ", "../monaco.contribution-1aPO-eVP", "../basic-languages/monaco.contribution", "../editor.api-RinWPch5", "../workers-CgK-4zWB"], (function(exports, require, nls_messagesLoader_, language_css_monaco_contribution, language_html_monaco_contribution, language_json_monaco_contribution, language_typescript_monaco_contribution, basicLanguages_monaco_contribution, editor_api, workers) {
|
|
2
2
|
"use strict";
|
|
3
3
|
function _interopNamespaceDefault(e) {
|
|
4
4
|
const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
|
|
@@ -17,11 +17,11 @@ define("vs/editor/editor.main", ["exports", "require", "vs/nls.messages-loader!"
|
|
|
17
17
|
return Object.freeze(n);
|
|
18
18
|
}
|
|
19
19
|
const require__namespace = /* @__PURE__ */ _interopNamespaceDefault(require);
|
|
20
|
-
const __worker_url_0__ = "" + new URL(require.toUrl("../assets/json.worker-
|
|
21
|
-
const __worker_url_1__ = "" + new URL(require.toUrl("../assets/css.worker-
|
|
22
|
-
const __worker_url_2__ = "" + new URL(require.toUrl("../assets/html.worker-
|
|
23
|
-
const __worker_url_3__ = "" + new URL(require.toUrl("../assets/ts.worker-
|
|
24
|
-
const __worker_url_4__ = "" + new URL(require.toUrl("../assets/editor.worker-
|
|
20
|
+
const __worker_url_0__ = "" + new URL(require.toUrl("../assets/json.worker-CWV4qSFB.js"), document.baseURI).href;
|
|
21
|
+
const __worker_url_1__ = "" + new URL(require.toUrl("../assets/css.worker-DNwt7j-i.js"), document.baseURI).href;
|
|
22
|
+
const __worker_url_2__ = "" + new URL(require.toUrl("../assets/html.worker-BUuxsbxh.js"), document.baseURI).href;
|
|
23
|
+
const __worker_url_3__ = "" + new URL(require.toUrl("../assets/ts.worker-B4Lb1_2e.js"), document.baseURI).href;
|
|
24
|
+
const __worker_url_4__ = "" + new URL(require.toUrl("../assets/editor.worker-jD2FIO9M.js"), document.baseURI).href;
|
|
25
25
|
function isRequestOrNotification(msg) {
|
|
26
26
|
return msg.method !== void 0;
|
|
27
27
|
}
|