atom-community / atom-languageclient

Provide integration support for adding Language Server Protocol servers to Atom.
https://www.npmjs.com/package/atom-languageclient
MIT License
45 stars 13 forks source link

feat: add functions for spawning a general executable + allow custom handlers for lsProcess + fix LanguageServerProcess type #124

Closed aminya closed 3 years ago

aminya commented 3 years ago

This fills the gap for native language servers such as for D, Java, etc, or the executables that are not a JavaScript file such as for Python.

aminya commented 3 years ago

I will create a prettier PR after this. Also, as I explained spawn is a more suitable name because the exe is independent of Node.

github-actions[bot] commented 3 years ago

:tada: This PR is included in version 1.2.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: