settings.json 1.5 KB

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