在4月份的Visual Studio代码更新之后,我无法找到任何我的python文件。我安装了pylint和pep8,并对user.json进行了以下更改
{
"window.zoomLevel": 0,
"terminal.integrated.shell.windows": "C:\\windows\\Sysnative\\cmd.exe",
"python.pythonPath": "C:\\Python27",
"python.linting.pep8Enabled": true,
"python.linting.pylintPath": "C:\\Python27\\Lib\\site-packages\\pylint",
"python.linting.lintOnSave": true,
"python.linting.pylintEnabled": true
}
我在这里如何启用pylint的任何线索?
答案 0 :(得分:0)
我对 PHP IntelliSense 有同样的问题。 VS Code使用了错误的php版本(5.6),无论“$ which php”给了我正确的版本(最新的7.0)。我试过更改符号链接,没用。显然重新安装扩展程序就可以了。