Skip to content
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

"add a Windmill Workspace" Command Pallet - Losing focus skips step #18

Open
lukeod opened this issue Feb 6, 2025 · 0 comments
Open

Comments

@lukeod
Copy link

lukeod commented Feb 6, 2025

When i try running the "Windmill: add a Windmill Workspace" action via the Command Pallet, it triggers a multi-step text input process prompting for URL, Workspace ID, Token.

The issue is that given that some of these inputs are long (especially url and token), it's typical to copy/paste these values from another window, such as a web browser. What happens though is that when vscode loses focus, it has the default behaviour of closing that step, functionally skipping to the next step in the chain.

I think this behaviour can be changed by setting:

await vscode.window.showInputBox({
prompt: '...',
ignoreFocusOut: true
});

I'm seeing this on:

Windows 11 Pro, 23H2 (build 22631.4751)
VSCode: 1.96.4 (latest at time of issue)
Extension: 0.2.35 (latest at time of issue)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant