Skip to content

Commit f29c4a8

Browse files
committed
Set languageId for each of the MicroProfile language mappings. This will take effect with the release of LSP4IJ 0.7.0.
Signed-off-by: Michael Glavassevich <[email protected]>
1 parent cc45ff0 commit f29c4a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/META-INF/lsp.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
]]>
2525
</description>
2626
</server>
27-
<languageMapping language="Properties" serverId="lsp4mp"
27+
<languageMapping language="Properties" serverId="lsp4mp" languageId="microprofile-properties"
2828
documentMatcher="io.openliberty.tools.intellij.lsp4mp.lsp.MicroProfileMatcher"/>
29-
<languageMapping language="JAVA" serverId="lsp4mp"/>
29+
<languageMapping language="JAVA" serverId="lsp4mp" languageId="java"/>
3030

3131
<!-- LemMinX LS with Liberty LemMinX ext -->
3232
<!-- TODO changing the server interface to org.eclipse.lemminx.customservice.XMLLanguageClientAPI results in class cast exception -->

0 commit comments

Comments
 (0)