Skip to content

Releases: microsoft/vscode-maven

0.45.1

09 Dec 02:37
96cb61b

Choose a tag to compare

Fixed

revert problem matchers to fix the execute in terminal file usage issue #1119

0.45.0

24 Nov 02:57
17fff2d

Choose a tag to compare

0.45.0

Added

  • VS Code Extension contribute to ProblemMatcher #1098
  • Add optional goal parameter for maven.goal.custom command #1108
  • maven.executable.options configuration as list of strings #981

Fixed

  • Fail to disable profile because shell interprets the '!' character #995

Changed

  • Reload pom contents as needed before finding parent POMs #956

v0.44.0

31 Jan 06:25
8ee1ef0

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

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

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

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

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

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

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

Choose a tag to compare

Fixed

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