mirror of
https://github.com/neovim/neovim.git
synced 2025-11-13 13:59:16 +00:00
feat(lsp): implement workspace/didChangeWatchedFiles (#22405)
This commit is contained in:
@@ -834,6 +834,10 @@ function protocol.make_client_capabilities()
|
||||
semanticTokens = {
|
||||
refreshSupport = true,
|
||||
},
|
||||
didChangeWatchedFiles = {
|
||||
dynamicRegistration = false,
|
||||
relativePatternSupport = true,
|
||||
},
|
||||
},
|
||||
experimental = nil,
|
||||
window = {
|
||||
|
||||
Reference in New Issue
Block a user