Skip to content

Instantly share code, notes, and snippets.

@akajumi
Last active October 27, 2017 09:25
Show Gist options
  • Select an option

  • Save akajumi/0e16c21deeaeea68a90d3629934c0d39 to your computer and use it in GitHub Desktop.

Select an option

Save akajumi/0e16c21deeaeea68a90d3629934c0d39 to your computer and use it in GitHub Desktop.
{
// 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