File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 12
12
"git.autofetch" : true ,
13
13
"diffEditor.ignoreTrimWhitespace" : false ,
14
14
"diffEditor.hideUnchangedRegions.enabled" : true ,
15
- "audioCues.terminalCommandFailed" : " on" ,
16
- "audioCues.format" : " userGesture" ,
17
- "audioCues.save" : " userGesture" ,
18
15
"[python]" : {
19
16
"editor.rulers" : [100 ]
20
17
},
21
18
"python.analysis.typeCheckingMode" : " basic" ,
22
19
"python.testing.pytestArgs" : [" ." ],
23
20
"python.testing.unittestEnabled" : false ,
24
21
"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"
25
32
}
You can’t perform that action at this time.
0 commit comments