settings.json 1.9 KB

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