fix(lsp): advertise workspace.didChangeConfiguration capability (#26028)

This ensures workspace/didChangeConfiguration notification sent after init is correctly handled
This commit is contained in:
Chris Simon 2023-11-14 05:39:43 +11:00 committed by GitHub
parent d718a3e27a
commit 48bcc7b971
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -855,6 +855,9 @@ function protocol.make_client_capabilities()
},
},
configuration = true,
didChangeConfiguration = {
dynamicRegistration = false,
},
workspaceFolders = true,
applyEdit = true,
workspaceEdit = {