Skip to content

Releases: microsoft/vscode-maven

v0.44.0

31 Jan 06:25
8ee1ef0
Compare
Choose a tag to compare

0.44.0

Added

  • add new project as module of existing project via 'New Module...' command. #849.

v0.43.0 release

01 Nov 02:53
fe5230a
Compare
Choose a tag to compare

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

01 Aug 01:52
fbf7869
Compare
Choose a tag to compare

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

27 Mar 05:49
3dd53db
Compare
Choose a tag to compare

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

19 Jan 12:13
8a1b6a1
Compare
Choose a tag to compare

Fixed

  • Missing "Resolve Unknow Type" feature when Language Support for Java was upgraded to v1.14.0. #932

v0.40.3

10 Jan 14:42
005876e
Compare
Choose a tag to compare

Fixed

  • Cannot navigate to POM of dependencies when localRepository is specified in settings.xml. #924

v0.40.2

15 Dec 14:02
Compare
Choose a tag to compare

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

30 Nov 14:17
Compare
Choose a tag to compare

Fixed

  • Regression on running plugin goals, where prefix is missing. #910

v0.40.0

29 Nov 06:19
ad3eb2a
Compare
Choose a tag to compare

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

03 Nov 07:17
5e6b313
Compare
Choose a tag to compare

Fixed

  • Input boxes freeze when value is invalid, since VS Code v1.73.0. #896