Releases: microsoft/vscode-maven
Releases · microsoft/vscode-maven
v0.14.1
v0.14.0
v0.13.0
v0.12.1
v0.12.0
v0.11.3
v0.11.2
- 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
v0.11.0
- 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
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.