settings.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "files.associations": {
  3. "string_view": "cpp",
  4. "thread": "cpp",
  5. "*.tcc": "cpp",
  6. "iostream": "cpp",
  7. "unordered_map": "cpp",
  8. "ostream": "cpp",
  9. "array": "cpp",
  10. "atomic": "cpp",
  11. "hash_map": "cpp",
  12. "bit": "cpp",
  13. "cctype": "cpp",
  14. "chrono": "cpp",
  15. "clocale": "cpp",
  16. "cmath": "cpp",
  17. "codecvt": "cpp",
  18. "compare": "cpp",
  19. "concepts": "cpp",
  20. "cstdarg": "cpp",
  21. "cstddef": "cpp",
  22. "cstdint": "cpp",
  23. "cstdio": "cpp",
  24. "cstdlib": "cpp",
  25. "cstring": "cpp",
  26. "ctime": "cpp",
  27. "cwchar": "cpp",
  28. "cwctype": "cpp",
  29. "deque": "cpp",
  30. "list": "cpp",
  31. "vector": "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": "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. "new": "cpp",
  54. "ranges": "cpp",
  55. "sstream": "cpp",
  56. "stdexcept": "cpp",
  57. "stop_token": "cpp",
  58. "streambuf": "cpp",
  59. "cinttypes": "cpp",
  60. "typeinfo": "cpp"
  61. }
  62. }