settings.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "files.associations": {
  3. "cctype": "cpp",
  4. "clocale": "cpp",
  5. "cmath": "cpp",
  6. "csignal": "cpp",
  7. "cstdarg": "cpp",
  8. "cstddef": "cpp",
  9. "cstdio": "cpp",
  10. "cstdlib": "cpp",
  11. "cstring": "cpp",
  12. "ctime": "cpp",
  13. "cwchar": "cpp",
  14. "cwctype": "cpp",
  15. "array": "cpp",
  16. "atomic": "cpp",
  17. "bit": "cpp",
  18. "*.tcc": "cpp",
  19. "bitset": "cpp",
  20. "chrono": "cpp",
  21. "complex": "cpp",
  22. "condition_variable": "cpp",
  23. "cstdint": "cpp",
  24. "deque": "cpp",
  25. "list": "cpp",
  26. "map": "cpp",
  27. "set": "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. "string": "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. "iomanip": "cpp",
  49. "iosfwd": "cpp",
  50. "iostream": "cpp",
  51. "istream": "cpp",
  52. "limits": "cpp",
  53. "mutex": "cpp",
  54. "new": "cpp",
  55. "ostream": "cpp",
  56. "sstream": "cpp",
  57. "stdexcept": "cpp",
  58. "streambuf": "cpp",
  59. "thread": "cpp",
  60. "cinttypes": "cpp",
  61. "typeindex": "cpp",
  62. "typeinfo": "cpp",
  63. "variant": "cpp",
  64. "strstream": "cpp",
  65. "shared_mutex": "cpp",
  66. "cfenv": "cpp"
  67. }
  68. }