visual studio code 版本 1.30.1
python 版本 3.7.1 64 位
用户设置
{
"python.pythonPath": "C:\\Users\\GhostLotus\\AppData\\Local\\Programs\\Python\\Python37\\python.exe",
"python.linting.pylintEnabled": true,
"python.linting.enabled": true
}
不光是 pylint,flake8 也不行
怎么解决?
python 版本 3.7.1 64 位
用户设置
{
"python.pythonPath": "C:\\Users\\GhostLotus\\AppData\\Local\\Programs\\Python\\Python37\\python.exe",
"python.linting.pylintEnabled": true,
"python.linting.enabled": true
}
不光是 pylint,flake8 也不行
怎么解决?