c_cpp_properties.json 549 B

123456789101112131415161718192021
  1. {
  2. "configurations": [
  3. {
  4. "name": "Win32",
  5. "includePath": [
  6. "${workspaceFolder}/**",
  7. "D:/espidf/Espressif/frameworks/esp-idf-v5.0.2/**"
  8. ],
  9. "defines": [
  10. "_DEBUG",
  11. "UNICODE",
  12. "_UNICODE"
  13. ],
  14. "compilerPath": "C:\\mingw64\\bin\\gcc.exe",
  15. "cStandard": "c17",
  16. "cppStandard": "gnu++14",
  17. "intelliSenseMode": "windows-gcc-x64"
  18. }
  19. ],
  20. "version": 4
  21. }