码迷,mamicode.com
首页 > 编程语言 > 详细

Python下修改终端

时间:2019-11-09 20:08:58      阅读:107      评论:0      收藏:0      [点我收藏+]

标签:代码规范   cut   pow   img   led   sys   复制   highlight   fonts   

第一步,点击设置

技术图片

 

 第二步,输入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"
    }

技术图片

Python下修改终端

标签:代码规范   cut   pow   img   led   sys   复制   highlight   fonts   

原文地址:https://www.cnblogs.com/cheneyboon/p/11827350.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!