-
Notifications
You must be signed in to change notification settings - Fork 493
Closed
Labels
Milestone
Description
The related issue - microsoft/vscode-gradle#1649
When an extension contributes a plugin, the plugin is started even if the extension is disabled or even deleted.
See microsoft/vscode-gradle#1441 (comment)
We can
- delete the Java LS configuration ( < globalStorage > /redhat.java) when calling Clean Java Language Server Workspace
or - create a new action - Delete Java LS Configuration