-
Notifications
You must be signed in to change notification settings - Fork 10
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
Document how the extension searches the ADB.exe on the system. #21
Comments
I am wondering if the custom path is actually ever set. If I read the code correctly here is the code that is getting the path from the UI and is supposed to save it: adb-interface-vscode/src/controllers/adb-path-controller/index.ts Lines 48 to 60 in 24bb563
but I don't see the path being actually saved (i.e. there is no call to |
Apparently, in addition to documenting you found a bug ahahah, congratulations! Thank you for your contribution. |
I updated the PR as suggested. Also I realized that the PR was opened against a wrong repo so created a new PR that now shows up in PRs here. |
I also noticed this detail about the wrong repo haha, thanks for the contribution! Oh and also, congratulations on your work at SignalR Swift, i really appreciate your work. |
Thanks! |
Explain in readme.md how the extension try to find the
adb.exe
and explain how the optionADB:📱 Setup custom ADB location
works on README.md.Requirements:
ADB:📱 Setup custom ADB location
works and the strategy behind.This issue could be helpful for initial contributors, that want to learn about the extension, but don't know where start, so... start studying the code responsible by find ADB wrapper.
The text was updated successfully, but these errors were encountered: