Updated debug launch.json to include frontend debugging

pull/11/head
Isaac Grynsztein 6 years ago
parent a985963661
commit 202c0718b7

@ -10,5 +10,12 @@
"name": "Attach",
"port": 9229
},
{
"type": "chrome",
"request": "launch",
"name": "Launch chrome against localhost",
"url": "http://localhost:4200",
"webRoot": "${workspaceFolder}"
}
]
}
Loading…
Cancel
Save