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 df96b74 commit bedcc9bCopy full SHA for bedcc9b
src/vs/workbench/contrib/chat/browser/chatAccessibilityService.ts
@@ -29,6 +29,7 @@ export class ChatAccessibilityService extends Disposable implements IChatAccessi
29
this._responsePendingAudioCue = this._audioCueService.playAudioCueLoop(AudioCue.chatResponsePending, CHAT_RESPONSE_PENDING_AUDIO_CUE_LOOP_MS);
30
}
31
}, CHAT_RESPONSE_PENDING_AUDIO_CUE_LOOP_MS);
32
+ this._runOnceScheduler.schedule();
33
34
acceptResponse(response?: IChatResponseViewModel | string): void {
35
this._hasReceivedRequest = true;
0 commit comments