VScode乱码问题(2022/4/2)

"terminal.integrated.profiles.windows": {
"Command Prompt": {
"path": "C:\\Windows\\System32\\cmd.exe",
"args": ["-NoExit", "/K", "chcp 65001"]
},
"PowerShell": {
"source": "PowerShell",
"args": ["-NoExit", "/C", "chcp 65001"]
}
},
"terminal.integrated.defaultProfile.windows": "Command Prompt"

 

上述问题已解决

posted @ 2022-04-02 19:46  Recco_Do  阅读(55)  评论(0)    收藏  举报