Preflight Checklist
What's wrong?
The VS Code extension does not auto-enable Remote Control on session start, even though remoteControlAtStartup is set to true in ~/.claude.json. The setting works correctly in the CLI terminal — Remote Control starts automatically. In VS Code, I have to manually run /remote-control each session.
What should happen?
When remoteControlAtStartup: true is set in ~/.claude.json, the VS Code extension should auto-enable Remote Control on session start, same as the CLI does.
Steps to reproduce
- Run
/config in Claude Code CLI and enable "Enable Remote Control for all sessions"
- Verify
~/.claude.json contains "remoteControlAtStartup": true
- Open a new Claude Code session in the CLI terminal — Remote Control starts automatically ✅
- Open a new Claude Code session in the VS Code extension — Remote Control does NOT start automatically ❌
/remote-control works when run manually in VS Code, so the feature itself is supported
Is this a regression?
I don't know
Claude Code Version
2.1.87
Platform
Anthropic API
Operating System
macOS
Terminal/Shell
VS Code
Additional Information
Related issues: #29929 (CLI persistence bug, closed as dupe of #29266), #28951 (older issue about /rc not supported in VS Code — but /remote-control now works in VS Code, just not the auto-enable).
Preflight Checklist
What's wrong?
The VS Code extension does not auto-enable Remote Control on session start, even though
remoteControlAtStartupis set totruein~/.claude.json. The setting works correctly in the CLI terminal — Remote Control starts automatically. In VS Code, I have to manually run/remote-controleach session.What should happen?
When
remoteControlAtStartup: trueis set in~/.claude.json, the VS Code extension should auto-enable Remote Control on session start, same as the CLI does.Steps to reproduce
/configin Claude Code CLI and enable "Enable Remote Control for all sessions"~/.claude.jsoncontains"remoteControlAtStartup": true/remote-controlworks when run manually in VS Code, so the feature itself is supportedIs this a regression?
I don't know
Claude Code Version
2.1.87
Platform
Anthropic API
Operating System
macOS
Terminal/Shell
VS Code
Additional Information
Related issues: #29929 (CLI persistence bug, closed as dupe of #29266), #28951 (older issue about /rc not supported in VS Code — but /remote-control now works in VS Code, just not the auto-enable).