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
{{ message }}
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
The following snippet results in a spurious problem being reported when using the Microsoft language server. It does not occur in Jedi or Pylance.
When splitting the second line into two, like the following, it works:
Expected behaviour
No problems reported.
Actual behaviour
The following problem is reported on the last line:
Steps to reproduce:
Paste the code from above into a python editor (don't even have to save).
Environment data
Environment data
python.languageServer
setting: Microsoft, and yes, it seems like it's fixed in Pylance. Is the Microsoft server deprecated or something?The text was updated successfully, but these errors were encountered: