File tree 2 files changed +32
-1
lines changed
2 files changed +32
-1
lines changed Original file line number Diff line number Diff line change 3
3
{
4
4
"name" : " Mac" ,
5
5
"includePath" : [
6
- " ${workspaceFolder}/**"
6
+ " ${workspaceFolder}/**" ,
7
+ " ${workspaceFolder}/src/influx-c-rest" ,
8
+ " ${workspaceFolder}/src/influxdb-cpp-rest" ,
9
+ " ${workspaceFolder}/deps/catch/single_include" ,
10
+ " ${workspaceFolder}/deps/fmt"
7
11
],
8
12
"defines" : [],
9
13
"macFrameworkPath" : [
Original file line number Diff line number Diff line change
1
+ {
2
+ "files.associations" : {
3
+ "__config" : " cpp" ,
4
+ "__nullptr" : " cpp" ,
5
+ "cstddef" : " cpp" ,
6
+ "exception" : " cpp" ,
7
+ "initializer_list" : " cpp" ,
8
+ "new" : " cpp" ,
9
+ "optional" : " cpp" ,
10
+ "stdexcept" : " cpp" ,
11
+ "type_traits" : " cpp" ,
12
+ "typeinfo" : " cpp" ,
13
+ "variant" : " cpp" ,
14
+ "algorithm" : " cpp" ,
15
+ "hashtable" : " cpp" ,
16
+ "unordered_map" : " cpp" ,
17
+ "utility" : " cpp" ,
18
+ "__functional_base" : " cpp" ,
19
+ "array" : " cpp" ,
20
+ "future" : " cpp" ,
21
+ "istream" : " cpp" ,
22
+ "locale" : " cpp" ,
23
+ "memory" : " cpp" ,
24
+ "thread" : " cpp" ,
25
+ "tuple" : " cpp"
26
+ }
27
+ }
You can’t perform that action at this time.
0 commit comments