mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-07 23:36:03 +01:00
d4affdc2d2
Instead of adding a dedicated "Request UUID" line, populate the existing "Opportunity ID" diagnostic from the shown item's `opportunityId` (VS Code core's `InlineCompletionContext.requestUuid`). Drop the now-redundant telemetry-sourced "Opportunity ID" assignment: the item value is authoritative and avoids a potentially stale `telemetry.properties.opportunityId` for cached / typing-as-suggested completions. Update the tests accordingly. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>