microsoft / microsoft/vscode-pull-request-github
Open Github Action checks in Github Actions extension
还没有人认领这个 Issue。
- 主要语言
- TypeScript
- 星标
- 2.6k
- 派生
- 795
- 平均合并
- 1 天 4 小时
- 30 天内合并 PR
- 46
描述
Feature Request
When viewing PR checks in the Pull Requests panel, the "Details" button currently opens the GitHub Actions run URL in the browser. It would be great if there was an option (or setting) to instead open the run in the GitHub Actions VS Code extension, keeping the workflow visible within the editor.
Motivation
Many developers already have the GitHub Actions extension installed alongside this one. Switching to the browser to view a workflow run breaks flow — especially when debugging a failing check and jumping between logs and code. A deep link to the Actions extension would keep everything in one place.
Suggested Behavior
When the GitHub Actions extension is installed, the checks "Details" button opens the run in that extension
When it's not installed, fall back to opening the browser (current behavior)
Optionally, a setting like githubPullRequests.checksOpenIn: "browser" | "actionsExtension" to let users choose
Related Issues
- #4815 - GH-actions run overview
- #5805 - Show workflow summary in UI
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从 Pull Requests 面板中的 checks "Details" 按钮开始,跟踪它当前如何在浏览器中打开 GitHub Actions run URL。查看 GitHub Actions VS Code extension 支持的 deep-link 行为以及相关 issue #4815 和 #5805。完成标准是已安装的扩展可以在编辑器中打开此次运行,同时浏览器仍作为 fallback,并且遵循任何 setting。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- github-actions, typescript, vscode
- 领域
- developer-experience, tooling
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100