mac上vscode的默認的全局搜索不能用了,一直在loding,然后去github上面看了一下issue,發現了解決辦法https://github.com/Microsoft/vscode/issues/25923
在用戶設置當中添加:
"search.exclude": {
"system/": true,
"!/system/**/*.ps*": true
}
然后重啟vscode即可。
mac上vscode的默認的全局搜索不能用了,一直在loding,然后去github上面看了一下issue,發現了解決辦法https://github.com/Microsoft/vscode/issues/25923
在用戶設置當中添加:
"search.exclude": {
"system/": true,
"!/system/**/*.ps*": true
}
然后重啟vscode即可。