settings.json 1.5 KB

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