I'm using haskell.nix and its shellFor to supply HLS. haskell.nix does not provide the wrapper script, https://github.com/input-output-hk/haskell.nix/issues/1776, just the exe. If there isn't a wrapper available, we should check to see if we can find a haskell-language-server exe on the path.
Feature description
I'm using haskell.nix and its
shellFor
to supply HLS. haskell.nix does not provide the wrapper script, https://github.com/input-output-hk/haskell.nix/issues/1776, just the exe. If there isn't a wrapper available, we should check to see if we can find a haskell-language-server exe on the path.