github / github/vscode-github-actions
CMD+Tab on mac submits input for workflow run
- 主要言語
- TypeScript
- スター
- 660
- フォーク
- 213
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
**Describe the bug**
While prompted to enter an input after triggering a workflow that requires inputs, pressing cmd+tab out of vscode to look up a value submits the input (as though you hit enter).
**To Reproduce**
Steps to reproduce the behavior:
1. Select 'Trigger workflow' button on any workflow that has a workflow_dispatch handler with inputs. You will see a dialogue to enter the input.
2. Press cmd+tab to switch to a different window, then switch back to the vscode window.
3. The initial input dialogue is gone and is now prompting for the next input if there is one, or has triggered the workflow if that was the last input.
**Expected behavior**
The workflow input does not get submitted when pressing cmd+tab
**Screenshots**
Dialogue I'm referring to:
**Extension Version**
`v0.27.1`
コントリビューションガイド
調査の方向性
Reproduce this in VS Code using a workflow_dispatch workflow with multiple inputs, then trace the workflow trigger input dialog handling in the extension. Verify that switching away with CMD+Tab and returning leaves the current input open, without advancing or triggering the workflow.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- typescript, vscode
- 領域
- devtools
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 50/100