Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MaxOSX only, VSCode repeatedly lose focus when retrieving plugin info #214

Closed
Eskibear opened this issue Jan 9, 2019 · 2 comments · Fixed by #219
Closed

MaxOSX only, VSCode repeatedly lose focus when retrieving plugin info #214

Eskibear opened this issue Jan 9, 2019 · 2 comments · Fixed by #219
Milestone

Comments

@Eskibear
Copy link
Member

Eskibear commented Jan 9, 2019

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.

@Eskibear
Copy link
Member Author

Eskibear commented Jan 9, 2019

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.

@Eskibear Eskibear mentioned this issue Jan 18, 2019
6 tasks
@Eskibear Eskibear added this to the 0.14.0 milestone Jan 18, 2019
@Eskibear
Copy link
Member Author

a workaround is to add -Dapple.awt.UIElement=true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant