Skip to content

Commit f7361bc

Browse files
authored
Report groupId (microsoft#263473)
report groupId
1 parent 70d16be commit f7361bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/vs/workbench/api/browser/mainThreadLanguageFeatures.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -677,6 +677,7 @@ export class MainThreadLanguageFeatures extends Disposable implements MainThread
677677
sameShapeReplacements: lifetimeSummary.sameShapeReplacements,
678678
extensionId,
679679
extensionVersion,
680+
groupId,
680681
partiallyAccepted: lifetimeSummary.partiallyAccepted,
681682
partiallyAcceptedCountSinceOriginal: lifetimeSummary.partiallyAcceptedCountSinceOriginal,
682683
partiallyAcceptedRatioSinceOriginal: lifetimeSummary.partiallyAcceptedRatioSinceOriginal,
@@ -1321,6 +1322,7 @@ type InlineCompletionEndOfLifeEvent = {
13211322
correlationId: string | undefined;
13221323
extensionId: string;
13231324
extensionVersion: string;
1325+
groupId: string | undefined;
13241326
shown: boolean;
13251327
shownDuration: number;
13261328
shownDurationUncollapsed: number;
@@ -1359,6 +1361,7 @@ type InlineCompletionsEndOfLifeClassification = {
13591361
correlationId: { classification: 'SystemMetaData'; purpose: 'FeatureInsight'; comment: 'The correlation identifier for the inline completion' };
13601362
extensionId: { classification: 'SystemMetaData'; purpose: 'FeatureInsight'; comment: 'The identifier for the extension that contributed the inline completion' };
13611363
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' };
13621365
shown: { classification: 'SystemMetaData'; purpose: 'FeatureInsight'; comment: 'Whether the inline completion was shown to the user' };
13631366
shownDuration: { classification: 'SystemMetaData'; purpose: 'FeatureInsight'; comment: 'The duration for which the inline completion was shown' };
13641367
shownDurationUncollapsed: { classification: 'SystemMetaData'; purpose: 'FeatureInsight'; comment: 'The duration for which the inline completion was shown without collapsing' };

0 commit comments

Comments
 (0)