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

HIE fails in multi-folder project #832

@ismailmustafa

Description

@ismailmustafa

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions