lsp: Advertise support for markdown in completion documentation (#35727)
Release Notes: - N/A
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user