mirror of
https://github.com/adelphes/android-dev-ext.git
synced 2025-12-22 09:29:38 +00:00
Cannot be used in WSL 2 because HOST cannot be overridden #65
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ThaDaVos on 7/7/2020
It seems the extension is fixed to using
127.0.0.1as host for the ADB server - but in my case it's running on my windows machine and I need to connect to it by using theADB_SERVER_SOCKETenv, which seems not to be used in the extension.Is there any way to override the host?