Closed
Description
Hi guys!
Congratulations for this project. Hope it becomes the tool of our dreams to work with Haskell!
I'm trying haskell-language-server
and I have encountered this issue, where it returns an error about not finding the module and there is a "Processing 1/2" indicator at the status bar that won't finish, as in the image below.
Obviously it's not working. Hover, formatting... nothing. It's just stuck there.
The instructions done to install this were:
git clone https://.../haskell/haskell-language-server.git --recurse-submodules
cd haskell-language-server
git checkout 0.1
stack ./install.hs hls-8.8.3
The settings for VSCode are only:
{
"languageServerHaskell.formattingProvider": "ormolu",
"languageServerHaskell.hieVariant": "haskell-language-server"
}
And the project itself is one generated with stack new <template>
, unmodified apart from setting a git repo.
What could this be? Am I doing something wrong? Thanks in advance!
Metadata
Metadata
Assignees
Labels
No labels