settings.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "files.associations": {
  3. "spiffs.h": "c",
  4. "inttypes.h": "c",
  5. "esp_sleep.h": "c",
  6. "timers.h": "c",
  7. "esp_timer.h": "c",
  8. "user_time.h": "c",
  9. "functional": "c",
  10. "complex": "c",
  11. "random": "c",
  12. "array": "c",
  13. "string": "c",
  14. "string_view": "c",
  15. "chrono": "c",
  16. "limits": "c",
  17. "user_config.h": "c",
  18. "yc_protocol.h": "c",
  19. "user_sleep.h": "c",
  20. "istream": "c",
  21. "ostream": "c",
  22. "ratio": "c",
  23. "tuple": "c",
  24. "type_traits": "c",
  25. "utility": "c",
  26. "bitset": "c",
  27. "algorithm": "c",
  28. "unistd.h": "c",
  29. "time.h": "c",
  30. "_timeval.h": "c",
  31. "esp_attr.h": "c",
  32. "stdbool.h": "c",
  33. "y_ringbuf.h": "c",
  34. "assert.h": "c",
  35. "esp_compiler.h": "c",
  36. "*.tcc": "c",
  37. "unordered_map": "c",
  38. "iot_button.h": "c",
  39. "gpio.h": "c"
  40. }
  41. }