Hi, our monorepo which is a combination of PHP and JS projects uses the pnpm package manager for JS projects, and pnpm creates a lot of symlinks.
When we have PHP Tools enabled for this repo, CPU usage of the rg
processes (ripgrep) skyrockets and never finishes.

Without PHP Tools, everything is fine.
The workaround is to set "search.followSymlinks": false
in settings.json.