EH search - quickopen basically working (without filtering, batched results, etc)

This commit is contained in:
Rob Lourens
2018-05-09 17:09:05 -07:00
parent 57e95597d1
commit a84db4acde
9 changed files with 295 additions and 31 deletions

View File

@@ -108,7 +108,7 @@ class RemoteSearchProvider implements ISearchResultProvider {
this._searches.set(search.id, search);
outer = query.type === QueryType.File
? this._proxy.$provideFileSearchResults(this._handle, search.id, query.filePattern)
? this._proxy.$provideFileSearchResults(this._handle, search.id, query)
: this._proxy.$provideTextSearchResults(this._handle, search.id, query.contentPattern, query);
outer.then(() => {