Skip to content

Conversation

@jdneo
Copy link
Member

@jdneo jdneo commented Apr 13, 2020

fix #249
fix #206
fix #199

@jdneo jdneo requested a review from testforstephen April 13, 2020 07:26
@jdneo jdneo requested a review from Eskibear April 13, 2020 07:27
@jdneo jdneo added this to the 0.9.1 milestone Apr 13, 2020
@jdneo jdneo force-pushed the cs/create-project branch from 0013de3 to e95d6e6 Compare April 16, 2020 08:23
@jdneo jdneo force-pushed the cs/create-project branch from e95d6e6 to 7cca3bb Compare April 16, 2020 08:27
@jdneo jdneo requested a review from akaroml April 16, 2020 08:27
@jdneo
Copy link
Member Author

jdneo commented Apr 16, 2020

@Eskibear @testforstephen @akaroml

Please take a look when you have time. The A/B testing work will be addressed in another PR, to avoid too much code change in one PR.

if (contextManager.getContextValue(Context.MAVEN_ENABLED)) {
projectKinds.push({
label: BuildTool.Maven,
detail: "Use Maven as the build tool of your Java project",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.

so would something like "Use Maven to manage your project" be simple and concise?

},
);

switch (choice.label) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

choice is possible to be undefined, if you have more than one project kinds.

@jdneo jdneo merged commit 98fd081 into master Apr 20, 2020
@jdneo jdneo deleted the cs/create-project branch April 20, 2020 02:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support creation of Maven Projects Get the Java runtime information from Java Language Server Creating invisible project instead of Eclipse project

3 participants