Skip to content

0.1 errors when opening VSCode #101

Closed
@DavSanchez

Description

@DavSanchez

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.

Screenshot 2020-05-09 at 03 05 39

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions