vscode-spring-initializr
vscode-spring-initializr copied to clipboard
Add new starters creates invalid pom.xml
- Create a new project with no frills
- Right clilck on pom.xml and "Add starters..."
- Choose web and grpc
The generated pom.xml has 2 <dependencies> sections, so it is invalid.
This is a duplicate of https://github.com/microsoft/vscode-spring-initializr/issues/257. Please note that the pre-release already contains the fix.
This is fixed in the latest release0.12.0, so we can close this issue @wenytang-ms