Skip to content

Commit 24ec3dd

Browse files
committed
VSCode config [ci skip]
1 parent f959db3 commit 24ec3dd

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

Diff for: .vscode/c_cpp_properties.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
{
44
"name": "Mac",
55
"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"
711
],
812
"defines": [],
913
"macFrameworkPath": [

Diff for: .vscode/settings.json

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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+
}

0 commit comments

Comments
 (0)