Skip to content

Commit

Permalink
fix: Ensure config_ordinal only appears in MicroProfile projects
Browse files Browse the repository at this point in the history
Signed-off-by: Fred Bricon <[email protected]>
  • Loading branch information
fbricon committed Jul 11, 2023
1 parent c83ecf5 commit 79ae00c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -393,8 +393,7 @@
implementationClass="com.redhat.devtools.intellij.lsp4mp4ij.psi.internal.openapi.java.MicroProfileGenerateOpenAPIOperation"/>

<!-- Microprofile Config Static Property support -->

<staticPropertyProvider resource="/static-properties/mp-config-metadata.json"/>
<staticPropertyProvider resource="/static-properties/mp-config-metadata.json" type="org.eclipse.microprofile.config.Config"/>

<!--quarkus-ls-->
<configSourceProvider implementation="com.redhat.devtools.intellij.quarkus.psi.internal.providers.QuarkusConfigSourceProvider"/>
Expand Down

0 comments on commit 79ae00c

Please sign in to comment.