{ "configurations": [ { "name": "ESP-IDF", "compilerPath": "D:/CodeBlocks/MinGW/bin/gcc.exe", "compileCommands": [ "${config:idf.buildPath}/compile_commands.json" ], "includePath": [ "${config:idf.espIdfPath}/components/**", "${config:idf.espIdfPathWin}/components/**", "${workspaceFolder}/**" ], "browse": { "path": [ "${config:idf.espIdfPath}/components", "${config:idf.espIdfPathWin}/components", "${workspaceFolder}" ], "limitSymbolsToIncludedHeaders": true } } ], "version": 4 }