settings.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "files.eol": "\n",
  3. "terminal.integrated.scrollback": 50000,
  4. "files.associations": {
  5. "array": "cpp",
  6. "atomic": "cpp",
  7. "*.tcc": "cpp",
  8. "cctype": "cpp",
  9. "clocale": "cpp",
  10. "cmath": "cpp",
  11. "cstdarg": "cpp",
  12. "cstddef": "cpp",
  13. "cstdint": "cpp",
  14. "cstdio": "cpp",
  15. "cstdlib": "cpp",
  16. "cwchar": "cpp",
  17. "cwctype": "cpp",
  18. "deque": "cpp",
  19. "list": "cpp",
  20. "unordered_map": "cpp",
  21. "vector": "cpp",
  22. "exception": "cpp",
  23. "algorithm": "cpp",
  24. "functional": "cpp",
  25. "iterator": "cpp",
  26. "map": "cpp",
  27. "memory": "cpp",
  28. "memory_resource": "cpp",
  29. "numeric": "cpp",
  30. "optional": "cpp",
  31. "random": "cpp",
  32. "set": "cpp",
  33. "string": "cpp",
  34. "string_view": "cpp",
  35. "system_error": "cpp",
  36. "tuple": "cpp",
  37. "type_traits": "cpp",
  38. "utility": "cpp",
  39. "fstream": "cpp",
  40. "initializer_list": "cpp",
  41. "iosfwd": "cpp",
  42. "iostream": "cpp",
  43. "istream": "cpp",
  44. "limits": "cpp",
  45. "new": "cpp",
  46. "ostream": "cpp",
  47. "sstream": "cpp",
  48. "stdexcept": "cpp",
  49. "streambuf": "cpp",
  50. "typeinfo": "cpp"
  51. }
  52. }