@@ -21,7 +21,7 @@ import {
21
21
TensorBoardSessionStartResult ,
22
22
TensorBoardEntrypoint ,
23
23
} from '../tensorBoard/constants' ;
24
- import { EventName , PlatformErrors } from './constants' ;
24
+ import { EventName } from './constants' ;
25
25
import type { LinterTrigger , TestTool } from './types' ;
26
26
27
27
/**
@@ -742,7 +742,7 @@ export interface IEventNamePropertyMapping {
742
742
"interpretertype" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "luabud" },
743
743
"terminal" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth", "owner": "luabud" },
744
744
"workspacefoldercount" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "luabud" },
745
- "haspython3 " : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "luabud" },
745
+ "haspythonthree " : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "luabud" },
746
746
"startactivatetime" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "luabud" },
747
747
"totalactivatetime" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "luabud" },
748
748
"totalnonblockingactivatetime" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "luabud" },
@@ -776,7 +776,7 @@ export interface IEventNamePropertyMapping {
776
776
/**
777
777
* If interpreters found for the main workspace contains a python3 interpreter
778
778
*/
779
- hasPython3 ?: boolean ;
779
+ hasPythonThree ?: boolean ;
780
780
/**
781
781
* If user has defined an interpreter in settings.json
782
782
*/
@@ -1029,29 +1029,6 @@ export interface IEventNamePropertyMapping {
1029
1029
*/
1030
1030
executableSpecified : boolean ;
1031
1031
} ;
1032
- /**
1033
- * Telemetry event sent after fetching the OS version
1034
- */
1035
- /* __GDPR__
1036
- "platform.info" : {
1037
- "failuretype" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth", "owner": "luabud" },
1038
- "osversion" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth", "owner": "luabud" }
1039
- }
1040
- */
1041
- [ EventName . PLATFORM_INFO ] : {
1042
- /**
1043
- * If fetching OS version fails, list the failure type
1044
- *
1045
- * @type {PlatformErrors }
1046
- */
1047
- failureType ?: PlatformErrors ;
1048
- /**
1049
- * The OS version of the platform
1050
- *
1051
- * @type {string }
1052
- */
1053
- osVersion ?: string ;
1054
- } ;
1055
1032
/**
1056
1033
* Telemetry event sent when an environment without contain a python binary is selected.
1057
1034
*/
@@ -1595,27 +1572,6 @@ export interface IEventNamePropertyMapping {
1595
1572
*/
1596
1573
selection : 'Yes' | 'Maybe later' | 'Do not show again' | undefined ;
1597
1574
} ;
1598
- /**
1599
- * Telemetry sent back when join mailing list prompt is shown.
1600
- */
1601
- /* __GDPR__
1602
- "join_mailing_list_prompt_displayed" : { }
1603
- */
1604
- [ EventName . JOIN_MAILING_LIST_PROMPT_DISPLAYED ] : never | undefined ;
1605
- /**
1606
- * Telemetry sent back when user selects an option from join mailing list prompt.
1607
- */
1608
- /* __GDPR__
1609
- "join_mailing_list_prompt" : {
1610
- "selection" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "luabud" }
1611
- }
1612
- */
1613
- [ EventName . JOIN_MAILING_LIST_PROMPT ] : {
1614
- /**
1615
- * Carries the selection of user when they are asked to join the mailing list.
1616
- */
1617
- selection : 'Yes' | 'No' | undefined ;
1618
- } ;
1619
1575
/**
1620
1576
* Telemetry event sent when starting REPL
1621
1577
*/
0 commit comments