We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1b16a3 commit 3cbf306Copy full SHA for 3cbf306
src/vs/workbench/contrib/extensions/browser/extensionsWorkbenchService.ts
@@ -60,7 +60,7 @@ interface InstalledExtensionsEvent {
60
}
61
interface ExtensionsLoadClassification extends GDPRClassification<InstalledExtensionsEvent> {
62
owner: 'digitarald';
63
- comment: 'Helps to understand which extensions are the most actively used.',
+ comment: 'Helps to understand which extensions are the most actively used.';
64
readonly extensionIds: { classification: 'PublicNonPersonalData'; purpose: 'FeatureInsight'; comment: 'The list of extension ids that are installed.' };
65
readonly count: { classification: 'PublicNonPersonalData'; purpose: 'FeatureInsight'; comment: 'The number of extensions that are installed.' };
66
0 commit comments