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.

61 lines
1.5 KiB

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