mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-16 00:09:34 +01:00
Set OTEL_INSTRUMENTATION_GENAI_CAPTURE_MESSAGE_CONTENT=true before SDK init so the debug panel always shows full prompts, responses, and tool arguments. Without this, users without the env var set see empty content in the debug panel. When user OTel is disabled, SDK spans go to /dev/null so captured content never leaves the process.