vscode _coderunner 中文乱码
时间:2020-03-11 21:29:57
收藏:0
阅读:877
设置使用 built-in terminal
1) 首先到用户设置中搜索设置Code-runner: Language ID To File Extension Map
点击"在settings.json中编辑"
2)添加如图所示代码, 保存即可
"code-runner.runInTerminal": true,
{
"files.autoSave": "afterDelay",
"window.zoomLevel": 0,
"editor.fontSize": 18,
"python.pythonPath": "D:\\ProgramData\\Anaconda3\\envs\\py37\\python.exe",
"code-runner.clearPreviousOutput": true,
"code-runner.runInTerminal": true,
}
原文:https://www.cnblogs.com/libragyf/p/12465115.html
评论(0)