Skip to content

Releases: microsoft/vscode-maven

v0.27.0

16 Dec 07:00
91e29b3
Compare
Choose a tag to compare
  • Support to navigate to dependency POM file with Ctrl/Cmd + Click. #562
  • Use a unified command to create projects if Project Manager for Java is enabled. #488
  • Align with VS Code native UX. #560

v0.26.0

26 Nov 08:11
bd208af
Compare
Choose a tag to compare

Changed

  • Hide Maven Explorer for non-Maven workspaces. #549
  • No longer activate extension on opening xml files. #555

Fixed

  • Fix an error creating temporary directory for Remote-SSH scenario with multiple users. #547
  • Fix title of wizard for creating a project. #551

v0.25.0

21 Oct 08:04
c588973
Compare
Choose a tag to compare

Changed

  • Allow users to hide the "Create Maven Project" entry in File Explorer. #536
  • Move "Open POM file" into context menu in Project Manager Explorer. #541

Fixed

  • Fix "Resolve unknown type" command when folder path contains whitespaces. #542
  • Fix path conversion when using WSL as default integrated terminal. #535

v0.24.2

02 Sep 08:47
a5ef451
Compare
Choose a tag to compare

Added

  • Register entries for commands in Project Manager extension.
    • Add a dependency. #529
    • Open POM file. #530
    • Execute Maven Commands... #531

v0.24.1

19 Aug 09:46
4148347
Compare
Choose a tag to compare

Changed

  • Change maven.executable.options to machine-overridable scope.
  • Change maven.executable.preferMavenWrapper to resource scope.

v0.24.0

11 Aug 16:58
Compare
Choose a tag to compare

Added

  • Add back buttons to the project creation wizard. #520

Fixed

  • Settings maven.executable.* are now limited to machine scope. Fix for CVE-2020-0604.

v0.23.0

11 Aug 16:58
38d8c03
Compare
Choose a tag to compare

Changed

  • Rename project explorer. #512
  • Skip project selection when there is only one project. #516

Fixed

  • Fix: terminals were wrongly closed. #513

v0.22.0

12 Jun 06:26
6b898c8
Compare
Choose a tag to compare

Added

  • Better support for PowerShell. #494

Changed

  • Keep the cache file of effective pom for diagnosis. #319

Fixed

  • Fix: mvnw is not identified if .mvn folder doesn't exist. #504
  • Fix: notification "Maven executable not found in PATH" pops up for multiple times. #501
  • Fix: tilde was not expanded as home directory in unix-like systems. #507
  • Fix: Maven output didn't write to the integrated terminal window. #489

v0.21.4

12 May 17:52
Compare
Choose a tag to compare

Fixed

  • Set custom environment variables in folder level. #487
  • Better support for PowerShell Core. #492

v0.21.3

08 May 06:50
Compare
Choose a tag to compare

Fixed

  • Update dependencies to fix vulnerability issues. #481 #491