launch.json 251 B

123456789101112
  1. {
  2. "version": "0.2.0",
  3. // "configurations": [
  4. // {
  5. // "name": "Launch Chrome",
  6. // "type": "chrome",
  7. // "request": "launch",
  8. // "url": "http://localhost:4200/#",
  9. // "webRoot": "${workspaceFolder}"
  10. // }
  11. // ]
  12. }