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 busy-signals for server start, initialize & stop #149

Closed alexheretic closed 6 years ago

alexheretic commented 6 years ago

Note: Having public busySignalService in AutoLanguageClient is intended as this service can be useful to the subclass clients (and they have to add the package.json declaration anyway). For example, we'll use the service to show we're installing Rls.

atom-languageclient-busy-signal

Resolves #105

damieng commented 6 years ago

Great job, thanks for this!