()
| 5 | import { logError } from './log.js' |
| 6 | |
| 7 | export function markITerm2SetupComplete(): void { |
| 8 | saveGlobalConfig(current => ({ |
| 9 | ...current, |
| 10 | iterm2SetupInProgress: false, |
| 11 | })) |
| 12 | } |
| 13 | |
| 14 | function getIterm2RecoveryInfo(): { |
| 15 | inProgress: boolean |
no test coverage detected