-
Notifications
You must be signed in to change notification settings - Fork 18.2k
[BUG] Remote control (/rc) not supported in VS Code extension #28951
Copy link
Copy link
Closed
Labels
area:idebugSomething isn't workingSomething isn't workingplatform:macosIssue specifically occurs on macOSIssue specifically occurs on macOSplatform:vscodeIssue specifically occurs in VS CodeIssue specifically occurs in VS Code
Description
Preflight Checklist
- I have searched existing issues and this hasn't been reported yet
- This is a single bug report (please file separate reports for different bugs)
- I am using the latest version of Claude Code
What's Wrong?
The Claude Code VS Code extension does not support the /rc (remote control) feature. When remote control is enabled by default in the CLI configuration, it is ignored when the CLI is invoked through the VS Code extension. The extension only exposes a subset of slash commands and /rc is not among them.
What Should Happen?
The VS Code extension should support remote control sessions, either via the /rc slash command or by respecting the CLI's default remote control configuration. Since the extension already uses the CLI under the hood, remote control functionality should be passed through to the extension.
Error Messages/Logs
Steps to Reproduce
- Enable remote control by default in Claude Code CLI configuration
- Open a terminal and run claude — remote control session is created as expected
- Open the Claude Code VS Code extension panel
- Note that no remote control session is created
- Try typing /rc in the extension — command is not available
Claude Model
Opus
Is this a regression?
No, this never worked
Last Working Version
No response
Claude Code Version
2.1.59 (Claude Code)
Platform
Anthropic API
Operating System
macOS
Terminal/Shell
Cursor
Additional Information
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area:idebugSomething isn't workingSomething isn't workingplatform:macosIssue specifically occurs on macOSIssue specifically occurs on macOSplatform:vscodeIssue specifically occurs in VS CodeIssue specifically occurs in VS Code