Skip to content

Commit

Permalink
feat(vscode): karma debug profile
Browse files Browse the repository at this point in the history
this adds a default karma debug profile for vscode
  • Loading branch information
zewa666 authored Feb 15, 2018
1 parent dcdd0f1 commit 9911d4d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions lib/resources/content/launch-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,19 @@
"sourceMapPathOverrides": {
"../src/*": "${webRoot}/*"
}
},
{
"type": "chrome",
"request": "attach",
"name": "Attach Karma Chrome",
"address": "localhost",
"port": 9333,
"sourceMaps": true,
"pathMapping": {
"/": "${workspaceRoot}",
"/base/": "${workspaceRoot}/"
},
"sourceMapPathOverrides": { "../src/*": "${webRoot}/*" }
}
]
}

0 comments on commit 9911d4d

Please sign in to comment.