Skip to content

Commit d95283c

Browse files
authored
Update command to create spring boot projects. (#90)
1 parent b7d845d commit d95283c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export async function createSpringBootProjectCmdHandler(context: vscode.Extensio
2222
return;
2323
}
2424

25-
await vscode.commands.executeCommand('spring.initializr.maven-project');
25+
await vscode.commands.executeCommand('spring.initializr.createProject');
2626
}
2727

2828
export async function showExtensionCmdHandler(context: vscode.ExtensionContext, operationId: string, extensionName: string) {

0 commit comments

Comments
 (0)