summaryrefslogtreecommitdiffstats
path: root/.vscode/c_cpp_properties.json
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2018-05-18 01:13:40 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2018-07-10 23:41:14 +0200
commit4eda718af8f1e7533ee6f85fc5d26212ff75fb8b (patch)
tree21d3e6f180bc5d559d53548955ab693ddfa92961 /.vscode/c_cpp_properties.json
parentfef008b549c9c6d6ee1e564312787c3d3f14f0c0 (diff)
Update vscode settings
Change-Id: Ifc1d5bd7c2aedda4ebddb789cc96133167d2e8d3 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to '.vscode/c_cpp_properties.json')
-rw-r--r--.vscode/c_cpp_properties.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json
index 46fa4ac..a15f134 100644
--- a/.vscode/c_cpp_properties.json
+++ b/.vscode/c_cpp_properties.json
@@ -13,7 +13,8 @@
"/opt/include",
"/opt/AGL/include",
"${workspaceFolder}/afb-helpers",
- "${workspaceFolder}/src"
+ "${workspaceFolder}/src",
+ "${workspaceFolder}/app-controller-submodule/ctl-lib"
],
"defines": [],
"intelliSenseMode": "clang-x64",