You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HLS sometimes gets confused when the Haskell project is not at the root of the folder added to VScode. This is a regression - it worked with 0.5.
This file demonstrates the problem: I get the error [..]/monpad/app/Main.hs: openBinaryFile: does not exist (No such file or directory). That path indeed doesn't exist - it's missing haskell - the second path component.
I've seen this in a simpler project at work, so it's nothing to do with the conditionals in the cabal file or anything like that. I can try to create a minimal repository if that could be helpful.
The text was updated successfully, but these errors were encountered:
HLS 0.6, VScode, Manjaro Linux, Cabal 3.2, GHC 8.10.2.
HLS sometimes gets confused when the Haskell project is not at the root of the folder added to VScode. This is a regression - it worked with 0.5.
This file demonstrates the problem: I get the error
[..]/monpad/app/Main.hs: openBinaryFile: does not exist (No such file or directory)
. That path indeed doesn't exist - it's missinghaskell
- the second path component.I've seen this in a simpler project at work, so it's nothing to do with the conditionals in the cabal file or anything like that. I can try to create a minimal repository if that could be helpful.
The text was updated successfully, but these errors were encountered: