-
Notifications
You must be signed in to change notification settings - Fork 33
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
Remove HOST_IP in favor of host-gateway #301
Conversation
168903c
to
f3a6ced
Compare
Ah I've tested this on a linux VM and it doesn't resolve to the host. Probably a useful variable to keep, at least for the time being. |
@AaronMachin That was happening after |
Working for me inside WSL2. Connecting to XDebug works, and I can use the
|
@markmetcalfe ah yep it's working - just a weird issue with my vm setup. However, I do actively use this variable to achieve my VM setup. If it was removed I would have to set this up manually |
f3a6ced
to
fb9c9e4
Compare
No idea how to approve on here haha! Happy with the changes |
Just going to double check something on Mac - putting back into draft |
Hmm I've had inconsistent results getting this to work on Mac - I think there still isn't really a good solution that supports all OSes at the moment. |
Implementation of the fix @codyfinegan mentioned in #8
TODO: Need to properly test that this works across both Mac and Linux