Skip to content

Commit 3ed0871

Browse files
authored
Merge pull request #3869 from microsoft/seanmcm/0_24_0_release
Seanmcm/0 24 0 release
2 parents 084a8e7 + 902355e commit 3ed0871

37 files changed

+3644
-2617
lines changed

Documentation/LanguageServer/FAQ.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
# Frequently asked questions
22

3+
* [Why are my files corrupted on format?](#why-are-my-files-corrupted-on-format)
34
* [How do I get IntelliSense to work correctly?](#how-do-i-get-intellisense-to-work-correctly)
45
* [Why do I see red squiggles under Standard Library types?](#why-do-i-see-red-squiggles-under-standard-library-types)
56
* [How do I get the new IntelliSense to work with MinGW on Windows?](#how-do-i-get-the-new-intellisense-to-work-with-mingw-on-windows)
67
* [How do I get the new IntelliSense to work with the Windows Subsystem for Linux?](#how-do-i-get-the-new-intellisense-to-work-with-the-windows-subsystem-for-linux)
78
* [What is the difference between `"includePath"` and `"browse.path"` in **c_cpp_properties.json**?](#what-is-the-difference-between-includepath-and-browsepath-in-c_cpp_propertiesjson)
89
* [How do I re-create the IntelliSense database?](#how-do-i-re-create-the-intellisense-database)
910

11+
## Why are my files corrupted on format?
12+
13+
This is likely due to the fact that you either have a multi-root workspace where one folder is a child of the other, or you are using symlinks to open your file. Reduce the folders in the workspace to one and remove the symlink. This should fix your problem.
14+
1015
## How do I get IntelliSense to work correctly?
1116

1217
There are two IntelliSense engines present in the extension: the "fuzzy" engine (or Tag Parser), and the new "Default" engine. If you are using version 0.11.0 or higher of the cpptools extension, then you can preview our new IntelliSense engine which has more accurate auto-complete suggestions and tooltips. To use the new engine, you need to ensure that `"C_Cpp.intelliSenseEngine"` is set to `"Default"` in your settings. Since the engine is still in preview it is not on by default for everyone yet.

0 commit comments

Comments
 (0)