lhl2617 / VSLilyPond

VSCode Extension for LilyPond

Home Page:https://marketplace.visualstudio.com/items?itemName=lhl2617.vslilypond

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle "concurrent" compilation jobs

lhl2617 opened this issue · comments

#252 (comment)

I deliberately made it so that there is only 1 max compilation job running, but eh--nothing stops us

  • either killing the previous process and letting the newest one take over; or
  • allowing concurrent compilation jobs to run

I'm in favour of the former to conserve computing power.

Decided to kill the previous process--much easier to manage.