@@ -729,6 +729,7 @@ export interface IEventNamePropertyMapping {
729729 */
730730 /* __GDPR__
731731 "editor.load" : {
732+ "appName" : {"classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "luabud"},
732733 "codeloadingtime" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "luabud" },
733734 "condaversion" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "luabud" },
734735 "errorname" : { "classification": "CallstackOrException", "purpose": "PerformanceAndHealth", "owner": "luabud" },
@@ -747,6 +748,10 @@ export interface IEventNamePropertyMapping {
747748 }
748749 */
749750 [ EventName . EDITOR_LOAD ] : {
751+ /**
752+ * The name of the application where the Python extension is running
753+ */
754+ appName ?: string | undefined ;
750755 /**
751756 * The conda version if selected
752757 */
@@ -1549,7 +1554,7 @@ export interface IEventNamePropertyMapping {
15491554 * This event also has a measure, "resultLength", which records the number of completions provided.
15501555 */
15511556 /* __GDPR__
1552- "jedi_language_server.request" : {
1557+ "jedi_language_server.request" : {
15531558 "method": {"classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "karthiknadig"}
15541559 }
15551560 */
0 commit comments