settings.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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. }
  78. }