mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +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
Notes:
sideshowbarker
2024-07-17 08:28:47 +09:00
Author: https://github.com/chunngaiau 🔰 Commit: https://github.com/SerenityOS/serenity/commit/bfa94dd0b7 Pull-request: https://github.com/SerenityOS/serenity/pull/14751 Issue: https://github.com/SerenityOS/serenity/issues/14750
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",
|
||||
"compileCommands": "Build/i686/compile_commands.json",
|
||||
"compilerArgs": [
|
||||
"-wall",
|
||||
"-wextra",
|
||||
"-werror"
|
||||
"-Wall",
|
||||
"-Wextra",
|
||||
"-Werror"
|
||||
],
|
||||
"browse": {
|
||||
"path": [
|
||||
|
|
Loading…
Reference in a new issue