atom / atom-languageclient

Language Server Protocol support for Atom (the basis of Atom-IDE)
https://ide.atom.io/
MIT License
388 stars 78 forks source link

support non project root language servers #250

Open lloiser opened 5 years ago

lloiser commented 5 years ago

fixes #233

The only thing missing (IMO) was that language packages had to override determineProjectPath so that they can provide an alternate language server root instead of the atom project root folder.

/cc @damieng

damieng commented 5 years ago

Sorry I am no longer involved with GitHub or Atom.

lloiser commented 5 years ago

Hm.. do you know who might be responsible for this repo now? sry if I'm bothering you...

akonwi commented 5 years ago

I assume @daviwil is still involved and might be able to help identify the new maintainer(s).

lloiser commented 5 years ago

FYI: I have published my own version of atom-languageclient to npm -> https://www.npmjs.com/package/@lloiser/atom-languageclient