-
Notifications
You must be signed in to change notification settings - Fork 29.4k
New issue
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
The specified task cannot be tracked #63705
Comments
(Experimental duplicate detection) |
This issue is caused by an extension, please file it with the repository (or contact) the extension has linked in its overview in VS Code or the marketplace for VS Code. See also our issue reporting guidelines. Happy Coding! |
@weinand Can you help explain why task processing would be part of the extension? We haven't added task support to the cpp extension so I don't know where I would look to figure out why this user is getting this error? cc: @WardenGnaw |
@isidorn are you able to you help? |
This usually happens when it is a background task and the user did not specify that in his tasks.json |
@isidorn This problem still exists after I added it. |
@isidorn Yes,it is.It takes a long time. Sorry,my English is not good. |
If you have a task that is long running and needs to be made a background task you also need to add |
@alexr00 Excuse me,could you give me an example? |
Although I use it
|
You can see an example of adding |
@alexr00 Thank you,but I don't know how to set an Gcc will run after I click to "Debug Anyway" or “Cancel". |
Sorry to bother you. After I close the ESET antivirus,it will work fine. However,when the antivirus is running,gcc(and other executable files) is opened quickly in PowerShell or cmd,but slowly in the terminal of VSCode.Is this normal? May this problem be caused by poor performance or antivirus? CPU:i5-5200U Should I buy a new computer? |
@Tyriar do you know why gcc is slower in the integrated terminal while this ESET antivirus is running, but there's no difference in speed when run with Powershell or cmd? |
My guess is because it's running through winpty, @auchenberg can you reach out to ESET and let them know? |
This problem seems not to be caused ESET now. Why does winpty run slowly on my laptop? |
This is likely related to winpty, tracking in #45693 |
VSCode Version: 1.29.1
OS Version: Win10 1809 x64
Sorry,my English is not good.
After I updated the VSCode and the OS,when I run the debugger, it throws this exception:
my launch.json:
my task.json:
The text was updated successfully, but these errors were encountered: