()
| 876 | } |
| 877 | |
| 878 | private disposeTerminalTracking(): void { |
| 879 | this.stopTerminalThemeTracking(); |
| 880 | this.clipboardImageHintController?.stop(); |
| 881 | this.clipboardImageHintController = undefined; |
| 882 | this.terminalFocusTrackingDispose?.(); |
| 883 | this.terminalFocusTrackingDispose = undefined; |
| 884 | } |
| 885 | |
| 886 | private buildLayout(): void { |
| 887 | const { ui } = this.state; |
no test coverage detected