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
Let me know if I should repost this to StackOwerflow.
Issue: My python files are no longer being checked. I can write whatever in the python code and it will not be underscored or marked as an error.
Expected: Red underscoring of syntax errors, imports not found etc...
I am using macOS 10.15.1
The text was updated successfully, but these errors were encountered:
Declare "python.linting.pylint": true in .vscode> settings.json. This is a known issue. You can use flake8 until it is fixed. flake8 is not affected by this bug.
Let me know if I should repost this to StackOwerflow.
Issue: My python files are no longer being checked. I can write whatever in the python code and it will not be underscored or marked as an error.
Expected: Red underscoring of syntax errors, imports not found etc...
I am using macOS 10.15.1
The text was updated successfully, but these errors were encountered: