-
Notifications
You must be signed in to change notification settings - Fork 63
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
!Important Gradle daemon view only show part of all Gradle Deamon JVM #930
Comments
@mozhuanzuojing Could you try to click |
|
@CsCherrYY I re-describe the issue. A serious problem was found. The vscode-java plugin starts a Gradle Deamon JVM. Then I executed Gradle Task from the Gradle view, it restarted a new Gradle Deamon JVM! |
@CsCherrYY I hope that the next version can reuse the existing Gradle Deamon. Because I don't want to wait for the project to compile. And reduce calls to |
@mozhuanzuojing That's also what we want to improve in the future 😄. |
Duplicate of #953 |
tracked in #953 and will be in Jan 2022 milestone. |
Extension Name: vscode-gradle
Extension Version:3.6.1
OS Version:window10
VSCode version: 1.60.0-insider (system setup)
Describe the bug
When I open the gradle deamon view and wait a few seconds. Execute
jps -l -m -v
to see two Deamon. But Gradle Deamon View can only see one.One of the Gradle Deamon JVMs is started by the vscode-java plugin, Another Gradle Deamon JVM is started by the vscode-gradle plugin. But both Deamon are analyzing the same project! Repeat it!
To Reproduce
Expected behavior
Show all current gradle deamon jvm of running.
Screenshots
Output from "Gradle Tasks"
Does the bug still exist if you disable all other extensions?
Yes
Additional context
When opening the Gradle view, if you find Gradle Deamon exists in the current project, do not start a new Gradle Deamon. Because it is repetitive, and it will waste a lot of time.
The text was updated successfully, but these errors were encountered: