-
Notifications
You must be signed in to change notification settings - Fork 16
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
Log missing for new boxes? #8
Comments
Also at the end of the operation it looks like it worked. An info box comes up saying Vagrant process succeeded or something like that. Looks like the log just isn't working for this extension. Any vagrant operation I do, there is nothing in the Output panel (using the Vagrant dropdown). |
Ah I just noticed another issue that is probably related. Whenever I run a new vagrant command it creates a new Vagrant dropdown in the Output panel. And it appears that you can only select the last one created. That's why it's not working. You should make it just append to existing output panel instead of creating a new one for each operation. |
i have this same problem: code: 1.16.0-1504714880 |
+1 on windows 7 |
Also running into these same issues:
|
I just added a fresh Vagrantfile and ran the Vagrant up command in VSCode. This is for a box that I have yet to download. Nothing happens. The output is empty. Although it appears to be doing something because it created a
.vagrant
directory.Does it just not show any sort of log when you are creating a new box?
The text was updated successfully, but these errors were encountered: