You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a project with more than 10 Vagrantfiles and one of them got a specific ruby error.
I noticed that vscode-vagrant stops running when encountering an error in at least one of the Vagrantfiles. Until running using debug mode, the error can be noticed, however as a normal user, vscode-vagrant does nothing.
Example of an error jenkins/Vagrantfile:5:in read: No such file or directory .vagrant_key_id (Errno::ENOENT)
The text was updated successfully, but these errors were encountered:
zakariaboualaid
changed the title
When one Vagrantfile throw an error, vscode-vagrant stops running for the other ones and does nothing
stops running when one of the vagrantfiles has an error
Jun 4, 2017
I have a project with more than 10 Vagrantfiles and one of them got a specific ruby error.
I noticed that vscode-vagrant stops running when encountering an error in at least one of the Vagrantfiles. Until running using debug mode, the error can be noticed, however as a normal user, vscode-vagrant does nothing.
Example of an error
jenkins/Vagrantfile:5:in read: No such file or directory .vagrant_key_id (Errno::ENOENT)
The text was updated successfully, but these errors were encountered: