提交 8b942faa 编写于 作者: R Rob Lourens

Fix #33444 - search.excluded folders can still show up in quickopen

上级 7baf3601
......@@ -198,7 +198,6 @@ export class OpenFileHandler extends QuickOpenHandler {
const folderResources = this.contextService.hasWorkspace() ? this.contextService.getWorkspace().roots : [];
const query = this.queryBuilder.file(folderResources, options);
this.searchService.extendQuery(query);
return query;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册