Skip to content

Commit b050138

Browse files
committed
updated terminal bell settings
1 parent dacf950 commit b050138

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

devcontainer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
"vsls-contrib.gitdoc"
4545
],
4646
"settings": {
47+
"accessibility.signals.terminalBell": {
48+
"sound": "on"
49+
},
4750
"breadcrumbs.enabled": false,
4851
"C_Cpp.autocomplete": "disabled",
4952
"C_Cpp.clang_format_fallbackStyle": "{ AllowShortFunctionsOnASingleLine: Empty, BraceWrapping: { AfterCaseLabel: true, AfterControlStatement: true, AfterFunction: true, AfterStruct: true, BeforeElse: true, BeforeWhile: true }, BreakBeforeBraces: Custom, ColumnLimit: 100, IndentCaseLabels: true, IndentWidth: 4, SpaceAfterCStyleCast: true, TabWidth: 4 }", /* https://clang.llvm.org/docs/ClangFormatStyleOptions.html */
@@ -161,7 +164,7 @@
161164
"terminal.integrated.commandsToSkipShell": [
162165
"workbench.action.toggleSidebarVisibility"
163166
],
164-
"terminal.integrated.enableBell": true,
167+
"terminal.integrated.enableVisualBell": true,
165168
"terminal.integrated.defaultProfile.linux": "bash",
166169
"terminal.integrated.gpuAcceleration": "off",
167170
"terminal.integrated.profiles.linux": {

0 commit comments

Comments
 (0)