mirror of
https://github.com/neovim/neovim
synced 2025-07-17 01:31:48 +00:00
fix(lsp): advertise workspace.didChangeConfiguration capability (#26028)
This ensures workspace/didChangeConfiguration notification sent after init is correctly handled
This commit is contained in:
@ -855,6 +855,9 @@ function protocol.make_client_capabilities()
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
configuration = true,
|
configuration = true,
|
||||||
|
didChangeConfiguration = {
|
||||||
|
dynamicRegistration = false,
|
||||||
|
},
|
||||||
workspaceFolders = true,
|
workspaceFolders = true,
|
||||||
applyEdit = true,
|
applyEdit = true,
|
||||||
workspaceEdit = {
|
workspaceEdit = {
|
||||||
|
Reference in New Issue
Block a user