fix(coding-agent): reset terminal title and working message in resetExtensionUI
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user