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 c68420a commit ced91acCopy full SHA for ced91ac
src/vs/workbench/contrib/chat/browser/chatEditingService.ts
@@ -722,6 +722,7 @@ class ChatEditingSession extends Disposable implements IChatEditingSession {
722
723
private async _acceptStreamingEditsStart(): Promise<void> {
724
this._state.set(ChatEditingSessionState.StreamingEdits, undefined);
725
+ this._onDidChange.fire();
726
}
727
728
private async _acceptTextEdits(resource: URI, textEdits: TextEdit[]): Promise<void> {
0 commit comments