fix(coding-agent): sync extension theme changes to session settings (#1483)
This commit is contained in:
@@ -1427,6 +1427,9 @@ export class InteractiveMode {
|
||||
}
|
||||
const result = setTheme(themeOrName, true);
|
||||
if (result.success) {
|
||||
if (this.settingsManager.getTheme() !== themeOrName) {
|
||||
this.settingsManager.setTheme(themeOrName);
|
||||
}
|
||||
this.ui.requestRender();
|
||||
}
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user