MCPcopy
hub / github.com/claude-code-best/claude-code / initJetBrainsDetection

Function initJetBrainsDetection

src/utils/envDynamic.ts:136–140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

134 * After this resolves, getTerminalWithJetBrainsDetection() will return accurate results.
135 */
136export async function initJetBrainsDetection(): Promise<void> {
137 if (process.env.TERMINAL_EMULATOR === 'JetBrains-JediTerm') {
138 await detectJetBrainsIDEFromParentProcessAsync()
139 }
140}
141
142// Combined export that includes all env properties plus dynamic functions
143export const envDynamic = {

Callers 1

init.tsFile · 0.85

Tested by

no test coverage detected