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:
@@ -24,7 +24,7 @@ describe('colorizeCode', () => {
|
||||
},
|
||||
{ path: '', settings: {}, originalSettings: {} },
|
||||
true,
|
||||
new Set(),
|
||||
[],
|
||||
);
|
||||
|
||||
const result = colorizeCode({
|
||||
|
||||
@@ -198,7 +198,7 @@ Another paragraph.
|
||||
},
|
||||
{ path: '', settings: {}, originalSettings: {} },
|
||||
true,
|
||||
new Set(),
|
||||
[],
|
||||
);
|
||||
|
||||
const { lastFrame } = renderWithProviders(
|
||||
|
||||
Reference in New Issue
Block a user