We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aaf1c3 commit 241ff50Copy full SHA for 241ff50
1 file changed
src/common/telemetry/constants.ts
@@ -196,8 +196,7 @@ export enum EventNames {
196
* - result: 'success' | 'timeout' | 'error'
197
* - errorType: string (classified error category, on failure only)
198
*/
199
- PET_RESOLVE = 'PET.RESOLVE',
200
- /**
+ PET_RESOLVE = 'PET.RESOLVE', /**
201
* Telemetry event for the one-time migration that removes a stale
202
* `python-envs.defaultEnvManager: system` value from User (global) settings.
203
* Fires only on the activation when the migration actually runs (not on subsequent runs).
0 commit comments