core
core copied to clipboard
[BUG] 不带后缀 `/` 时 ContentSearch 拼接出的 glob 会导致无法搜索该文件夹内容
如:在 node_modules/@opensumi/di 中搜索 @opensumi/di
不带后缀 / 的话就搜不到内容。
此外发现 VSCode 的表现有点奇怪,如果搜索条件是 node_modules/@opensumi/di,会搜索的非常慢,搜索条件改为 ./node_modules/@opensumi/di 就正常了。
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
closed by https://github.com/opensumi/core/pull/2185.
这个没有修好,甚至都搜不到 node_modules 下面的内容