Skip to content

Commit

Permalink
updated terminal bell settings
Browse files Browse the repository at this point in the history
  • Loading branch information
rongxin-liu committed Sep 9, 2024
1 parent dacf950 commit b050138
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
"vsls-contrib.gitdoc"
],
"settings": {
"accessibility.signals.terminalBell": {
"sound": "on"
},
"breadcrumbs.enabled": false,
"C_Cpp.autocomplete": "disabled",
"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 */
Expand Down Expand Up @@ -161,7 +164,7 @@
"terminal.integrated.commandsToSkipShell": [
"workbench.action.toggleSidebarVisibility"
],
"terminal.integrated.enableBell": true,
"terminal.integrated.enableVisualBell": true,
"terminal.integrated.defaultProfile.linux": "bash",
"terminal.integrated.gpuAcceleration": "off",
"terminal.integrated.profiles.linux": {
Expand Down

0 comments on commit b050138

Please sign in to comment.