()
| 40 | } |
| 41 | private readonly _onDidChangeStatus = this._register(new EventEmitter<void>()); |
| 42 | public get onDidChangeStatus(): Event<void> { |
| 43 | return this._onDidChangeStatus.event; |
| 44 | } |
| 45 | constructor(@inject(IDisposableRegistry) disposables: IDisposableRegistry) { |
| 46 | super(); |
| 47 | disposables.push(this); |
no outgoing calls
no test coverage detected