Skip to content
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

Report index progress in BackgroundIndex #22

Closed
hokein opened this issue Mar 13, 2019 · 3 comments
Closed

Report index progress in BackgroundIndex #22

hokein opened this issue Mar 13, 2019 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@hokein
Copy link
Contributor

hokein commented Mar 13, 2019

Would be nice to emit messages like [number of processed files/number of total files] Indexing file .....

@hokein
Copy link
Contributor Author

hokein commented Feb 13, 2020

Fixed in llvm/llvm-project@7d20e80.

@hokein hokein closed this as completed Feb 13, 2020
@EvanHonnold
Copy link

I stumbled over this Issue while trying to figure out how to view the background index's status in Remote VS Code. Is this possible? Thank you for any help!

@hokein
Copy link
Contributor Author

hokein commented Apr 8, 2020

Yeah, it is possible either in local or remote VSCode.

If the background indexing is being built, you should be able to see the progress in the VSCode status bar.

image

The tricky part is that if the indexing is finished, the progressing item on status bar will be disappeared, this is not ideal though. So if you don't see the progressing item, you can assume the background indexing is finished.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants