settings.json 862 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "files.associations": {
  3. "array": "cpp",
  4. "hash_map": "cpp",
  5. "initializer_list": "cpp",
  6. "utility": "cpp",
  7. "*.tcc": "cpp",
  8. "cctype": "cpp",
  9. "clocale": "cpp",
  10. "cmath": "cpp",
  11. "cstdarg": "cpp",
  12. "cstddef": "cpp",
  13. "cstdint": "cpp",
  14. "cstdio": "cpp",
  15. "cstdlib": "cpp",
  16. "cstring": "cpp",
  17. "ctime": "cpp",
  18. "cwchar": "cpp",
  19. "cwctype": "cpp",
  20. "deque": "cpp",
  21. "list": "cpp",
  22. "unordered_map": "cpp",
  23. "vector": "cpp",
  24. "exception": "cpp",
  25. "fstream": "cpp",
  26. "functional": "cpp",
  27. "iomanip": "cpp",
  28. "iosfwd": "cpp",
  29. "iostream": "cpp",
  30. "istream": "cpp",
  31. "limits": "cpp",
  32. "memory": "cpp",
  33. "new": "cpp",
  34. "ostream": "cpp",
  35. "numeric": "cpp",
  36. "sstream": "cpp",
  37. "stdexcept": "cpp",
  38. "streambuf": "cpp",
  39. "system_error": "cpp",
  40. "cinttypes": "cpp",
  41. "type_traits": "cpp",
  42. "tuple": "cpp",
  43. "typeinfo": "cpp"
  44. }
  45. }