Skip to content

Commit

Permalink
fix: No display name is specified for configurable
Browse files Browse the repository at this point in the history
c.r.d.i.lsp4ij.settings.LanguageServerListConfigurable in xml file
(#1030)

Fixes #1030

Signed-off-by: azerr <[email protected]>
  • Loading branch information
angelozerr committed Jul 19, 2023
1 parent 10ab100 commit 8291649
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/resources/META-INF/lsp4ij-quarkus.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,17 @@
<!-- MicroProfile settings -->
<applicationConfigurable groupId="language"
id="MicroProfile"
bundle="messages.MicroProfileBundle"
key="microprofile"
provider="com.redhat.devtools.intellij.lsp4mp4ij.settings.MicroProfileConfigurableProvider"/>
<applicationConfigurable parentId="MicroProfile"
id="MicroProfileProperties"
bundle="messages.MicroProfileBundle"
key="microprofile.properties"
provider="com.redhat.devtools.intellij.lsp4mp4ij.settings.properties.MicroProfilePropertiesConfigurableProvider"/>
<applicationConfigurable parentId="MicroProfile"
bundle="messages.MicroProfileBundle"
key="microprofile.java"
id="MicroProfileJava"
provider="com.redhat.devtools.intellij.lsp4mp4ij.settings.java.MicroProfileJavaConfigurableProvider"/>
<applicationService id="com.redhat.devtools.intellij.lsp4mp4ij.settings.UserDefinedMicroProfileSettings"
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/META-INF/lsp4ij.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
<extensions defaultExtensionNs="com.intellij">
<applicationConfigurable groupId="language"
id="LanguageServers"
bundle="messages.LanguageServerBundle"
key="language.servers"
provider="com.redhat.devtools.intellij.lsp4ij.settings.LanguageServerListConfigurableProvider"/>
<applicationService id="com.redhat.devtools.intellij.lsp4ij.settings.UserDefinedLanguageServerSettings"
serviceImplementation="com.redhat.devtools.intellij.lsp4ij.settings.UserDefinedLanguageServerSettings"/>
Expand Down

0 comments on commit 8291649

Please sign in to comment.