MCPcopy Index your code
hub / github.com/codeaashu/claude-code / markIt2SetupComplete

Function markIt2SetupComplete

src/utils/swarm/backends/it2Setup.ts:214–223  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

212 * This prevents showing the setup prompt again.
213 */
214export function markIt2SetupComplete(): void {
215 const config = getGlobalConfig()
216 if (config.iterm2It2SetupComplete !== true) {
217 saveGlobalConfig(current => ({
218 ...current,
219 iterm2It2SetupComplete: true,
220 }))
221 logForDebugging('[it2Setup] Marked it2 setup as complete')
222 }
223}
224
225/**
226 * Marks that the user prefers to use tmux over iTerm2 split panes.

Callers 2

It2SetupPromptFunction · 0.85
renderFailedFunction · 0.85

Calls 3

getGlobalConfigFunction · 0.85
saveGlobalConfigFunction · 0.85
logForDebuggingFunction · 0.85

Tested by

no test coverage detected