Skip to content

Commit

Permalink
Made the LSP typeDeclarationProvider specify "order=last" to help ens…
Browse files Browse the repository at this point in the history
…ure that it will be invoked after other implementations.
  • Loading branch information
SCWells72 authored and angelozerr committed Dec 11, 2024
1 parent acadcf0 commit 5157bd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,8 @@

<!-- LSP textDocument/typeDefinition support -->
<typeDeclarationProvider
implementation="com.redhat.devtools.lsp4ij.features.workspaceSymbol.LSPWorkspaceTypeDeclarationProvider"/>
implementation="com.redhat.devtools.lsp4ij.features.workspaceSymbol.LSPWorkspaceTypeDeclarationProvider"
order="last"/>

<!-- LSP textDocument/rename request support -->
<renameHandler
Expand Down

0 comments on commit 5157bd2

Please sign in to comment.