Add vscode configuration for debugging
I didn't end up using this but might in the future.
This commit is contained in:
parent
b14d20f1f4
commit
2aa8073856
12
.vscode/launch.json
vendored
Normal file
12
.vscode/launch.json
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Debug Android Hermes - Experimental",
|
||||
"request": "launch",
|
||||
"type": "reactnativedirect",
|
||||
"cwd": "${workspaceFolder}",
|
||||
"platform": "android"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user