settings.json 2.3 KB

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