tfausak / purple-yolk

:hatching_chick: A Haskell IDE for Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=taylorfausak.purple-yolk
MIT License
26 stars 2 forks source link

Improve configuration #46

Closed tfausak closed 10 months ago

tfausak commented 10 months ago

The goal here is to make Purple Yolk easier to use by simplifying the config. Currently you have to know what you're doing in order to use PY. It would be nice if things were more automatic. For example, PY could automatically choose Cabal or Stack based on either your project config (cabal.project or stack.yaml) or the tools available on your system (cabal or stack). And similar things go for formatting and linting.

I'm opening this as a draft because I still have plenty of work to do.