settings.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "C_Cpp.errorSquiggles": "Disabled",
  3. "files.associations": {
  4. "string": "cpp",
  5. "string_view": "cpp",
  6. "regex": "cpp",
  7. "array": "cpp",
  8. "chrono": "cpp",
  9. "functional": "cpp",
  10. "ratio": "cpp",
  11. "tuple": "cpp",
  12. "type_traits": "cpp",
  13. "utility": "cpp",
  14. "*.tcc": "cpp",
  15. "bitset": "cpp",
  16. "algorithm": "cpp",
  17. "fstream": "cpp",
  18. "istream": "cpp",
  19. "cctype": "cpp",
  20. "clocale": "cpp",
  21. "cmath": "cpp",
  22. "cstdarg": "cpp",
  23. "cstddef": "cpp",
  24. "cstdint": "cpp",
  25. "cstdio": "cpp",
  26. "cstdlib": "cpp",
  27. "cstring": "cpp",
  28. "ctime": "cpp",
  29. "cwchar": "cpp",
  30. "cwctype": "cpp",
  31. "deque": "cpp",
  32. "unordered_map": "cpp",
  33. "vector": "cpp",
  34. "exception": "cpp",
  35. "system_error": "cpp",
  36. "initializer_list": "cpp",
  37. "iosfwd": "cpp",
  38. "iostream": "cpp",
  39. "limits": "cpp",
  40. "memory": "cpp",
  41. "new": "cpp",
  42. "ostream": "cpp",
  43. "numeric": "cpp",
  44. "sstream": "cpp",
  45. "stdexcept": "cpp",
  46. "streambuf": "cpp",
  47. "cinttypes": "cpp",
  48. "typeinfo": "cpp",
  49. "*.ipp": "cpp",
  50. "list": "cpp",
  51. "unordered_set": "cpp",
  52. "valarray": "cpp",
  53. "csignal": "cpp",
  54. "atomic": "cpp",
  55. "strstream": "cpp",
  56. "complex": "cpp",
  57. "condition_variable": "cpp",
  58. "future": "cpp",
  59. "iomanip": "cpp",
  60. "mutex": "cpp",
  61. "thread": "cpp",
  62. "cfenv": "cpp",
  63. "typeindex": "cpp"
  64. }
  65. }