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
note that when finished terminal does not output Terminal will be reused by tasks, press any key to close it.
try to run task again
vscode complains that task is already running The task 'test (foo)' is already active. To terminate it use 'Terminate Task...' from the Tasks menu.
note that if second clear is removed from the command string, terminal behaves as expected. removing first clear but leaving the second still causes the issue.
This used to work fine; not sure if it was a newer version of vscode or mac OS that broke things.
Reproduces without extensions: Yes
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:
Terminal will be reused by tasks, press any key to close it.
The task 'test (foo)' is already active. To terminate it use 'Terminate Task...' from the Tasks menu.
clear
is removed from thecommand
string, terminal behaves as expected. removing firstclear
but leaving the second still causes the issue.This used to work fine; not sure if it was a newer version of vscode or mac OS that broke things.
Reproduces without extensions: Yes
The text was updated successfully, but these errors were encountered: