From 04f37dac360447d0bd6b42d8db29cd996457d816 Mon Sep 17 00:00:00 2001 From: Sean McManus Date: Mon, 18 Sep 2017 05:25:27 -0700 Subject: [PATCH] Update FAQ.md Fix typo. --- Documentation/LanguageServer/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/LanguageServer/FAQ.md b/Documentation/LanguageServer/FAQ.md index d9e231d446..27295cc4c4 100644 --- a/Documentation/LanguageServer/FAQ.md +++ b/Documentation/LanguageServer/FAQ.md @@ -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?