Skip to content

Instantly share code, notes, and snippets.

@robsonpiere
Last active November 29, 2018 16:47
Show Gist options
  • Save robsonpiere/8eaacace294258dcadbeceb95d96bc0a to your computer and use it in GitHub Desktop.
Save robsonpiere/8eaacace294258dcadbeceb95d96bc0a to your computer and use it in GitHub Desktop.
Debug ionic in vsCode
{
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Executar o Chrome contra localhost",
"url": "http://localhost:8100",
"sourceMaps": true,
"webRoot": "${workspaceFolder}/www"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment