settings.json 2.6 KB

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