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

Debug progress bar fills up too quickly #94015

Closed
connor4312 opened this issue Mar 31, 2020 · 1 comment
Closed

Debug progress bar fills up too quickly #94015

connor4312 opened this issue Mar 31, 2020 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues verified Verification succeeded
Milestone

Comments

@connor4312
Copy link
Member

connor4312 commented Mar 31, 2020

Refs: #92914

Seems like the bar is filled around 40-45% or so

dap.progressUpdate({
  progressId: 'p1',
  message: String(percentage),
  percentage,
});

@isidorn
Copy link
Contributor

isidorn commented Apr 1, 2020

Great catch. My 4th grade math was a bit off :)

@isidorn isidorn added bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues labels Apr 1, 2020
@isidorn isidorn added this to the March 2020 milestone Apr 1, 2020
@connor4312 connor4312 added the verified Verification succeeded label Apr 2, 2020
@github-actions github-actions bot locked and limited conversation to collaborators May 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

2 participants