mac环境下VSCODE 全局搜索无效的问题
时间:2017-09-12 10:36:56
收藏:0
阅读:3356
使用VSCode时,发现全局搜索无效,然后看到github上有关于此问题的issue,具体解决办法如下:
1 打开设置
2 把如下代码复制粘贴进入
"search.exclude": { "system/": true, "!/system/**/*.ps*": true }
3 重启VSCODE,然后就能看到效果

原文:http://www.cnblogs.com/jaysonguo/p/7508794.html
评论(0)