Skip to content

Fix: Return to quick pick when cancelling file picker dialog#1037

Merged
alexweininger merged 1 commit intomainfrom
alex/maroon-gull
Feb 26, 2026
Merged

Fix: Return to quick pick when cancelling file picker dialog#1037
alexweininger merged 1 commit intomainfrom
alex/maroon-gull

Conversation

@alexweininger
Copy link
Copy Markdown
Member

Extract shared quickPickWithBrowse() utility that handles the browse-then-cancel pattern: if the user selects 'Browse...' and cancels the native file picker, re-prompt the quick pick instead of exiting the wizard.

Applied to selectWorkspaceFile() (env file selection) and SourcePathStep (source directory selection).

Fixes #1024

Extract shared quickPickWithBrowse() utility that handles the
browse-then-cancel pattern: if the user selects 'Browse...' and
cancels the native file picker, re-prompt the quick pick instead
of exiting the wizard.

Applied to selectWorkspaceFile() (env file selection) and
SourcePathStep (source directory selection).

Fixes #1024
@alexweininger alexweininger requested a review from a team as a code owner February 25, 2026 22:18
@alexweininger alexweininger merged commit 30a8e98 into main Feb 26, 2026
2 checks passed
@alexweininger alexweininger deleted the alex/maroon-gull branch February 26, 2026 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Deploy to container app from Container Registry wizard exits instead of returning to selection step when cancelling .env file browser

2 participants