From 4eda718af8f1e7533ee6f85fc5d26212ff75fb8b Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Fri, 18 May 2018 01:13:40 +0200 Subject: Update vscode settings Change-Id: Ifc1d5bd7c2aedda4ebddb789cc96133167d2e8d3 Signed-off-by: Romain Forlot --- .vscode/c_cpp_properties.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.vscode/c_cpp_properties.json') 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", -- cgit 1.2.3-korg