Merge pull request #140044 from microsoft/hediet/breakpointHitSounds

Play a sound whenever a breakpoint is hit.
This commit is contained in:
Henning Dieterichs
2022-01-07 13:51:43 +01:00
committed by GitHub
12 changed files with 184 additions and 6 deletions

View File

@@ -326,4 +326,7 @@ import 'vs/workbench/contrib/workspaces/browser/workspaces.contribution';
// List
import 'vs/workbench/contrib/list/browser/list.contribution';
// Audio Cues
import 'vs/workbench/contrib/audioCues/browser/audioCues.contribution';
//#endregion