【发布时间】:2018-03-06 18:05:56
【问题描述】:
我似乎无法让 Python3 linting 在 Visual Studio Code (1.20.1) 中工作。
我使用的是安装了 Homebrew 的 Python 3.6 版本并正确更新了所有设置(我认为)。但是我没有看到任何指示何时出现错误(我故意只是尝试输入胡言乱语等)。这是我的设置:
{
"python.pythonPath": "/usr/local/bin/python3",
"files.autoSave": "afterDelay",
"python.linting.enabled": true,
"python.linting.pep8Enabled": true
}
谢谢!
【问题讨论】:
标签: python python-3.x visual-studio-code homebrew