Function information provided by Jedi lacks newlines #18785
Labels
area-intellisense
LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.
bug
Issue identified by VS Code Team member as probable bug
I'm using the Jedi language server and see missing newlines in the function outlines it shows when hovering over a function or in this case, a property.
I'm unsure if that's something that VS Code gets wrong, or the LSP extension sends wrong in the first place; opening the issue here as a starting point, please let me know if I should file it somewhere else.
Steps to reproduce
Actual
The implementation of PurePath.suffix is shown, without newlines.
Expected
Newlines are shown, as in (abbreviated)
When running the jedi LSP server with verbose output I see the following interaction.
Newlines (\n) are there, but I'm unsure if that's the way things are expected to be according to the LSP?
Version: 1.65.0
Commit: 2e6cb65aa783ab7f17c9d3e709e65c65f8da3bb0
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0
Embedder: unknown
Extension version: 2022.2.1924087327
The text was updated successfully, but these errors were encountered: