settings.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "files.associations": {
  3. "iterator": "cpp",
  4. "*.ipp": "cpp",
  5. "array": "cpp",
  6. "deque": "cpp",
  7. "forward_list": "cpp",
  8. "list": "cpp",
  9. "unordered_map": "cpp",
  10. "unordered_set": "cpp",
  11. "vector": "cpp",
  12. "initializer_list": "cpp",
  13. "string_view": "cpp",
  14. "*.tcc": "cpp",
  15. "atomic": "cpp",
  16. "bit": "cpp",
  17. "bitset": "cpp",
  18. "cctype": "cpp",
  19. "chrono": "cpp",
  20. "clocale": "cpp",
  21. "cmath": "cpp",
  22. "condition_variable": "cpp",
  23. "cstdarg": "cpp",
  24. "cstddef": "cpp",
  25. "cstdint": "cpp",
  26. "cstdio": "cpp",
  27. "cstdlib": "cpp",
  28. "cstring": "cpp",
  29. "ctime": "cpp",
  30. "cwchar": "cpp",
  31. "cwctype": "cpp",
  32. "map": "cpp",
  33. "set": "cpp",
  34. "exception": "cpp",
  35. "fstream": "cpp",
  36. "functional": "cpp",
  37. "iosfwd": "cpp",
  38. "iostream": "cpp",
  39. "istream": "cpp",
  40. "limits": "cpp",
  41. "memory": "cpp",
  42. "memory_resource": "cpp",
  43. "mutex": "cpp",
  44. "new": "cpp",
  45. "numeric": "cpp",
  46. "optional": "cpp",
  47. "ostream": "cpp",
  48. "ratio": "cpp",
  49. "regex": "cpp",
  50. "shared_mutex": "cpp",
  51. "sstream": "cpp",
  52. "stdexcept": "cpp",
  53. "streambuf": "cpp",
  54. "string": "cpp",
  55. "system_error": "cpp",
  56. "thread": "cpp",
  57. "type_traits": "cpp",
  58. "tuple": "cpp",
  59. "typeinfo": "cpp",
  60. "utility": "cpp",
  61. "__config": "cpp",
  62. "__bit_reference": "cpp",
  63. "__debug": "cpp",
  64. "__functional_base": "cpp",
  65. "__locale": "cpp",
  66. "__mutex_base": "cpp",
  67. "__nullptr": "cpp",
  68. "__threading_support": "cpp",
  69. "__tuple": "cpp",
  70. "coroutine": "cpp",
  71. "ios": "cpp",
  72. "locale": "cpp",
  73. "random": "cpp",
  74. "__node_handle": "cpp",
  75. "__tree": "cpp",
  76. "climits": "cpp",
  77. "__memory": "cpp",
  78. "strstream": "cpp",
  79. "complex": "cpp",
  80. "iomanip": "cpp",
  81. "cinttypes": "cpp",
  82. "typeindex": "cpp",
  83. "variant": "cpp",
  84. "__split_buffer": "cpp",
  85. "filesystem": "cpp",
  86. "queue": "cpp",
  87. "stack": "cpp",
  88. "__errc": "cpp",
  89. "__hash_table": "cpp",
  90. "__string": "cpp",
  91. "algorithm": "cpp",
  92. "codecvt": "cpp",
  93. "valarray": "cpp",
  94. "version": "cpp",
  95. "source_location": "cpp",
  96. "span": "cpp",
  97. "ranges": "cpp",
  98. "compare": "cpp",
  99. "concepts": "cpp",
  100. "stop_token": "cpp",
  101. "cfenv": "cpp",
  102. "__bits": "cpp",
  103. "numbers": "cpp",
  104. "semaphore": "cpp"
  105. },
  106. "C_Cpp.configurationWarnings": "Disabled",
  107. "cmake.configureOnOpen": true,
  108. "C_Cpp.intelliSenseEngineFallback": "Enabled"
  109. }