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
@@ -1297,6 +1298,7 @@ export class MainThreadDocumentRangeSemanticTokensProvider implements languages.
1297
1298
typeInlineCompletionEndOfLifeEvent={
1298
1299
id: string;
1299
1300
extensionId: string;
1301
+
extensionVersion: string;
1300
1302
shown: boolean;
1301
1303
shownDuration: number;
1302
1304
shownDurationUncollapsed: number;
@@ -1325,6 +1327,7 @@ type InlineCompletionsEndOfLifeClassification = {
1325
1327
comment: 'Inline completions ended';
1326
1328
id: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'The identifier for the inline completion request'};
1327
1329
extensionId: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'The identifier for the extension that contributed the inline completion'};
1330
+
extensionVersion: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'The version of the extension that contributed the inline completion'};
1328
1331
shown: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'Whether the inline completion was shown to the user'};
1329
1332
shownDuration: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'The duration for which the inline completion was shown'};
1330
1333
shownDurationUncollapsed: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'The duration for which the inline completion was shown without collapsing'};
0 commit comments