claude-code
claude-code copied to clipboard
[BUG] Claude CLI fails to connect to VSCode IDE on macOS 15.5
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
- Launch VSCode and ensure the Claude Code extension is installed and enabled
- Open a terminal in the same project directory
- Run
claudeto start the Claude CLI - Enter
/ide - 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