lsp: Advertise support for markdown in completion documentation (#35727)

Release Notes:

- N/A
This commit is contained in:
xdBronch
2025-08-06 21:42:29 +03:00
committed by GitHub
parent fb1f9d1212
commit a80da784b7
+4
View File
@@ -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),