settings.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "files.associations": {
  3. "*.embeddedhtml": "html",
  4. "array": "cpp",
  5. "atomic": "cpp",
  6. "bit": "cpp",
  7. "*.tcc": "cpp",
  8. "cctype": "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. "cwchar": "cpp",
  18. "cwctype": "cpp",
  19. "deque": "cpp",
  20. "map": "cpp",
  21. "string": "cpp",
  22. "unordered_map": "cpp",
  23. "vector": "cpp",
  24. "exception": "cpp",
  25. "algorithm": "cpp",
  26. "functional": "cpp",
  27. "iterator": "cpp",
  28. "memory": "cpp",
  29. "memory_resource": "cpp",
  30. "numeric": "cpp",
  31. "optional": "cpp",
  32. "random": "cpp",
  33. "string_view": "cpp",
  34. "system_error": "cpp",
  35. "tuple": "cpp",
  36. "type_traits": "cpp",
  37. "utility": "cpp",
  38. "initializer_list": "cpp",
  39. "iosfwd": "cpp",
  40. "iostream": "cpp",
  41. "istream": "cpp",
  42. "limits": "cpp",
  43. "new": "cpp",
  44. "numbers": "cpp",
  45. "ostream": "cpp",
  46. "stdexcept": "cpp",
  47. "streambuf": "cpp",
  48. "typeinfo": "cpp"
  49. }
  50. }