settings.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. "condition_variable": "cpp",
  13. "cstdarg": "cpp",
  14. "cstddef": "cpp",
  15. "cstdint": "cpp",
  16. "cstdio": "cpp",
  17. "cstdlib": "cpp",
  18. "cstring": "cpp",
  19. "ctime": "cpp",
  20. "cwchar": "cpp",
  21. "cwctype": "cpp",
  22. "deque": "cpp",
  23. "map": "cpp",
  24. "set": "cpp",
  25. "unordered_map": "cpp",
  26. "vector": "cpp",
  27. "exception": "cpp",
  28. "algorithm": "cpp",
  29. "functional": "cpp",
  30. "iterator": "cpp",
  31. "memory": "cpp",
  32. "memory_resource": "cpp",
  33. "numeric": "cpp",
  34. "optional": "cpp",
  35. "random": "cpp",
  36. "ratio": "cpp",
  37. "string": "cpp",
  38. "string_view": "cpp",
  39. "system_error": "cpp",
  40. "tuple": "cpp",
  41. "type_traits": "cpp",
  42. "utility": "cpp",
  43. "fstream": "cpp",
  44. "initializer_list": "cpp",
  45. "iosfwd": "cpp",
  46. "istream": "cpp",
  47. "limits": "cpp",
  48. "mutex": "cpp",
  49. "new": "cpp",
  50. "ostream": "cpp",
  51. "shared_mutex": "cpp",
  52. "sstream": "cpp",
  53. "stdexcept": "cpp",
  54. "streambuf": "cpp",
  55. "thread": "cpp",
  56. "cinttypes": "cpp",
  57. "typeinfo": "cpp",
  58. "list": "cpp",
  59. "stdio.h": "c"
  60. }
  61. }