SamVerschueren / vscode-yo

Yeoman plugin for VS Code
MIT License
87 stars 15 forks source link

When Yo opens, it brings up output panel and opens again #39

Open bpasero opened 8 years ago

bpasero commented 8 years ago

Noticed this today, when I open Yo, it shows the picker, opens the output panel and then seems to open the picker again? Is this because of focus issues? If so, there should be API to open the panel without passing focus into it.

SamVerschueren commented 8 years ago

You're right, have to look into it. Keep you posted.

SamVerschueren commented 7 years ago

I'm looking into it but am not sure what the problem is. I tried using the outputChannel.show(true) method which should preserve focus, but that's not it.

The thing is, how smooth does the transition from entering your VS Code command (in this case yo) and the window.showQuickPick go? Is it possible to have it instantly?