You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pylint still does not work even when enabled under User and Workspace under settings. The only time pylint will work is by manually adding the setting to settings.json:
{
"python.linting.pylintEnabled": true
}
Even then, the application may need to be restarted for it to work properly.
Flake8, et al do not have this problem.
My workspace settings:
Note the empty settings.json
Now an obvious import error that should be caught by pylint:
Notice there is no pylint error.
Now manually add the settings.
And I finally get the errors.
Extension version: 2020.7.94776
VS Code version: Code 1.47.2 (17299e413d5590b14ab0340ea477cdd86ff13daf, 2020-07-15T18:18:50.054Z)
OS version: Darwin x64 19.5.0
The text was updated successfully, but these errors were encountered:
Issue Type: Bug
Pylint still does not work even when enabled under User and Workspace under settings. The only time pylint will work is by manually adding the setting to
settings.json
:Even then, the application may need to be restarted for it to work properly.
Flake8, et al do not have this problem.
My workspace settings:
Note the empty
settings.json
Now an obvious import error that should be caught by pylint:
Notice there is no pylint error.
Now manually add the settings.
And I finally get the errors.
Extension version: 2020.7.94776
VS Code version: Code 1.47.2 (17299e413d5590b14ab0340ea477cdd86ff13daf, 2020-07-15T18:18:50.054Z)
OS version: Darwin x64 19.5.0
The text was updated successfully, but these errors were encountered: