Skip to content

Commit

Permalink
Update FAQ.md
Browse files Browse the repository at this point in the history
Fix typo.
  • Loading branch information
sean-mcmanus authored Sep 18, 2017
1 parent 677e3ef commit 04f37da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/LanguageServer/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Add the necessary paths to your include files to the `"includePath"` array. The

#### Force semantic IntelliSense

If you want IntelliSense to operate on your files even when all #include directives do not resolve, then you can choose the `Force semantic IntelliSense` code action to always use the new IntelliSense engine. You can also set the `C_Cpp.intelliSenseEngineFallack` setting to `"Disabled"`.
If you want IntelliSense to operate on your files even when all #include directives do not resolve, then you can choose the `Force semantic IntelliSense` code action to always use the new IntelliSense engine. You can also set the `C_Cpp.intelliSenseEngineFallback` setting to `"Disabled"`.

## How do I get the new IntelliSense to work with MinGW on Windows?

Expand Down

0 comments on commit 04f37da

Please sign in to comment.