Skip to content

Feature/output channel #557

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

Merged
merged 9 commits into from
Jan 3, 2022
Prev Previous commit
Next Next commit
cleanup init logs
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
  • Loading branch information
ShMcK committed Jan 2, 2022
commit 0cce0af569a44e25339779aa4763cab3fa4e5fb3
2 changes: 1 addition & 1 deletion src/services/telemetry/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ interface Measurements {
let reporter: any

export const activate = (subscribeFn: (reporter: any) => void): void => {
logger(EXTENSION_ID, VERSION, INSTRUMENTATION_KEY)
logger(`${EXTENSION_ID} v${VERSION}`)
reporter = new TelemetryReporter(EXTENSION_ID, VERSION, INSTRUMENTATION_KEY)
subscribeFn(reporter)
}
Expand Down