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
cc @rgrunber @fbricon @mickaelistria @datho7561
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
or
cc @rgrunber @fbricon @mickaelistria @datho7561