-
Notifications
You must be signed in to change notification settings - Fork 30.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" before debugging #75777
Comments
(Experimental duplicate detection) |
@alexr00 can you please look into this? |
This issue may be the duplicate of #75774. |
@yanghanlin What happens if run the task from the command palette? |
Also, what does your launch.json and tasks.json look like? I created a C++ project, added a build task, and added a launch config that uses the build task as a preLaunch task. It all works as expected for me. If you have a repo I can clone to reproduce that would really help. My task:
My launch config:
|
@alexr00 If I attempt to run the task from the Command Palette, the task will not be executed either, and the terminal panel does not pop up as well. (I did not disable the extension cpptools, as I set the problem matcher as |
@alexr00 I will try to reproduce it and pack them into a repo. Please wait a minute. |
@alexr00 I have reproduced the error again and packed the necessary files into the repository YangHanlin/vscode-troubleshooting. I can confirm that the same problem occurs in this directory with the current Insiders build, and it works well with the stable build ( You can reproduce the error by:
Note that I am using
(I've tried again, and VSCode (today's Insider build) does not suddenly closes now and still gives the error essage |
Yes, this is a duplicate of #75774 |
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. Happy Coding! |
Issue Type: Bug
After having today's update of VSCode installed, I cannot succesfully debug my C/C++ program any more.
Steps to reproduce:
.cpp
file;F5
or selectDebug > Start debugging
to start debugging.Expected:
The task (in the case of
.cpp
file, it is to compile the current file) that should be run before launching is successfully executed, and the program is launched for debugging.Actual:
There pops up a dialog that reads
And the task that should be run are actually not executed.
Additional info:
When I have not installed this update and everything works well, the terminal panel will pop up and it can be seen that the tasks are being run. However, after this update, when I start debugging, the terminal panel does not pop up, which may indicate that the task needed are actually not being run.
I almost disabled all the extensions (only leaving the language pack and the
cpptools
extension) and the problem still occurs.VS Code version: Code - Insiders 1.36.0-insider (6520c22, 2019-06-19T05:19:10.147Z)
OS version: Windows_NT x64 10.0.18917
System Info
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: disabled_software
oop_rasterization: disabled_off
protected_video_decode: enabled
rasterization: enabled
skia_deferred_display_list: disabled_off
skia_renderer: disabled_off
surface_synchronization: enabled_on
video_decode: enabled
viz_display_compositor: disabled_off
webgl: enabled
webgl2: enabled
Extensions (2)
The text was updated successfully, but these errors were encountered: