* Public method for views to wait for readiness
()
| 414 | * Public method for views to wait for readiness |
| 415 | */ |
| 416 | async onReady(): Promise<void> { |
| 417 | await this.readyPromise; |
| 418 | } |
| 419 | |
| 420 | /** |
| 421 | * Set up event listeners for status bar updates |
no outgoing calls
no test coverage detected