You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

69 lines
1.7 KiB

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