Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [lsp4e-dev] version of lsp4j used by lsp4e

Hi devs,

I have had confirmation that LSP4J 0.3.0 has the same release date as LSP4E.

See https://github.com/eclipse/lsp4j/issues/114

I have filed a bug against LSP4E and will submit a patch soon.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=520625

Jonah
~~~
Jonah Graham
Kichwa Coders Ltd.
www.kichwacoders.com


On 30 July 2017 at 22:49, Nathan Ridge <zeratul976@xxxxxxxxxxx> wrote:
> You're right, Jonah, I misunderstood exactly how you described :)
>
> Thanks for clearing that up, and apologies for the noise.
>
> Regards,
> Nate
>
> ________________________________________
> From: lsp4e-dev-bounces@xxxxxxxxxxx <lsp4e-dev-bounces@xxxxxxxxxxx> on behalf of Jonah Graham <jonah@xxxxxxxxxxxxxxxx>
> Sent: July 30, 2017 8:58 PM
> To: lsp4e developer discussions
> Subject: Re: [lsp4e-dev] version of lsp4j used by lsp4e
>
> Hi Nate,
>
> You have misinterpreted LSP4J in exactly the same way I did the first time :-)
>
> LSP4J is that implementation of the LSP protocol in Java.
> LSP4E connect the LSP protocol to eclipse mechanisms (extension points).
>
> Therefore LSP4E needs a Java implementation of the LSP protocl, and
> uses LSP4J for that.
>
> The mistake I made (and I believe you have here) is that LSP4J is the
> implementation of a Language Server for Java.
>
> HTH
> Jonah
>
> ~~~
> Jonah Graham
> Kichwa Coders Ltd.
> www.kichwacoders.com
>
>
> On 30 July 2017 at 21:54, Nathan Ridge <zeratul976@xxxxxxxxxxx> wrote:
>> Hi,
>>
>> I am new to this project, so my apologies if this is a silly question, but why does LSP4E (something meant to be shared by different languages) depend on LSP4J (specific to a particular language) at all?
>>
>> Thanks,
>> Nate
>> _______________________________________________
>> lsp4e-dev mailing list
>> lsp4e-dev@xxxxxxxxxxx
>> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
>> https://dev.eclipse.org/mailman/listinfo/lsp4e-dev
> _______________________________________________
> lsp4e-dev mailing list
> lsp4e-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/lsp4e-dev
> _______________________________________________
> lsp4e-dev mailing list
> lsp4e-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/lsp4e-dev


Back to the top