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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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.
Beta Was this translation helpful? Give feedback.
All reactions