mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00
feat(lsp): opt-in to dynamicRegistration for inlay hints (#24102)
Since https://github.com/neovim/neovim/pull/23681 there is dynamic registration support. We should use that for new features unless there is a good reason to turn it off.
This commit is contained in:

committed by
GitHub

parent
904ad5458d
commit
12c2c16acf
@@ -642,7 +642,7 @@ function protocol.make_client_capabilities()
|
||||
},
|
||||
textDocument = {
|
||||
inlayHint = {
|
||||
dynamicRegistration = false,
|
||||
dynamicRegistration = true,
|
||||
resolveSupport = {
|
||||
properties = {},
|
||||
},
|
||||
|
Reference in New Issue
Block a user