VScode搜索不全怎么办

VScode搜索不全怎么办

VScode搜索不全怎么办?VSCODE 全局搜索无效的问题

打开设置

把如下代码复制粘贴进入

"search.exclude": {
   "system/": true,
   "!/system/**/*.ps*": true
 }

重启VSCODE,然后就能看到效果

75f8e3d683733b4c5f3c3a87bc55971.png

推荐学习:vscode教程

以上就是VScode搜索不全怎么办的详细内容,更多请关注www.sxiaw.com其它相关文章!