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 1318579 commit 5ebdf73Copy full SHA for 5ebdf73
src/vs/workbench/parts/search/common/searchModel.ts
@@ -770,7 +770,7 @@ export class SearchModel extends Disposable {
770
const options: IPatternInfo = objects.assign({}, this._searchQuery.contentPattern);
771
delete options.pattern;
772
/* __GDPR__
773
- "searchresultsShown" : {
+ "searchResultsShown" : {
774
"count" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
775
"fileCount": { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
776
"options": { "${inline}": [ "${IPatternInfo}" ] },
0 commit comments