All notable changes to the "vscode-maven" extension will be documented in this file.
- 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.
- Cannot show plugin goals. #340
- For Maven project creation:
- Refresh explorer when config
maven.pomfile.globPattern
changes. #334
- Change command name "Generate from Maven Archetype" to "Create Maven Project" for clarity. #345
- Provide a workaround for default shell detection. #319
- Add new config
maven.pomfile.globPattern
, which specifies how the extension searchs for POM files. #316 - Add new config
maven.pomfile.autoUpdateEffectivePOM
, which specifies whether to update Effective-POM automatically. #319
- Unexpected insertion of code snippets. #310
- A bug that Maven
localRepository
setting was not effective. #322 - Cannot create Maven project when target directory has brackets and default shell is PowerShell. #324
Thank Justin Ridgewell (@jridgewell) for the contributions to make the extension even better.
- A regression issue which blocks auto-completion for pom files. #311
- An error on calculating effective pom when there is whitespace in project path. #304
- A bug which causes to retry calculating effective pom all the time. #296
- Support to debug a plugin goal.
- The feature is designed for debugging code of the plugin goal itself. It can also debug Java classes loaded in the same JVM.
- Debugging Java classes loaded by a forked process is not supported. E.g. when
devtools
is present, breakpoints in application code will not be hit when debuggingspring-boot:run
according to its docs.
- Add a shortcut to show dependency tree.
- Fix miscellaneous minor issues by enabling TS strict null check.
- A potential NPE when no folder is open. #279
- Errors on executing some commands when there is no open workspace. #274 #277
- Missing description for favorite commands configuration. PR#275
- Allow to specify and execute "favorite" Maven commands. #72 #259
- Hover to show effective version of a dependency. #260
- Add a command "Maven: Add a dependency" for convenience when editing pom.xml. #253
- Use a simple and robust way to inject custom environment variables into terminals. PR#240
- Fix a regression of executing custom goals from command palette. #243
- 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
- Provide completion suggestions leveraging info from both local and central repository. #195
- 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
- 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
totrue
. - The dependency candidates are from the local Maven repository.
- It is disabled by default, enable it by setting the value of
- Chinese localization: Add a whitespace between English and Chinese characters. #184
- Add a shortcut in Maven explorer to generate projects. PR#190
- Support to view and execute plugin goals. #126
- Change icons of Maven project nodes. PR#181
- Add Chinese localization. #146
- Fix vulnerability issue of event-stream. PR#154
- 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.
- Use the latest version of vscode-extension-telemetry dependency. #135
- 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.
- 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.
- Fixed bug of using
./mvnw
as maven executable.
- Fetch list of popular archetypes on the fly. #63
- Guide users to setup correct mvn executable path when error occurs. #66
- Fixed some bugs.
- Fixed vulnerabilities in package dependencies.
- Formatted filepath for WSL Bash.
- Added entry for historical commands in context menu.
- Simplified the workflow for executing custom goals.
- Supported to fast re-run maven command from history.
- Supported to trigger maven command from command palette.
- Fixed some bugs.
- Added support for setting JAVA_HOME and other environment variables through configuration settings.
- Supported to put popular archetypes ahead when generating projects.
- Supported to append default options for mvn commands.
- Supported to auto-update maven project explorer tree view when pom.xml has been created/modified/removed.
- Started to collect anonymous data of selected Maven Archetype when users generate projects.
- Updated extension name.
- Excluded pom.xml in
target
folder by default. (to avoid duplicate item in explorer) - Fixed CRLF issue #10.
- Supported to use maven wrapper.
- Changed icon of treeItems for dark/light themes.
- Fixed some bugs.
For historical releases earlier than v0.4.1
, please refer to Eskibear/vscode-maven.