From 4d8e8e2d2422b2e5fbc3ee0c80cde0ef7f5d5438 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Fri, 1 May 2026 08:39:51 -0700 Subject: [PATCH] fix(plugins): preserve setup auto-enable lookup --- src/config/plugin-auto-enable.shared.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/config/plugin-auto-enable.shared.ts b/src/config/plugin-auto-enable.shared.ts index d7b8b965f3d..6c7ae9e15d9 100644 --- a/src/config/plugin-auto-enable.shared.ts +++ b/src/config/plugin-auto-enable.shared.ts @@ -663,7 +663,6 @@ export function resolveConfiguredPluginAutoEnableCandidates(params: { config: params.config, env: params.env, pluginIds: setupPluginIds, - manifestRegistry: params.registry, })) { changes.push({ pluginId: entry.pluginId,