Python下修改终端

第一步,点击设置

 

 第二步,输入shell,点击终端

 

第三步,点击Windows

 

第四步,修改代码

因为电脑原因,我的是没有一行代码的,所以直接拿了网上的代码,如果这里进去为空的朋友,可以复制我的代码进行粘贴,保存并退出即可

{
    "editor.fontSize": 16,
    "python.linting.enabledWithoutWorkspace": false,
    // 取消pylint 代码规范检查
    "python.linting.pylintEnabled": false,
    // "php.validate.executablePath": "D://phpStudy//php//php-5.2.17//php.exe"
    "php.validate.executablePath": "D://phpStudy//php//php-5.4.45//php.exe",
    // 终端在 Windows 使用的 shell 路径。使用随 Windows 一起提供的 shell (cmd、PowerShell 或 Bash on Ubuntu) 时。
    "terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe"
    }

posted @ 2019-11-09 19:02  极客海  阅读(725)  评论(0)    收藏  举报