test.code-workspace 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. {
  2. "folders": [
  3. {
  4. "path": "."
  5. },
  6. {
  7. "path": ".."
  8. }
  9. ],
  10. "settings": {
  11. "files.associations": {
  12. "*.cps": "javascript",
  13. "coroutine": "c",
  14. "xmemory": "c",
  15. "atomic": "c",
  16. "w5500.h": "c",
  17. "array": "c",
  18. "bitset": "cpp",
  19. "string_view": "cpp",
  20. "initializer_list": "cpp",
  21. "regex": "cpp",
  22. "utility": "cpp",
  23. "*.ipp": "c",
  24. "deque": "c",
  25. "list": "cpp",
  26. "string": "c",
  27. "unordered_map": "cpp",
  28. "unordered_set": "cpp",
  29. "vector": "c",
  30. "*.tcc": "cpp",
  31. "fstream": "cpp",
  32. "strstream": "cpp",
  33. "cctype": "cpp",
  34. "chrono": "cpp",
  35. "clocale": "cpp",
  36. "cmath": "cpp",
  37. "codecvt": "cpp",
  38. "condition_variable": "cpp",
  39. "csignal": "cpp",
  40. "cstdarg": "cpp",
  41. "cstddef": "c",
  42. "cstdint": "cpp",
  43. "cstdio": "cpp",
  44. "cstdlib": "cpp",
  45. "cstring": "cpp",
  46. "ctime": "cpp",
  47. "cwchar": "cpp",
  48. "cwctype": "cpp",
  49. "exception": "cpp",
  50. "algorithm": "cpp",
  51. "functional": "c",
  52. "iterator": "cpp",
  53. "map": "cpp",
  54. "memory": "cpp",
  55. "memory_resource": "cpp",
  56. "numeric": "cpp",
  57. "optional": "cpp",
  58. "random": "cpp",
  59. "ratio": "cpp",
  60. "set": "cpp",
  61. "system_error": "cpp",
  62. "tuple": "cpp",
  63. "type_traits": "cpp",
  64. "future": "cpp",
  65. "iomanip": "cpp",
  66. "iosfwd": "cpp",
  67. "iostream": "cpp",
  68. "istream": "cpp",
  69. "limits": "cpp",
  70. "mutex": "cpp",
  71. "new": "cpp",
  72. "ostream": "cpp",
  73. "sstream": "cpp",
  74. "stdexcept": "cpp",
  75. "streambuf": "cpp",
  76. "thread": "cpp",
  77. "cinttypes": "cpp",
  78. "typeinfo": "cpp",
  79. "*.inc": "c",
  80. "*.cmake": "makefile",
  81. "network_manager.h": "c",
  82. "platform_esp32.h": "c",
  83. "improv.h": "c",
  84. "esp_err.h": "c",
  85. "esp_bt.h": "c",
  86. "improv_server.h": "c",
  87. "esp_bt_defs.h": "c",
  88. "variant": "c",
  89. "*.h": "cpp",
  90. "any": "cpp",
  91. "bit": "cpp",
  92. "charconv": "cpp",
  93. "compare": "cpp",
  94. "complex": "cpp",
  95. "concepts": "cpp",
  96. "filesystem": "cpp",
  97. "format": "cpp",
  98. "forward_list": "cpp",
  99. "ios": "cpp",
  100. "locale": "cpp",
  101. "queue": "cpp",
  102. "ranges": "cpp",
  103. "span": "cpp",
  104. "stack": "cpp",
  105. "stop_token": "cpp",
  106. "typeindex": "cpp",
  107. "valarray": "cpp",
  108. "xfacet": "cpp",
  109. "xhash": "cpp",
  110. "xiosbase": "cpp",
  111. "xlocale": "cpp",
  112. "xlocbuf": "cpp",
  113. "xlocinfo": "cpp",
  114. "xlocmes": "cpp",
  115. "xlocmon": "cpp",
  116. "xlocnum": "cpp",
  117. "xloctime": "cpp",
  118. "xstddef": "cpp",
  119. "xstring": "cpp",
  120. "xtr1common": "cpp",
  121. "xtree": "cpp",
  122. "xutility": "cpp"
  123. }
  124. }
  125. }