gpt4 book ai didi

c# - 在 Visual Studio 代码中隐藏 .meta 和 .cs.meta 文件

转载 作者:太空狗 更新时间:2023-10-29 22:10:30 26 4
gpt4 key购买 nike

如何在资源管理器中隐藏这些文件?我尝试在 settings.json 中使用此代码:

// Place your settings in this file to overwrite default and user settings.
"files.exclude": {
"\*.meta": true,
"**/*.cs.meta": true,
"**/.cs.meta": true,
"**/.cs": true
}

最佳答案

这应该有效:

"files.exclude": {
"**/*.meta": true
}

如果这不起作用,那么:

  • 确保您使用的是最新版本的 VSCode。

  • 或提交错误 here .

关于c# - 在 Visual Studio 代码中隐藏 .meta 和 .cs.meta 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33209096/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com