11{
2- "clangd.arguments" : [
3- " --clang-tidy"
4- ],
5- "cph.general.autoShowJudge" : false ,
6- "cph.general.firstTime" : false ,
7- "cph.general.timeOut" : 4000 ,
8- "cph.language.cpp.Args" : " -Wall -Wextra -O2 -Wl,--stack=512000000" ,
9- "doxdocgen.file.versionTag" : " " ,
10- "doxdocgen.generic.authorEmail" : " i@macesuted.moe" ,
11- "doxdocgen.generic.authorName" : " Macesuted" ,
12- "doxdocgen.generic.briefTemplate" : " " ,
13- "editor.acceptSuggestionOnEnter" : " off" ,
14- "editor.bracketPairColorization.enabled" : true ,
15- "editor.cursorBlinking" : " smooth" ,
16- "editor.cursorSmoothCaretAnimation" : " on" ,
17- "editor.fontFamily" : " Fira Code" ,
18- "editor.fontLigatures" : true ,
19- "editor.fontWeight" : " 600" ,
20- "editor.inlayHints.enabled" : " off" ,
21- "editor.smoothScrolling" : true ,
22- "editor.snippetSuggestions" : " top" ,
23- "editor.suggest.snippetsPreventQuickSuggestions" : true ,
24- "editor.tabCompletion" : " onlySnippets" ,
25- "explorer.confirmDelete" : false ,
26- "explorer.confirmDragAndDrop" : false ,
27- "files.autoSave" : " onFocusChange" ,
28- "git.allowForcePush" : true ,
29- "git.autofetch" : true ,
30- "git.confirmSync" : false ,
31- "git.detectSubmodules" : false ,
32- "git.enableSmartCommit" : true ,
33- "git.mergeEditor" : true ,
34- "lldb.consoleMode" : " evaluate" ,
35- "lldb.dereferencePointers" : false ,
36- "lldb.displayFormat" : " auto" ,
37- "lldb.launch.expressions" : " native" ,
38- "lldb.launch.sourceLanguages" : [
39- " cpp"
40- ],
41- "lldb.showDisassembly" : " auto" ,
42- "python.analysis.typeCheckingMode" : " basic" ,
43- "resmon.show.cpufreq" : false ,
44- "resmon.updatefrequencyms" : 500 ,
45- "task.quickOpen.skip" : false ,
46- "workbench.colorTheme" : " Material Theme Darker High Contrast" ,
47- "workbench.iconTheme" : " material-icon-theme" ,
48- "workbench.list.smoothScrolling" : true ,
49- "workbench.settings.openDefaultKeybindings" : false ,
50- "workbench.startupEditor" : " none"
2+ "cph.general.ignoreSTDERROR" : true ,
3+ "cph.general.timeOut" : 8000 ,
4+ "cph.language.cpp.Args" : " -Wall -Wextra -O2 -DLOCAL" ,
5+ "git.allowForcePush" : true ,
6+ "git.detectSubmodules" : false ,
7+ "lldb.launch.sourceLanguages" : [
8+ " cpp"
9+ ],
5110}
0 commit comments