提交 6dab354e 编写于 作者: R Rob Lourens

Fix #40884 for file search as well

上级 d4642059
......@@ -39,6 +39,8 @@ function getRgArgs(config: IRawSearch, folderQuery: IFolderSearch, includePatter
if (folderQuery.disregardIgnoreFiles !== false) {
// Don't use .gitignore or .ignore
args.push('--no-ignore');
} else {
args.push('--no-ignore-parent');
}
// Follow symlinks
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册