lsp: Advertise support for markdown in completion documentation (#35727)
Release Notes: - N/A
This commit is contained in:
parent
fb1f9d1212
commit
a80da784b7
1 changed files with 4 additions and 0 deletions
|
@ -747,6 +747,10 @@ impl LanguageServer {
|
|||
InsertTextMode::ADJUST_INDENTATION,
|
||||
],
|
||||
}),
|
||||
documentation_format: Some(vec![
|
||||
MarkupKind::Markdown,
|
||||
MarkupKind::PlainText,
|
||||
]),
|
||||
..Default::default()
|
||||
}),
|
||||
insert_text_mode: Some(InsertTextMode::ADJUST_INDENTATION),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue