Skip to content

Instantly share code, notes, and snippets.

@Calabonga
Last active January 10, 2021 12:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Calabonga/4a1e4a7df198f0ef04962ba4a4ce5a94 to your computer and use it in GitHub Desktop.
Save Calabonga/4a1e4a7df198f0ef04962ba4a4ce5a94 to your computer and use it in GitHub Desktop.
Visual Studio file nesting
{
"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