-
Notifications
You must be signed in to change notification settings - Fork 1.7k
internal: Show which roots are being scanned in progress messages #15636
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
internal: Show which roots are being scanned in progress messages #15636
Conversation
PTAL? |
1717951
to
eb8bba5
Compare
☔ The latest upstream changes (presumably #16319) made this pull request unmergeable. Please resolve the merge conflicts. |
eb8bba5
to
1ceb2ea
Compare
Thanks! |
☀️ Test successful - checks-actions |
1 similar comment
☀️ Test successful - checks-actions |
👀 Test was successful, but fast-forwarding failed: 422 Changes must be made through a pull request. |
changelog internal (first contribution) show which roots are being scanned in progress messages |
This changes the
Roots Scanned
message to include the directory being scanned.Before:
Roots Scanned 206/210 (98%)
After:
Roots Scanned 206/210: .direnv (98%)
This makes it a lot easier to tell that
rust-analyzer
isn't crashed, it's just trying to scan a huge directory.See: #12613