settings.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "files.associations": {
  3. "xiosbase": "cpp",
  4. "iterator": "cpp",
  5. "algorithm": "cpp",
  6. "atomic": "cpp",
  7. "bit": "cpp",
  8. "cctype": "cpp",
  9. "clocale": "cpp",
  10. "cmath": "cpp",
  11. "codecvt": "cpp",
  12. "compare": "cpp",
  13. "concepts": "cpp",
  14. "cstddef": "cpp",
  15. "cstdint": "cpp",
  16. "cstdio": "cpp",
  17. "cstdlib": "cpp",
  18. "cstring": "cpp",
  19. "ctime": "cpp",
  20. "cwchar": "cpp",
  21. "exception": "cpp",
  22. "fstream": "cpp",
  23. "initializer_list": "cpp",
  24. "ios": "cpp",
  25. "iosfwd": "cpp",
  26. "iostream": "cpp",
  27. "istream": "cpp",
  28. "limits": "cpp",
  29. "locale": "cpp",
  30. "map": "cpp",
  31. "memory": "cpp",
  32. "new": "cpp",
  33. "ostream": "cpp",
  34. "regex": "cpp",
  35. "sstream": "cpp",
  36. "stdexcept": "cpp",
  37. "streambuf": "cpp",
  38. "string": "cpp",
  39. "system_error": "cpp",
  40. "tuple": "cpp",
  41. "type_traits": "cpp",
  42. "typeinfo": "cpp",
  43. "utility": "cpp",
  44. "vector": "cpp",
  45. "xfacet": "cpp",
  46. "xlocale": "cpp",
  47. "xlocbuf": "cpp",
  48. "xlocinfo": "cpp",
  49. "xlocmes": "cpp",
  50. "xlocmon": "cpp",
  51. "xlocnum": "cpp",
  52. "xloctime": "cpp",
  53. "xmemory": "cpp",
  54. "xstddef": "cpp",
  55. "xstring": "cpp",
  56. "xtr1common": "cpp",
  57. "xtree": "cpp",
  58. "xutility": "cpp"
  59. },
  60. "docwriter.language": "Chinese"
  61. }