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:
parent
8ab31284e7
commit
bfa94dd0b7
1 changed files with 3 additions and 3 deletions
|
@ -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": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue