knxdisplay/.vscode/c_cpp_properties.json
2026-01-14 18:49:19 +01:00

20 lines
484 B
JSON

{
"configurations": [
{
"name": "ESP-IDF",
"compilerPath": "/home/thomas/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20251107/riscv32-esp-elf/bin/riscv32-esp-elf-gcc",
"compileCommands": "${config:idf.buildPath}/compile_commands.json",
"includePath": [
"${workspaceFolder}/**"
],
"browse": {
"path": [
"${workspaceFolder}"
],
"limitSymbolsToIncludedHeaders": true
}
}
],
"version": 4
}