-
-
Notifications
You must be signed in to change notification settings - Fork 490
Go to download page when automatic update fails #871
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
Conversation
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 tested under the following conditions:
- Download fails due to a 404
- Download fails due to using the
.zip
Linux build (which doesn't support auto-update)
Previously, either of these conditions resulted in the update download dialog hanging at 0%, with no feedback unless you checked the command line output (and even that wasn't clear in the case of using the .zip
Linux build).
Now both of these situations are handled gracefully by the IDE.
Thanks Alberto!
Motivation
Errors happening during the automatic update aren't handled properly.
Change description
Whenever an error happens during the automatic update occurs, show a link to the download page to let the user download the IDE by themselves.
Reviewer checklist