mac环境下VSCODE 全局搜索无效的问题 使用VSCode时,发现全局搜索无效,然后看到github上有关于此问题的issue,具体解决办法如下: 1 打开设置 2 把如下代码复制粘贴进入 "search.exclude": { "system/": true, "!/system/**/*.ps*": true } 3 重启VSCODE,然后就能看到效果 Published by 风君子 独自遨游何稽首 揭天掀地慰生平 View all posts by 风君子