franneck94 / Vscode-C-Cpp-Runner

🚀 Compile, run and debug single or multiple C/C++ files with ease. 🚀
MIT License
53 stars 14 forks source link

[BUG] Warnings are not listed in the Problems tab #134

Closed gtagliavini closed 1 year ago

gtagliavini commented 1 year ago

Starting from version 9.0.0, all the warnings generated by compiling a program using GCC are not listed in the "Problems" tab (even when explicitly selected using the filter), only the errors are shown. Moving back to version 8.1.0, this feature is working properly with my current setup.

OS: Windows 10 (Version 22H2) VS Code: 1.83.1 (October 2023) Compiler: gcc version 12.2.0 (x86_64-posix-seh-rev0, Built by MinGW-W64 project)

c_cpp_properties.json launch.json settings.json

franneck94 commented 1 year ago

Fixed in 9.2.1