-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[debug] Add "debug" progress indicator #6009
Conversation
Fixes #5988 Signed-off-by: Alex Tugarev <alex.tugarev@typefox.io>
@AlexTugarev is it ready for a review? |
Can we make this progress support progress percentage? We have debug adaptors that report the percent in the OutputEvent:
We know the progress percent because we get this from the process when downloading the image. Currently this ends up at logOutput in DebugConsoleSession. It would be nice if this percent could be shown in this progress monitor. |
@westbury Could you please accept an invitation to the organization? That i can assign you for a review, also to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I built and run the project.
Everything were working as expected.
@westbury can you elaborate on the intent of this information? it looks like you're talking about telemetry data. well, that would not be the idea of this PR to bring progress indication as it's done in vscode; shame on me I didn't mentioned that before! |
Perhaps the PR should be rename It's just a suggestion, the addition as it stands is an improvement. |
@thegecko, the term "progress indicator" is used for indeterminate indicators e.g. in vscode and material design as well. I'd like to stick with that.
The progress bars integrated into scm/git, search, and debug as proposed in this PR, are linked to a "progress location" with the id Generally the |
@AlexTugarev Are you going to merge it? |
What it does
Adds a progress bar to the debug view.
Fixes #5988
How to test
Review checklist
Reminder for reviewers