代码拉取完成,页面将自动刷新
// This file stores all file nesting rules based on this whole solution.
// Visual Studio version 16.9+ supports custom file nesting.
{
// The global name of the setting. You should configure the contents into it.
"dependentFileProviders": {
// Sets the rules.
"add": {
// Path-segment rule. The rule will influence the files with the same suffix.
// For example, if two files is named 'a.cs' and 'a.Impl.cs',
// the "pathSegment" rule will hide the file 'a.Impl.cs' and toggle it to the file 'a.cs'.
"pathSegment": {
"add": {
".cs": [
".cs",
".txt"
]
},
"addedExtension": {}
}
// More rules:
//
// * extensionToExtension: Use this type of rule to nest file.js under file.ts
// * fileSuffixToExtension: Use this type of rule to nest file-vsdoc.js under file.js
// * addedExtension: Use this type of rule to nest file.html.css under file.html
// * pathSegment: Use this type of rule to nest jquery.min.js under jquery.js
// * allExtensions: Use this type of rule to nest file.* under file.js
// * fileToFile: Use this type of rule to nest bower.json under .bowerrc
//
// Usage for example:
//
// "fileSuffixToExtension": {
// "add": {
// "-vsdoc.js": [ ".js" ]
// }
// }
//
// If you want to add more file-nesting rules, you can choose the settings from here.
// For more information, please visit the following link:
// https://docs.microsoft.com/en-us/visualstudio/ide/file-nesting-solution-explorer
// for details.
}
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。