Open rchiodo opened 8 months ago
See the discussion, but it looks like we don't return a separate token for this case:
https://github.com/microsoft/pylance-release/issues/4645#issuecomment-1813073964
Since then I've been using this theme, which seems to have resolved the symptom described here.
Any updates ? Since we all start adopting python 12 in our projects, it gets frustrating to miss on new features...
As an update, I ended up switching from pylance to based pyright. https://marketplace.visualstudio.com/items?itemName=detachhead.basedpyright
a: MyType
also shows MyType
as white. we should update our semantic tokenizer to support new TypeAlias
at the decl and usage.
Discussed in https://github.com/microsoft/pylance-release/discussions/5540