mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 10:45:16 -07:00
fix(lsp): advertise workspace.didChangeConfiguration capability (#26028)
This ensures workspace/didChangeConfiguration notification sent after init is correctly handled
This commit is contained in:
parent
d718a3e27a
commit
48bcc7b971
@ -855,6 +855,9 @@ function protocol.make_client_capabilities()
|
||||
},
|
||||
},
|
||||
configuration = true,
|
||||
didChangeConfiguration = {
|
||||
dynamicRegistration = false,
|
||||
},
|
||||
workspaceFolders = true,
|
||||
applyEdit = true,
|
||||
workspaceEdit = {
|
||||
|
Loading…
Reference in New Issue
Block a user