提交 0bd949c0 编写于 作者: R Rob Lourens

Fix #46628 - wrong "no results found" message

上级 9651143c
......@@ -1108,8 +1108,8 @@ export class SearchView extends Viewlet implements IViewlet, IPanel {
}
if (!hasResults) {
let hasExcludes = !!query.excludePattern;
let hasIncludes = !!query.includePattern;
const hasExcludes = !!excludePatternText;
const hasIncludes = !!includePatternText;
let message: string;
if (!completed) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册