11{
2- "C_Cpp.errorSquiggles" : " disabled" ,
3- "files.associations" : {
4- "array" : " cpp" ,
5- "atomic" : " cpp" ,
6- "bitset" : " cpp" ,
7- "cctype" : " cpp" ,
8- "cfenv" : " cpp" ,
9- "chrono" : " cpp" ,
10- "cinttypes" : " cpp" ,
11- "clocale" : " cpp" ,
12- "cmath" : " cpp" ,
13- "codecvt" : " cpp" ,
14- "complex" : " cpp" ,
15- "condition_variable" : " cpp" ,
16- "csetjmp" : " cpp" ,
17- "csignal" : " cpp" ,
18- "cstdarg" : " cpp" ,
19- "cstddef" : " cpp" ,
20- "cstdint" : " cpp" ,
21- "cstdio" : " cpp" ,
22- "cstdlib" : " cpp" ,
23- "cstring" : " cpp" ,
24- "ctime" : " cpp" ,
25- "cuchar" : " cpp" ,
26- "cwchar" : " cpp" ,
27- "cwctype" : " cpp" ,
28- "deque" : " cpp" ,
29- "forward_list" : " cpp" ,
30- "list" : " cpp" ,
31- "unordered_map" : " cpp" ,
32- "unordered_set" : " cpp" ,
33- "vector" : " cpp" ,
34- "exception" : " cpp" ,
35- "algorithm" : " cpp" ,
36- "functional" : " cpp" ,
37- "iterator" : " cpp" ,
38- "map" : " cpp" ,
39- "memory" : " cpp" ,
40- "memory_resource" : " cpp" ,
41- "numeric" : " cpp" ,
42- "random" : " cpp" ,
43- "ratio" : " cpp" ,
44- "regex" : " cpp" ,
45- "set" : " cpp" ,
46- "string" : " cpp" ,
47- "string_view" : " cpp" ,
48- "system_error" : " cpp" ,
49- "tuple" : " cpp" ,
50- "type_traits" : " cpp" ,
51- "utility" : " cpp" ,
52- "fstream" : " cpp" ,
53- "future" : " cpp" ,
54- "initializer_list" : " cpp" ,
55- "iomanip" : " cpp" ,
56- "iosfwd" : " cpp" ,
57- "iostream" : " cpp" ,
58- "istream" : " cpp" ,
59- "limits" : " cpp" ,
60- "mutex" : " cpp" ,
61- "new" : " cpp" ,
62- "ostream" : " cpp" ,
63- "scoped_allocator" : " cpp" ,
64- "shared_mutex" : " cpp" ,
65- "sstream" : " cpp" ,
66- "stdexcept" : " cpp" ,
67- "streambuf" : " cpp" ,
68- "thread" : " cpp" ,
69- "typeindex" : " cpp" ,
70- "typeinfo" : " cpp" ,
71- "valarray" : " cpp"
72- }
2+ "C_Cpp.errorSquiggles" : " disabled" ,
3+ "files.associations" : {
4+ "array" : " cpp" ,
5+ "atomic" : " cpp" ,
6+ "bitset" : " cpp" ,
7+ "cctype" : " cpp" ,
8+ "cfenv" : " cpp" ,
9+ "chrono" : " cpp" ,
10+ "cinttypes" : " cpp" ,
11+ "clocale" : " cpp" ,
12+ "cmath" : " cpp" ,
13+ "codecvt" : " cpp" ,
14+ "complex" : " cpp" ,
15+ "condition_variable" : " cpp" ,
16+ "csetjmp" : " cpp" ,
17+ "csignal" : " cpp" ,
18+ "cstdarg" : " cpp" ,
19+ "cstddef" : " cpp" ,
20+ "cstdint" : " cpp" ,
21+ "cstdio" : " cpp" ,
22+ "cstdlib" : " cpp" ,
23+ "cstring" : " cpp" ,
24+ "ctime" : " cpp" ,
25+ "cuchar" : " cpp" ,
26+ "cwchar" : " cpp" ,
27+ "cwctype" : " cpp" ,
28+ "deque" : " cpp" ,
29+ "forward_list" : " cpp" ,
30+ "list" : " cpp" ,
31+ "unordered_map" : " cpp" ,
32+ "unordered_set" : " cpp" ,
33+ "vector" : " cpp" ,
34+ "exception" : " cpp" ,
35+ "algorithm" : " cpp" ,
36+ "functional" : " cpp" ,
37+ "iterator" : " cpp" ,
38+ "map" : " cpp" ,
39+ "memory" : " cpp" ,
40+ "memory_resource" : " cpp" ,
41+ "numeric" : " cpp" ,
42+ "random" : " cpp" ,
43+ "ratio" : " cpp" ,
44+ "regex" : " cpp" ,
45+ "set" : " cpp" ,
46+ "string" : " cpp" ,
47+ "string_view" : " cpp" ,
48+ "system_error" : " cpp" ,
49+ "tuple" : " cpp" ,
50+ "type_traits" : " cpp" ,
51+ "utility" : " cpp" ,
52+ "fstream" : " cpp" ,
53+ "future" : " cpp" ,
54+ "initializer_list" : " cpp" ,
55+ "iomanip" : " cpp" ,
56+ "iosfwd" : " cpp" ,
57+ "iostream" : " cpp" ,
58+ "istream" : " cpp" ,
59+ "limits" : " cpp" ,
60+ "mutex" : " cpp" ,
61+ "new" : " cpp" ,
62+ "ostream" : " cpp" ,
63+ "scoped_allocator" : " cpp" ,
64+ "shared_mutex" : " cpp" ,
65+ "sstream" : " cpp" ,
66+ "stdexcept" : " cpp" ,
67+ "streambuf" : " cpp" ,
68+ "thread" : " cpp" ,
69+ "typeindex" : " cpp" ,
70+ "typeinfo" : " cpp" ,
71+ "valarray" : " cpp"
72+ },
73+ "C_Cpp_Runner.cCompilerPath" : " gcc" ,
74+ "C_Cpp_Runner.cppCompilerPath" : " g++" ,
75+ "C_Cpp_Runner.debuggerPath" : " gdb" ,
76+ "C_Cpp_Runner.cStandard" : " " ,
77+ "C_Cpp_Runner.cppStandard" : " " ,
78+ "C_Cpp_Runner.msvcBatchPath" : " C:/Program Files/Microsoft Visual Studio/VR_NR/Community/VC/Auxiliary/Build/vcvarsall.bat" ,
79+ "C_Cpp_Runner.useMsvc" : false ,
80+ "C_Cpp_Runner.warnings" : [
81+ " -Wall" ,
82+ " -Wextra" ,
83+ " -Wpedantic" ,
84+ " -Wshadow" ,
85+ " -Wformat=2" ,
86+ " -Wcast-align" ,
87+ " -Wconversion" ,
88+ " -Wsign-conversion" ,
89+ " -Wnull-dereference"
90+ ],
91+ "C_Cpp_Runner.msvcWarnings" : [
92+ " /W4" ,
93+ " /permissive-" ,
94+ " /w14242" ,
95+ " /w14287" ,
96+ " /w14296" ,
97+ " /w14311" ,
98+ " /w14826" ,
99+ " /w44062" ,
100+ " /w44242" ,
101+ " /w14905" ,
102+ " /w14906" ,
103+ " /w14263" ,
104+ " /w44265" ,
105+ " /w14928"
106+ ],
107+ "C_Cpp_Runner.enableWarnings" : true ,
108+ "C_Cpp_Runner.warningsAsError" : false ,
109+ "C_Cpp_Runner.compilerArgs" : [],
110+ "C_Cpp_Runner.linkerArgs" : [],
111+ "C_Cpp_Runner.includePaths" : [],
112+ "C_Cpp_Runner.includeSearch" : [
113+ " *" ,
114+ " **/*"
115+ ],
116+ "C_Cpp_Runner.excludeSearch" : [
117+ " **/build" ,
118+ " **/build/**" ,
119+ " **/.*" ,
120+ " **/.*/**" ,
121+ " **/.vscode" ,
122+ " **/.vscode/**"
123+ ],
124+ "C_Cpp_Runner.useAddressSanitizer" : false ,
125+ "C_Cpp_Runner.useUndefinedSanitizer" : false ,
126+ "C_Cpp_Runner.useLeakSanitizer" : false ,
127+ "C_Cpp_Runner.showCompilationTime" : false ,
128+ "C_Cpp_Runner.useLinkTimeOptimization" : false ,
129+ "C_Cpp_Runner.msvcSecureNoWarnings" : false
73130}
0 commit comments