go-task / vscode-task

Task for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=task.vscode-task
MIT License
36 stars 4 forks source link

Ability to stop task #165

Open iamelevich opened 1 month ago

iamelevich commented 1 month ago

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.