vscode-spring-initializr icon indicating copy to clipboard operation
vscode-spring-initializr copied to clipboard

VSCode Extension for Spring Initializr

Results 34 vscode-spring-initializr issues
Sort by recently updated
recently updated
newest added

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...

feature
external dependency

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 ![image](https://user-images.githubusercontent.com/22470312/39233844-27b95552-48a4-11e8-90fd-1d7f769a3fd6.png) AFTER ![image](https://user-images.githubusercontent.com/22470312/39233850-2b39ede0-48a4-11e8-8326-065de286877b.png)

enhancement

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,...

bug

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 ![image](https://github.com/microsoft/vscode-spring-initializr/assets/51776225/d905bdab-862c-42f3-a7ab-39486c7a37cf)

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...