You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(!awaitvalidateAndRecommendExtension("vscjava.vscode-maven","Maven extension is recommended to help create Java projects and work with custom goals.",true)){
13
13
return;
14
14
}
@@ -18,23 +18,23 @@ export async function createMavenProjectCmdHandler(context: vscode.ExtensionCont
if(!awaitvalidateAndRecommendExtension("vscjava.vscode-spring-initializr","Spring Initializr extension is recommended to help create Spring Boot projects and manage dependencies.",true)){
if(!awaitvalidateAndRecommendExtension("redhat.vscode-quarkus","Quarkus Tools for Visual Studio Code is recommended to help create Quarkus projects and for an all-in-one Quarkus application development experience.",true)){
if(!awaitvalidateAndRecommendExtension("microProfile-community.mp-starter-vscode-ext","MicroProfile Starter for Visual Studio Code is recommended to generate starter projects for Eclipse MicroProfile.",true)){
39
39
return;
40
40
}
@@ -43,26 +43,26 @@ export async function createMicroProfileStarterProjectCmdHandler(context: vscode
0 commit comments