From bfa94dd0b7fe1a0ffdd057d0729a3048ba0ad7fe Mon Sep 17 00:00:00 2001 From: Chun Ngai Au Date: Mon, 1 Aug 2022 14:35:36 +0100 Subject: [PATCH] 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. --- Documentation/VSCodeConfiguration.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/VSCodeConfiguration.md b/Documentation/VSCodeConfiguration.md index 5250e2cd224..efab75662d6 100644 --- a/Documentation/VSCodeConfiguration.md +++ b/Documentation/VSCodeConfiguration.md @@ -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": [