I have installed the language server in Zed and it's working great for fixture discovery, but the type of the fixture is not being set.
For example:
It correctly shows the fixture and the return type

But the variable itself is still with unknown type:

Is there a way to set this value? Maybe it would have to interact with the other language server? Zed uses basedpyright by default i think.
I have installed the language server in Zed and it's working great for fixture discovery, but the type of the fixture is not being set.
For example:
It correctly shows the fixture and the return type

But the variable itself is still with unknown type:

Is there a way to set this value? Maybe it would have to interact with the other language server? Zed uses basedpyright by default i think.