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 f6da239 commit 8541d5bCopy full SHA for 8541d5b
src/vscode-dts/vscode.d.ts
@@ -1661,8 +1661,10 @@ declare module 'vscode' {
1661
detail?: string;
1662
1663
/**
1664
- * Optional flag indicating if this item is picked initially.
1665
- * (Only honored when the picker allows multiple selections.)
+ * Optional flag indicating if this item is picked initially. This is only honored when using
+ * the {@link window.showQuickPick()} API. To do the same thing with the {@link window.createQuickPick()} API,
1666
+ * simply set the {@link QuickPick.selectedItems} to the items you want picked initially.
1667
+ * (*Note:* This is only honored when the picker allows multiple selections.)
1668
*
1669
* @see {@link QuickPickOptions.canPickMany}
1670
*/
0 commit comments