github / github/vscode-github-actions
Import annotations command as diagnostics
- 主要言語
- TypeScript
- スター
- 660
- フォーク
- 213
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
**Is your feature request related to a problem? Please describe.**
GitHub Actions have a known format to report error/warning/info messages. It is rendered on the web preview. However, they are not supported in the action. https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions
**Describe the solution you'd like**
Import the annotations as vscode Diagnostics instance so that the user can easily click on each and navigate to the issue.
コントリビューションガイド
調査の方向性
ファイル、テスト、エントリーポイントは指定されていません。まず、リンクされている GitHub Actions workflow commands のドキュメントを読み、extension が action output を処理している箇所を特定します。次に、annotations を VS Code Diagnostics に変換する方法を確認します。対応している annotations がクリック可能な diagnostics として表示され、それぞれの報告された問題へ移動できれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- github-actions, typescript, vscode
- 領域
- ci-cd, devtools
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100