settings.json 1.6 KB

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