vs code编写python解决 Linter pylint
2019-06-18 本文已影响0人
小明同学喜欢熊
使用vs code安装了Python插件,运行项目时出现Linter pylint is not installed
解决方法
-
打开设置----搜索python,点击 在settings.json中编辑
选择settings.json中编辑
-
在打开的编辑器中加入代码,保存
"python.linting.enabled": false
![](https://img.haomeiwen.com/i17559159/ed6e7e608e8ddfc6.jpg)
使用vs code安装了Python插件,运行项目时出现Linter pylint is not installed
打开设置----搜索python,点击 在settings.json中编辑
在打开的编辑器中加入代码,保存
"python.linting.enabled": false