()
| 13 | } |
| 14 | |
| 15 | export function markTerminalSetupComplete(): void { |
| 16 | saveGlobalConfig(current => ({ |
| 17 | ...current, |
| 18 | appleTerminalSetupInProgress: false, |
| 19 | })) |
| 20 | } |
| 21 | |
| 22 | function getTerminalRecoveryInfo(): { |
| 23 | inProgress: boolean |
no test coverage detected