打开 setting.json
{ "search.exclude": { "**/node_modules": true, "**/bower_components": true, "dist/": true, "build/": true, "temp/": true, "library/": true, "**/*.anim": true }, "files.exclude": { "**/.git": true, "**/.DS_Store": true, "**/*.meta": true, "library/": true, "local/": true, "temp/": true } }
上面的字段设置 VS Code 搜索时排除的目录,和在文件列表中隐藏的文件类型
标签:temp,vscode,library,---,过滤,exclude,true From: https://www.cnblogs.com/god-of-death/p/18087913