diff --git a/.vscode/launch.json b/.vscode/launch.json index a1d1bed85..15d3b4b7c 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,6 +1,15 @@ { "version": "0.2.0", "configurations": [ + { + "name": "HTML5 Debug", + "type": "chrome", + "request": "launch", + "url": "http://127.0.0.1:3001", + "sourceMaps": true, + "webRoot": "${workspaceFolder}", + "preLaunchTask": "debug: html" + }, { "name": "Lime", "type": "lime",