

























@@ -103,6 +103,7 @@ function expectBundledCompatLoadPath(params: {
103103config: params.enablementCompat,
104104onlyPluginIds: ["openai"],
105105activate: false,
106+installBundledRuntimeDeps: false,
106107});
107108}
108109@@ -408,6 +409,7 @@ describe("resolvePluginCapabilityProviders", () => {
408409}),
409410onlyPluginIds: ["microsoft"],
410411activate: false,
412+installBundledRuntimeDeps: false,
411413});
412414});
413415@@ -582,6 +584,7 @@ describe("resolvePluginCapabilityProviders", () => {
582584config: expect.anything(),
583585onlyPluginIds: [],
584586activate: false,
587+installBundledRuntimeDeps: false,
585588});
586589});
587590@@ -626,6 +629,7 @@ describe("resolvePluginCapabilityProviders", () => {
626629config: compatConfig,
627630onlyPluginIds: ["google"],
628631activate: false,
632+installBundledRuntimeDeps: false,
629633});
630634});
631635@@ -649,6 +653,7 @@ describe("resolvePluginCapabilityProviders", () => {
649653config: expect.anything(),
650654onlyPluginIds: [],
651655activate: false,
656+installBundledRuntimeDeps: false,
652657});
653658});
654659@@ -786,6 +791,7 @@ describe("resolvePluginCapabilityProviders", () => {
786791config: enablementCompat,
787792onlyPluginIds: ["google"],
788793activate: false,
794+installBundledRuntimeDeps: false,
789795});
790796});
791797});
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。