microsoft / microsoft/vscode-pull-request-github
Make pr.goToNextDiffInPr work for Pull Requests in PULL REQUESTS tree list?
还没有人认领这个 Issue。
- 主要语言
- TypeScript
- 星标
- 2.6k
- 派生
- 796
- 平均合并
- 1 天 4 小时
- 30 天内合并 PR
- 46
描述
Based on the below comment, the pr.goToNextDiffInPr only works on "checked out PRs", could it be changed to work on the PRs open through "Click the icon of GitHub Pull Requests on the left bar -> PULL REQUESTS -> All Open -> expand any PR in the list"? The error message "Current file isn't a pull request diff." is showing up for now when running the pr.goToNextDiffInPr, but I think this is actually a pull request file?
https://github.com/microsoft/vscode-pull-request-github/issues/6247#issuecomment-2376579694
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先跟踪 Pull Requests 扩展中的 pr.goToNextDiffInPr 命令,并比较它对已签出的 PR 与通过 All Open 从 PULL REQUESTS 树列表中打开的 PR 的行为。使用报告的 "Current file isn't a pull request diff" 消息作为复现信号;完成标准是该命令能够导航到该列表中已展开 PR 的下一个 diff。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- github, typescript
- 领域
- devtools
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100