Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions open-in-idx-template/devNix.j2
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
idx = {
workspace = {
onCreate = {
build-and-wait = "./gradlew assembleDebug && adb -s emulator-5554 wait-for-device";
build-and-wait = "./gradlew assembleDebug && adb -s localhost:5555 wait-for-device";
default.openFiles = [ "README.md" ];
};
onStart = {
wait-for-adb = "adb -s emulator-5554 wait-for-device";
wait-for-adb = "adb -s localhost:5555 wait-for-device";
};
};
previews = {
Expand Down