Releases: microsoft/vscode-spring-initializr
Releases · microsoft/vscode-spring-initializr
v0.11.2
Fixed
- Incorrect Java version was picked up. #224
v0.11.1
Fixed
- Input boxes freeze when value is invalid, since VS Code v1.73.0. #219
v0.11.0
Added
- Show separator between starter groups. #210
- Add link buttons onto starter candidates. #211
v0.10.1
- Open HELP.md for newly created projects. #207
v0.10.0
Fixed
- Fix version detection when
relativePath
is not specified. #202
v0.9.0
Added
- New setting
spring.initializr.parentFolder
to control if a new sub-folder should be created for the newly generated project. #197
Fixed
- Fix Group Id validation. #199
v0.8.0
Added
- Support virtual workspaces. #185
Changed
- Use
htmlparser2
to parse XML file. #192
Fixed
- Error: Fail to edit starters. #193
- Vulnerabilities in dependencies.
v0.7.1
Fixed
- Error: end of central directory record signature not found. #191
Release 0.7.0
- Align options of project metadata with Spring Initializr service. #173
v0.6.1
- Fix Error: Cannot read property 'split' of undefined. #162