首页 > 其他 > 详细

vscode _coderunner 中文乱码

时间:2020-03-11 21:29:57      阅读:873      评论:0      收藏:0      [点我收藏+]

设置使用 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,
}

 

 

vscode _coderunner 中文乱码

原文:https://www.cnblogs.com/libragyf/p/12465115.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!