settings.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "files.associations": {
  3. "tuple": "cpp",
  4. "utility": "cpp",
  5. "algorithm": "cpp",
  6. "xstring": "cpp",
  7. "ostream": "cpp",
  8. "ios": "cpp",
  9. "vector": "cpp",
  10. "xutility": "cpp",
  11. "atomic": "cpp",
  12. "bitset": "cpp",
  13. "cctype": "cpp",
  14. "chrono": "cpp",
  15. "cmath": "cpp",
  16. "compare": "cpp",
  17. "concepts": "cpp",
  18. "cstddef": "cpp",
  19. "cstdint": "cpp",
  20. "cstdio": "cpp",
  21. "cstdlib": "cpp",
  22. "cstring": "cpp",
  23. "ctime": "cpp",
  24. "cwchar": "cpp",
  25. "exception": "cpp",
  26. "fstream": "cpp",
  27. "initializer_list": "cpp",
  28. "iomanip": "cpp",
  29. "iosfwd": "cpp",
  30. "iostream": "cpp",
  31. "istream": "cpp",
  32. "iterator": "cpp",
  33. "limits": "cpp",
  34. "memory": "cpp",
  35. "new": "cpp",
  36. "ratio": "cpp",
  37. "sstream": "cpp",
  38. "stdexcept": "cpp",
  39. "streambuf": "cpp",
  40. "string": "cpp",
  41. "system_error": "cpp",
  42. "thread": "cpp",
  43. "type_traits": "cpp",
  44. "typeinfo": "cpp",
  45. "xfacet": "cpp",
  46. "xiosbase": "cpp",
  47. "xlocale": "cpp",
  48. "xlocinfo": "cpp",
  49. "xlocmon": "cpp",
  50. "xlocnum": "cpp",
  51. "xloctime": "cpp",
  52. "xmemory": "cpp",
  53. "xstddef": "cpp",
  54. "xtr1common": "cpp"
  55. },
  56. "C_Cpp.errorSquiggles": "disabled"
  57. }