settings.json 1.6 KB

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