vscode-spring-initializr
vscode-spring-initializr copied to clipboard
VSCode Extension for Spring Initializr
After each dependency selected, cursor scroll up to top, if I need more dependency, I have to scroll down over and over, I think this is not a good experience。...
To reproduce the issue, just create a gradle project with Spring Initializr with latest Code. Here is the .gitignore file: HELP.md .gradle /build/ !gradle/wrapper/gradle-wrapper.jar ### STS ### .apt_generated .classpath .factorypath...
As reported before here: https://github.com/Microsoft/vscode-spring-initializr/issues/84 I am having the same issue. I acknowledge this is not an extension bug, but I need to understand port / endpoints so I can...
After editing starters, the readability of the POM file will reduce. BEFORE  AFTER 
Steps to reproduce: 1. Generate a maven project , select some dependencies. e.g. Select "DevTools"and "Security" dependencies. 2. Open pom.xml file, right click on the editing area of the file,...
1. Add some dependencies with bom information or repository information 2. Edit starter, remove these dependencies RESULT: The bom or repository information can't be removed while removing related dependencies Dependencies...
This is the result(On the left is the one before add,On the right is after add) PS: Every time add starters are used, dependencies will be added 
Get error message: "Unable to retrieve information of available starters." when "Add starters" in pom.xml
After providing all the details. The zip starts downloading and then I get the error Failed to create a project. end of central directory record signature not found. This is...
Today if you configure `"spring.initializr.serviceUrl": [ "https://my-domain/my-initializr/" ]` then it works to fetch json metadata but later when trying to fetch the zip-package it fails since the path-part of the...