settings.json

remoteControlAtStartup

各インタラクティブセッションの開始時に、自動的に Remote Control を接続するかどうかを制御します。

使い方・用途

  • true (常に接続)、false (接続しない)、未設定 (組織のデフォルトに従う) から選択できます。
  • /config の「Enable Remote Control for all sessions」から設定でき、手動での /remote-control コマンド実行を省略できます。
英語原文(公式ドキュメントより)

Connect Remote Control automatically when each interactive session starts. true = always, false = never, unset = organization default. Requires Claude Code v2.1.119 or later. See https://code.claude.com/docs/en/remote-control#enable-remote-control-for-all-sessions

関連ドキュメント

関連する変更履歴

v2.1.224(1件)

Fixed
[VSCode] セッション起動時に、明示的に有効化した設定項目 remoteControlAtStartup が正しく尊重されない問題を修正しました。
英語原文を表示
[VSCode] Fixed sessions not honoring remoteControlAtStartup when explicitly enabled