Skip to content

Commit 01ddf56

Browse files
eleanorjboydStellaHuang95
authored andcommitted
formatting p2
1 parent 241ff50 commit 01ddf56

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/common/telemetry/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ export enum EventNames {
196196
* - result: 'success' | 'timeout' | 'error'
197197
* - errorType: string (classified error category, on failure only)
198198
*/
199-
PET_RESOLVE = 'PET.RESOLVE', /**
199+
PET_RESOLVE = 'PET.RESOLVE' /**
200200
* Telemetry event for the one-time migration that removes a stale
201201
* `python-envs.defaultEnvManager: system` value from User (global) settings.
202202
* Fires only on the activation when the migration actually runs (not on subsequent runs).
@@ -206,7 +206,7 @@ export enum EventNames {
206206
* | 'not_set' (no user-scope slot of system found, nothing to do)
207207
* | 'failed' (attempted removal threw)
208208
* - errorType: string (only when outcome === 'failed')
209-
*/
209+
*/,
210210
MIGRATION_SYSTEM_ENV_MANAGER = 'MIGRATION.SYSTEM_ENV_MANAGER',
211211
/**
212212
* Telemetry event fired once per session, per URI, the first time a `.py`

0 commit comments

Comments
 (0)