fix(debugging): Clarify debug attach PID mode #430
Merged
@sentry/warden / warden: code-simplifier
completed
May 26, 2026 in 44s
1 issue
code-simplifier: Found 1 issue (1 low)
Low
DEBUG_ATTACH_MODE_HELP is a redundant single-use abstraction - `src/mcp/tools/debugging/debug_attach_sim.ts:22-23`
This constant is defined and used exactly once; inline the string directly into the template literal to eliminate the unnecessary indirection.
⏱ 34.5s · 11.4k in / 1.7k out · $0.11
Loading