Files
Terminal.Gui/.filenesting.json
2024-06-25 05:53:19 -07:00

38 lines
646 B
JSON

{
"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"
]
}
}
}
}
}