From 40219150ca462b02afba2900a28ad998e2bd38de Mon Sep 17 00:00:00 2001 From: azerr Date: Tue, 28 Feb 2023 09:52:58 +0100 Subject: [PATCH] Disable LSP rename handler for Java file --- org.eclipse.lsp4e/plugin.xml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/org.eclipse.lsp4e/plugin.xml b/org.eclipse.lsp4e/plugin.xml index 5e44b623d..81c4a43b0 100644 --- a/org.eclipse.lsp4e/plugin.xml +++ b/org.eclipse.lsp4e/plugin.xml @@ -104,7 +104,24 @@ class="org.eclipse.lsp4e.operations.rename.LSPRenameHandler" commandId="org.eclipse.ui.edit.rename"> - + + + + + + + + + + + + + + + + + +