Skip to content

Commit f8e381a

Browse files
authored
Remove outdated setting
1 parent d79cc16 commit f8e381a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/ide/file-nesting-solution-explorer.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,7 @@ You can create solution-specific and project-specific settings through the right
169169
170170
Solution-specific and project-specific settings are combined with the active Visual Studio settings. For example, you may have a blank project-specific settings file, but **Solution Explorer** is still nesting files. The nesting behavior is coming from either the solution-specific settings or the Visual Studio settings. The precedence for merging file nesting settings is: Visual Studio > Solution > Project.
171171
172-
You can tell Visual Studio to ignore solution-specific and project-specific settings, even if the files exist on disk, by enabling the option **Ignore solution and project settings** under **Tools** > **Options** > **ASP.NET Core** > **File Nesting**.
173-
174-
You can do the opposite and tell Visual Studio to *only* use the solution-specific or the project-specific settings, by setting the **root** node to **true**. Visual Studio stops merging files at that level and doesn't combine it with files higher up the hierarchy.
172+
You can tell Visual Studio to *only* use the solution-specific or the project-specific settings, by setting the **root** node to **true**. Visual Studio stops merging files at that level and doesn't combine it with files higher up the hierarchy.
175173
176174
Solution-specific and project-specific settings can be checked into source control, and the entire team that works on the codebase can share them.
177175

0 commit comments

Comments
 (0)