atom / atom-languageclient

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

abc log console #247

Closed laughedelic closed 5 years ago

laughedelic commented 5 years ago

The name abc for the logging console is hardcoded and sometimes appear int he interface.

Here:

https://github.com/atom/atom-languageclient/blob/4e0b682b01ba069385963a4db57cf74dfaa4eac5/lib/auto-languageclient.ts#L432

and here:

https://github.com/atom/atom-languageclient/blob/4e0b682b01ba069385963a4db57cf74dfaa4eac5/lib/auto-languageclient.ts#L620

I'm not sure if it could be fixed by changing it to getServerName(). I suspect that it might be not initialized at the moment the console is created.