We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b96dcef + f29c4a8 commit e39bd3bCopy full SHA for e39bd3b
src/main/resources/META-INF/lsp.xml
@@ -24,9 +24,9 @@
24
]]>
25
</description>
26
</server>
27
- <languageMapping language="Properties" serverId="lsp4mp"
+ <languageMapping language="Properties" serverId="lsp4mp" languageId="microprofile-properties"
28
documentMatcher="io.openliberty.tools.intellij.lsp4mp.lsp.MicroProfileMatcher"/>
29
- <languageMapping language="JAVA" serverId="lsp4mp"/>
+ <languageMapping language="JAVA" serverId="lsp4mp" languageId="java"/>
30
31
<!-- LemMinX LS with Liberty LemMinX ext -->
32
<!-- TODO changing the server interface to org.eclipse.lemminx.customservice.XMLLanguageClientAPI results in class cast exception -->
0 commit comments