Skip to content

Commit ced91ac

Browse files
authored
Emit change event when the state changes to streaming (microsoft#229834)
1 parent c68420a commit ced91ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/workbench/contrib/chat/browser/chatEditingService.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -722,6 +722,7 @@ class ChatEditingSession extends Disposable implements IChatEditingSession {
722722

723723
private async _acceptStreamingEditsStart(): Promise<void> {
724724
this._state.set(ChatEditingSessionState.StreamingEdits, undefined);
725+
this._onDidChange.fire();
725726
}
726727

727728
private async _acceptTextEdits(resource: URI, textEdits: TextEdit[]): Promise<void> {

0 commit comments

Comments
 (0)