From be4a2ebef63b669232e2115b5d628c7731cf357a Mon Sep 17 00:00:00 2001 From: ismail Date: Mon, 25 Aug 2025 18:24:37 +0300 Subject: [PATCH] Fix build path --- .vscode/c_cpp_properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/**",