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
Automatic tasks seem to interfere with extensions that need to run tasks.
I use a PHPUnit extension (https://github.com/elonmallin/vscode-phpunit) and I find that whenever I launch a workspace that runs automatic tasks, the phpunit commands fail with an error message saying Failed to create terminal for task phpunit: run.
Turning off the automatic tasks seems to fix the issue.
Does this issue occur when all extensions are disabled?: Yes/No
No
The text was updated successfully, but these errors were encountered:
Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines.
Steps to Reproduce:
Automatic tasks seem to interfere with extensions that need to run tasks.
I use a PHPUnit extension (https://github.com/elonmallin/vscode-phpunit) and I find that whenever I launch a workspace that runs automatic tasks, the phpunit commands fail with an error message saying
Failed to create terminal for task phpunit: run
.Turning off the automatic tasks seems to fix the issue.
Does this issue occur when all extensions are disabled?: Yes/No
No
The text was updated successfully, but these errors were encountered: