haskell / lsp

Haskell library for the Microsoft Language Server Protocol
364 stars 91 forks source link

Fix codeActions resolve capabilities support #490

Closed joyfulmantis closed 1 year ago

joyfulmantis commented 1 year ago

Currently, code action resolve capabilities aren't being offered even if methods provide handlers for codeAction/resolve . This PR fixes that.