Skip to content

Commit 8b942fa

Browse files
committed
Fix microsoft#33444 - search.excluded folders can still show up in quickopen
1 parent 7baf360 commit 8b942fa

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/vs/workbench/parts/search/browser/openFileHandler.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ export class OpenFileHandler extends QuickOpenHandler {
198198

199199
const folderResources = this.contextService.hasWorkspace() ? this.contextService.getWorkspace().roots : [];
200200
const query = this.queryBuilder.file(folderResources, options);
201-
this.searchService.extendQuery(query);
202201

203202
return query;
204203
}

0 commit comments

Comments
 (0)