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
2023/01/01 14:02:52 failed to create file manager: failed to connect to language server ["gopls" "serve" "-rpc.trace" "--debug=localhost:6060"]: initialize failed: unmarshalling result: json: cannot unmarshal object into Go struct field ServerCapabilities.capabilities.selectionRangeProvider of type boo
seems probably linked to this line of code
So error is being returned I assume from gopls, I will look there now and see if I can see what changed there.
look like its linked to this commit in gopls
golang/tools@1270fd7
and
golang/go#36679
Upon analysis the error is because the go server is expecting a struct and not a bool.. see golang/tools@1270fd7
I have made a PR to match this expectation (my local testing in acme was successful)
NB: started happening during last week of December.
The text was updated successfully, but these errors were encountered: