haskell / lsp

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

How to get a list of all findings of hls? #473

Closed rubenmoor closed 1 year ago

rubenmoor commented 1 year ago

I only know lsp-ui-flycheck-list and flycheck-list-errors. Once I corrected all errors, warnings and suggestions in one file, both commands return empty results. How to go through all of the findings of my project?

michaelpj commented 1 year ago

This is the Haskell LSP library, it sounds like you're looking for lsp-mode.