From b050138eb5c003234b99803567783b10f50c6ca4 Mon Sep 17 00:00:00 2001 From: Rongxin Liu Date: Mon, 9 Sep 2024 09:04:25 -0400 Subject: [PATCH] updated terminal bell settings --- devcontainer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devcontainer.json b/devcontainer.json index 8aad3070..7bc7bf51 100644 --- a/devcontainer.json +++ b/devcontainer.json @@ -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 */ @@ -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": {