Skip to content

Commit ef37f09

Browse files
committed
Add configurations to enable file nesting in explorer
1 parent c2d6012 commit ef37f09

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5642,7 +5642,16 @@
56425642
},
56435643
"[csharp]": {
56445644
"editor.formatOnType": true
5645-
}
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"
5653+
},
5654+
"explorer.fileNesting.enabled": true
56465655
}
56475656
}
56485657
}

0 commit comments

Comments
 (0)