1{
2 "version": "0.2.0",
3 "configurations": [
4 {
5 "name": "Angular debugging session",
6 "type": "chrome",
7 "request": "launch",
8 "url": "http://localhost:4200",
9 "webRoot": "${workspaceFolder}"
10 }
11 ]
12}
13