settings.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "files.associations": {
  3. "array": "cpp",
  4. "atomic": "cpp",
  5. "bit": "cpp",
  6. "*.tcc": "cpp",
  7. "cctype": "cpp",
  8. "clocale": "cpp",
  9. "cmath": "cpp",
  10. "compare": "cpp",
  11. "concepts": "cpp",
  12. "cstdarg": "cpp",
  13. "cstddef": "cpp",
  14. "cstdint": "cpp",
  15. "cstdio": "cpp",
  16. "cstdlib": "cpp",
  17. "cwchar": "cpp",
  18. "cwctype": "cpp",
  19. "deque": "cpp",
  20. "string": "cpp",
  21. "unordered_map": "cpp",
  22. "vector": "cpp",
  23. "exception": "cpp",
  24. "algorithm": "cpp",
  25. "functional": "cpp",
  26. "iterator": "cpp",
  27. "memory": "cpp",
  28. "memory_resource": "cpp",
  29. "numeric": "cpp",
  30. "random": "cpp",
  31. "string_view": "cpp",
  32. "system_error": "cpp",
  33. "tuple": "cpp",
  34. "type_traits": "cpp",
  35. "utility": "cpp",
  36. "initializer_list": "cpp",
  37. "iosfwd": "cpp",
  38. "iostream": "cpp",
  39. "istream": "cpp",
  40. "limits": "cpp",
  41. "new": "cpp",
  42. "numbers": "cpp",
  43. "ostream": "cpp",
  44. "stdexcept": "cpp",
  45. "streambuf": "cpp",
  46. "typeinfo": "cpp"
  47. }
  48. }