settings.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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. "strstream": "cpp",
  17. "*.tcc": "cpp",
  18. "bitset": "cpp",
  19. "chrono": "cpp",
  20. "complex": "cpp",
  21. "cstdint": "cpp",
  22. "deque": "cpp",
  23. "unordered_map": "cpp",
  24. "vector": "cpp",
  25. "exception": "cpp",
  26. "fstream": "cpp",
  27. "functional": "cpp",
  28. "initializer_list": "cpp",
  29. "iomanip": "cpp",
  30. "iosfwd": "cpp",
  31. "iostream": "cpp",
  32. "istream": "cpp",
  33. "limits": "cpp",
  34. "new": "cpp",
  35. "ostream": "cpp",
  36. "numeric": "cpp",
  37. "ratio": "cpp",
  38. "sstream": "cpp",
  39. "stdexcept": "cpp",
  40. "streambuf": "cpp",
  41. "system_error": "cpp",
  42. "thread": "cpp",
  43. "cfenv": "cpp",
  44. "cinttypes": "cpp",
  45. "tuple": "cpp",
  46. "type_traits": "cpp",
  47. "utility": "cpp",
  48. "typeinfo": "cpp",
  49. "algorithm": "cpp",
  50. "iterator": "cpp",
  51. "map": "cpp",
  52. "memory": "cpp",
  53. "memory_resource": "cpp",
  54. "optional": "cpp",
  55. "random": "cpp",
  56. "string": "cpp",
  57. "string_view": "cpp",
  58. "list": "cpp",
  59. "typeindex": "cpp",
  60. "set": "cpp",
  61. "csignal": "cpp",
  62. "condition_variable": "cpp",
  63. "mutex": "cpp",
  64. "regex": "cpp",
  65. "unordered_set": "cpp",
  66. "hash_map": "cpp",
  67. "hash_set": "cpp",
  68. "shared_mutex": "cpp",
  69. "bit": "cpp",
  70. "variant": "cpp",
  71. "queue": "cpp"
  72. },
  73. "C_Cpp.errorSquiggles": "disabled"
  74. }