zeroframework/Web/ZeroFramework.DeviceCenter.Web/.vscode/launch.json
2023-12-05 17:22:48 +08:00

20 lines
399 B
JSON

{
"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}"
}
]
}