赞
踩
本博客参考 https://stackoverflow.com/questions/62473201/how-do-i-enable-pylint-in-vscode
1. 在 vs code 使用的 python 编译器中 安装 pylint
2. 为了让 pylint 可以生效,在 .vscode 目录下的 settings.json 中添加.
- {
- "python.linting.enabled": true,
- "python.linting.pylintEnabled": true,
- "python.languageServer": "Microsoft"
- }
3. 重启 vs code,使配置生效即可。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。