mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
Emit change event when the state changes to streaming (#229834)
This commit is contained in:
@@ -722,6 +722,7 @@ class ChatEditingSession extends Disposable implements IChatEditingSession {
|
||||
|
||||
private async _acceptStreamingEditsStart(): Promise<void> {
|
||||
this._state.set(ChatEditingSessionState.StreamingEdits, undefined);
|
||||
this._onDidChange.fire();
|
||||
}
|
||||
|
||||
private async _acceptTextEdits(resource: URI, textEdits: TextEdit[]): Promise<void> {
|
||||
|
||||
Reference in New Issue
Block a user