Fix Plaintext textDocument/hover

This commit is contained in:
vsrs
2021-10-29 18:22:48 +03:00
parent 057558b756
commit 2f862cd6fe
3 changed files with 16 additions and 3 deletions

View File

@@ -136,6 +136,7 @@ impl LsifManager<'_> {
result: lsp_types::Hover {
contents: lsp_types::HoverContents::Markup(to_proto::markup_content(
hover.markup,
ide::HoverDocFormat::Markdown,
)),
range: None,
},