We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It was possible to terminate a task or some process in a terminal using Ctrl+C But now it's not working
Ctrl+C
Another case:
tasks.json
{ "type": "shell", "label": "shell:test", "command": "sleep 40 && echo test shell task" }
Terminal
Run Task
The text was updated successfully, but these errors were encountered:
@RomanNikitenko on Windows?
Sorry, something went wrong.
@akosyakov I faced with the problem on linux
@RomanNikitenko yes, makes sense ctrl+c is copy on linux as well
ctrl+c
I will close it as a dup of #7836
akosyakov
No branches or pull requests
Bug Description:
It was possible to terminate a task or some process in a terminal using
Ctrl+C
But now it's not working
Steps to Reproduce:
Ctrl+C
Another case:
tasks.json
fileTerminal
--->Run Task
menuCtrl+C
Expected behavior
Additional Information
The text was updated successfully, but these errors were encountered: