File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change 18
18
"macFrameworkPath" : [
19
19
" /System/Library/Frameworks" ,
20
20
" /Library/Frameworks"
21
- ]
21
+ ],
22
+ "compilerPath" : " /usr/bin/clang" ,
23
+ "cStandard" : " c11" ,
24
+ "cppStandard" : " c++17"
22
25
},
23
26
{
24
27
"name" : " Linux" ,
32
35
" /usr/include"
33
36
]
34
37
},
35
- "intelliSenseMode" : " clang-x64"
38
+ "intelliSenseMode" : " clang-x64" ,
39
+ "compilerPath" : " /usr/bin/clang" ,
40
+ "cStandard" : " c11" ,
41
+ "cppStandard" : " c++17"
36
42
},
37
43
{
38
44
"name" : " Win32" ,
46
52
" c:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/include"
47
53
]
48
54
},
49
- "intelliSenseMode" : " msvc-x64"
55
+ "intelliSenseMode" : " msvc-x64" ,
56
+ "compilerPath" : " /usr/bin/clang" ,
57
+ "cStandard" : " c11" ,
58
+ "cppStandard" : " c++17"
50
59
}
51
60
],
52
- "version" : 3
61
+ "version" : 4
53
62
}
You can’t perform that action at this time.
0 commit comments