Skip to content

Commit 4b63d31

Browse files
committed
fix GDPR annotation
1 parent c8cda31 commit 4b63d31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ export class ExtensionTipsService extends Disposable implements IExtensionTipsSe
522522
const tip = this._importantExeBasedRecommendations[extensionId];
523523

524524
/* __GDPR__
525-
exeExtensionRecommendations:alreadyInstalled" : {
525+
"exeExtensionRecommendations:alreadyInstalled" : {
526526
"extensionId": { "classification": "PublicNonPersonalData", "purpose": "FeatureInsight" },
527527
"exeName": { "classification": "PublicNonPersonalData", "purpose": "FeatureInsight" }
528528
}

0 commit comments

Comments
 (0)