You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.
In order to make contributions and usage as simple as possible for Java devs, we should migrate our code base to Java 8. (see comments like #25 (comment))
For the protocol types we should still use a code generator written in Xtend (just because using Java here would be too painful) but the actual implementation should be pure Java.
Also once there is a formal definition of the protocol (see microsoft/language-server-protocol#40) we should use that as the source for our code generator.
The text was updated successfully, but these errors were encountered:
Finished the conversion for the service / jsonrpc code. The protocol data structures are still generated with Xtend. How this is going to be done in the future is discussed in #49.
In order to make contributions and usage as simple as possible for Java devs, we should migrate our code base to Java 8. (see comments like #25 (comment))
For the protocol types we should still use a code generator written in Xtend (just because using Java here would be too painful) but the actual implementation should be pure Java.
Also once there is a formal definition of the protocol (see microsoft/language-server-protocol#40) we should use that as the source for our code generator.
The text was updated successfully, but these errors were encountered: