Show settings source in extensions lists (#16207)

This commit is contained in:
christine betts
2026-01-09 12:04:53 -05:00
committed by GitHub
parent b9f8858bfb
commit 77e226c55f
8 changed files with 329 additions and 17 deletions
+2
View File
@@ -149,6 +149,8 @@ export interface ResolvedExtensionSetting {
envVar: string;
value: string;
sensitive: boolean;
scope?: 'user' | 'workspace';
source?: string;
}
export interface CliHelpAgentSettings {