fix: V2 settings carry extensions over during model change (#1944)

This commit is contained in:
Alex Hancock
2025-03-31 15:05:04 -04:00
committed by GitHub
parent cd0e65177b
commit 41f3478893
6 changed files with 80 additions and 88 deletions
@@ -21,6 +21,8 @@ import type {
} from '../api/types.gen';
import { removeShims } from './settings_v2/extensions/utils';
export type { ExtensionConfig } from '../api/types.gen';
// Define a local version that matches the structure of the imported one
export type FixedExtensionEntry = ExtensionConfig & {
enabled: boolean;