chore: cleanup old smart edit settings (#15832)

This commit is contained in:
Abhi
2026-01-02 17:28:28 -05:00
committed by GitHub
parent 764b195977
commit c0ccb22460
14 changed files with 2 additions and 48 deletions
@@ -220,7 +220,6 @@ describe('useGeminiStream', () => {
getContentGeneratorConfig: vi
.fn()
.mockReturnValue(contentGeneratorConfig),
getUseSmartEdit: () => false,
isInteractive: () => false,
getExperiments: () => {},
} as unknown as Config;
@@ -77,7 +77,6 @@ const mockConfig = {
model: 'test-model',
authType: 'oauth-personal',
}),
getUseSmartEdit: () => false,
getGeminiClient: () => null, // No client needed for these tests
getShellExecutionConfig: () => ({ terminalWidth: 80, terminalHeight: 24 }),
getMessageBus: () => null,