Skip to content

Releases: microsoft/vscode-maven

v0.14.1

29 Jan 09:45
eb69748
Compare
Choose a tag to compare

Fixed

  • Fix the order of completion items for non-semantic versions. #236
  • Fix the issue that extension is not activated when opening an external pom.xml file. #232

v0.14.0

25 Jan 09:33
900387e
Compare
Choose a tag to compare

Added

  • Provide completion suggestions leveraging info from both local and central repository. #195

Fixed

  • Fix the issue that mvn help:describe keeps grabbing the focus in MacOSX. #214
  • Fix WSL file path conversion when the root is changed in wsl.conf. #206

v0.13.0

04 Jan 08:03
5b3a349
Compare
Choose a tag to compare
  • Support to switch between hierarchical and flat view of modules. #193
  • Support to complete dependencies when editing pom.xml file. #195
    • It is disabled by default, enable it by setting the value of maven.completion.enabled to true.
    • The dependency candidates are from the local Maven repository.

v0.12.1

17 Dec 08:23
45fc78b
Compare
Choose a tag to compare
  • Chinese localization: Add a whitespace between English and Chinese characters. #184
  • Add a shortcut in Maven explorer to generate projects. PR#190

v0.12.0

17 Dec 05:57
7f8f4a3
Compare
Choose a tag to compare
  • Support to view and execute plugin goals. #126
  • Change icons of Maven project nodes. PR#181
  • Add Chinese localization. #146

v0.11.3

28 Nov 02:08
ac9afa0
Compare
Choose a tag to compare
  • Fix vulnerability issue of event-stream. PR#154

v0.11.2

23 Nov 05:25
c1ab4c6
Compare
Choose a tag to compare
  • Better support for WSL. PR#143 by @RobertDeRose
  • Add Chinese localization for configuration entries and command names. PR#147
  • Fix wording in documents.

Thank @RobertDeRose, @johanhammar and @apupier for the contribution.

v0.11.1

12 Oct 07:14
2aec053
Compare
Choose a tag to compare
  • Use the latest version of vscode-extension-telemetry dependency. #135

v0.11.0

18 Sep 10:58
dabd3db
Compare
Choose a tag to compare
  • Sort Maven projects alphabetically in Explorer. PR#118 by @owenconti
  • Adjust order of steps when generating projects from an archetype. #122
  • Open trouble-shooting page in browser.PR#131
  • Fixed some bugs.

Thank Owen Conti (@owenconti) for the help to make the extension even better.

v0.10.0

26 Jul 02:52
8426674
Compare
Choose a tag to compare

0.10.0

  • Supported to hide Maven explorer view by default. #51
  • Started to use a separate terminal for each root folder. #68
  • Improved performance of searching for pom.xml #77
  • Started to includes Maven archetypes in local catalog when generating projects. #82
  • Forced to use mvn wrapper as Maven executable file if one is found in root folder, and added a new configuration maven.executable.preferMavenWrapper allowing to turn it off. #84 #105
  • Refined command maven.history to re-run historical goals.#87
  • Started to use "cmd /c" to execute Maven commands for PowerShell.#112
  • Supported to update explorer automatically when workspace folders change. #27
  • Some code refactoring and bug fixing.