settings.json

diffTool

IDE が接続されている場合に、ファイル差分を表示する場所を「自動(IDE の diff ビューア)」または「ターミナル」から選択します。

使い方・用途

  • デフォルト値は "auto" です。
  • 選択可能な値は ["auto", "terminal"] です。
英語原文(公式ドキュメントより)

Where to display file diffs when an IDE is connected: "auto" (default) opens diffs in the IDE's diff viewer, "terminal" keeps them in the terminal. Appears in /config as Diff tool only when Claude Code is connected to a VS Code or JetBrains IDE. See https://code.claude.com/docs/en/settings#global-config-settings

関連ドキュメント