wellhub_reloaded/.vscode/c_cpp_properties.json
2025-09-27 12:27:58 -07:00

23 lines
674 B
JSON

{
"configurations": [
{
"name": "ESP-IDF",
"cStandard": "c11",
"cppStandard": "c++17",
"compileCommands": "${workspaceFolder}/build/compile_commands.json",
"includePath": [
"~/esp/esp-idf/components/**",
"~/esp/esp-idf/components/arduino/libraries/**",
"${workspaceFolder}/**"
],
"browse": {
"path": [
"~/esp/esp-idf/components",
"${workspaceFolder}"
],
"limitSymbolsToIncludedHeaders": false
}
}
],
"version": 4
}