haskell / lsp

Haskell library for the Microsoft Language Server Protocol
360 stars 89 forks source link

spec compliance: _registerOptions should be a Maybe #454

Closed thomasjm closed 1 year ago

thomasjm commented 1 year ago

Another spec compliance issue. Spec is here: https://microsoft.github.io//language-server-protocol/specifications/lsp/3.17/specification/#client_registerCapability

(Any luck with the metamodel project @michaelpj?)

michaelpj commented 1 year ago

(I'm quite close: I got to the point of trying to make the JSON encoding all line up exactly when I got stuck a few months ago and life has sadly been hectic since then. I might push a branch and ask for help.)

michaelpj commented 1 year ago

Looks like some genuine errors.