Problem
winapp.sign opens a native file picker ("Select file to sign") Signing the package you just built therefore means hand-navigating a hidden directory tree to find a file named *.msix.
Proposed solution
- Offer QuickPick of msix files in the workspace. Only fall back to a file dialog when none is found.
Additional context
Observed with microsoft-winappcli.winapp v0.2.1-prerelease.6, VS Code 1.127.0. Turns a multi-step hunt into one click; low cost once the artifact hand-off in #5 exists.
Problem
winapp.signopens a native file picker ("Select file to sign") Signing the package you just built therefore means hand-navigating a hidden directory tree to find a file named*.msix.Proposed solution
Additional context
Observed with
microsoft-winappcli.winappv0.2.1-prerelease.6, VS Code 1.127.0. Turns a multi-step hunt into one click; low cost once the artifact hand-off in #5 exists.