settings.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "files.associations": {
  3. "cctype": "cpp",
  4. "clocale": "cpp",
  5. "cmath": "cpp",
  6. "cstdarg": "cpp",
  7. "cstddef": "cpp",
  8. "cstdio": "cpp",
  9. "cstdlib": "cpp",
  10. "cstring": "cpp",
  11. "ctime": "cpp",
  12. "cwchar": "cpp",
  13. "cwctype": "cpp",
  14. "array": "cpp",
  15. "atomic": "cpp",
  16. "bit": "cpp",
  17. "*.tcc": "cpp",
  18. "chrono": "cpp",
  19. "complex": "cpp",
  20. "condition_variable": "cpp",
  21. "cstdint": "cpp",
  22. "deque": "cpp",
  23. "map": "cpp",
  24. "unordered_map": "cpp",
  25. "vector": "cpp",
  26. "exception": "cpp",
  27. "algorithm": "cpp",
  28. "functional": "cpp",
  29. "iterator": "cpp",
  30. "memory": "cpp",
  31. "memory_resource": "cpp",
  32. "numeric": "cpp",
  33. "optional": "cpp",
  34. "random": "cpp",
  35. "ratio": "cpp",
  36. "string": "cpp",
  37. "string_view": "cpp",
  38. "system_error": "cpp",
  39. "tuple": "cpp",
  40. "type_traits": "cpp",
  41. "utility": "cpp",
  42. "fstream": "cpp",
  43. "initializer_list": "cpp",
  44. "iosfwd": "cpp",
  45. "iostream": "cpp",
  46. "istream": "cpp",
  47. "limits": "cpp",
  48. "mutex": "cpp",
  49. "new": "cpp",
  50. "ostream": "cpp",
  51. "shared_mutex": "cpp",
  52. "sstream": "cpp",
  53. "stdexcept": "cpp",
  54. "streambuf": "cpp",
  55. "thread": "cpp",
  56. "typeinfo": "cpp"
  57. }
  58. }