turns off all sounds and announcements
This commit is contained in:
parent
6bfec38289
commit
60341c6ee9
@ -14,6 +14,21 @@
|
|||||||
"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]": {
|
||||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user