zeroframework/Web/ZeroFramework.DeviceCenter.Web/.vscode/launch.json

20 lines
399 B
JSON
Raw Normal View History

2023-12-05 09:22:48 +00:00
{
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "localhost (Chrome)",
"url": "http://localhost:8000",
"webRoot": "${workspaceFolder}"
},
{
"type": "edge",
"request": "launch",
"name": "localhost (Edge)",
"url": "http://localhost:8000",
"webRoot": "${workspaceFolder}"
}
]
}