-
Notifications
You must be signed in to change notification settings - Fork 133
Syntax error not detected #1868
Comments
Looks like a parser bug. |
Just to be clear: is this bug about that LS doesn't show any syntax error anymore? Because it was the case here. |
Yep, that's the case. No syntax errors at all. |
Just to chime in and let you know the last public version of 2019 of the python extension does not have the linting problem |
@IceTDrinker I thought this was an issue with the language server, not the Python extension? Edit: Anyway, thanks for the hint, I get squiggly lines now. |
Potentially but from what I understood the extension pulls a specific version of the language server. I don't work on that project so I could be wrong |
I also didn't get any realtime linting on version 2020.1.58038 of the Python extension. I had tried deleting/reinstalling the language server or changing extension settings to no avail, but installing version 2019.11.50794 fixed it for me as well. |
See microsoft/vscode-python#9649, this appears to be an extension thing. |
Environment data
Expected behaviour
A red squiggly line underneath code with syntax errors
Actual behaviour
no red squiggly line
Logs
Code Snippet / Additional lnformation
The text was updated successfully, but these errors were encountered: