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

Prevent auto-focus on stripe extension when activated #832

Open
Anemy opened this issue Sep 30, 2024 · 0 comments
Open

Prevent auto-focus on stripe extension when activated #832

Anemy opened this issue Sep 30, 2024 · 0 comments

Comments

@Anemy
Copy link

Anemy commented Sep 30, 2024

When the extension is activated, and the CLI is not installed, the extension is automatically focused in the sidebar. This is disruptive to folks, every time I restart vscode and open a js or typescipt file this happens, which brings me out of the file explorer.

The quickest fix for this issue would be to disable the auto focus.

vscode.commands.executeCommand('stripeInstallCLIView.focus');

Ideally the CLI would be bundled with the extension, so this wouldn't happen, or automatically installed/updated through any intentional stripe extension action (not just activation). #158

This may go away as a result of a fix from #187 or #158

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