Skip to content

Commit c26d644

Browse files
authored
Merge pull request #1142 from csholmq/patch-1
Typo
2 parents 0d88024 + 42ec330 commit c26d644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/LanguageServer/MinGW.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Note that you may have to change the MinGW version number to match what you have
3737
}
3838
```
3939

40-
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).
40+
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).
4141

4242
For C projects, simply remove the c++ lines:
4343

0 commit comments

Comments
 (0)