-
-
Notifications
You must be signed in to change notification settings - Fork 391
haskell-language-server 0.1 stops before checking files #84
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
Comments
Should maybe add that both return with exit code 0. |
I've got exactly the same symptoms. This is the first time I've tried to use Willing to provide more details, but I'm not sure what's relevant. |
@Philonous You have problems with just executing the executable, right? @georgefst You want to use it as a lsp server? You need to pass the |
That's correct. I'm executing the |
Can reproduce, i think the code to actually typecheck the files is commented out: haskell-language-server/exe/Main.hs Lines 226 to 228 in 6ddefac
|
* Improve and extend feature list * Fix typo in feature table
Running haskell-language-server (or the included ghcide binary) just stops before checking any source files.
e.g. within the haskell-language-server directory:
The same happens when I run ghcide:
This is on NixOs, but I installed haskell-lanaguage-server just by
stack install
without any configuration changes.The text was updated successfully, but these errors were encountered: