I have the C/C++ ms-vscode.cpptools extension installed (and the Code Runner). This is my task.json Note the -Wall option in the args part. When I compile and run the code the warnings don’t show up in my terminal, the errors only. Am I missing something? Answer Solved it was the configuration of code runner to be edited as well. Now