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

@@ -132,7 +132,7 @@ export class ExtensionHostMain {
}
const query: ISearchQuery = {
folderResources: this._workspace.roots,
folderQueries: this._workspace.roots.map(root => ({ folder: root })),
type: QueryType.File,
maxResults: 1,
includePattern: { [p]: true }