emacs-lsp / lsp-haskell

lsp-mode :heart: haskell
https://emacs-lsp.github.io/lsp-haskell
GNU General Public License v3.0
227 stars 56 forks source link

Question: how can I get rid of "Processing" message from modeline #166

Closed Javran closed 1 year ago

Javran commented 1 year ago

My apologies in advance if this isn't the right place to ask this question - in fact I have no idea which project is responsible for this behavior.

I notice that, as I start typing in a .hs file, there's a "⌛ Processing" flashing up and disappearing very frequently in the modeline, like this one: rCRzStg and this gets annoying very quickly.

I've tried turning off everything that looks like "lsp-modeline-*-mode" but none seem to be the right switch.

yyoncho commented 1 year ago

Change lsp-progress-function to identity

Javran commented 1 year ago

Thanks for the quick response!

michaelpj commented 1 year ago

To be fair, I also believe there may be a HLS bug here. I have long suspected that it does not report progress correctly, which sometimes leads to flickring progress notifications or sometimes just dead ones.