-
-
Notifications
You must be signed in to change notification settings - Fork 378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.1 errors when opening VSCode #101
Comments
This is unfortunately expected behavior for the time being. #88 is not yet ready for use. For the time being please install and run implicit-hie. PS: I will be discussing getting hie/hls/ghcide installed and working with cabal and stack on the weekly haskell video chat at 5 PM UTC tomorrow(Saturday). |
@DavSanchez Can you please post the full log? Imo, this is not expected behaviour. For a simple stack project, a cradle:
stack: should suffice. Place this in the root of your project and also make sure to open the project root when starting the lsp-client. |
Ah, I had a Just in case it gives you any more information you can use, the log is the following:
The ... stands for my $HOME directory. I'll need to read a little bit more on how the syntax for components defined at Thanks! |
* Improve hover performance by speeding up getFileExists We touch the file system only the first time. After that, we rely on the lsp client to tell us if a file is created or deleted Fixes #101
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:
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!
The text was updated successfully, but these errors were encountered: