mirror of
https://github.com/neovim/neovim.git
synced 2025-12-07 23:22:39 +00:00
feat(lsp): enable workspace/didChangeWatchedFiles by default (#23190)
This commit is contained in:
@@ -837,7 +837,7 @@ function protocol.make_client_capabilities()
|
||||
refreshSupport = true,
|
||||
},
|
||||
didChangeWatchedFiles = {
|
||||
dynamicRegistration = false,
|
||||
dynamicRegistration = true,
|
||||
relativePatternSupport = true,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user