settings.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "C_Cpp.errorSquiggles": "disabled",
  3. "files.associations": {
  4. "pointers": "cpp",
  5. "variant": "cpp",
  6. "algorithm": "cpp",
  7. "any": "cpp",
  8. "array": "cpp",
  9. "atomic": "cpp",
  10. "bit": "cpp",
  11. "bitset": "cpp",
  12. "cctype": "cpp",
  13. "cfenv": "cpp",
  14. "charconv": "cpp",
  15. "chrono": "cpp",
  16. "cinttypes": "cpp",
  17. "clocale": "cpp",
  18. "cmath": "cpp",
  19. "compare": "cpp",
  20. "complex": "cpp",
  21. "concepts": "cpp",
  22. "condition_variable": "cpp",
  23. "coroutine": "cpp",
  24. "csignal": "cpp",
  25. "cstdarg": "cpp",
  26. "cstddef": "cpp",
  27. "cstdint": "cpp",
  28. "cstdio": "cpp",
  29. "cstdlib": "cpp",
  30. "cstring": "cpp",
  31. "ctime": "cpp",
  32. "cwchar": "cpp",
  33. "deque": "cpp",
  34. "exception": "cpp",
  35. "expected": "cpp",
  36. "filesystem": "cpp",
  37. "format": "cpp",
  38. "forward_list": "cpp",
  39. "fstream": "cpp",
  40. "functional": "cpp",
  41. "future": "cpp",
  42. "initializer_list": "cpp",
  43. "iomanip": "cpp",
  44. "ios": "cpp",
  45. "iosfwd": "cpp",
  46. "iostream": "cpp",
  47. "istream": "cpp",
  48. "iterator": "cpp",
  49. "limits": "cpp",
  50. "list": "cpp",
  51. "locale": "cpp",
  52. "map": "cpp",
  53. "memory": "cpp",
  54. "mutex": "cpp",
  55. "new": "cpp",
  56. "numeric": "cpp",
  57. "optional": "cpp",
  58. "ostream": "cpp",
  59. "queue": "cpp",
  60. "random": "cpp",
  61. "ratio": "cpp",
  62. "regex": "cpp",
  63. "semaphore": "cpp",
  64. "set": "cpp",
  65. "shared_mutex": "cpp",
  66. "source_location": "cpp",
  67. "span": "cpp",
  68. "sstream": "cpp",
  69. "stack": "cpp",
  70. "stdexcept": "cpp",
  71. "stop_token": "cpp",
  72. "streambuf": "cpp",
  73. "string": "cpp",
  74. "system_error": "cpp",
  75. "thread": "cpp",
  76. "tuple": "cpp",
  77. "type_traits": "cpp",
  78. "typeindex": "cpp",
  79. "typeinfo": "cpp",
  80. "unordered_map": "cpp",
  81. "unordered_set": "cpp",
  82. "utility": "cpp",
  83. "vector": "cpp",
  84. "xfacet": "cpp",
  85. "xhash": "cpp",
  86. "xiosbase": "cpp",
  87. "xlocale": "cpp",
  88. "xlocbuf": "cpp",
  89. "xlocinfo": "cpp",
  90. "xlocmes": "cpp",
  91. "xlocmon": "cpp",
  92. "xlocnum": "cpp",
  93. "xloctime": "cpp",
  94. "xmemory": "cpp",
  95. "xstring": "cpp",
  96. "xtr1common": "cpp",
  97. "xtree": "cpp",
  98. "xutility": "cpp"
  99. }
  100. }