Last active
November 29, 2018 16:47
-
-
Save robsonpiere/8eaacace294258dcadbeceb95d96bc0a to your computer and use it in GitHub Desktop.
Debug ionic in vsCode
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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