* Forwards a single GitHub telemetry event to a host connection that opted into telemetry forwarding for the session. * * @param params Payload for a `gitHubTelemetry.event` notification: a single GitHub telemetry event the runtime forwards to a host connection that opted into telemetry fo
(params: GitHubTelemetryNotification)
| 17122 | * @param params Payload for a `gitHubTelemetry.event` notification: a single GitHub telemetry event the runtime forwards to a host connection that opted into telemetry forwarding for the session. |
| 17123 | */ |
| 17124 | event(params: GitHubTelemetryNotification): Promise<void>; |
| 17125 | } |
| 17126 | |
| 17127 | /** All client global API handler groups. */ |
no outgoing calls
no test coverage detected