Updated debug launch.json to include frontend debugging

This commit is contained in:
Isaac Grynsztein
2020-02-17 00:37:06 -05:00
parent a985963661
commit 202c0718b7

7
.vscode/launch.json vendored
View File

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