Background tasks should drop their terminal status when they exit #152141
Labels
bug
Issue identified by VS Code Team member as probable bug
insiders-released
Patch has been released in VS Code Insiders
tasks
Task system issues
verified
Verification succeeded
Milestone
This situation below confuses me sometimes as it looks like the watch task is well and good but it actually exited with a code of 0:
I think the better behavior is to show the failure status if the exit code is non-zero and remove the status if the exit code is 0.
The text was updated successfully, but these errors were encountered: