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?
Try Ctrl+Shift+P
, start typing term
and the command palette will highlight "terminate running task", press Enter
and you're done