We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37068f0 + b611a32 commit eddcb92Copy full SHA for eddcb92
src/requests/workspace.jl
@@ -68,6 +68,10 @@ function workspace_didChangeWatchedFiles_notification(params::DidChangeWatchedFi
68
end
69
70
function workspace_didChangeConfiguration_notification(params::DidChangeConfigurationParams, server::LanguageServerInstance, conn)
71
+ if !server.clientcapability_workspace_didChangeConfiguration
72
+ @debug "Client sent a `workspace/didChangeConfiguration` request despite claiming no support for it. " *
73
+ "The request will be handled regardless, but this behavior can be reported to the client."
74
+ end
75
request_julia_config(server, conn)
76
77
0 commit comments