We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51da365 commit 75c9920Copy full SHA for 75c9920
src/vs/workbench/contrib/inlineChat/browser/inlineChatController.ts
@@ -813,6 +813,7 @@ export class InlineChatController implements IEditorContribution {
813
// show error
814
if (!response.isCancellation) {
815
this._zone.value.widget.updateStatus(response.message, { classes: ['error'] });
816
+ this._strategy?.cancel();
817
}
818
819
} else if (response instanceof ReplyResponse) {
0 commit comments