Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to stop task #165

Open
iamelevich opened this issue Jul 19, 2024 · 2 comments
Open

Ability to stop task #165

iamelevich opened this issue Jul 19, 2024 · 2 comments

Comments

@iamelevich
Copy link

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.

@kosteklvp
Copy link

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

@drozel
Copy link

drozel commented Oct 15, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants