Skip to content

Commit e39bd3b

Browse files
authored
Merge pull request #1008 from mrglavas/1007#set-mp-language-id
Set languageId for each of the MicroProfile language mappings.
2 parents b96dcef + f29c4a8 commit e39bd3b

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)