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
We are in the process of refactoring the way we use Jedi, so I will be closing this issue in favor of #11995.
In the meantime, I'd encourage you to try Pylance, a new and more performant language server we recently released that may solve the issue you are encountering. You can download it from the marketplace and install it alongside the core Python extension.
Note
Bug has been opened here as per suggestion from microsoft/vscode#108707 (comment)
Environment data
python.languageServer
setting: JediExpected behaviour
On hovering, the decorated function name should be shown
Actual behaviour
On hovering, the decorator name is shown
Since all extensions were disabled, this looks more like an editor issue than a Python extension issue
Steps to Reproduce:
Logs
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)The text was updated successfully, but these errors were encountered: