Commit 0b8f7795 authored by Dorchies David's avatar Dorchies David
Browse files

#84 Add Debugging Karma in vscode

Showing with 11 additions and 0 deletions
+11 -0
......@@ -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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment