From 0bdfb1d5ef97d1e97d2292878a822d091ec0e33e Mon Sep 17 00:00:00 2001 From: Raul Radu <raul.radu@mail.polimi.it> Date: Wed, 24 Jan 2024 22:17:56 +0100 Subject: [PATCH] [Project] Fixed includepath for windows config --- .vscode/c_cpp_properties.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index d93dc610..79ca6f6d 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -17,7 +17,8 @@ "includePath": [ "${workspaceFolder}/src/shared", "${workspaceFolder}/libs/mavlink-skyward-lib", - "${QTDIR}/include/**" + "${QTDIR}/include/**", + "${workspaceFolder}/libs/backward-cpp" ], "macFrameworkPath": [], "windowsSdkVersion": "10.0.19041.0", -- GitLab