Skip to content

Commit ce3c4c8

Browse files
committed
chore: add horizon config on launch.json
1 parent 3d12b7c commit ce3c4c8

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.vscode/launch.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@
1212
],
1313
"console": "integratedTerminal"
1414
},
15+
{
16+
"name": "🚀 Android: Run Example (Horizon)",
17+
"type": "node",
18+
"request": "launch",
19+
"runtimeExecutable": "bash",
20+
"runtimeArgs": [
21+
"-lc",
22+
"./gradlew -PEXAMPLE_OPENIAP_STORE=horizon \"-PEXAMPLE_HORIZON_APP_ID=${input:horizonAppId}\" :Example:installDebug && adb shell am start -n dev.hyo.martie/.MainActivity"
23+
],
24+
"console": "integratedTerminal"
25+
},
1526
{
1627
"name": "▶️ Android: Start Example Activity",
1728
"type": "node",
@@ -67,5 +78,13 @@
6778
],
6879
"console": "integratedTerminal"
6980
}
81+
],
82+
"inputs": [
83+
{
84+
"id": "horizonAppId",
85+
"type": "promptString",
86+
"description": "Enter Horizon App ID (Meta) used when building the example",
87+
"default": ""
88+
}
7089
]
7190
}

0 commit comments

Comments
 (0)