Ai
10 Star 0 Fork 9

src-openEuler/roo-code
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
ripgrep.patch 647 Bytes
一键复制 编辑 原始数据 按行查看 历史
Wang Kui 提交于 2025-06-13 23:30 +08:00 . update to 3.19.3-1
diff --git a/src/services/ripgrep/index.ts b/src/services/ripgrep/index.ts
index 01e2c26f..5ffd42df 100644
--- a/src/services/ripgrep/index.ts
+++ b/src/services/ripgrep/index.ts
@@ -92,7 +92,8 @@ export async function getBinPath(vscodeAppRoot: string): Promise<string | undefi
(await checkPath("node_modules/@vscode/ripgrep/bin/")) ||
(await checkPath("node_modules/vscode-ripgrep/bin")) ||
(await checkPath("node_modules.asar.unpacked/vscode-ripgrep/bin/")) ||
- (await checkPath("node_modules.asar.unpacked/@vscode/ripgrep/bin/"))
+ (await checkPath("node_modules.asar.unpacked/@vscode/ripgrep/bin/")) ||
+ ("/usr/bin/rg")
)
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/roo-code.git
git@gitee.com:src-openeuler/roo-code.git
src-openeuler
roo-code
roo-code
master

搜索帮助