From 6876eab946307815507e058b5d0f224eacfb56e1 Mon Sep 17 00:00:00 2001 From: Samuel Date: Tue, 11 Mar 2025 13:32:48 +0100 Subject: [PATCH] correction des includes - faisait planter le plugin VSCode MS C/C++ --- .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 7560cfd..5ed0668 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -3,7 +3,8 @@ "myDefaultIncludePath": [ "${workspaceFolder}", "${workspaceFolder}/build", - "${myDefaultIncludePath}/Platform/VL53L8CX_ULD_API/inc", + "${workspaceFolder}/Platform/", + "${workspaceFolder}/VL53L8CX_ULD_API/inc", "${env:PICO_SDK_PATH}/src/**/include", "${env:PICO_SDK_PATH}/src/common/pico_base/include", "${env:PICO_SDK_PATH}/build/generated/pico_base",