Skip to content

Commit 3cbf306

Browse files
authored
fix build (microsoft#156113)
1 parent c1b16a3 commit 3cbf306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/extensions/browser/extensionsWorkbenchService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ interface InstalledExtensionsEvent {
6060
}
6161
interface ExtensionsLoadClassification extends GDPRClassification<InstalledExtensionsEvent> {
6262
owner: 'digitarald';
63-
comment: 'Helps to understand which extensions are the most actively used.',
63+
comment: 'Helps to understand which extensions are the most actively used.';
6464
readonly extensionIds: { classification: 'PublicNonPersonalData'; purpose: 'FeatureInsight'; comment: 'The list of extension ids that are installed.' };
6565
readonly count: { classification: 'PublicNonPersonalData'; purpose: 'FeatureInsight'; comment: 'The number of extensions that are installed.' };
6666
}

0 commit comments

Comments
 (0)