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

Slow to launch paket #40

Closed
mtnrbq opened this issue Jul 28, 2017 · 6 comments
Closed

Slow to launch paket #40

mtnrbq opened this issue Jul 28, 2017 · 6 comments

Comments

@mtnrbq
Copy link
Contributor

mtnrbq commented Jul 28, 2017

Not sure where this issue belongs, however, in recent (post May) iterations of VSCode and Ionide, the initial launch of paket commands seems very slow - approximately 10 seconds before the Paket output console is displayed from cold.
Are there settings I can enable to try to determine where the slowdown is?
(I'm seeing this on all my Windows 10 machines)

@forki
Copy link
Contributor

forki commented Jul 28, 2017

This is probably because it downloads the paket.exe. So it's expected that very first call needs a little more time.

@mtnrbq
Copy link
Contributor Author

mtnrbq commented Jul 28, 2017

Makes sense - not seeing any 'action' until paket is downloaded was causing this impression for me. Thx.

@mtnrbq mtnrbq closed this as completed Jul 28, 2017
@forki forki reopened this Jul 28, 2017
@forki
Copy link
Contributor

forki commented Jul 28, 2017

Can you please explain how you do this?
A bit of output could probably be added

@Krzysztof-Cieslak
Copy link
Member

Looks like before every Paket call we silently call bootstraper without printing anything to output panel https://github.com/ionide/ionide-vscode-paket/blob/master/src/paket.fs#L75

@forki
Copy link
Contributor

forki commented Jul 28, 2017 via email

@Krzysztof-Cieslak
Copy link
Member

Fixed in 1.7.3 - we now print out bootstrapper output to standard Paket's output channel

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

3 participants