eclipse-lsp4j / lsp4j

A Java implementation of the language server protocol intended to be consumed by tools and language servers implemented in Java.
https://eclipse.org/lsp4j
Other
613 stars 145 forks source link

import org.eclipse.lsp4j.CodeAction cannot be resolved #643

Closed ghost closed 2 years ago

ghost commented 2 years ago

Using v0.14.0 through jar is ok. But when I used the source code from the latest released the following package and some classes are missing

import org.eclipse.lsp4j.CodeAction

isn't in the actual source code See this

KamasamaK commented 2 years ago

You would normally use the JAR. This project uses Xtend which will generate the Java source code. For more information on how to do that, see our Contribution Guide.

org.eclipse.lsp4j.CodeAction is defined in the Protocol.xtend.