Extension settings

A dedicated settings panel for the VS Code extension is in progress. Until it ships, all Vibe behavior comes from the bundled Vibe agent and the same Vibe configuration model used by the CLI (config files, environment variables, project overrides).

Telemetry

Telemetry

The extension reuses VS Code's global telemetry setting and Vibe's CLI telemetry toggle:

  • VS Code telemetry: controlled by telemetry.telemetryLevel in VS Code settings. The extension only sends telemetry when VS Code telemetry is enabled.
  • Vibe telemetry: controlled by enable_telemetry in ~/.vibe/config.toml. See Update and telemetry settings.

To opt out of extension telemetry, disable either of those toggles.

Shared Vibe configuration

Shared Vibe configuration

The extension runs the Vibe ACP agent. Agent-level behavior (models, providers, tools, agents, skills, and MCP servers) follows the shared Vibe configuration model. Use the CLI configuration docs for the shared format: