vs code c++ 中文输入字符串无法输出/输出中文乱码问题

图片说明
以上是在settings.json插入
"terminal.integrated.shellArgs.windows": ["-NoExit", "/c", "chcp 65001"],
的时候

这句话注释之后
图片说明
变成这样

百度了好多种方法都没用

https://blog.csdn.net/qq_18809853/article/details/52080732