diff --git a/.vscode/launch.json b/.vscode/launch.json index b627ca869d60e1b451d619ebfe96d0d68513cff5..eface6dd68b9f51060697751c78339a4ff959f28 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -16,6 +16,17 @@ ], "cwd": "${workspaceRoot}", "preLaunchTask": "buildspec" + }, + { + "type": "chrome", + "request": "launch", + "name": "Attach Karma Chrome", + "sourceMaps": true, + "webRoot": "${workspaceRoot}/build", + "url": "http://localhost:9876/debug.html", + "runtimeArgs": [ + "--headless" + ] } ] } \ No newline at end of file