My launch doesn't stop when pre launch task fails... #13019
Unanswered
Ivo_Tavares (ialvata)
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
tasks.json
launch.json
Then when I launch vscode, in the build process shell, I get:
And yet, the launch still continues, by running an old version of the executable.
I've search and found this closed thread... They suggest to issue against the C/C++ extension, however this doesn't solve my problem. Also, the build also terminates with error code 1, which supposedly should work according to user Andre Weinand (@weinand).
All reactions