haskell / lsp

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

fix misplaced docstring #470

Closed kostmo closed 1 year ago

kostmo commented 1 year ago

Currently the _edit docstring is bunched up with _disabled: https://hackage.haskell.org/package/lsp-types-1.6.0.0/docs/Language-LSP-Types.html#t:CodeAction

Screenshot from 2023-01-24 19-16-56

thomasjm commented 1 year ago

FWIW I think this is being addressed by the more comprehensive changes in #471.

michaelpj commented 1 year ago

Yep, fixed by the generation PR