11{
2- "dart.flutterSdkPath" : " .fvm\\ versions\\ 3.35.7"
2+ "dart.flutterSdkPath" : " .fvm\\ versions\\ 3.35.7" ,
3+ "C_Cpp_Runner.cCompilerPath" : " gcc" ,
4+ "C_Cpp_Runner.cppCompilerPath" : " g++" ,
5+ "C_Cpp_Runner.debuggerPath" : " gdb" ,
6+ "C_Cpp_Runner.cStandard" : " " ,
7+ "C_Cpp_Runner.cppStandard" : " " ,
8+ "C_Cpp_Runner.msvcBatchPath" : " C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Auxiliary/Build/vcvarsall.bat" ,
9+ "C_Cpp_Runner.useMsvc" : false ,
10+ "C_Cpp_Runner.warnings" : [
11+ " -Wall" ,
12+ " -Wextra" ,
13+ " -Wpedantic" ,
14+ " -Wshadow" ,
15+ " -Wformat=2" ,
16+ " -Wcast-align" ,
17+ " -Wconversion" ,
18+ " -Wsign-conversion" ,
19+ " -Wnull-dereference"
20+ ],
21+ "C_Cpp_Runner.msvcWarnings" : [
22+ " /W4" ,
23+ " /permissive-" ,
24+ " /w14242" ,
25+ " /w14287" ,
26+ " /w14296" ,
27+ " /w14311" ,
28+ " /w14826" ,
29+ " /w44062" ,
30+ " /w44242" ,
31+ " /w14905" ,
32+ " /w14906" ,
33+ " /w14263" ,
34+ " /w44265" ,
35+ " /w14928"
36+ ],
37+ "C_Cpp_Runner.enableWarnings" : true ,
38+ "C_Cpp_Runner.warningsAsError" : false ,
39+ "C_Cpp_Runner.compilerArgs" : [],
40+ "C_Cpp_Runner.linkerArgs" : [],
41+ "C_Cpp_Runner.includePaths" : [],
42+ "C_Cpp_Runner.includeSearch" : [
43+ " *" ,
44+ " **/*"
45+ ],
46+ "C_Cpp_Runner.excludeSearch" : [
47+ " **/build" ,
48+ " **/build/**" ,
49+ " **/.*" ,
50+ " **/.*/**" ,
51+ " **/.vscode" ,
52+ " **/.vscode/**"
53+ ],
54+ "C_Cpp_Runner.useAddressSanitizer" : false ,
55+ "C_Cpp_Runner.useUndefinedSanitizer" : false ,
56+ "C_Cpp_Runner.useLeakSanitizer" : false ,
57+ "C_Cpp_Runner.showCompilationTime" : false ,
58+ "C_Cpp_Runner.useLinkTimeOptimization" : false ,
59+ "C_Cpp_Runner.msvcSecureNoWarnings" : false
360}
0 commit comments