This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Description
If a haskell stack project is inside a sub folder when opened with vscode, it fails to start HIE. For example, my project is structured like so:
.
├── backend
│ ├── LICENSE
│ ├── README.md
│ ├── Setup.hs
│ ├── haskellProject.cabal
│ ├── resources
│ ├── src
│ └── stack.yaml
└── frontend
└── ... js files ...
To fix the issue, I have to cd into backend and then open that specific folder within vscode.