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
Then when I launch vscode, in the build process shell, I get:
The terminal process "/usr/bin/bash '-c', '/usr/bin/g++ -fdiagnostics-color=always -fmax-errors=1 -g '/home/ivo/Trabalho/cpp_gaddis/Gaddis-CPP_10e_SourceCode/Chapter 12/Pr12-6.cpp' -o '/home/ivo/Trabalho/cpp_gaddis/Gaddis-CPP_10e_SourceCode/Chapter 12/Pr12-6''" terminated with exit code: 1.
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 @weinand.
The text was updated successfully, but these errors were encountered:
Discussed in #13019
Originally posted by ialvata December 4, 2024
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 @weinand.
The text was updated successfully, but these errors were encountered: