You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Documentation/LanguageServer/FAQ.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Add the necessary paths to your include files to the `"includePath"` array. The
25
25
26
26
#### Force semantic IntelliSense
27
27
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"`.
29
29
30
30
## How do I get the new IntelliSense to work with MinGW on Windows?
0 commit comments