Improve the 'compiler output capture' in case of error. #13172
Labels
enhancement
Improvement to an existing feature
help wanted
Can be fixed in the public (open source) repo.
Language Service
tasks/build/debug
An issue relating to tasks.json (e.g. build issues)
Feature Request
Recent versions of the classic C/C++ compilers like gcc 14, or clang, provide very detailed information in case of error.
Example, run gcc 14 on a program with a simple 'printf("%d");" without an integer variable inside the parenthesis.
You get:
If I try to compile and run this simple program in VS code, it capture the error (in the 'problem' pane) but it is not possibile to see the information provided by the compiler. Please, add a very simple option in the preferences that say 'provide complete output of compiler in terminal' so, we get see all this kind of suggestion.
I want to see the output above in one of the pane or just reported as it is, so, please add an option like 'include all output of the compilation'.
The text was updated successfully, but these errors were encountered: