fix(preview): reduce office auto preview overhead#2285
Conversation
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
Code Review:fix(preview): reduce office auto preview overhead (#2285)变更概述本 PR 将工作空间 Office 文件检测从持久化递归 方案评估结论:✅ 方案合理 从 watch 模式改为 scan 模式解决了两个已知缺陷:Linux 下 问题清单🔵 LOW —
|
| # | 严重级别 | 文件 | 问题 |
|---|---|---|---|
| 1 | 🔵 LOW | fileWatchBridge.ts:43 |
no-await-in-loop:顺序目录读取 |
| 2 | 🔵 LOW | fileWatchBridge.ts:65 |
no-array-sort:应使用 toSorted() |
结论
本报告由本地 pr-review skill 生成,包含完整项目上下文,无截断限制。
* fix(preview): reduce office auto preview overhead * chore(preview): remove unrelated sider changes * fix(preview): delay office auto preview open * chore(preview): sync i18n key types
* fix(preview): reduce office auto preview overhead * chore(preview): remove unrelated sider changes * fix(preview): delay office auto preview open * chore(preview): sync i18n key types
Summary
Test plan