
1、文件–>首选项–>设置–>工作区设置
2、增加如下配置:
{ "files.exclude": { "**/.git": true, "**/.svn": true, "**/.hg": true, "**/CVS": true, "**/.DS_Store": true, "**/*.meta":true }, "search.exclude": { "**/node_modules": true, "**/bower_components": true, "**/.git": true, "**/.svn": true, "**/*.meta":true }}
3、用户配置
{ "git.ignoreMissingGitWarning": true, "sublimeTextKeymap.promptV3Features": true, "editor.multiCursorModifier": "ctrlCmd", "editor.snippetSuggestions": "top", "editor.formatOnPaste": true, "git.ignoreLegacyWarning": true, "csharp.format.enable": false, "terminal.integrated.shell.windows": "F:Gitbinbash.exe", "editor.fontSize": 18, "workbench.colorTheme": "Monokai", "editor.autoIndent": false, "files.exclude": { "**/*.meta": true }}
相关文章教程推荐:vscode教程
以上就是vscode实现不显示“.meta”文件的详细内容,更多请关注创想鸟其它相关文章!
版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。
如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件至 chuangxiangniao@163.com 举报,一经查实,本站将立刻删除。
发布者:程序猿,转转请注明出处:https://www.chuangxiangniao.com/p/69978.html
微信扫一扫
支付宝扫一扫