microsoft / vscode-anycode

MIT License
326 stars 38 forks source link

Reference search shows matches in the same file under different paths #25

Closed egamma closed 2 years ago

egamma commented 2 years ago

-> the same match is reported twice in different files, but there is only a single pycore_ash.t in this repository image

jrieken commented 2 years ago

Looks like there is two variants of this file: one is the actual file (vscode-vfs-scheme) and another one seems to be from the review-scheme. I assume the later is from GHPR extension and should be filtered

Screenshot 2022-03-09 at 17 01 37
jrieken commented 2 years ago

There is a list that contains schemes that we ignore. This has debt written all over it but will do for now.

jrieken commented 2 years ago

Instead of having the static filter-list we should probably have an allow list which is all schemas file-search found - plus some special scheme, like notebooks