I can't seem to get Python3 linting working in Visual Studio Code (1.20.1).
I'm using a Homebrew installed version of Python 3.6 and updated all the settings correctly (I think). But I'm not seeing anything to indicate when there's an error (I've purposely just tried typing gibberish, etc). Here's my settings:
{
"python.pythonPath": "/usr/local/bin/python3",
"files.autoSave": "afterDelay",
"python.linting.enabled": true,
"python.linting.pep8Enabled": true
}
Thanks!