Skip to content

Commit bedcc9b

Browse files
committed
schedule it
1 parent df96b74 commit bedcc9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export class ChatAccessibilityService extends Disposable implements IChatAccessi
2929
this._responsePendingAudioCue = this._audioCueService.playAudioCueLoop(AudioCue.chatResponsePending, CHAT_RESPONSE_PENDING_AUDIO_CUE_LOOP_MS);
3030
}
3131
}, CHAT_RESPONSE_PENDING_AUDIO_CUE_LOOP_MS);
32+
this._runOnceScheduler.schedule();
3233
}
3334
acceptResponse(response?: IChatResponseViewModel | string): void {
3435
this._hasReceivedRequest = true;

0 commit comments

Comments
 (0)