Skip to content

Commit d840340

Browse files
authored
Add configurations to enable file nesting in explorer (#8489)
2 parents 76f7e15 + 9a065c7 commit d840340

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5642,6 +5642,14 @@
56425642
},
56435643
"[csharp]": {
56445644
"editor.formatOnType": true
5645+
},
5646+
"explorer.fileNesting.patterns": {
5647+
"*.cs": "${capture}.designer.cs,${capture}.g.cs,${capture}.generated.cs,${capture}.run.json,${capture}.settings.json,${capture}.settings.*.json",
5648+
"*.csproj": "${capture}.csproj.user",
5649+
"*.json": "${capture}.Development.json",
5650+
"*.cshtml": "${capture}.cshtml.cs,${capture}.cshtml.css",
5651+
"*.razor": "${capture}.razor.cs,${capture}.razor.css",
5652+
"*.xaml": "${capture}.xaml.cs"
56455653
}
56465654
}
56475655
}

0 commit comments

Comments
 (0)