Skip to content

Commit

Permalink
fix(services): missing client (#1692)
Browse files Browse the repository at this point in the history
  • Loading branch information
fannheyward authored Mar 27, 2020
1 parent 185c975 commit 5aa8d88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ export class ServiceManager extends EventEmitter implements Disposable {
let created = false
let service: IServiceProvider = {
id,
client,
name: typeof name === 'string' ? name : name.name,
selector: typeof name === 'string' ? getDocumentSelector(config.filetypes, config.additionalSchemes) : name.clientOptions.documentSelector,
state: ServiceStat.Initial,
Expand Down

0 comments on commit 5aa8d88

Please sign in to comment.