@@ -1165,7 +1165,8 @@ export interface IEventNamePropertyMapping {
1165
1165
"environmentsWithoutPython" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true, "owner": "donjayamanne" },
1166
1166
"usingNativeLocator" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "donjayamanne" },
1167
1167
"canSpawnConda" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "donjayamanne" },
1168
- "nativeCanSpawnConda" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true , "owner": "donjayamanne"},
1168
+ "nativeCanSpawnConda" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "donjayamanne"},
1169
+ "userProvidedEnvFound" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "donjayamanne" },
1169
1170
"condaRootPrefixFoundInInfoNotInNative" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "donjayamanne" },
1170
1171
"condaRootPrefixInCondaExePath" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "donjayamanne" },
1171
1172
"condaDefaultPrefixFoundInInfoNotInNative" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "donjayamanne" },
@@ -1350,6 +1351,11 @@ export interface IEventNamePropertyMapping {
1350
1351
* Conda exe can be spawned by native locator.
1351
1352
*/
1352
1353
nativeCanSpawnConda ?: boolean ;
1354
+ /**
1355
+ * Conda env belonging to the conda exe provided by the user is found by native locator.
1356
+ * I.e. even if the user didn't provide the path to the conda exe, the conda env is found by native locator.
1357
+ */
1358
+ userProvidedEnvFound ?: boolean ;
1353
1359
/**
1354
1360
* The number of the interpreters not found in disc.
1355
1361
*/
0 commit comments