Documentation: Fix c_cpp_properties.json typo

The current compilerArgs will cause an error when VSCode's C++ extension
queries the compiler for defaults, causing it to revert to the system's
default compiler.
This commit is contained in:
Chun Ngai Au 2022-08-01 14:35:36 +01:00 committed by Linus Groh
parent 8ab31284e7
commit bfa94dd0b7

View file

@ -59,9 +59,9 @@ These extensions can be used as-is, but you need to point them to the custom Ser
"intelliSenseMode": "linux-gcc-x86",
"compileCommands": "Build/i686/compile_commands.json",
"compilerArgs": [
"-wall",
"-wextra",
"-werror"
"-Wall",
"-Wextra",
"-Werror"
],
"browse": {
"path": [