mirror of
https://github.com/neovim/neovim.git
synced 2026-02-09 05:18:45 +00:00
feat(lsp): support workspace/codeLens/refresh
This commit is contained in:
@@ -604,6 +604,9 @@ function protocol.make_client_capabilities()
|
||||
dynamicRegistration = sysname == 'Darwin' or sysname == 'Windows_NT',
|
||||
relativePatternSupport = true,
|
||||
},
|
||||
codeLens = {
|
||||
refreshSupport = true,
|
||||
},
|
||||
inlayHint = {
|
||||
refreshSupport = true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user