mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-14 05:42:54 -07:00
fix(cli): hide read-only settings scopes (#26249)
This commit is contained in:
@@ -16,6 +16,7 @@ export interface MockSettingsFile {
|
||||
settings: any;
|
||||
originalSettings: any;
|
||||
path: string;
|
||||
readOnly?: boolean;
|
||||
}
|
||||
|
||||
interface CreateMockSettingsOptions {
|
||||
|
||||
Reference in New Issue
Block a user