@@ -2,8 +2,8 @@ import * as open from "open";
22import * as vscode from "vscode" ;
33import { CONSTANTS , DialogResponses , TelemetryEventName } from "../constants" ;
44import * as utils from "../extension_utils/utils" ;
5- import { DeviceSelectionService } from "./deviceSelectionService" ;
65import TelemetryAI from "../telemetry/telemetryAI" ;
6+ import { DeviceSelectionService } from "./deviceSelectionService" ;
77
88export class TelemetryHandlerService {
99 private telemetryAI : TelemetryAI ;
@@ -244,8 +244,8 @@ export class TelemetryHandlerService {
244244 break ;
245245 }
246246 return {
247- deployTelemetryEvent : deployTelemetryEvent ,
248- deployPerformanceTelemetryEvent : deployPerformanceTelemetryEvent ,
247+ deployTelemetryEvent,
248+ deployPerformanceTelemetryEvent,
249249 } ;
250250 } ;
251251
@@ -383,8 +383,8 @@ export class TelemetryHandlerService {
383383 break ;
384384 }
385385 return {
386- openSimulatorTelemetryEvent : openSimulatorTelemetryEvent ,
387- openSimulatorPerformanceTelemetryEvent : openSimulatorPerformanceTelemetryEvent ,
386+ openSimulatorTelemetryEvent,
387+ openSimulatorPerformanceTelemetryEvent,
388388 } ;
389389 } ;
390390
@@ -412,8 +412,8 @@ export class TelemetryHandlerService {
412412 break ;
413413 }
414414 return {
415- newFileTelemetryEvent : newFileTelemetryEvent ,
416- newFilePerformanceTelemetryEvent : newFilePerformanceTelemetryEvent ,
415+ newFileTelemetryEvent,
416+ newFilePerformanceTelemetryEvent,
417417 } ;
418418 } ;
419419}
0 commit comments