Last active
October 27, 2017 09:25
-
-
Save akajumi/0e16c21deeaeea68a90d3629934c0d39 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| { | |
| // Utilizar IntelliSense para aprender acerca de los posibles atributos. | |
| // Mantenga el puntero para ver las descripciones de los existentes atributos | |
| // Para más información, visite: https://go.microsoft.com/fwlink/?linkid=830387 | |
| "version": "0.2.0", | |
| "configurations": [ | |
| { | |
| "type": "chrome", | |
| "request": "launch", | |
| "name": "Launch Chrome against localhost", | |
| "url": "http://localhost:3000", | |
| "webRoot": "${workspaceRoot}" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment