{ "version": "0.2.0", "configurations": [ { "name": "Run & debug my app on chrome", "type": "chrome", "request": "launch", "url": "http://localhost:4200", "webRoot": "${workspaceFolder}", "preLaunchTask": "start" } ] }