Skip to content

Update file-nesting-solution-explorer.md #3448

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/ide/file-nesting-solution-explorer.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ This provider nests files with an additional extension under the file without an

* *file.html.css* is nested under *file.html* because of the **addedExtension** rule

> [!NOTE]
> Since this rule can be applied to all file extensions (any extension can be added), it is not needed to specify any options in that provider section

### The pathSegment provider

This provider nests files with an additional extension under a file without an additional extension. The additional extension can only appear at the middle of the full filename. Consider the following example:
Expand All @@ -94,6 +97,9 @@ This provider nests files with an additional extension under a file without an a

* *jquery.min.js* is nested under *jquery.js* because of the **pathSegment** rule

> [!NOTE]
> Since this rule can be applied to all file extensions (any extension can be added), it is not needed to specify any options in that provider section

### The allExtensions provider

This provider lets you define file nesting rules for files with any extension but the same base file name. Consider the following example:
Expand Down