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",