We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0654a2 commit f0f375dCopy full SHA for f0f375d
src/vscode-dts/vscode.d.ts
@@ -1675,7 +1675,9 @@ declare module 'vscode' {
1675
1676
/**
1677
* Optional buttons that will be rendered on this particular item. These buttons will trigger
1678
- * an {@link QuickPickItemButtonEvent} when clicked.
+ * an {@link QuickPickItemButtonEvent} when clicked. Buttons are only rendered when using a quickpick
1679
+ * created by the {@link window.createQuickPick()} API. Buttons are not rendered when using
1680
+ * the {@link window.showQuickPick()} API.
1681
*/
1682
buttons?: readonly QuickInputButton[];
1683
}
0 commit comments