max80_esp32s2.code-workspace 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "folders": [
  3. {
  4. "path": "."
  5. }
  6. ],
  7. "settings": {
  8. "files.associations": {
  9. "array": "cpp",
  10. "deque": "cpp",
  11. "string": "cpp",
  12. "unordered_map": "cpp",
  13. "unordered_set": "cpp",
  14. "vector": "cpp",
  15. "string_view": "cpp",
  16. "initializer_list": "cpp",
  17. "*.tcc": "cpp",
  18. "memory": "cpp",
  19. "random": "cpp",
  20. "type_traits": "cpp",
  21. "fstream": "cpp",
  22. "istream": "cpp",
  23. "ostream": "cpp",
  24. "sstream": "cpp",
  25. "cstddef": "cpp",
  26. "functional": "cpp",
  27. "optional": "cpp",
  28. "system_error": "cpp",
  29. "regex": "cpp",
  30. "tuple": "cpp",
  31. "utility": "cpp",
  32. "*.cppxxx": "cpp",
  33. "atomic": "cpp",
  34. "bitset": "cpp",
  35. "cctype": "cpp",
  36. "clocale": "cpp",
  37. "cmath": "cpp",
  38. "cstdarg": "cpp",
  39. "cstdint": "cpp",
  40. "cstdio": "cpp",
  41. "cstdlib": "cpp",
  42. "cstring": "cpp",
  43. "ctime": "cpp",
  44. "cwchar": "cpp",
  45. "cwctype": "cpp",
  46. "exception": "cpp",
  47. "algorithm": "cpp",
  48. "iterator": "cpp",
  49. "map": "cpp",
  50. "memory_resource": "cpp",
  51. "numeric": "cpp",
  52. "iomanip": "cpp",
  53. "iosfwd": "cpp",
  54. "iostream": "cpp",
  55. "limits": "cpp",
  56. "new": "cpp",
  57. "stdexcept": "cpp",
  58. "streambuf": "cpp",
  59. "cinttypes": "cpp",
  60. "typeinfo": "cpp"
  61. }
  62. }
  63. }