Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax error checking stopped working #9866

Closed
manmat opened this issue Feb 3, 2020 · 2 comments
Closed

Syntax error checking stopped working #9866

manmat opened this issue Feb 3, 2020 · 2 comments

Comments

@manmat
Copy link

manmat commented Feb 3, 2020

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

@ghost ghost added the triage-needed Needs assignment to the proper sub-team label Feb 3, 2020
@ghost
Copy link

ghost commented Feb 4, 2020

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.

Duplicate of #9778, #9637 , #9649, #9863

Bug also affected #9577

Similar to: microsoft/python-language-server#1868

Relevant to #7314

Possible cause #7314 (comment)

@karthiknadig
Copy link
Member

Closing in favour of #9649

@ghost ghost removed the triage-needed Needs assignment to the proper sub-team label Feb 4, 2020
@lock lock bot locked as resolved and limited conversation to collaborators Feb 12, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants