Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@
<externalAnnotator
id="LSPDiagnosticAnnotator"
language=""
applyExternalAnnotatorsWhenInactive="true"
implementationClass="com.redhat.devtools.lsp4ij.features.diagnostics.LSPDiagnosticAnnotator"/>
<localInspection id="LSPLocalInspectionTool"
language=""
Expand Down Expand Up @@ -465,6 +466,7 @@
<externalAnnotator
id="LSPDocumentLinkAnnotator"
language=""
applyExternalAnnotatorsWhenInactive="true"
implementationClass="com.redhat.devtools.lsp4ij.features.documentLink.LSPDocumentLinkAnnotator"/>
<gotoDeclarationHandler
id="LSPDocumentLinkGotoDeclarationHandler"
Expand Down
Loading