You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1321,6 +1322,7 @@ type InlineCompletionEndOfLifeEvent = {
1321
1322
correlationId: string|undefined;
1322
1323
extensionId: string;
1323
1324
extensionVersion: string;
1325
+
groupId: string|undefined;
1324
1326
shown: boolean;
1325
1327
shownDuration: number;
1326
1328
shownDurationUncollapsed: number;
@@ -1359,6 +1361,7 @@ type InlineCompletionsEndOfLifeClassification = {
1359
1361
correlationId: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'The correlation identifier for the inline completion'};
1360
1362
extensionId: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'The identifier for the extension that contributed the inline completion'};
1361
1363
extensionVersion: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'The version of the extension that contributed the inline completion'};
1364
+
groupId: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'The group ID of the extension that contributed the inline completion'};
1362
1365
shown: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'Whether the inline completion was shown to the user'};
1363
1366
shownDuration: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'The duration for which the inline completion was shown'};
1364
1367
shownDurationUncollapsed: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'The duration for which the inline completion was shown without collapsing'};
0 commit comments