I am launching a task and it works great but its a task that stays running in the current shell. Is there anyway to kill this task from the editor when you are done?
The kill command will kill a single process at a time with the given process ID. It will send a SIGTERM signal indicating to a process to stop. It waits for the program to run its shutdown routine. The -signal command can be used to specify a signal that isn't SIGTERM.
Try Ctrl+Shift+P
, start typing term
and the command palette will highlight "terminate running task", press Enter
and you're done
Not sure if you have tried.
Ctrl+P
.>task terminate
.If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With