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

Fix all findFiles excludes always disregarded

上级 44e4a980
......@@ -362,7 +362,7 @@ export class ExtHostWorkspace implements ExtHostWorkspaceShape {
}
}
let excludePatternOrDisregardExcludes: string | false = false;
let excludePatternOrDisregardExcludes: string | false | undefined;
if (exclude === null) {
excludePatternOrDisregardExcludes = false;
} else if (exclude) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册