Forbid extra inlay updates
This commit is contained in:
parent
97e5d40579
commit
31f0f9f7b1
5 changed files with 141 additions and 93 deletions
|
@ -1798,7 +1798,6 @@ impl LspCommand for InlayHints {
|
|||
lsp::OneOf::Left(enabled) => *enabled,
|
||||
lsp::OneOf::Right(inlay_hint_capabilities) => match inlay_hint_capabilities {
|
||||
lsp::InlayHintServerCapabilities::Options(_) => true,
|
||||
// TODO kb there could be dynamic registrations, resolve options
|
||||
lsp::InlayHintServerCapabilities::RegistrationOptions(_) => false,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue