Skip to content

Commit

Permalink
Fix bad GDPR annotation (#151241)
Browse files Browse the repository at this point in the history
  • Loading branch information
lramos15 committed Jun 3, 2022
1 parent 71080eb commit 797e499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/contrib/search/common/searchModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1121,7 +1121,7 @@ export class SearchModel extends Disposable {

/* __GDPR__
"searchResultsShown" : {
owner": "roblourens",
"owner": "roblourens",
"count" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true },
"fileCount": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true },
"options": { "${inline}": [ "${IPatternInfo}" ] },
Expand Down

0 comments on commit 797e499

Please sign in to comment.