aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2019-07-03 18:21:52 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2019-07-03 18:25:12 +0200
commit47ebf485c549d231316f7f71f8aa0f0019fc626d (patch)
tree971a60d9987955d92a91c71c3c54de13613293fe
parent7fb3740044e3e37fd92e13f6258bb4f571c0bfd1 (diff)
Fixed vscode cpp include files properties
Change-Id: If93bbc02d3f9b44ea8d19ef4d2647d5ccc885e74 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
-rw-r--r--.vscode/c_cpp_properties.json9
1 files changed, 4 insertions, 5 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json
index a15f134..d690f48 100644
--- a/.vscode/c_cpp_properties.json
+++ b/.vscode/c_cpp_properties.json
@@ -12,9 +12,8 @@
"/usr/include",
"/opt/include",
"/opt/AGL/include",
- "${workspaceFolder}/afb-helpers",
- "${workspaceFolder}/src",
- "${workspaceFolder}/app-controller-submodule/ctl-lib"
+ "/opt/AGL/include/afb",
+ "${workspaceFolder}/src"
],
"defines": [],
"intelliSenseMode": "clang-x64",
@@ -29,7 +28,7 @@
"/usr/include",
"/opt/include",
"/opt/AGL/include",
- "${workspaceFolder}/afb-helpers"
+ "/opt/AGL/include/afb"
],
"limitSymbolsToIncludedHeaders": true,
"databaseFilename": ""
@@ -40,4 +39,4 @@
}
],
"version": 4
-} \ No newline at end of file
+}