mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
feat: Refactor and Enhance Ripgrep Tool (#930)
This commit is contained in:
parent
7843de882a
commit
817218f1cf
16 changed files with 648 additions and 479 deletions
|
|
@ -387,7 +387,11 @@ export async function main() {
|
|||
let input = config.getQuestion();
|
||||
const startupWarnings = [
|
||||
...(await getStartupWarnings()),
|
||||
...(await getUserStartupWarnings()),
|
||||
...(await getUserStartupWarnings({
|
||||
workspaceRoot: process.cwd(),
|
||||
useRipgrep: settings.merged.tools?.useRipgrep ?? true,
|
||||
useBuiltinRipgrep: settings.merged.tools?.useBuiltinRipgrep ?? true,
|
||||
})),
|
||||
];
|
||||
|
||||
// Render UI, passing necessary config values. Check that there is no command line question.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue