-
-
Notifications
You must be signed in to change notification settings - Fork 369
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Give the user a choice of implicit cradle (cabal, stack, etc) if there is more than one #742
Comments
Additionally, it would be nice to define a default selection. E.g., personally I always want to use |
Rather than a selection feature, just write it to disk? |
Yeah, that probably suffices, it is not that bad to select once per project what tool you want to use. |
A init param and/or lsp client setting, |
Just keep things simple. Ask the user to pick Cabal or Stack, generate it and write it to disk. Zero configuration, fewer questions, hopefully less issues raised about it. |
In the cradle-less plan where the implicit cradle is always used by default, I can see how you need config in case there is more than one choice. |
Would the question be asked by means of I would suggest storing the answer in a file in the project root, called something explicit like |
The |
Related: #3832 |
I think this is great and I'm happy to merge it, but I have a couple of requests that can either be done in this PR of in follow-ups:
Originally posted by @pepeiborra in haskell/ghcide#782 (comment)
The text was updated successfully, but these errors were encountered: