You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
403 B

  1. {
  2. "version": "0.2.0",
  3. "configurations": [
  4. {
  5. "type": "edge",
  6. "request": "launch",
  7. "name": "localhost (Edge)",
  8. "url": "https://localhost:56902",
  9. "webRoot": "${workspaceFolder}"
  10. },
  11. {
  12. "type": "chrome",
  13. "request": "launch",
  14. "name": "localhost (Chrome)",
  15. "url": "https://localhost:56902",
  16. "webRoot": "${workspaceFolder}"
  17. }
  18. ]
  19. }