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

Support indeterminate progress notifications #10945

Merged

Commits on Mar 29, 2022

  1. Support indeterminate progress notifications

      * Default to `progress` notification type if `showProgress()` is used
         instead of overwriting it with `info`
      * Pass through `progress` notification type to view
      * Show indeterminate progress animation if type `progress`
         but without specifying a numeric `progress` value > 0
      * Use `info` icon by default in view for `progress` notifications
      * Add sample menu contributions to document and test progress
        notifications with determinate and indeterminate progress
    
    Fixes eclipse-theia#10944
    
    Change-Id: Ieaf0e775cd1ad282b396c26c9047f4930f483712
    planger committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    9f7c090 View commit details
    Browse the repository at this point in the history