Open alanz opened 4 years ago
And it seems emacs is advertising that it does support it, but is using the old behaviour. https://github.com/emacs-lsp/lsp-mode/issues/1277
I think we are using a helper function inside haskell-lsp for this, it should probably check inside there.
I suspect it is/may be doing the right thing, the emacs lsp-mode is setting the flag, but does not support the new behaviour.
Nope, just turned it off in my version of emacs, still getting progress reports.
@alanz can you dump a log of the messages up here to see what's happening? there's code in haskell-lsp that looks like it should check the capability. wether or not it actually is though is another story https://github.com/alanz/haskell-lsp/blob/5497e9fc975f47f54fd677fce0c2a8d675ce3aee/src/Language/Haskell/LSP/Core.hs#L790-L797
They are a feature of LSP 3.15, and should only be sent if signalled by
Likewise, support should be signalled to the client.
Note: this may be a haskell-lsp feature. And is likely the cause of https://github.com/emacs-lsp/lsp-haskell/issues/59