Show Download as File in WebUSB failed connection dialog#11325
Draft
Copilot wants to merge 3 commits into
Draft
Conversation
Agent-Logs-Url: https://github.com/microsoft/pxt/sessions/f97a1d0c-1927-4157-8ca3-40172ae860bd Co-authored-by: jwunderl <5615930+jwunderl@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix missing download as file button in failed to connect dialogue
Fix WebUSB failed connection dialog fallback copy
May 21, 2026
Member
|
@copilot instead we could just add the download as file button there |
Agent-Logs-Url: https://github.com/microsoft/pxt/sessions/26d61643-6384-4e8f-8ce4-069f9bf11e0d Co-authored-by: jwunderl <5615930+jwunderl@users.noreply.github.com>
Contributor
Author
Implemented in c411c12 by always showing the Download as File fallback on the failed connection dialog, so the existing instructions now match the available actions. Screenshot captured: |
Copilot
AI
changed the title
Fix WebUSB failed connection dialog fallback copy
Show Download as File in WebUSB failed connection dialog
May 21, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The WebUSB “Failed to connect” dialog referenced the Download as File action even when that button was not rendered. This made the recovery instructions point users to an unavailable option.