diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2019-07-03 18:21:52 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2019-08-01 17:32:57 +0200 |
commit | b23d4239c8bc5a4f3ec972c1f9a741ba05cdf61c (patch) | |
tree | 95121a81a039816d7781edbbf3f483aa8945f97d | |
parent | 0081ab9575cca9a5d4eb81e823780ccd7075ba80 (diff) |
Fixed vscode cpp include files properties
Change-Id: I71f8a9587fd116c04d1862967e4a2f115a91d93f
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
-rw-r--r-- | .vscode/c_cpp_properties.json | 9 |
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 +} |