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
I've confirmed that this is related to the semantic highlighting feature in pylance. It appears to have been fixed already. I'm able to repro it with last week's pylance release, but it no longer repros with the latest code.
Describe the bug
This code issues a warning:
"__lt__" is not definedPylance (reportUndefinedVariable)
Adding another method like
__repr__
doesn't issue a warningSounds similar to recently fixed methods for dataclass...
I have Pylance VS Code extension v2020.10.0
The text was updated successfully, but these errors were encountered: