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.footer.invalidate();
|
||||||
this.setCustomEditorComponent(undefined);
|
this.setCustomEditorComponent(undefined);
|
||||||
this.defaultEditor.onExtensionShortcut = 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
|
// Maximum total widget lines to prevent viewport overflow
|
||||||
|
|||||||
Reference in New Issue
Block a user