This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Description
How can -Wall and -Wextra be added so that the verify step shows these warnings in the "problems" panel in vs code? I tried setting buildPreferences to this but it doesn't seem to have any effect on the output:
"buildPreferences": [
["build.extra_flags", "-Wall"],
["compiler.cpp.extra_flags", "-Wall"]
]