-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Labels
vgs-biosvgs-bios related stuffvgs-bios related stuff
Description
Status
- A workaround is available
- A fix is written
- A fix is released
- The fixed version is on the marketplace.
- Version of vscode-ghc-simple: >= 2.0 && <= 2.2
- Version of VSCode: 1.54.3
- Version of Haskell-related tools:
- Stack: 2.5.1
Steps to reproduce
- Get this repo: https://github.com/vf58bwk4/two-apps.git with two-component project example
- Open project folder in VSCode
- Open any .hs file
- Open View->Output, under GHC tab
- There is no output from "stack repl" command, so there are no hints in editor windows
If I replace hie.yaml with next file
cradle: { stack: { component: "two-exe:exe:app-one"} }
it works, but works correctly only for app/one/AppOne.hs module.
All things, type signature hints and haddocks worked correctly up to version 0.1.24 of the extension.
Metadata
Metadata
Assignees
Labels
vgs-biosvgs-bios related stuffvgs-bios related stuff