From 3cbf3063281410d21951877eb628551809d70c6b Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Mon, 25 Jul 2022 07:10:23 +0200 Subject: [PATCH] fix build (#156113) --- .../contrib/extensions/browser/extensionsWorkbenchService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/workbench/contrib/extensions/browser/extensionsWorkbenchService.ts b/src/vs/workbench/contrib/extensions/browser/extensionsWorkbenchService.ts index b85bfe7485f2c..1282bccb5310d 100644 --- a/src/vs/workbench/contrib/extensions/browser/extensionsWorkbenchService.ts +++ b/src/vs/workbench/contrib/extensions/browser/extensionsWorkbenchService.ts @@ -60,7 +60,7 @@ interface InstalledExtensionsEvent { } interface ExtensionsLoadClassification extends GDPRClassification { owner: 'digitarald'; - comment: 'Helps to understand which extensions are the most actively used.', + comment: 'Helps to understand which extensions are the most actively used.'; readonly extensionIds: { classification: 'PublicNonPersonalData'; purpose: 'FeatureInsight'; comment: 'The list of extension ids that are installed.' }; readonly count: { classification: 'PublicNonPersonalData'; purpose: 'FeatureInsight'; comment: 'The number of extensions that are installed.' }; }