develop
{ "version": "0.2.0", "configurations": [ { "name": "Debug Client", "request": "launch", "type": "pwa-chrome", "url": "http://localhost:4200", "webRoot": "${workspaceFolder}" } ] }