Files
JoyD/ESP32/my_usb_project/.vscode/c_cpp_properties.json

20 lines
506 B
JSON
Raw Normal View History

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