<>
in docstrings gets rendered as <>
on hovering over calls
#816
Labels
bug
Something isn't working
fixed in next version (main)
A fix has been implemented and will appear in an upcoming version
Environment data
python.languageServer
setting: Pylance[NOTE: If you suspect that your issue is related to the Microsoft Python Language Server (
python.languageServer: 'Microsoft'
), please download our new language server Pylance from the VS Code marketplace to see if that fixes your issue]Expected behaviour
The docstrings should be rendered correctly.
Actual behaviour
The
<
and>
characters when placed inside code blocks in docstrings get rendered as<
and>
respectively when moue is hovered over definition of the function (or class) or a call to the function.Steps to reproduce:
Consider this code:

When I hover over the definition, it shows the docstring as:

I don't think it was supposed to be this way and it must be something with this extension because this doesn't happen with other languages.
The text was updated successfully, but these errors were encountered: