From 5157bd2f4b91d100fadb64472185b3fcb70b7a32 Mon Sep 17 00:00:00 2001 From: Scott Wells Date: Wed, 11 Dec 2024 14:54:37 -0600 Subject: [PATCH] Made the LSP typeDeclarationProvider specify "order=last" to help ensure that it will be invoked after other implementations. --- src/main/resources/META-INF/plugin.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 6442de97f..0cb7d923b 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -404,7 +404,8 @@ + implementation="com.redhat.devtools.lsp4ij.features.workspaceSymbol.LSPWorkspaceTypeDeclarationProvider" + order="last"/>