You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When expanding "Plugins" node under a Maven project, it seems to launch java program in the foreground to retrieve info of each plugin. It's annoying and blocks users from editing.
The text was updated successfully, but these errors were encountered:
AFAIK, it uses child_process.spawn to execute mvn help:describe xxxx in the background. Don't know why it brings java process to the foreground in MacOSX. And when using the same approach to execute mvn help:effective-pom, there's no such noise.
When expanding "Plugins" node under a Maven project, it seems to launch java program in the foreground to retrieve info of each plugin. It's annoying and blocks users from editing.
The text was updated successfully, but these errors were encountered: