settings.json

autoInstallIdeExtension

VS Code ターミナルから起動した際に、Claude Code の IDE 拡張機能を自動的にインストールするかどうかを設定します。

使い方・用途

  • デフォルト値は true です。
  • 拡張機能の不要なインストールを避けたい場合に false を設定します。
英語原文(公式ドキュメントより)

Automatically install the Claude Code IDE extension when running from a VS Code terminal (default: true). Appears in /config as Auto-install IDE extension when running inside a VS Code or JetBrains terminal. You can also set the CLAUDE_CODE_IDE_SKIP_AUTO_INSTALL environment variable to 1. See https://code.claude.com/docs/en/settings#global-config-settings

関連ドキュメント