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
@@ -1309,7 +1310,11 @@ export class MainThreadDocumentRangeSemanticTokensProvider implements languages.
1309
1310
}
1310
1311
1311
1312
typeInlineCompletionEndOfLifeEvent={
1313
+
/**
1314
+
* @deprecated To be removed at one point in favor of opportunityId
1315
+
*/
1312
1316
id: string;
1317
+
opportunityId: string;
1313
1318
extensionId: string;
1314
1319
extensionVersion: string;
1315
1320
shown: boolean;
@@ -1346,6 +1351,7 @@ type InlineCompletionsEndOfLifeClassification = {
1346
1351
owner: 'benibenj';
1347
1352
comment: 'Inline completions ended';
1348
1353
id: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'The identifier for the inline completion request'};
1354
+
opportunityId: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'Unique identifier for an opportunity to show an inline completion or NES'};
1349
1355
extensionId: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'The identifier for the extension that contributed the inline completion'};
1350
1356
extensionVersion: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'The version of the extension that contributed the inline completion'};
1351
1357
shown: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'Whether the inline completion was shown to the user'};
0 commit comments