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.

52 lines
1.3 KiB

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