I’m using Haskell stack and VS Code on Arch Linux. The process is similar to running on Ubuntu, including installing ghcup, but Haskell mode can’t find the language server. The log shows the path that it is trying, and the path doesn’t include ~/.ghcup/bin
like I would expect. I tried putting this path into my .bashrc
but it didn’t help.
This may be an ArchLinux question honestly, but can someone explain where Haskell mode is getting the path for looking for ghc and the language server?