@@ -96,7 +96,7 @@ export enum EventNames {
9696 * - scope: string ('workspace' or 'global')
9797 * - prioritySource: string (which priority won: 'pythonProjects', 'defaultEnvManager', 'defaultInterpreterPath', 'autoDiscovery')
9898 * - managerId: string (the winning manager's id)
99- * - path : string ('pathA ' = env already resolved, 'pathB ' = needed full discovery)
99+ * - resolutionPath : string ('envPreResolved ' = env already resolved, 'managerDiscovery ' = needed full discovery)
100100 * - hasPersistedSelection: boolean (whether a persisted env path existed in workspace state)
101101 */
102102 ENV_SELECTION_RESULT = 'ENV_SELECTION.RESULT' ,
@@ -359,15 +359,15 @@ export interface IEventNamePropertyMapping {
359359 "scope": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd" },
360360 "prioritySource": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd" },
361361 "managerId": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd" },
362- "path ": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd" },
362+ "resolutionPath ": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd" },
363363 "hasPersistedSelection": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd" }
364364 }
365365 */
366366 [ EventNames . ENV_SELECTION_RESULT ] : {
367367 scope : string ;
368368 prioritySource : string ;
369369 managerId : string ;
370- path : string ;
370+ resolutionPath : string ;
371371 hasPersistedSelection : boolean ;
372372 } ;
373373}
0 commit comments