Forbid extra inlay updates

This commit is contained in:
Kirill Bulatov 2023-06-20 23:11:57 +03:00
parent 97e5d40579
commit 31f0f9f7b1
5 changed files with 141 additions and 93 deletions

View file

@ -432,7 +432,6 @@ impl LanguageServer {
content_format: Some(vec![MarkupKind::Markdown]),
..Default::default()
}),
// TODO kb add the resolution at least
inlay_hint: Some(InlayHintClientCapabilities {
resolve_support: None,
dynamic_registration: Some(false),