mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-13 07:30:52 -07:00
refactor(config): remove legacy V1 settings migration logic (#16252)
This commit is contained in:
@@ -109,7 +109,7 @@ export const mockSettings = new LoadedSettings(
|
||||
{ path: '', settings: {}, originalSettings: {} },
|
||||
{ path: '', settings: {}, originalSettings: {} },
|
||||
true,
|
||||
new Set(),
|
||||
[],
|
||||
);
|
||||
|
||||
export const createMockSettings = (
|
||||
@@ -122,7 +122,7 @@ export const createMockSettings = (
|
||||
{ path: '', settings, originalSettings: settings },
|
||||
{ path: '', settings: {}, originalSettings: {} },
|
||||
true,
|
||||
new Set(),
|
||||
[],
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user