Enumeration: QuickPickItemKind
The kind of quick pick item.
Enumeration Members
Default
Default:
0
The default QuickPickItem.kind is an item that can be selected in the quick pick.
Defined in
packages/extension-api/src/extension-api.d.ts:1444
Separator
Separator:
-1
When a QuickPickItem has a kind of Separator, the item is just a visual separator and does not represent a real item. The only property that applies is label. All other properties on QuickPickItem will be ignored and have no effect.