Releases: microsoft/vscode-maven
Releases · microsoft/vscode-maven
v0.14.1
29 Jan 09:45
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fix vulnerability issue of event-stream. PR#154
v0.11.2
23 Nov 05:25
Compare
Sorry, something went wrong.
No results found
v0.11.1
12 Oct 07:14
Compare
Sorry, something went wrong.
No results found
Use the latest version of vscode-extension-telemetry dependency. #135
v0.11.0
18 Sep 10:58
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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.