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
Is it a good UX to give a prompt for a brand new haskeller to let them make a decision?
I question whether a brand new haskeller will end up with a project containing both stack.yaml and cabal.project and in case they do, they should absolutely be notified that this is an ambiguous situation.
I feel this is shady. It's better to move this into vscode-haskell, where we can prompt the user for a decision and then create
hie.yaml
for them.HLS CI should have simple and predictable behavior. E.g. either use default cradle, always fall back to cabal or error out.
The text was updated successfully, but these errors were encountered: