settings.json 1.6 KB

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