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 cc025eb commit f929eaaCopy full SHA for f929eaa
src/vs/platform/audioCues/browser/audioCueService.ts
@@ -56,8 +56,6 @@ export class AudioCueService extends Disposable implements IAudioCueService {
56
/**
57
* Gaming and other apps often play a sound variant when the same event happens again
58
* for an improved experience. This function plays a random sound from the given group to accomplish that.
59
- * @param groupId
60
- * @param allowManyInParallel
61
*/
62
public playRandomAudioCue(groupId: AudioCueGroupId, allowManyInParallel?: boolean): void {
63
const cues = AudioCue.allAudioCues.filter(cue => cue.groupId === groupId);
0 commit comments