From 202c0718b74c47e2c334d25b8973379be5b5e001 Mon Sep 17 00:00:00 2001 From: Isaac Grynsztein Date: Mon, 17 Feb 2020 00:37:06 -0500 Subject: [PATCH] Updated debug launch.json to include frontend debugging --- .vscode/launch.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index aed221b..097853b 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -10,5 +10,12 @@ "name": "Attach", "port": 9229 }, + { + "type": "chrome", + "request": "launch", + "name": "Launch chrome against localhost", + "url": "http://localhost:4200", + "webRoot": "${workspaceFolder}" + } ] } \ No newline at end of file