Releases: microsoft/vscode-maven
Releases · microsoft/vscode-maven
v0.44.0
0.44.0
Added
- add new project as module of existing project via 'New Module...' command. #849.
v0.43.0 release
0.43.0
Changed
- Merge "Refresh" and "Reload All Maven Projects" menus into a single menu "Reload All Maven Projects". #997.
Fixed
- Create Java Project -> JavaFX does not create a JavaFX project. #1003.
v0.42.0 release
v0.42.0
Added
- Add creating empty maven project without archetypes. #869
Changed
- Remove Marketplace preview flag. #987
Fixed
- Improve navigation of parent POM. #959
- Maven explorer failed to list profiles within maven-help-plugin@3.4.0. #964
v0.41.0
Added
- Support to navigate to POM file of modules. #949
- Support to navigate to parent POM file. #952
- Add profile support in Maven explorer. #956
Changed
- Group common lifecycle phases into a submenu of the context menu. #954
v0.40.4
Fixed
- Missing "Resolve Unknow Type" feature when Language Support for Java was upgraded to v1.14.0. #932
v0.40.3
Fixed
- Cannot navigate to POM of dependencies when
localRepository
is specified in settings.xml. #924
v0.40.2
Fixed
- CVE-2022-42889
- Documentation on tag hover duplicates with the XML extension's implementation. #918
- Incorrect invocation of the command when debugging plugin goal. #913
v0.40.1
Fixed
- Regression on running plugin goals, where prefix is missing. #910
v0.40.0
Added
- Created a new FavoritesMenu. This menu allows shortcuts to execute the favorite commands. #884
- Created a UI to add favorites into the user workspace scope. #901
Changed
- Improve performance of fetching plugin goals when expanding plugin node in Maven explorer. #903
Thanks to Gustavo Simon for contribution.
v0.39.2
Fixed
- Input boxes freeze when value is invalid, since VS Code v1.73.0. #896