@@ -340,4 +340,34 @@ export interface IEventNamePropertyMapping {
340340 result : 'success' | 'error' | 'timeout' ;
341341 errorType ?: string ;
342342 } ;
343+
344+ /* __GDPR__
345+ "env_selection.started": {
346+ "registeredManagerCount": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true, "owner": "eleanorjboyd" },
347+ "registeredManagerIds": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd" },
348+ "workspaceFolderCount": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true, "owner": "eleanorjboyd" }
349+ }
350+ */
351+ [ EventNames . ENV_SELECTION_STARTED ] : {
352+ registeredManagerCount : number ;
353+ registeredManagerIds : string ;
354+ workspaceFolderCount : number ;
355+ } ;
356+
357+ /* __GDPR__
358+ "env_selection.result": {
359+ "scope": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd" },
360+ "prioritySource": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd" },
361+ "managerId": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd" },
362+ "path": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd" },
363+ "hasPersistedSelection": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd" }
364+ }
365+ */
366+ [ EventNames . ENV_SELECTION_RESULT ] : {
367+ scope : string ;
368+ prioritySource : string ;
369+ managerId : string ;
370+ path : string ;
371+ hasPersistedSelection : boolean ;
372+ } ;
343373}
0 commit comments