Skip to main content

Configuration

Access: File → Preferences → Settings → Extensions → AI Primitives Hub

Settings

SettingDescriptionDefault
promptregistry.installationScopeInstallation scope (user, workspace, project)user
promptregistry.enableLoggingEnable debug loggingtrue
promptregistry.autoCheckUpdatesAuto-check updates on activationtrue
promptregistry.updateCheck.enabledEnable update checkstrue
promptregistry.updateCheck.frequencydaily, weekly, manualdaily
promptregistry.updateCheck.autoUpdateAuto-install updatesfalse
promptregistry.updateCheck.cacheTTLCache TTL (ms)300000

Telemetry

Telemetry respects VS Code's built-in telemetry setting. To enable or disable it:

  1. Open File → Preferences → Settings (or Cmd+, / Ctrl+,)
  2. Search for telemetry.telemetryLevel
  3. Choose a level:
LevelEffect on AI Primitives Hub
allTelemetry events are collected
errorOnly error events are collected
crashTelemetry is disabled
offTelemetry is disabled

You can also set it in settings.json:

{
"telemetry.telemetryLevel": "all"
}

Enabling telemetry helps us understand how the extension is used so we can focus on the features that matter most.

Export/Import Settings

  • Export: Registry Explorer toolbar → Export button
  • Import: Registry Explorer toolbar → Import button (merge or replace)

Installation Paths

PlatformPath
macOS~/Library/Application Support/Code/User/prompts
Linux~/.config/Code/User/prompts
Windows%APPDATA%/Code/User/prompts

See Also