| 54 | } |
| 55 | |
| 56 | class WorkspaceEvents implements IAmDisposable { |
| 57 | public readonly onPackageMapChange = new EventEmitter<void>(); |
| 58 | |
| 59 | public dispose(): void { |
| 60 | this.onPackageMapChange.dispose(); |
| 61 | } |
| 62 | } |
nothing calls this directly
no outgoing calls
no test coverage detected