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

Debounce notifications #10

Closed tfausak closed 3 years ago

tfausak commented 4 years ago

Alternatively, prevent duplicate entries from making their way into the queue.

If you save a bunch of files at once, for example by doing a project-wide find and replace, all of those save events will be queued. For a big project that can mean hundreds of :reloads in a row, which effectively breaks Purple Yolk.

tfausak commented 3 years ago

This has been re-introduced.