fix(cli): hide read-only settings scopes (#26249)

This commit is contained in:
Christian Van
2026-05-06 15:03:48 -04:00
committed by GitHub
parent 7fb5146c6b
commit e4242edf61
6 changed files with 251 additions and 29 deletions
+1
View File
@@ -16,6 +16,7 @@ export interface MockSettingsFile {
settings: any;
originalSettings: any;
path: string;
readOnly?: boolean;
}
interface CreateMockSettingsOptions {