@@ -729,6 +729,7 @@ export interface IEventNamePropertyMapping {
729
729
*/
730
730
/* __GDPR__
731
731
"editor.load" : {
732
+ "appName" : {"classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "luabud"},
732
733
"codeloadingtime" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "luabud" },
733
734
"condaversion" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "luabud" },
734
735
"errorname" : { "classification": "CallstackOrException", "purpose": "PerformanceAndHealth", "owner": "luabud" },
@@ -747,6 +748,10 @@ export interface IEventNamePropertyMapping {
747
748
}
748
749
*/
749
750
[ EventName . EDITOR_LOAD ] : {
751
+ /**
752
+ * The name of the application where the Python extension is running
753
+ */
754
+ appName ?: string | undefined ;
750
755
/**
751
756
* The conda version if selected
752
757
*/
@@ -1549,7 +1554,7 @@ export interface IEventNamePropertyMapping {
1549
1554
* This event also has a measure, "resultLength", which records the number of completions provided.
1550
1555
*/
1551
1556
/* __GDPR__
1552
- "jedi_language_server.request" : {
1557
+ "jedi_language_server.request" : {
1553
1558
"method": {"classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "karthiknadig"}
1554
1559
}
1555
1560
*/
0 commit comments