fix(coding-agent): reset terminal title and working message in resetExtensionUI

This commit is contained in:
Mario Zechner 2026-01-22 19:18:40 +01:00
parent 3dd95094f5
commit 7d2255ddc2

View file

@ -920,6 +920,12 @@ export class InteractiveMode {
this.footer.invalidate();
this.setCustomEditorComponent(undefined);
this.defaultEditor.onExtensionShortcut = undefined;
this.updateTerminalTitle();
if (this.loadingAnimation) {
this.loadingAnimation.setMessage(
`${this.defaultWorkingMessage} (${appKey(this.keybindings, "interrupt")} to interrupt)`,
);
}
}
// Maximum total widget lines to prevent viewport overflow