mirror of
https://github.com/Shchoholiev/shopping-assistant-web-client.git
synced 2025-04-03 16:19:48 +00:00
7 lines
256 B
JSON
7 lines
256 B
JSON
{
|
|
"explorer.fileNesting.enabled": true,
|
|
"explorer.fileNesting.patterns": {
|
|
"*.cshtml": "${capture}.cshtml, ${capture}.cshtml.cs, ${capture}.cshtml.css",
|
|
"*.razor": "${capture}.razor, ${capture}.razor.css,${capture}.razor.cs"
|
|
}
|
|
} |