提交 a1432c45 编写于 作者: R Rob Lourens

Fix #49283 - pass --no-config to ripgrep

上级 d2b6bbb4
......@@ -359,6 +359,8 @@ function getRgArgs(query: vscode.TextSearchQuery, options: vscode.TextSearchOpti
args.push('--fixed-strings');
}
args.push('--no-config');
// Folder to search
args.push('--');
......
......@@ -493,6 +493,8 @@ function getRgArgs(config: IRawSearch) {
args.push('--fixed-strings');
}
args.push('--no-config');
// Folder to search
args.push('--');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册