{ "version": "0.2.0", "configurations": [ { "name": "Launch Application", "type": "pwa-node", "request": "launch", "program": "${workspaceFolder}/dist/main", "skipFiles": [ "/**" ], "env": { "S4_URL": "https://my000000.s4hana.ondemand.com", "S4_USERNAME": "ADDRESS_MANAGER_###", "S4_PASSWORD": "WelcomeToTheClouds1!" } }, { "name": "Attach Application", "type": "pwa-node", "request": "attach", "port": 9229, "localRoot": "${workspaceFolder}", "remoteRoot": "/home/vcap/app", "skipFiles": [ "/**" ] } ] }