aws / language-servers

AWS related Language Servers
Apache License 2.0
19 stars 18 forks source link

Send telemetry for vote, copyCodeToClipboard and authFollowUpClicked event #249

Closed rahmaniaam closed 3 months ago

rahmaniaam commented 3 months ago

Problem

Telemetry-only events are not yet handled

Solution

Created missing handlers for copyCodeToClipboard and vote in from mynah-ui, and used telemetry API to send to extension. Additional forwarding of telemetry in vscode client for testing purposes

Dependant on https://github.com/aws/language-server-runtimes/pull/115

License

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.