Skip to content

Commit

Permalink
good suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
MRayermannMSFT committed Feb 8, 2024
1 parent e1d73ca commit 6d108a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/src/pickTreeItem/runQuickPickWizard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export async function runQuickPickWizard<TPick>(context: types.PickExperienceCon

const wizard = new AzureWizard(wizardContext, {
hideStepCount: true,
showLoadingPrompt: wizardOptions?.showLoadingPrompt ?? true,
...wizardOptions
});

Expand Down

0 comments on commit 6d108a7

Please sign in to comment.