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 a54a2c5 commit 0f3fa7bCopy full SHA for 0f3fa7b
src/vs/workbench/contrib/chat/browser/chatWidget.ts
@@ -126,6 +126,7 @@ export class ChatWidget extends Disposable implements IChatWidget {
126
127
this._register((chatWidgetService as ChatWidgetService).register(this));
128
this._chatAccessibilityService = new ChatAccessibilityService(audioCueService);
129
+ this._register(this._chatAccessibilityService);
130
}
131
132
get providerId(): string {
0 commit comments