c_cpp_properties.json 700 B

1234567891011121314151617181920212223
  1. {
  2. "configurations": [
  3. {
  4. "name": "ESP-IDF",
  5. "compilerPath": "${config:idf.toolsPathWin}\\tools\\xtensa-esp-elf\\esp-14.2.0_20241119\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-gcc.exe",
  6. "compileCommands": "${config:idf.buildPath}/compile_commands.json",
  7. "includePath": [
  8. "${config:idf.espIdfPath}/components/**",
  9. "${config:idf.espIdfPathWin}/components/**",
  10. "${workspaceFolder}/**"
  11. ],
  12. "browse": {
  13. "path": [
  14. "${config:idf.espIdfPath}/components",
  15. "${config:idf.espIdfPathWin}/components",
  16. "${workspaceFolder}"
  17. ],
  18. "limitSymbolsToIncludedHeaders": true
  19. }
  20. }
  21. ],
  22. "version": 4
  23. }