From 130a0b774ab71115fb9c94cbfcbb9a80d5074ea7 Mon Sep 17 00:00:00 2001 From: Harald Kirschner Date: Sun, 24 Jul 2022 14:41:15 +0200 Subject: Adding digitarald owner comment (#155502) * Adding my owner comment. * Adding property comments Co-authored-by: Logan Ramos --- .../contrib/extensions/browser/extensionsWorkbenchService.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/vs/workbench/contrib/extensions') diff --git a/src/vs/workbench/contrib/extensions/browser/extensionsWorkbenchService.ts b/src/vs/workbench/contrib/extensions/browser/extensionsWorkbenchService.ts index 6cf90434c7b..b85bfe7485f 100644 --- a/src/vs/workbench/contrib/extensions/browser/extensionsWorkbenchService.ts +++ b/src/vs/workbench/contrib/extensions/browser/extensionsWorkbenchService.ts @@ -60,8 +60,9 @@ interface InstalledExtensionsEvent { } interface ExtensionsLoadClassification extends GDPRClassification { owner: 'digitarald'; - readonly extensionIds: { classification: 'PublicNonPersonalData'; purpose: 'FeatureInsight' }; - readonly count: { classification: 'PublicNonPersonalData'; purpose: 'FeatureInsight' }; + 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.' }; } export class Extension implements IExtension { -- cgit v1.2.3