You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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.
The text was updated successfully, but these errors were encountered: