Skip to content

Releases: microsoft/vscode-maven

v0.21.2

20 Mar 14:05

Choose a tag to compare

Fixed

  • Destination folder was ignored when creating new project. #478

v0.21.1

12 Mar 16:08
0346395

Choose a tag to compare

Changed

  • Reuse VS Code's icons. #469

Fixed

  • Terminals were opened in the wrong workspace root folder. #467
  • NoClassDefFoundError occurred when resolving unknown types. #474

v0.21.0

31 Jan 06:48
9eddbd9

Choose a tag to compare

Added

  • Support to debug favorite commands. #444
  • Add shortcut to view output when error occurs. PR#458
  • Support to browse to select local Maven executable if not found. PR#457

Changed

  • Remove unnecessary prefix cmd /c for powershell commands. #452
  • Walk up parent folders to find available Maven wrapper. #PR460

Fixed

  • Projects were not indexed when adding a folder to current workspace. #453

v0.20.2

10 Jan 08:38
c966ecd

Choose a tag to compare

Fixed

  • Improve exposure of command "resolve unknown types". PR#448

v0.20.1

17 Dec 17:17
92e3433

Choose a tag to compare

Fixed

  • Insert the dependency into the wrong position when resolving unknown types. #441

v0.20.0

28 Nov 10:40
ba872e7

Choose a tag to compare

Added

  • Support to "Collapse All" in Maven explorer. PR#414
  • Support to specify the project for command "Maven: Add a dependency". PR418

Changed

  • Update related icons in Maven explorer. PR#425
  • Upgrade embeded maven wrapper to 3.6.2. PR#416

Fixed

  • Java extension was unnecessarily activated. #424
  • Projects were not identified before expanding the Maven explorer. #429

v0.19.1

27 Sep 09:42

Choose a tag to compare

0.19.1

Added

  • Provide more completion suggestions for groupId and artifactId on POM file authoring. PR#404

Fixed

  • No candidates when resolving unknown types. PR#405

v0.19.0

19 Sep 08:57
b78d316

Choose a tag to compare

Added

  • Add inline action buttons in Maven explorer.
  • Add icons for Maven explorer items. PR#397
  • Can add dependencies when hovering on unresolved types. PR#391

Fixed

  • Cannot show dependencies.
  • Expanded plugin nodes tend to collapse after loading. #364

v0.18.2

23 Aug 07:48
65910c1

Choose a tag to compare

Fixed

  • Typo in Hover information. #368
  • Unexpected error log on first use. #358
  • Switch to use new VS Code API (v1.37+) to get default shell. #337

Thank Christian Lutz @thccorni for contribution.

v0.18.1

16 Jul 04:45
47fbd86

Choose a tag to compare

Fixed

  • Cannot show plugin goals. #340