mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-26 09:35:38 -05:00
add description to quick pick item (#19356)
This commit is contained in:
@@ -291,10 +291,12 @@ export async function promptForBindingType(funcName?: string): Promise<BindingTy
|
||||
const inputOutputItems: (vscode.QuickPickItem & { type: BindingType })[] = [
|
||||
{
|
||||
label: constants.input,
|
||||
description: constants.inputDescription,
|
||||
type: BindingType.input
|
||||
},
|
||||
{
|
||||
label: constants.output,
|
||||
description: constants.outputDescription,
|
||||
type: BindingType.output
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user