-
Notifications
You must be signed in to change notification settings - Fork 37.6k
Open
Labels
apifeature-requestRequest for new features or functionalityRequest for new features or functionalityquick-pickQuick-pick widget issuesQuick-pick widget issues
Milestone
Description
It would be great to be able to add some custom buttons to our QuickPicks, especially for our Azure Extension wizards. Specifically, being able to have an "OK" button would be useful so that the user can confirm without clicking on a quick pick item.
Here is an example of what I am referring to:

I think that the simpleFileDialog already leverages some unexposed properties to do this already.
vscode/src/vs/workbench/services/dialogs/browser/simpleFileDialog.ts
Lines 280 to 281 in 91b97ce
| this.filePickBox.customButton = true; | |
| this.filePickBox.customLabel = nls.localize('remoteFileDialog.local', 'Show Local'); |
nturinski, DTHaydon, gjsjohnmurray, yume-chan, devdotnetorg and 6 more
Metadata
Metadata
Assignees
Labels
apifeature-requestRequest for new features or functionalityRequest for new features or functionalityquick-pickQuick-pick widget issuesQuick-pick widget issues