打开项目后在.vscode下新建setting.json文件;根据你的项目需要添加排除配置,
这里我要排除对.min.js的搜索和vue-devtools目录的搜索

{
  "workbench.settings.editor": "json",
  "search.exclude":{
    "**/node_modules": true,
    "**/bower_components": true,
    "**/*.code-search": true,
    "**/vue-devtools":true,
    "**/*.min.js":true
  }
}

博主开发了一个浏览器aweb123.com

Logo

前往低代码交流专区

更多推荐