vscode-task icon indicating copy to clipboard operation
vscode-task copied to clipboard

Ability to stop task

Open iamelevich opened this issue 1 year ago • 3 comments

I want to have ability to manually stop the task. And see the list of currently running tasks.

For example I can stop long running task in terminal by Ctrl + C, but did not found a way to stop task started by VSCode extension.

Right now I need to find and kill that process, that only way that I found to stop the task.

iamelevich avatar Jul 19 '24 13:07 iamelevich

+1, this applies to running tasks with "outputTo": "output"

kosteklvp avatar Oct 15 '24 09:10 kosteklvp

I'm not familiar with VS Code extension interface but would it be possible to attach a new terminal to every task? Then it should be easy to find the terminal and ctrl-C the according task there. Even nicer would be to integrate it into extension and mark running tasks as running with a stop button. Is it possible?

drozel avatar Oct 15 '24 14:10 drozel

good idea, Is there anyone can implement this feature? i can only use config "outputTo": "terminal" for stop tasks

WAY29 avatar Nov 16 '24 05:11 WAY29