In the LSP4J feature SDK it says:
|
<import plugin="org.eclipse.xtend.lib" version="2.10.0" match="compatible"/> |
which is many versions older than what the bundles themselves require:
This may lead to some dependency problems, such as reported in #871 (comment)
In the LSP4J feature SDK it says:
lsp4j/releng/lsp4j-feature/feature.xml
Line 35 in 5486d6f
which is many versions older than what the bundles themselves require:
lsp4j/gradle/versions.gradle
Line 19 in 5486d6f
This may lead to some dependency problems, such as reported in #871 (comment)