haskell / lsp

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

Fix parsing of registerOptions #464

Closed thomasjm closed 1 year ago

thomasjm commented 1 year ago

This field is supposed to be optional, so I added a question mark. Without this change, the parse fails when the field is absent.