{ // launch.json for Angular "version": "0.2.0", "configurations": [ { "type": "chrome", "request": "launch", "name": "Launch Chrome against localhost", "url": "http://localhost:4200", "webRoot": "${workspaceFolder}", "skipFiles": ["${workspaceRoot}/node_modules/**", "/**"] } ] }