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
Use dedicated hie-self-debug-test.yaml for self-debug
- Added `cradleFile` Launch argument and --cradle-file option
to support use of custom hie.yaml files for debug.
- self-debug tests specify cradleFile=hie-self-debug-test.yaml, which means:
- using cradle with single "all" component
- ignoring cabal.project.local
- Also added hie-self-debug.yaml which also uses "all" cradle but does not ignore cabal.project.local.
- specified as cradleFile in .vscode/launch.json
- Uncommented multi cradles in default hie.yaml file, and removed "all" cradle.
0 commit comments