microsoft / vscode-maven

VSCode extension "Maven for Java"
https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-maven
Other
182 stars 88 forks source link

Create Java Project -> JavaFX does not create a JavaFX project #1003

Closed nplatis closed 11 months ago

nplatis commented 11 months ago

When creating a new JavaFX project through the relevant option of "Create Java Project", the project created is a simple Maven project (the same as the "No archetype" option for a Maven project), certainly not a JavaFX project.

jdneo commented 11 months ago

Seens that it's a regression introduced by https://github.com/microsoft/vscode-maven/pull/962