Skip to content

Commit

Permalink
Update apps/vs-code-designer/src/app/commands/createNewCodeProject/Co…
Browse files Browse the repository at this point in the history
…deProjectBase/ConvertToWorkspace.ts

Co-authored-by: Esther Fan <[email protected]>
  • Loading branch information
lambrianmsft and ecfan authored Jan 21, 2025
1 parent 077afae commit 0eb48e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export async function ConvertToWorkspace(context: IActionContext): Promise<boole
const result = await vscode.window.showInformationMessage(message, { modal: true }, DialogResponses.yes, DialogResponses.no);
if (result === DialogResponses.yes) {
const workspaceWizard: AzureWizard<IFunctionWizardContext> = new AzureWizard(wizardContext, {
title: localize('convertToWorkspace', 'Convert To Workspace'),
title: localize('convertToWorkspace', 'Convert to workspace'),
promptSteps: [new FolderListStep(), new SetWorkspaceName(), new SetWorkspaceContents()],
executeSteps: [new OpenFolderStepCodeProject()],
});
Expand Down

0 comments on commit 0eb48e2

Please sign in to comment.