-
Notifications
You must be signed in to change notification settings - Fork 206
HIE fails when run from within VSCode #483
Comments
Make sure you have |
It looks like the AUR package didn't pull
Still, after installing,
|
Then it is related to how AUR does things. Perhaps @DanielG can help, on https://github.com/DanielG/cabal-helper |
Well, AUR does nothing obviously weird: the package is just built and installed. https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=haskell-ide-engine-git |
Its not an install problem, its a runtime problem. ghc-mod uses cabal-helper, and between them there are some expectations about what can be found where, to get configured. |
It looks like setting the environment variable mentioned in the error message seems to work around the problem:
|
It looks like the resulting binary some paths hardcoded during configure/make, and it's done absolutely wrong
the system-wide paths are not in the executable anywhere:
or
|
This seems closely related to #400 |
This is still an issue. I experience it with the atom plugin. My issue is that I do not have Is it required to separatly install |
Looks to me like this is in fact an AUR problem. They use |
@DanielG I installed
I assume it worked because the |
It works for me now: I copied the Not sure if all that was necessary, but it works now 🎉 |
I've run into the same issue, but on MacOS also using |
cross-reporting haskell/vscode-haskell#54
I installed
haskell-ide-engine-git
from AUR (Arch Linux). I can't findcabal-helper-wrapper
anywhere in my FS.The text was updated successfully, but these errors were encountered: