From 69a37cd7cad241f335fb2a43d4a62dd9bf643fb0 Mon Sep 17 00:00:00 2001 From: Rob Lourens Date: Wed, 15 Mar 2017 11:24:54 -0700 Subject: [PATCH] Add 'url' to attach config - (workaround for chrome-debug bug) --- .vscode/launch.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 8b48f00fd70..4b318401ae2 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -109,7 +109,7 @@ "request": "attach", "name": "Attach to VS Code", "port": 9222, - "sourceMaps": true + "url": "*" }, { "type": "chrome", @@ -123,8 +123,7 @@ }, "linux": { "runtimeExecutable": "${workspaceRoot}/scripts/code.sh" - }, - "sourceMaps": true + } } ] } \ No newline at end of file -- GitLab