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
@@ -1311,6 +1313,8 @@ type InlineCompletionEndOfLifeEvent = {
1311
1313
shownDuration: number;
1312
1314
shownDurationUncollapsed: number;
1313
1315
timeUntilShown: number|undefined;
1316
+
timeUntilProviderRequest: number;
1317
+
timeUntilProviderResponse: number;
1314
1318
reason: 'accepted'|'rejected'|'ignored';
1315
1319
partiallyAccepted: number;
1316
1320
preceeded: boolean;
@@ -1342,6 +1346,8 @@ type InlineCompletionsEndOfLifeClassification = {
1342
1346
shownDuration: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'The duration for which the inline completion was shown'};
1343
1347
shownDurationUncollapsed: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'The duration for which the inline completion was shown without collapsing'};
1344
1348
timeUntilShown: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'The time it took for the inline completion to be shown after the request'};
1349
+
timeUntilProviderRequest: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'The time it took for the inline completion to be requested from the provider'};
1350
+
timeUntilProviderResponse: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'The time it took for the inline completion to be shown after the request'};
1345
1351
reason: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'The reason for the inline completion ending'};
1346
1352
partiallyAccepted: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'How often the inline completion was partially accepted by the user'};
1347
1353
preceeded: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'Whether the inline completion was preceeded by another one'};
0 commit comments