mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-31 01:00:29 -04:00
Merge from vscode b8c2e7108b3cae7aa2782112da654bedd8bb3a52 (#4808)
This commit is contained in:
@@ -1200,7 +1200,7 @@ export class SearchView extends ViewletPanel {
|
||||
// Validate folderQueries
|
||||
const folderQueriesExistP =
|
||||
query.folderQueries.map(fq => {
|
||||
return this.fileService.existsFile(fq.folder);
|
||||
return this.fileService.exists(fq.folder);
|
||||
});
|
||||
|
||||
return Promise.resolve(folderQueriesExistP).then(existResults => {
|
||||
|
||||
Reference in New Issue
Block a user