Quantcast
Channel: Active questions tagged gcc - Stack Overflow
Viewing all articles
Browse latest Browse all 22467

How to show warnings in VSCode editor for a .cpp file?

$
0
0

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.

enter image description here

Below are my settings:

{
    "editor.fontSize": 13,
    "files.autoSave": "afterDelay",
    "files.autoSaveDelay": 100,
    "files.insertFinalNewline": true,
}

Viewing all articles
Browse latest Browse all 22467

Trending Articles