Plaintext textDocument/hover malformed #10028
Labels
A-hover
hover feature
C-bug
Category: bug
S-actionable
Someone could pick this issue up and work on it right now
When an LSP client only reports
MarkupKind::Plaintext
forcapabilities.textDocument.hover.content_format
, the text returned for atextDocument/hover
request is still advertised as"kind": "markdown"
and while the Markdown syntax is removed, whitespace is partially broken.The following example includes
The code tested with is
src/main.rs
from a freshcargo new
.kak-lsp
version: kakoune-lsp/kakoune-lsp@d5e39a9rust-analyzer
version:rust-analyzer cbbb7f351 2021-08-25 dev
The text was updated successfully, but these errors were encountered: