Last active
January 10, 2021 12:19
-
-
Save Calabonga/4a1e4a7df198f0ef04962ba4a4ce5a94 to your computer and use it in GitHub Desktop.
Visual Studio file nesting
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"help": "https://go.microsoft.com/fwlink/?linkid=866610", | |
"root": true, | |
"dependentFileProviders": { | |
"add": { | |
"extensionToExtension": { | |
"add": { | |
".razor.css": [ | |
".razor" | |
], | |
".js": [ | |
".razor" | |
] | |
} | |
}, | |
"fileSuffixToExtension": { | |
"add": { | |
"Model.cs": [ | |
".razor" | |
] | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment