-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add telemetry service #105
Conversation
@W-16507728@
ServiceType.Logger, | ||
ServiceType.Telemetry, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see that all instances of Logger in this test file are replaced with Telemetry. Are we no longer going to test Logger?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since telemetry is now the focus of the first service to to be officially exposed via this module, I figured the shift was reasonable.
Co-authored-by: Daphne Yang <[email protected]>
Co-authored-by: Daphne Yang <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! ✅
What does this PR do?
Adds the necessary code to get an instance of the telemetry service exposed by vscode-core
What issues does this PR fix or reference?
@W-16507728@