Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save cristiangu/1b861b5b3c01ba96263e92dc7a19d0ef to your computer and use it in GitHub Desktop.
Save cristiangu/1b861b5b3c01ba96263e92dc7a19d0ef to your computer and use it in GitHub Desktop.
{
// put this inside /.vscode dir
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Attach to packager",
"request": "attach",
"type": "reactnative",
"cwd": "${workspaceFolder}"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment