We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90498ce commit c74a93bCopy full SHA for c74a93b
src/commands/deploy/FunctionAppListStep.ts
@@ -35,7 +35,7 @@ export class FunctionAppListStep extends AzureWizardPromptStep<IFuncDeployContex
35
}
36
});
37
38
- qp.unshift({ label: '$(plus) Create new function app', data: undefined });
+ qp.unshift({ label: '$(plus) Create new function app...', data: undefined });
39
return qp;
40
41
0 commit comments