Skip to content

Commit

Permalink
Add Chrome launch configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
  • Loading branch information
bhufmann committed Jul 29, 2020
1 parent 7fdfc19 commit e7695f5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@
// For more informa newPos = states[elIndex].range.start;tion, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Start in Chrome",
"webRoot": "${workspaceRoot}",
"url": "http://localhost:8080",
"sourceMaps": true,
"sourceMapPathOverrides": {
"timeline-chart:///./js/": "${workspaceRoot}/timeline-chart/lib/**/.js",
"timeline-chart:///js/": "${workspaceRoot}/timeline-chart/lib/**/.js"
}
},
{
"type": "firefox",
"request": "launch",
Expand Down

0 comments on commit e7695f5

Please sign in to comment.