{ "configurations": { "launch": { "adapter": "chrome", "configuration": { "request": "launch", "url": "http://localhost:1234/", "webRoot": "${workspaceRoot}/www" } } } }