We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7d845d commit d95283cCopy full SHA for d95283c
src/commands/handler.ts
@@ -22,7 +22,7 @@ export async function createSpringBootProjectCmdHandler(context: vscode.Extensio
22
return;
23
}
24
25
- await vscode.commands.executeCommand('spring.initializr.maven-project');
+ await vscode.commands.executeCommand('spring.initializr.createProject');
26
27
28
export async function showExtensionCmdHandler(context: vscode.ExtensionContext, operationId: string, extensionName: string) {
0 commit comments