-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR improves two things about the way we report progress: - Instead of attempting to badly approximate an accurate progress bar that gets stuck whenever the output of a command doesn't change, we now use VS Code's "infinite" progress bars everywhere that clearly show that an operation is actively running in the background. - Every progress bar is prefixed with a context to make it clear which operation caused the operation. For example, when creating a new mathlib project, all external commands executed while creating the project are prefixed with "[Create Mathlib Project]". Closes #457. IMO, our dialog UX still isn't perfect, but there doesn't seem to be a good way to improve these things short of implementing our own webviews for every command.
- Loading branch information
Showing
10 changed files
with
132 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.