Skip to content

Commit 4b825d4

Browse files
committed
use new audio cues
1 parent d0d9701 commit 4b825d4

File tree

8 files changed

+0
-6
lines changed

8 files changed

+0
-6
lines changed

src/vs/platform/audioCues/browser/audioCueService.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@ export class Sound {
224224
public static readonly chatResponseReceived2 = Sound.register({ fileName: 'chatResponseReceived2.mp3' });
225225
public static readonly chatResponseReceived3 = Sound.register({ fileName: 'chatResponseReceived3.mp3' });
226226
public static readonly chatResponseReceived4 = Sound.register({ fileName: 'chatResponseReceived4.mp3' });
227-
public static readonly chatResponseReceived5 = Sound.register({ fileName: 'chatResponseReceived5.mp3' });
228227

229228
private constructor(public readonly fileName: string) { }
230229
}
@@ -380,11 +379,6 @@ export class AudioCue {
380379
...this.chatResponseReceived
381380
});
382381

383-
public static readonly chatResponseReceived5 = AudioCue.register({
384-
sound: Sound.chatResponseReceived5,
385-
...this.chatResponseReceived
386-
});
387-
388382
public static readonly chatResponsePending = AudioCue.register({
389383
name: localize('audioCues.chatResponsePending', 'Chat Response Pending'),
390384
sound: Sound.chatResponsePending,
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)