Skip to content

Commit f29cc27

Browse files
committed
set default for terminal bell
1 parent ea700ef commit f29cc27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Configuration).regis
100100
'audioCues.terminalBell': {
101101
'description': localize('audioCues.terminalBell', "Plays a sound when the terminal bell is ringing."),
102102
...audioCueFeatureBase,
103+
default: 'on'
103104
},
104105
'audioCues.diffLineInserted': {
105106
'description': localize('audioCues.diffLineInserted', "Plays a sound when the focus moves to an inserted line in Accessible Diff Viewer mode or to the next/previous change."),

0 commit comments

Comments
 (0)