settings.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "files.associations": {
  3. "*.cpp": "cpp",
  4. "string_view": "cpp",
  5. "array": "cpp",
  6. "string": "cpp",
  7. "any": "cpp",
  8. "*.tcc": "cpp",
  9. "deque": "cpp",
  10. "list": "cpp",
  11. "vector": "cpp",
  12. "optional": "cpp",
  13. "ostream": "cpp",
  14. "cctype": "cpp",
  15. "clocale": "cpp",
  16. "cmath": "cpp",
  17. "csignal": "cpp",
  18. "cstdarg": "cpp",
  19. "cstddef": "cpp",
  20. "cstdio": "cpp",
  21. "cstdlib": "cpp",
  22. "cstring": "cpp",
  23. "ctime": "cpp",
  24. "cwchar": "cpp",
  25. "cwctype": "cpp",
  26. "atomic": "cpp",
  27. "bitset": "cpp",
  28. "chrono": "cpp",
  29. "complex": "cpp",
  30. "condition_variable": "cpp",
  31. "cstdint": "cpp",
  32. "unordered_map": "cpp",
  33. "unordered_set": "cpp",
  34. "exception": "cpp",
  35. "algorithm": "cpp",
  36. "functional": "cpp",
  37. "iterator": "cpp",
  38. "map": "cpp",
  39. "memory": "cpp",
  40. "memory_resource": "cpp",
  41. "numeric": "cpp",
  42. "random": "cpp",
  43. "ratio": "cpp",
  44. "regex": "cpp",
  45. "set": "cpp",
  46. "system_error": "cpp",
  47. "tuple": "cpp",
  48. "type_traits": "cpp",
  49. "utility": "cpp",
  50. "fstream": "cpp",
  51. "future": "cpp",
  52. "initializer_list": "cpp",
  53. "iomanip": "cpp",
  54. "iosfwd": "cpp",
  55. "iostream": "cpp",
  56. "istream": "cpp",
  57. "limits": "cpp",
  58. "mutex": "cpp",
  59. "new": "cpp",
  60. "sstream": "cpp",
  61. "stdexcept": "cpp",
  62. "streambuf": "cpp",
  63. "thread": "cpp",
  64. "cinttypes": "cpp",
  65. "typeindex": "cpp",
  66. "typeinfo": "cpp",
  67. "codecvt": "cpp",
  68. "filesystem": "cpp",
  69. "__nullptr": "cpp",
  70. "__bit_reference": "cpp",
  71. "__hash_table": "cpp",
  72. "__split_buffer": "cpp",
  73. "__tree": "cpp",
  74. "queue": "cpp",
  75. "stack": "cpp",
  76. "__config": "cpp",
  77. "__node_handle": "cpp",
  78. "__string": "cpp"
  79. }
  80. }