Last active
January 10, 2021 12:19
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