microsoft / language-server-protocol

Defines a common protocol for language servers.
https://microsoft.github.io/language-server-protocol/
Creative Commons Attribution 4.0 International
10.91k stars 763 forks source link

How to add/register an executable as a LSP? #1956

Closed RohanVashisht1234 closed 2 weeks ago

RohanVashisht1234 commented 2 weeks ago

Suppose I have created an executable/binary. How can i register this executable as an LSP in my extension's activate function?