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

extensions_ui: Show an error toast when a dev extension fails to install #22914

Merged

Conversation

maxdeviant
Copy link
Member

This PR adds an error toast that will be displayed when installing a dev extension fails.

Here's what it looks like:

Screenshot 2025-01-09 at 11 56 42 AM Screenshot 2025-01-09 at 12 10 30 PM

I did have to touch the workspace ErrorMessagePrompt component to make it scroll for long messages. I don't anticipate this being a problem for other classes of errors (if anything, I suspect other long errors will become more usable now).

Closes #21237.

Release Notes:

  • Added an error toast that is shown when a dev extension fails to install.

@maxdeviant maxdeviant self-assigned this Jan 9, 2025
@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Jan 9, 2025
@maxdeviant maxdeviant enabled auto-merge January 9, 2025 19:23
@maxdeviant maxdeviant added this pull request to the merge queue Jan 9, 2025
Merged via the queue into main with commit cb77ee0 Jan 9, 2025
13 checks passed
@maxdeviant maxdeviant deleted the marshall/show-error-toast-on-failed-dev-extension-install branch January 9, 2025 19:54
@maxbrunsfeld
Copy link
Collaborator

Nice ⚡️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed The user has signed the Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"Install Dev Extension" silently fails because rustup is not installed
2 participants