1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 14:07:46 +00:00

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", "intelliSenseMode": "linux-gcc-x86",
"compileCommands": "Build/i686/compile_commands.json", "compileCommands": "Build/i686/compile_commands.json",
"compilerArgs": [ "compilerArgs": [
"-wall", "-Wall",
"-wextra", "-Wextra",
"-werror" "-Werror"
], ],
"browse": { "browse": {
"path": [ "path": [