()
| 2508 | } |
| 2509 | |
| 2510 | private stopTerminalThemeTracking(): void { |
| 2511 | this.terminalThemeTrackingDispose?.(); |
| 2512 | this.terminalThemeTrackingDispose = undefined; |
| 2513 | } |
| 2514 | |
| 2515 | private async applyResolvedAutoTheme(resolved: ResolvedTheme): Promise<void> { |
| 2516 | if (this.state.appState.theme !== 'auto') return; |
no outgoing calls
no test coverage detected