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

Show progress #17

Closed tfausak closed 4 years ago

tfausak commented 4 years ago

https://github.com/microsoft/vscode-extension-samples/tree/9b8701dceac5fab83345356743170bca609c87f9/progress-sample

tfausak commented 4 years ago

Actually implementing the progress is pretty straightforward, but doing so highlights the fact that I need a "job" or "command" concept. The progress bar should only show up per job.