ibms-dome/ibms_react/.vscode/launch.json

20 lines
399 B
JSON
Raw Normal View History

2023-01-31 16:16:07 +08:00
{
"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}"
}
]
}