claude-code icon indicating copy to clipboard operation
claude-code copied to clipboard

[BUG] Claude CLI fails to connect to VSCode IDE on macOS 15.5

Open hqman opened this issue 7 months ago β€’ 0 comments

Thanks! Here's the updated and finalized bug report with the correct macOS version info:


🐞 Bug Report: VSCode IDE integration fails with /ide β€” β€œNo available IDEs detected”

βœ… Platform

  • [x] Other: Claude Code VSCode Extension (local)

βœ… Claude CLI version:

claude version 1.0.31

βœ… Operating System:

macOS Sequoia 15.5 (Apple Silicon)

βœ… Terminal:

iTerm2 3.5.0

πŸ” Bug Description

When running the /ide command from the Claude Code CLI, I receive the following error message:

No available IDEs detected. Make sure your IDE has the Claude Code extension or plugin installed and is running.

Even though:

  • The Claude Code extension is installed and active in VSCode
  • VSCode is running with the same project folder open
  • No firewall, VPN, or port restrictions are present

The CLI is still unable to detect the IDE.


πŸ§ͺ Steps to Reproduce

  1. Launch VSCode and ensure the Claude Code extension is installed and enabled
  2. Open a terminal in the same project directory
  3. Run claude to start the Claude CLI
  4. Enter /ide
  5. Observe the error message

βœ… Expected Behavior

Claude CLI should detect the running VSCode instance and connect automatically, enabling integrated features like file navigation, code highlighting, and context sharing.


❌ Actual Behavior

The CLI fails to detect any IDE, blocking access to the /ide feature.


πŸ“Ž Additional Context

  • No proxy or VPN in use
  • VSCode CLI (code) is available in the shell
  • Claude Code VSCode extension version: v0.1.3 (please verify actual version)
  • Tried restarting VSCode and the terminal β€” no effect
Image

hqman avatar Jun 23 '25 05:06 hqman