settings.json 935 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "files.associations": {
  3. "iostream": "cpp",
  4. "array": "cpp",
  5. "atomic": "cpp",
  6. "*.tcc": "cpp",
  7. "cctype": "cpp",
  8. "clocale": "cpp",
  9. "cmath": "cpp",
  10. "cstdarg": "cpp",
  11. "cstddef": "cpp",
  12. "cstdint": "cpp",
  13. "cstdio": "cpp",
  14. "cstdlib": "cpp",
  15. "cwchar": "cpp",
  16. "cwctype": "cpp",
  17. "deque": "cpp",
  18. "unordered_map": "cpp",
  19. "vector": "cpp",
  20. "exception": "cpp",
  21. "algorithm": "cpp",
  22. "memory": "cpp",
  23. "memory_resource": "cpp",
  24. "optional": "cpp",
  25. "string": "cpp",
  26. "string_view": "cpp",
  27. "system_error": "cpp",
  28. "tuple": "cpp",
  29. "type_traits": "cpp",
  30. "utility": "cpp",
  31. "fstream": "cpp",
  32. "initializer_list": "cpp",
  33. "iosfwd": "cpp",
  34. "istream": "cpp",
  35. "limits": "cpp",
  36. "new": "cpp",
  37. "ostream": "cpp",
  38. "sstream": "cpp",
  39. "stdexcept": "cpp",
  40. "streambuf": "cpp",
  41. "typeinfo": "cpp",
  42. "thread": "cpp"
  43. }
  44. }