Skip to content

Commit 564c6e5

Browse files
authored
Update FAQ.md
1 parent 5f21f4a commit 564c6e5

File tree

1 file changed

+1
-1
lines changed
  • Documentation/LanguageServer

1 file changed

+1
-1
lines changed

Documentation/LanguageServer/FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The paths that you specify for this setting are the same paths that you would se
4545

4646
**browse.path**: This array of path strings is used by the "Tag Parser" (a.k.a. "browse engine"). This engine will _recursively_ enumerate all files under the paths specified and track them as potential includes while tag parsing your project folder. To disable recursive enumeration of a path, you can append a `/*` to the path string.
4747

48-
The extension will also implicitly add `${workspaceRoot}` to the array of paths unless `"C_Cpp.addWorkspaceRootToIncludePath"` is explicitly set to `false` in your settings.json file.
48+
When you open a workspace for the first time, the extension adds `${workspaceRoot}` to both arrays. If this is undesirable, you can open your c_cpp_properties.json file and remove it.
4949

5050
## How do I re-create the IntelliSense database?
5151

0 commit comments

Comments
 (0)