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

Start interpreter if it's missing #73

Closed tfausak closed 2 months ago

tfausak commented 2 months ago

This follows on from #71. Instead of making activation more robust, it simply tries to start the interpreter if it's not already running.

tfausak commented 2 months ago

Also this follows on from #69 by updating the status bar after killing any running interpreter. That should avoid a situation where a new interpreter is started but the old one sets an error status (because it was killed).