MCPcopy
hub / github.com/codeaashu/claude-code / getTerminalIdeType

Function getTerminalIdeType

src/utils/ide.ts:287–292  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

285})
286
287export 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

Callers 3

IdeOnboardingDialogFunction · 0.85
initializeIdeIntegrationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected