Skip to content

Commit 04f37da

Browse files
authored
Update FAQ.md
Fix typo.
1 parent 677e3ef commit 04f37da

File tree

1 file changed

+1
-1
lines changed
  • Documentation/LanguageServer

1 file changed

+1
-1
lines changed

Documentation/LanguageServer/FAQ.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Add the necessary paths to your include files to the `"includePath"` array. The
2525

2626
#### Force semantic IntelliSense
2727

28-
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"`.
28+
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"`.
2929

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

0 commit comments

Comments
 (0)