解决在VsCode中使用CodeRunner中文乱码

解决在VsCode中使用CodeRunner插件中文乱码问题

在VsCode中打开Code Runner的设置中的code-runner.executorMap这一项以json文件打开,修改下列代码,以UTF8编码

code-runner.executorMap": {
....
"python": "set PYTHONIOENCODING=utf8 && python",
....
}

你可能感兴趣的:(乱码)