From 42ec330978c7717e3046515ab6b7f20bc528b918 Mon Sep 17 00:00:00 2001 From: Sebastian Holmqvist Date: Wed, 18 Oct 2017 13:00:56 +0200 Subject: [PATCH] Typo --- Documentation/LanguageServer/MinGW.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/LanguageServer/MinGW.md b/Documentation/LanguageServer/MinGW.md index ea6fa6cdcf..cc6561f9e5 100644 --- a/Documentation/LanguageServer/MinGW.md +++ b/Documentation/LanguageServer/MinGW.md @@ -37,7 +37,7 @@ Note that you may have to change the MinGW version number to match what you have } ``` -The `includePath` above includes the system header paths that gcc uses in version 6.3.0 for C++ projects and matches the output of `gcc -v -E -x c++ -`. The `intelliSenseMode` should be set to **"clang-x64"** to get MinGW projects to work properly with IntelliSense. The `__GNUC__=#` define should match the major version of the toolchain in your installation (5 in this example). +The `includePath` above includes the system header paths that gcc uses in version 6.3.0 for C++ projects and matches the output of `gcc -v -E -x c++ -`. The `intelliSenseMode` should be set to **"clang-x64"** to get MinGW projects to work properly with IntelliSense. The `__GNUC__=#` define should match the major version of the toolchain in your installation (6 in this example). For C projects, simply remove the c++ lines: