c_cpp_properties.json 997 B

1234567891011121314151617181920212223242526
  1. {
  2. "configurations": [
  3. {
  4. "name": "ESP-IDF",
  5. "compilerPath": "${config:idf.toolsPath}\\tools\\riscv32-esp-elf\\esp-2022r1-11.2.0\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe",
  6. "includePath": [
  7. "${config:idf.espIdfPath}/components/**",
  8. "${config:idf.espIdfPathWin}/components/**",
  9. "${config:idf.espAdfPath}/components/**",
  10. "${config:idf.espAdfPathWin}/components/**",
  11. "${workspaceFolder}/**"
  12. ],
  13. "browse": {
  14. "path": [
  15. "${config:idf.espIdfPath}/components",
  16. "${config:idf.espIdfPathWin}/components",
  17. "${config:idf.espAdfPath}/components/**",
  18. "${config:idf.espAdfPathWin}/components/**",
  19. "${workspaceFolder}"
  20. ],
  21. "limitSymbolsToIncludedHeaders": false
  22. }
  23. }
  24. ],
  25. "version": 4
  26. }