Skip to content

Custom Buttons and Labels for QuickPicks #139249

@nturinski

Description

@nturinski

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:
image

I think that the simpleFileDialog already leverages some unexposed properties to do this already.

this.filePickBox.customButton = true;
this.filePickBox.customLabel = nls.localize('remoteFileDialog.local', 'Show Local');

@isidorn

Metadata

Metadata

Labels

apifeature-requestRequest for new features or functionalityquick-pickQuick-pick widget issues

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions