Skip to content

Releases: microsoft/vscode-maven

v0.39.1

31 Oct 02:30
76cd0b0

Choose a tag to compare

Fixed

  • Error "Failed to find dependency" when dependency conflict exists. #815#883

v0.39.0

27 Sep 07:45
c21885b

Choose a tag to compare

Added

  • Can filter artifacts with group Id when adding a dependency. #877

Changed

  • Update depgraph-maven-plugin to 4.0.2, which is used to calculate dependencies. #867

Fixed

  • Error: UriError path cannot begin with two slash characters. #817
  • Wrongly recongnize Git Bash as WSL when it's not installed on default location. #874

v0.38.0

31 Aug 02:45
5ab14e1

Choose a tag to compare

Added

  • Support Maven schema-based completion for pom.xml files. #857

Fixed

  • Show correct version when inherited from parent projects. #851

v0.37.0

26 Jul 05:39
2d07a1c

Choose a tag to compare

Added

  • Better completion for properties. #843
  • Shortcut to reload all Maven projects. #847
  • New setting maven.explorer.projectName to customize format of project node name. #834

v0.36.0

29 Jun 07:53
e07c34e

Choose a tag to compare

Changed

  • Replace xml-zero-lexer with htmlparser2 as the parser of pom.xml files. #822
  • Follow upstream change to build JDTLS plugin with JDK 17. #824

v0.35.2

16 Jun 14:42
32ed9a5

Choose a tag to compare

Fixed

  • Error "Failed to find dependency" when dependency conflict exists. #815
  • Wrong icon of view-switching buttons. #814

v0.35.1

01 Mar 08:18
5b1f283

Choose a tag to compare

Added

  • Add shortcut for test-compile lifecycle. #798
  • Add tooltip showing path of POM file. #799

Fixed

  • Fix completion of version. #796

v0.35.0

24 Jan 05:26
5a2618f

Choose a tag to compare

Added

  • Enable external call from other extensions to add dependencies. #743
  • Enable external call from other extensions to create Maven projects. #775

Fixed

  • Custom options were not passed to the command line when creating new projects. #771
  • Failed to attach to remote debuggee VM when debugging a Maven goal. #757
  • Setting maven.settingsFile was not honored when executing Maven commands. #776
  • StackOverflowException when there exists circular dependencies in projects. #763

v0.34.2

22 Dec 04:59
1de8c75

Choose a tag to compare

Fixed

  • Maven: Add a dependency not working. #766

v0.34.1

26 Oct 10:07
1aab551

Choose a tag to compare

Fixed

  • Update command for workspace trust management. #749
  • Update third party notices. #751