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 e0355db commit 5d458f8Copy full SHA for 5d458f8
src/vs/workbench/contrib/chat/browser/chatEditing/chatEditingService.ts
@@ -137,6 +137,7 @@ export class ChatEditingService extends Disposable implements IChatEditingServic
137
}));
138
this._register(this._chatService.onDidDisposeSession((e) => {
139
if (e.reason === 'cleared' && this._currentSessionObs.get()?.chatSessionId === e.sessionId) {
140
+ this._applyingChatEditsFailedContextKey.set(false);
141
void this._currentSessionObs.get()?.stop();
142
}
143
0 commit comments