-
Notifications
You must be signed in to change notification settings - Fork 90
Confusing dialog on startup: "Need to download ghc-null" #597
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
Hi, thank you for your bug report! Do you have GHC installed on your system? If yes, how and which GHC version? |
No, I don't have it installed globally. This happens with pure stack projects. |
FWIW, I just installed 8.10.7 (via ghcup). This makes the problem go away. |
Awesome, thank you for the detailed bug report! |
Are you using ghc 9.0.2 with stack? Or why do you lock an older HLS version? There's a workaround for the bindist issue: haskell/haskell-language-server#2862 (comment) |
Yes and it kept crashing HLS so I reverted to 1.6.1.0 for now. But this is not related to this issue as I'm getting the same behaviour ("Need to download ghc-null") also with |
Your environment
Which OS do you use: Linux 5.4.0-109-generic 18.04.1-Ubuntu
Steps to reproduce
Add the following configuration and start VSCode:
Expected behaviour
VSCode starts and is ready to use, not displaying "strange" dialogue boxes.
Actual behaviour
VSCode starts and a dialogue pops up "Need to download ghc-null, continue?"
After confirming with "Yes", everything works normal.
The text was updated successfully, but these errors were encountered: