-
Notifications
You must be signed in to change notification settings - Fork 23
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
Call symfony in vagrant #33
Comments
ok I found the docker example and adjusted my command but i get the following
|
Hello, What command did you put in the |
Yes I get that for all the view, then with debug:container |
btw doesnt matter if the -t for vagrant is there or not |
I have the same problem; both on load and when refreshing services. I did not include |
Solved by ssh-ing to the Vagrant box directly. First I created a ssh config file from Vagrant config: |
[2019-04-10 17:23:18.826] [exthost] [error] [TheNouillet.symfony-vscode] provider FAILED |
this is what I get with that |
Yes, I get that too, but I don't think it's related. |
shouldn't it be?: |
Not in my environment. SSH does not connect without the host machine name. |
ehh of coursem my point was actuall the ; |
ssh -t -F vagrant-ssh-config default 'cd /var/www; php `$@`' -- |
This works for me.
|
would be nice if this would be an option.
The text was updated successfully, but these errors were encountered: