Skip to content

Commit

Permalink
fix: remove un-existing LSPDocumentationProvider declaration
Browse files Browse the repository at this point in the history
Signed-off-by: azerr <[email protected]>
  • Loading branch information
angelozerr committed May 21, 2024
1 parent b491b0c commit 05fe53f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
13 changes: 0 additions & 13 deletions src/main/resources/META-INF/lsp4ij-quarkus.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,19 +65,6 @@

<!-- Quarkus -->

<!-- As IJ provides the com.intellij.lang.properties.PropertiesDocumentationProvider which manages hover for properties file,
we define the LSPDocumentationProvider at the first order -->
<lang.documentationProvider
language="Properties"
implementationClass="com.redhat.devtools.lsp4ij.features.documentation.LSPDocumentationProvider"
order="first"/>
<!-- As IJ provides the com.intellij.lang.java.JavaDocumentationProvider which manages hover for Java file,
we define the LSPDocumentationProvider at the first order -->
<lang.documentationProvider
language="JAVA"
implementationClass="com.redhat.devtools.lsp4ij.features.documentation.LSPDocumentationProvider"
order="first"/>

<localInspection
language="Properties"
bundle="messages.MicroProfileBundle"
Expand Down
13 changes: 0 additions & 13 deletions src/main/resources/META-INF/lsp4ij-qute.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,6 @@
<extensions defaultExtensionNs="com.intellij">
<!-- Qute -->

<!-- As IJ provides the org.jetbrains.yaml.meta.impl.YamlDocumentationProviderBase which manages hover for yaml file,
we define the LSPDocumentationProvider at the first order -->
<lang.documentationProvider
language="yaml"
implementationClass="com.redhat.devtools.lsp4ij.features.documentation.LSPDocumentationProvider"
order="first"/>
<!-- As IJ provides the com.jetbrains.jsonSchema.imp.JsonSchemaDocumentationProvider which manages hover for json file,
we define the LSPDocumentationProvider at the first order -->
<lang.documentationProvider
language="JSON"
implementationClass="com.redhat.devtools.lsp4ij.features.documentation.LSPDocumentationProvider"
order="first"/>

<completion.confidence language="HTML" order="before htmlText"
implementationClass="com.redhat.devtools.lsp4ij.features.completion.LSPCompletionConfidence"/>

Expand Down

0 comments on commit 05fe53f

Please sign in to comment.