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

Allow DAP progress notifications to be shown more prominently than the status bar #101791

Open
DanTup opened this issue Jul 6, 2020 · 0 comments
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues feature-request Request for new features or functionality
Milestone

Comments

@DanTup
Copy link
Contributor

DanTup commented Jul 6, 2020

Extracting this from #101405 (comment) since it's not really the same issue:

I changed Dart/Flutter over to using DAP progress notifications (from previous custom messages that showed full notifications for progress). I've had a few comments suggesting the status bar notifications may not be obvious enough requesting the full notifications are brought back.

I think progress messages tend to fall into two fairly distinct categories:

  • things like "Analyzing...", where we want to show something is happening, but it's not directly related to what the user is doing
  • things like hot reload/launching/building - something specifically started by the user and that they are waiting for to complete before doing anything else

The second type I think could be better shown as more obvious notifications (it's something I'd like myself - sometimes when I press F5 to launch my VS Code extension code I wonder why nothing is happening - the only indication is "Building..." in the status bar - I'd rather have an expanded notification).

Requests for this:

@weinand weinand added the debug Debug viewlet, configurations, breakpoints, adapter issues label Jul 6, 2020
@weinand weinand added this to the On Deck milestone Jul 6, 2020
@weinand weinand added the feature-request Request for new features or functionality label Jul 6, 2020
@weinand weinand removed their assignment Oct 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

3 participants