settings.json 1.8 KB

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