Skip to content

Commit 4552a93

Browse files
authored
1 parent d132035 commit 4552a93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vs/workbench/contrib/audioCues/browser/audioCueLineFeatureContribution.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ export class AudioCueLineFeatureContribution
3333
];
3434

3535
private readonly isEnabledCache = new CachedFunction<AudioCue, IObservable<boolean>>((cue) => observableFromEvent(
36-
this.audioCueService.onEnabledChanged(AudioCue.onDebugBreak),
37-
() => this.audioCueService.isEnabled(AudioCue.onDebugBreak)
36+
this.audioCueService.onEnabledChanged(cue),
37+
() => this.audioCueService.isEnabled(cue)
3838
));
3939

4040
constructor(

0 commit comments

Comments
 (0)