Is it possible to tweak VSC somehow to see GCC warnings in the text editor?
Refer to the screenshot below - it shows only errors in the editor.
I'm using 1.43.2 version with C/C++ extension 0.26.3 installed.
Tried adding -Wall
compiler flag to "args" in tasks.json
but it didn't help.
Below are my settings:
{
"editor.fontSize": 13,
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 100,
"files.insertFinalNewline": true,
}