Skip to content

Commit

Permalink
Merge pull request #1142 from csholmq/patch-1
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
bobbrow committed Oct 18, 2017
2 parents 0d88024 + 42ec330 commit c26d644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/LanguageServer/MinGW.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit c26d644

Please sign in to comment.