You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Select 'Trigger workflow' button on any workflow that has a workflow_dispatch handler with inputs. You will see a dialogue to enter the input.
Press cmd+tab to switch to a different window, then switch back to the vscode window.
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
The text was updated successfully, but these errors were encountered:
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:
Expected behavior
The workflow input does not get submitted when pressing cmd+tab
Screenshots

Dialogue I'm referring to:
Extension Version
v0.27.1
The text was updated successfully, but these errors were encountered: