{ "version": "0.2.0", "configurations": [ { "name": "Launch Chrome with API", "request": "launch", "type": "chrome", "url": "http://localhost/smart_cycling_api", "webRoot": "${workspaceFolder}" } ] }