Massive/.vscode/launch.json
Brandon Presley 2aa8073856 Add vscode configuration for debugging
I didn't end up using this but might in the future.
2022-12-03 22:14:01 +13:00

13 lines
242 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Debug Android Hermes - Experimental",
"request": "launch",
"type": "reactnativedirect",
"cwd": "${workspaceFolder}",
"platform": "android"
}
]
}