"$HIE_BIOS_OUTPUT" No such file or directory #2923
Labels
status: needs triage
type: bug
Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..
Your environment
Ubuntu 22.04
VScode, haskell plugin v2.2.0
haskell-language-server is installed via ghcup
Stack-based project, multiple executables, enabled docker in stack.yaml
hie.yaml is present, the project builds, both
stack build
andstack repl
workExpected behaviour
Hls works (either via vscode extension or when run directly from cli)
Actual behaviour
In hls logs, there is the following error:
INFO hie-bios: /home/nihon/.cache/hie-bios/wrapper-13a09b18ea883dd377d59db5e821a86b: line 4: : No such file or directory
The contents of wrapper-13a09b18ea883dd377d59db5e821a86b are
Seems that no "HIE_*" env variables are present
I tried setting the output one for line 4 myself just to make sure, but it resulted in the same error
Also tried downgrading the extension to version 1.6.1 and checked that both the project and hls are build with GHC 8.10.7
The text was updated successfully, but these errors were encountered: