settings.json 1.6 KB

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