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

Add ActiveServer and LanguageClientConnection to type exports #187

Closed daviwil closed 6 years ago

daviwil commented 6 years ago

These types are used in the overridable methods of AutoLanguageClient so they must be exported for TypeScript-based language packages to write code against then.