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