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.

64 lines
1.6 KiB

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