Closed YievCkim closed 2 years ago
Possibly related? https://github.com/haskell/haskell-language-server/issues/2224 Try removing .ghc/blahblah/environments/default
. That has worked for me in the past when I've encountered similar issues.
Thank you indeed it works. I don't know why. But it works.
Hi,
I tried to do the tutorial here https://docs.servant.dev/en/stable/tutorial/ApiType.html#
When I create a new project with stack:
I get this layout:
If I try to open Lib.hs with emacs. The LSP server crash immediately with this error :
I don't know if this issue is related to the template or haskell lsp server.