From 90073187b6d89cb2472d73f29084507366a719fb Mon Sep 17 00:00:00 2001 From: "rick.chan" Date: Sun, 29 Sep 2024 14:13:52 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E5=B8=B8=E8=A7=81=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: rick.chan --- Software/Applications/VSCode/VSCode_常见问题集锦.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Software/Applications/VSCode/VSCode_常见问题集锦.md b/Software/Applications/VSCode/VSCode_常见问题集锦.md index 0bcbd44..7392d64 100644 --- a/Software/Applications/VSCode/VSCode_常见问题集锦.md +++ b/Software/Applications/VSCode/VSCode_常见问题集锦.md @@ -50,3 +50,13 @@ VSCodium 是微软 Visual Studio Code 的一个分支。该项目的唯一目的 ## 7. 管理 Trusted Workspace Ctrl + Shift + P 后输入 Manage Workspace Trust 即可对可信任的 Host 和 Path 进行设置。 + +## 8. 关闭提示音 + +### 8.1. 工作提示音 + +VSCode 在有工作任务时经常发出“蛙叫”一般的提示音,此时可在用户设置中将“Accessibility->Signals->Terminal Quick Fix->Sound”修改为 Off。 + +### 8.2. 终端提示音 + +将“Accessibility->Signals->Terminal Bell->Sound”修改为 Off 可关闭 VScode 终端提示音。