I used to see this in VSCode, and it was fixed in some specific Pyright version - it seems Cursor’s isn’t there yet?
1 Like
What’s the status of this fix? This is the exact same bug that hit VSCode a couple of months ago and was resolved with an update to either the Pylance or Python extension, I can’t remember which. All of my intellisense type names are coming through as FixtureFunction[SimpleFixtureFunction@FixtureFunction… instead of the actual type names.
I’m having the same issue.
Pylance v2024.8.1
Python v2024.12.3
I have to manually installer latest pylance extension from Pylance - Visual Studio Marketplace to fix this issue.