| 10 | "Select 'Confirm' to confirm or press 'Esc' key to cancel"; |
| 11 | |
| 12 | export interface ICheckboxQuickPickItem { |
| 13 | label: string; |
| 14 | description?: string; |
| 15 | isSelected: boolean; |
| 16 | } |
| 17 | |
| 18 | export interface ICheckboxQuickPickOptions { |
| 19 | confirmPlaceHolder: string; |
nothing calls this directly
no outgoing calls
no test coverage detected