vscode code runner 运行python 中文乱码
2020-11-11 本文已影响0人
魔王大柚子
插件扩展页面选择扩展设置,或者打开路径:@ext:formulahendry.code-runner
找到code-runner.executorMap,修改为: "python": "set PYTHONIOENCODING=utf8 && python -u",
再次运行就正常了
插件扩展页面选择扩展设置,或者打开路径:@ext:formulahendry.code-runner
找到code-runner.executorMap,修改为: "python": "set PYTHONIOENCODING=utf8 && python -u",
再次运行就正常了