mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
38 lines
646 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|