Releases: microsoft/vscode-spring-initializr
Releases · microsoft/vscode-spring-initializr
v0.6.0
- Allow commands to start initializr wizard with default selections.
- Add a new setting
spring.initializr.defaultOpenProjectMethod
for default project opening method. - Optimize UX of the multi-step wizard for creating a project. #156
- Fix Error: Cannot read property 'split' of undefined. #159
- Remove extra chars in title bar. #158
v0.5.0
Added
- Can specify Java vesrion. #146
- Can specify packaging type. #150
- Added back buttons. It's able to switch back to previous steps when creating projects. #148
- Spring Initialzr API v2.2 is supported. #143 #145
Changed
- "Edit Starters" is changed to "Add Starters", i.e. removing starters from current project is not supported by this command. #149
- Change order of steps when creating a project.
Fixed
- Use current workspace as default target folder. #140