turns off all sounds and announcements
This commit is contained in:
parent
6bfec38289
commit
60341c6ee9
@ -13,6 +13,21 @@
|
|||||||
"git.pruneOnFetch": true,
|
"git.pruneOnFetch": true,
|
||||||
"update.mode": "none",
|
"update.mode": "none",
|
||||||
"workbench.colorTheme": "Default Dark+",
|
"workbench.colorTheme": "Default Dark+",
|
||||||
|
|
||||||
|
// turns off all sounds and announcements
|
||||||
|
"accessibility.signals.terminalCommandFailed": {
|
||||||
|
"sound": "off",
|
||||||
|
"announcement": "off"
|
||||||
|
},
|
||||||
|
"accessibility.signals.terminalQuickFix": {
|
||||||
|
"sound": "off",
|
||||||
|
"announcement": "off"
|
||||||
|
},
|
||||||
|
"accessibility.signals.terminalBell": {
|
||||||
|
"sound": "off",
|
||||||
|
"announcement": "off"
|
||||||
|
}
|
||||||
|
,
|
||||||
|
|
||||||
// formatters
|
// formatters
|
||||||
"[jsonc]": {
|
"[jsonc]": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user