diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 7182d4a..b49b438 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -3,7 +3,7 @@ { "name": "ESP-IDF", "compilerPath": "${config:idf.toolsPath}/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc", - "compileCommands": "${config:idf.buildPath}/compile_commands.json", + "compileCommands": "${workspaceFolder}/test_apps/build/compile_commands.json", "includePath": [ "${config:idf.espIdfPath}/components/**", "${config:idf.espIdfPathWin}/components/**",