You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This can be fixed by testing against r.params["settings"] != nothing in process(r::JSONRPC.Request{Val{Symbol("workspace/didChangeConfiguration")},Dict{String,Any}}, server)before doing haskey(…)
Related to joaotavora/eglot#59 (I also found it because eglot reports "nothing" there).
The text was updated successfully, but these errors were encountered:
workspace/didChangeConfiguration
'ssetting
can beNothing
.This can be fixed by testing against
r.params["settings"] != nothing
inprocess(r::JSONRPC.Request{Val{Symbol("workspace/didChangeConfiguration")},Dict{String,Any}}, server)
before doinghaskey(…)
Related to joaotavora/eglot#59 (I also found it because
eglot
reports "nothing" there).The text was updated successfully, but these errors were encountered: