What's wrong with this entry?
Anonymous. No account, no email.
What
File indexing now uses git ls-files for significantly faster project file discovery in git repositories.
Details
- Uses
git ls-files --recurse-submodulesfor tracked files - Background fetches untracked files with
git ls-files --others - Falls back to ripgrep for non-git directories
- Respects
.ignoreand.rgignorefiles - Caches results per working directory
Evidence
fs5() at line 447111 (contains "git ls-files", "getFilesUsingGit" log messages, fallback to ripgrep)
Strings lifted out of the shipped bundle, so the claim above can be checked against them.