buttons

Optional buttons that will be rendered on this particular item.

These buttons will trigger an QuickPickItemButtonEvent when pressed. Buttons are only rendered when using a quick pick created by the createQuickPick API. Buttons are not rendered when using the window.showQuickPick API.

Note: This property is ignored when kind is set to QuickPickItemKind.Separator.

Online Documentation