Skip to content

Commit 5ebdf73

Browse files
committed
fix searchResultsShown event
1 parent 1318579 commit 5ebdf73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/parts/search/common/searchModel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ export class SearchModel extends Disposable {
770770
const options: IPatternInfo = objects.assign({}, this._searchQuery.contentPattern);
771771
delete options.pattern;
772772
/* __GDPR__
773-
"searchresultsShown" : {
773+
"searchResultsShown" : {
774774
"count" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
775775
"fileCount": { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
776776
"options": { "${inline}": [ "${IPatternInfo}" ] },

0 commit comments

Comments
 (0)