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-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ If you want IntelliSense to operate on your files even when all #include directi
31
31
The most common reason for this is missing include paths and defines. The easiest way to fix this on each platform is as follows:
32
32
33
33
**Linux/Mac**
34
-
* Set `"intelliSenseMode": "clang-x64"` and `"compilerPath"` in **c_cpp_properties.json** to the path to your compiler.
34
+
* Set `"intelliSenseMode": "clang-x64"`or `"intelliSenseMode": "gcc-x64"`and `"compilerPath"` in **c_cpp_properties.json** to the path to your compiler.
35
35
36
36
**Windows**
37
37
* If you are using a Microsoft compiler from Visual Studio, set `"intelliSenseMode": "msvc-x64"`, but don't add the `"compilerPath"` property to **c_cpp_properties.json**.
0 commit comments