Closed
Description
I'm using the Haskell Language Server and on Windows WSL (Windows 10, Ubuntu), and I have GHC installed in /opt/ghc/bin/ghc
, (following from this guide https://www.haskell.org/downloads/linux/) which is put on the path during code startup. However, after some fiddling with my .bash_profile and .bashrc, the Haskell extension was not able to find GHC, even if the terminal I pull up does so.
Is there a way of specifying the path of GHC proper within the extension?