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

Release Notes:

- N/A
This commit is contained in:
xdBronch 2025-08-06 14:42:29 -04:00 committed by GitHub
parent fb1f9d1212
commit a80da784b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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),