Add vscode configuration for debugging

I didn't end up using this but might in the future.
intermediary-tables
Brandon Presley 6 months ago
parent b14d20f1f4
commit 2aa8073856

@ -0,0 +1,12 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Debug Android Hermes - Experimental",
"request": "launch",
"type": "reactnativedirect",
"cwd": "${workspaceFolder}",
"platform": "android"
}
]
}
Loading…
Cancel
Save