File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -1751,8 +1751,9 @@ declare module 'vscode' {
1751
1751
1752
1752
/**
1753
1753
* Optional flag indicating if this item is picked initially. This is only honored when using
1754
- * the {@link window.showQuickPick()} API. To do the same thing with the {@link window.createQuickPick()} API,
1755
- * simply set the {@link QuickPick.selectedItems} to the items you want picked initially.
1754
+ * the {@link window.showQuickPick showQuickPick()} API. To do the same thing with
1755
+ * the {@link window.createQuickPick createQuickPick()} API, simply set the {@link QuickPick.selectedItems}
1756
+ * to the items you want picked initially.
1756
1757
* (*Note:* This is only honored when the picker allows multiple selections.)
1757
1758
*
1758
1759
* @see {@link QuickPickOptions.canPickMany}
@@ -1771,8 +1772,8 @@ declare module 'vscode' {
1771
1772
/**
1772
1773
* Optional buttons that will be rendered on this particular item. These buttons will trigger
1773
1774
* an {@link QuickPickItemButtonEvent} when clicked. Buttons are only rendered when using a quickpick
1774
- * created by the {@link window.createQuickPick()} API. Buttons are not rendered when using
1775
- * the {@link window.showQuickPick()} API.
1775
+ * created by the {@link window.createQuickPick createQuickPick ()} API. Buttons are not rendered when using
1776
+ * the {@link window.showQuickPick showQuickPick ()} API.
1776
1777
*
1777
1778
* Note: this property is ignored when {@link QuickPickItem.kind kind} is set to {@link QuickPickItemKind.Separator}
1778
1779
*/
You can’t perform that action at this time.
0 commit comments