Replies: 1 comment
-
Turns out mypy was hindering pylance somehow. Removed mypy and the issue somehow got resolved. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I noticed that some attributes did not get resolved, but when I tried in a simple project it worked just fine. is this due to some kind of limitation?
In my project (many dependencies):
When tested in a new project (only depends on sqlalchemy):
#Edit2
Another case, notice the color difference
In my project:
In test project:
Should I raise a performance issue?
Edit:
Beta Was this translation helpful? Give feedback.
All reactions