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.telemetryLevelin VS Code settings. The extension only sends telemetry when VS Code telemetry is enabled. - Vibe telemetry: controlled by
enable_telemetryin~/.vibe/config.toml. See Update and telemetry settings.
To opt out of extension telemetry, disable either of those toggles.
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:
- Configuration: full
config.tomlreference. - API keys and profiles: manage credentials and switch providers.
- MCP servers: connect external tools through the Model Context Protocol.
- Agents: built-in and custom agents.
- Skills: reusable, scoped behaviors.