(category: string)
| 90 | * @returns Array of QuickPickItem objects for the specified category |
| 91 | */ |
| 92 | export function getQuickPickItems(category: string): QuickPickItem[] { |
| 93 | return quickPickItems[category]; |
| 94 | } |
| 95 | |
| 96 | /** |
| 97 | * Set a quick pick item as default (pre-selected) in a category. |
nothing calls this directly
no outgoing calls
no test coverage detected