Closed
Description
First, let me thank you for all your efforts in building a Haskell IDE. It is something that the language desperately needs.
Your environment
haskell-language-server version: 0.7.0.0 (GHC: 8.8.4) (PATH: /home/neo/.config/Code/User/globalStorage/haskell.haskell/haskell-language-server-0.7.0-linux-8.8.4) (GIT hash: 6a692de3308c06d8eb7bdf0f7b8a35b6e9a92610)
Tool versions found on the $PATH
cabal: 3.2.0.0
stack: 2.5.1
ghc: 8.8.4
Which lsp-client do you use:
VS Code
Describe your project (alternative: link to the project):
Stack project using package.yaml
Contents of hie.yaml
:
I don't have this file at all so I am picking up the default behavior.
Steps to reproduce
Whenever VS-code highlights a piece of code with a blue squiggly line like suggesting some hint/refactoring, if I click on quick fix, the hint never happens and I get a small window on the bottom right of the screen saying "applying hint" (see attached image) but it never gets applied. Eventually I just have to hit cancel to get rid of the window. This happens for every hint.