diff --git a/.vscode/launch.json b/.vscode/launch.json index 516dfda..d2410b2 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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",