Skip to content

Commit 039c015

Browse files
committed
Update VS Code accessibility signals and formatter
1 parent 3ee9d67 commit 039c015

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.vscode/settings.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,21 @@
1212
"git.autofetch": true,
1313
"diffEditor.ignoreTrimWhitespace": false,
1414
"diffEditor.hideUnchangedRegions.enabled": true,
15-
"audioCues.terminalCommandFailed": "on",
16-
"audioCues.format": "userGesture",
17-
"audioCues.save": "userGesture",
1815
"[python]": {
1916
"editor.rulers": [100]
2017
},
2118
"python.analysis.typeCheckingMode": "basic",
2219
"python.testing.pytestArgs": ["."],
2320
"python.testing.unittestEnabled": false,
2421
"python.testing.pytestEnabled": true,
22+
"accessibility.signals.terminalCommandFailed": {
23+
"sound": "on"
24+
},
25+
"accessibility.signals.save": {
26+
"sound": "userGesture"
27+
},
28+
"accessibility.signals.format": {
29+
"sound": "userGesture"
30+
},
31+
"tinymist.formatterMode": "typstyle"
2532
}

0 commit comments

Comments
 (0)