settings.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "files.associations": {
  3. "vector": "cpp",
  4. "__bit_reference": "cpp",
  5. "__hash_table": "cpp",
  6. "__locale": "cpp",
  7. "__node_handle": "cpp",
  8. "__split_buffer": "cpp",
  9. "__verbose_abort": "cpp",
  10. "array": "cpp",
  11. "bitset": "cpp",
  12. "cctype": "cpp",
  13. "charconv": "cpp",
  14. "clocale": "cpp",
  15. "cmath": "cpp",
  16. "cstdarg": "cpp",
  17. "cstddef": "cpp",
  18. "cstdint": "cpp",
  19. "cstdio": "cpp",
  20. "cstdlib": "cpp",
  21. "cstring": "cpp",
  22. "ctime": "cpp",
  23. "cwchar": "cpp",
  24. "cwctype": "cpp",
  25. "deque": "cpp",
  26. "execution": "cpp",
  27. "memory": "cpp",
  28. "forward_list": "cpp",
  29. "fstream": "cpp",
  30. "future": "cpp",
  31. "initializer_list": "cpp",
  32. "iomanip": "cpp",
  33. "ios": "cpp",
  34. "iosfwd": "cpp",
  35. "istream": "cpp",
  36. "limits": "cpp",
  37. "locale": "cpp",
  38. "mutex": "cpp",
  39. "new": "cpp",
  40. "optional": "cpp",
  41. "print": "cpp",
  42. "queue": "cpp",
  43. "ratio": "cpp",
  44. "sstream": "cpp",
  45. "stack": "cpp",
  46. "stdexcept": "cpp",
  47. "streambuf": "cpp",
  48. "string": "cpp",
  49. "string_view": "cpp",
  50. "typeinfo": "cpp",
  51. "unordered_map": "cpp",
  52. "variant": "cpp",
  53. "algorithm": "cpp",
  54. "iterator": "cpp",
  55. "tuple": "cpp",
  56. "utility": "cpp",
  57. "type_traits": "cpp",
  58. "condition_variable": "cpp"
  59. }
  60. }