Add busy signal Starting ${this.getServerName()} for ${path.basename(projectPath)}
Add busy signal ${this.getServerName()} initializing for ${path.basename(projectPath)}
Add busy signal Stopping ${this.getServerName()} for ${path.basename(projectPath)}
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.
BusySignalService
Starting ${this.getServerName()} for ${path.basename(projectPath)}
${this.getServerName()} initializing for ${path.basename(projectPath)}
Stopping ${this.getServerName()} for ${path.basename(projectPath)}
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.Resolves #105