mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-21 11:30:38 -07:00
Check folder trust before allowing add directory (#12652)
This commit is contained in:
@@ -201,6 +201,7 @@ describe('useSlashCommandProcessor', () => {
|
||||
},
|
||||
new Map(), // extensionsUpdateState
|
||||
true, // isConfigInitialized
|
||||
vi.fn(), // setCustomDialog
|
||||
),
|
||||
);
|
||||
result = hook.result;
|
||||
|
||||
Reference in New Issue
Block a user