Files
esp-text/.vscode/c_cpp_properties.json
2026-07-16 09:54:59 +08:00

21 lines
522 B
JSON

{
"configurations": [
{
"name": "ESP-IDF",
"compilerPath": "D:\\Espressif\\tools\\xtensa-esp-elf\\esp-14.2.0_20251107\\xtensa-esp-elf\\bin\\xtensa-esp32s3-elf-gcc.exe",
"compileCommands": "${config:idf.buildPath}/compile_commands.json",
"intelliSenseMode": "gcc-x86",
"includePath": [
"${workspaceFolder}/**"
],
"browse": {
"path": [
"${workspaceFolder}"
],
"limitSymbolsToIncludedHeaders": true
}
}
],
"version": 4
}