mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 06:51:53 +01:00
EH search - quickopen basically working (without filtering, batched results, etc)
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user