-
-
Notifications
You must be signed in to change notification settings - Fork 408
Closed
Labels
can-workaroundtype: bugSomething isn't right: doesn't work as intended, documentation is missing/outdated, etc..Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..
Description
The new VSCode static binaries work fantastically. However they seem to fail in the presence of stack
and multiple executables within a project.
When running the project for this repo I get the following. This is consistent with other multiple executable repos I've tried.
Failed to parse result of calling stack
* * * * * * * *
The main module to load is ambiguous. Candidates are:
1. Package `asana' component asana:exe:bug-reproduction with main-is file: /home/eborden/code/asana/bug-reproduction/Main.hs
2. Package `asana' component asana:exe:close-iteration with main-is file: /home/eborden/code/asana/close-iteration/Main.hs
3. Package `asana' component asana:exe:cycle-time with main-is file: /home/eborden/code/asana/cycle-time/Main.hs
4. Package `asana' component asana:exe:debt-evaluation with main-is file: /home/eborden/code/asana/debt-evaluation/Main.hs
5. Package `asana' component asana:exe:planning-poker with main-is file: /home/eborden/code/asana/planning-poker/Main.hs
6. Package `asana' component asana:exe:start-iteration with main-is file: /home/eborden/code/asana/start-iteration/Main.hs
7. Package `asana' component asana:exe:update-task with main-is file: /home/eborden/code/asana/update-task/Main.hs
You can specify which one to pick by:
* Specifying targets to stack ghci e.g. stack ghci asana:exe:bug-reproduction
* Specifying what the main is e.g. stack ghci --main-is asana:exe:bug-reproduction
* Choosing from the candidate above [1..7]
* * * * * * * *
<stdin>: hGetLine: end of file
lifchicker, WorldSEnder and visortelle
Metadata
Metadata
Assignees
Labels
can-workaroundtype: bugSomething isn't right: doesn't work as intended, documentation is missing/outdated, etc..Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..