Skip to content

Commit 4679abc

Browse files
authored
Merge pull request #12 from SVF-tools/vscode
Fix cpp extension config
2 parents 593e491 + b7d2060 commit 4679abc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.vscode/c_cpp_properties.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,14 @@
33
{
44
"name": "Linux",
55
"includePath": [
6-
"/usr/include/**",
76
"/usr/local/include/**",
8-
"/home/SVF-tools/SVF/**",
97
"${workspaceFolder}/**",
10-
"/home/SVF-tools/SVF/llvm-16.0.0.obj/**",
118
"../SVF/**"
129
],
1310
"defines": [],
1411
"compilerPath": "/usr/bin/g++",
1512
"cStandard": "gnu11",
16-
"cppStandard": "gnu++14",
13+
"cppStandard": "gnu++17",
1714
"intelliSenseMode": "linux-gcc-x64"
1815
}
1916
],

0 commit comments

Comments
 (0)