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

Implement a Progress bar while creating a Virtual Machine in VS Code extension #109

Open
Ashchum007 opened this issue Aug 23, 2024 · 1 comment
Labels
feature request New feature or request

Comments

@Ashchum007
Copy link

Is your feature request related to a problem? Please describe.
With the current process, there is just an indeterminate progress indicator at the bottom of the VS Code but no specific indication of how long it will take.

Describe the solution you'd like
We can add the output of packer, that will show if it is downloading, or waiting for the ssh to come on, and so on.

Additional context
Indefinite timers for stages might at least give some indication.

@Ashchum007 Ashchum007 changed the title Implement a Progress bar while creating VM in VS Code extension Implement a Progress bar while creating a Virtual Machine in VS Code extension Aug 23, 2024
@cjlapao cjlapao added the feature request New feature or request label Aug 23, 2024
@cjlapao
Copy link
Contributor

cjlapao commented Aug 29, 2024

@Ashchum007 Yes, we had already thought of something similar. While the waiting for ssh can be a lengthy process, that still is better than just having those progress bar running.

what we also had in mind was to divide the 4 different stages of packer and adding a progress bar that also moved with the stages.

Not perfect but it would give a better view where the VM creation is

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

No branches or pull requests

2 participants