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

Enable HLint by default #59

Closed tfausak closed 4 months ago

tfausak commented 4 months ago

If hlint isn't installed, that should be fine since the discovery process will return undefined and Purple Yolk won't attempt to run anything. That's the only reason I had this disabled by default before — it used to attempt to run hlint even if it didn't exist.