I have a build that runs this command npx tsc --noEmit --skipLibCheck --watch
. (note the --watch
flag, it will run the process forever until canceled)
I am aware that there is a Build: Cancel
option in the command palette.
But the reality is that i can start a build multiple times. And end up with a lot of this processes:
If I run Build: Cancel
only the last will be killed.
Is there a way to cancel other previous builds?