You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: localize('terminal.integrated.enableBell',"Controls whether the terminal bell is enabled. This shows up as a visual bell next to the terminal's name."),
368
+
markdownDeprecationMessage: localize('terminal.integrated.enableBell',"This is now deprecated. Instead use the `terminal.integrated.enableVisualBell` and `accessibility.signals.terminalBell` settings."),
369
+
type: 'boolean',
370
+
default: false
371
+
},
372
+
[TerminalSettingId.EnableVisualBell]: {
373
+
description: localize('terminal.integrated.enableVisualBell',"Controls whether the visual terminal bell is enabled. This shows up next to the terminal's name."),
368
374
type: 'boolean',
369
375
default: false
370
376
},
@@ -660,3 +666,20 @@ export function registerTerminalConfiguration() {
0 commit comments