Closed csk-ableton closed 4 years ago
@csk-ableton can you try this again with the latest insiders? I am not able to reproduce the issue with your sample (thank you for providing a simple sample!)
@alexr00 Thanks for looking into this. I was able to reproduce with 1.46.1 but NOT with 1.47.0-insider. Maybe I made a mistake testing the insider version. Sorry about that. Glad this is fixed :)
Steps to Reproduce:
Pseudoterminal
and a notification for showing the tasks progress. The Cancel button of the notification will terminate the task.tasks.json
:The important part is
"reveal": "silent"
so the terminal will not be shown while the task is running.Expected: The task runs again Actual: Nothing happens. The terminal is stuck with the message:
> Executing task: Custom Exec <
. vscode needs to be restarted to be able to start the task again.The bug doesn't occur if the terminal is shown.
Does this issue occur when all extensions are disabled?: Yes