Skip to content

CMD+Tab on mac submits input for workflow run #454

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
dan-ih opened this issue Mar 14, 2025 · 0 comments
Open

CMD+Tab on mac submits input for workflow run #454

dan-ih opened this issue Mar 14, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@dan-ih
Copy link

dan-ih commented Mar 14, 2025

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:
Image

Extension Version
v0.27.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Backlog 🗒
Development

No branches or pull requests

1 participant