From 1a37e74b9bff6e775f848fecdf788a2daf8dd165 Mon Sep 17 00:00:00 2001 From: Bob Brown Date: Mon, 12 Jun 2017 08:29:42 -0700 Subject: [PATCH] Create FAQ.md --- 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 ec82ff2a90..1357a0fe7e 100644 --- a/Documentation/LanguageServer/FAQ.md +++ b/Documentation/LanguageServer/FAQ.md @@ -8,7 +8,7 @@ ## Why do I have red underlines everywhere after updating to the latest version? -If you are using the VS Code Insider build with version 0.11.0 of the cpptools extension or any build of VS Code with version 0.11.1 of the extension, then the extension will default to using the new IntelliSense engine for linting and providing quick info tooltips in your source files. +If you are using the VS Code Insider build with version 0.11.0 or higher of the cpptools extension or any build of VS Code with version 0.11.1 of the extension, then the extension will default to using the new IntelliSense engine for linting and providing quick info tooltips in your source files. For some users this may result in a large number of red underlines ("squiggles") appearing in your source files. There are a few things you can do to resolve this issue. Select the one that best meets your needs for your situation.