mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 07:47:54 +01:00
Add solution default file nesting rules
This commit is contained in:
37
.filenesting.json
Normal file
37
.filenesting.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"help": "https://go.microsoft.com/fwlink/?linkid=866610",
|
||||
"root": true,
|
||||
|
||||
"dependentFileProviders": {
|
||||
"add": {
|
||||
"addedExtension": {},
|
||||
"pathSegment": {
|
||||
"add": {
|
||||
".*": [
|
||||
".config",
|
||||
".cs",
|
||||
".json",
|
||||
".resx"
|
||||
]
|
||||
}
|
||||
},
|
||||
"extensionToExtension": {
|
||||
"add": {
|
||||
".designer.cs": [
|
||||
".resx"
|
||||
],
|
||||
".cs.d.ts": [
|
||||
".cs"
|
||||
]
|
||||
}
|
||||
},
|
||||
"fileToFile": {
|
||||
"add": {
|
||||
"package-lock.json": [
|
||||
"package.json"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user