wellhub_reloaded/.vscode/c_cpp_properties.json

23 lines
696 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
}