Dzbj_ESP32-S3/.vscode/c_cpp_properties.json

25 lines
779 B
JSON

{
"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
}