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