mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
immediately close inline chat UI when session is cancelled (#270742)
fixes https://github.com/microsoft/vscode/issues/265579
This commit is contained in:
@@ -1192,6 +1192,7 @@ export class InlineChatController1 implements IEditorContribution {
|
||||
});
|
||||
}
|
||||
|
||||
this._resetWidget();
|
||||
this._messages.fire(Message.CANCEL_SESSION);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user