settings.json 1.7 KB

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