Duplicate IDE entries appear in /ide menu

Resolved 💬 3 comments Opened Jan 15, 2026 by azgooon Closed Jan 19, 2026

Description

When running /ide to connect to an IDE, two identical PhpStorm entries appear in the selection menu, both pointing to the same project path.

Steps to Reproduce

  1. Run /ide command
  2. Observe duplicate entries:
  • 1. PhpStorm ✔ /home/tom/Projects/test/src
  • 2. PhpStorm ✔ /home/tom/Projects/test/src
  • 3. None

Expected Behavior

Only one PhpStorm entry should appear for each unique project path.

Actual Behavior

Two identical entries appear for the same IDE and path.

Attempted Fixes

  • Selecting "None" to disconnect, then reconnecting - duplicate persists
  • Restarting Claude Code - duplicate persists
  • Checked ~/.claude/settings.json and .claude/settings.local.json - no IDE config found in user-editable files

Environment

  • Platform: Linux (WSL2)
  • Claude Code version: 2.x

Notes

The IDE connection state appears to be managed internally and isn't stored in any user-accessible config files.

View original on GitHub ↗

This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗