()
| 285 | }) |
| 286 | |
| 287 | export function getTerminalIdeType(): IdeType | null { |
| 288 | if (!isSupportedTerminal()) { |
| 289 | return null |
| 290 | } |
| 291 | return env.terminal as IdeType |
| 292 | } |
| 293 | |
| 294 | /** |
| 295 | * Gets sorted IDE lockfiles from ~/.claude/ide directory |
no outgoing calls
no test coverage detected