TypeFox / yang-lsp

A Language Server for YANG
http://www.yang-central.org
Apache License 2.0
51 stars 13 forks source link

Where is the executable to run the Language Server located after ./gradlew build success? #162

Closed Sparrow1029 closed 4 years ago

Sparrow1029 commented 4 years ago

I have been trying to incorporate yang-lsp into Vim (w0rp/ALE, asynchronous linting engine), but after a successful build with gradle, I cannot find any relevant executable to start the server? Apologies if it is something simple that I am missing.

I tried attaching to the socket that you can start using yarn run start:backend:socket with yangster, but that has been unsuccessful as well.

Any help would be appreciated!