mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
Fix remaining TS errors
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user