|
|
- {
- "version": "0.2.0",
- "configurations": [
- {
- "type": "edge",
- "request": "launch",
- "name": "localhost (Edge)",
- "url": "https://localhost:56902",
- "webRoot": "${workspaceFolder}"
- },
- {
- "type": "chrome",
- "request": "launch",
- "name": "localhost (Chrome)",
- "url": "https://localhost:56902",
- "webRoot": "${workspaceFolder}"
- }
- ]
- }
|