Fix remaining TS errors

This commit is contained in:
Rob Lourens
2017-06-21 19:17:50 -07:00
parent 29831bb833
commit 57f4146367
7 changed files with 10 additions and 9 deletions

View File

@@ -55,7 +55,7 @@ export class MainThreadWorkspace extends MainThreadWorkspaceShape {
}
const search = this._searchService.search({
folderResources: workspace.roots,
folderQueries: workspace.roots.map(root => ({ folder: root })),
type: QueryType.File,
maxResults,
includePattern: { [include]: true },