From b23d4239c8bc5a4f3ec972c1f9a741ba05cdf61c Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Wed, 3 Jul 2019 18:21:52 +0200 Subject: Fixed vscode cpp include files properties Change-Id: I71f8a9587fd116c04d1862967e4a2f115a91d93f Signed-off-by: Sebastien Douheret --- .vscode/c_cpp_properties.json | 9 ++++----- 1 file 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 +} -- cgit 1.2.3-korg