-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.c_cpp_properties.json
39 lines (39 loc) · 1.11 KB
/
.c_cpp_properties.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"configurations": [
{
"name": "null",
"includePath": [
"/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1",
"/usr/local/include",
"/Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.3.0/include",
"/Library/Developer/CommandLineTools/usr/include",
"/usr/include",
"/System/Library/Frameworks",
"/Library/Frameworks",
"./lib",
"./Http",
"./Server"
],
"defines": [],
"browse": {
"path": [
"${workspaceRoot}",
"/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1",
"/usr/local/include",
"/Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.3.0/include",
"/Library/Developer/CommandLineTools/usr/include",
"/usr/include",
"/System/Library/Frameworks",
"/Library/Frameworks",
"./lib",
"./Http",
"./Server"
],
"limitSymbolsToIncludedHeaders": true,
"databaseFilename": ""
},
"intelliSenseMode": "clang-x64"
}
],
"version": 2
}