mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 13:03:42 +01:00
rootResources => folderResources
This commit is contained in:
@@ -115,7 +115,7 @@ export class MainThreadWorkspace {
|
||||
}
|
||||
|
||||
const search = this._searchService.search({
|
||||
rootResources: [this._workspace.resource],
|
||||
folderResources: [this._workspace.resource],
|
||||
type: QueryType.File,
|
||||
maxResults,
|
||||
includePattern: { [include]: true },
|
||||
|
||||
Reference in New Issue
Block a user